aws-sdk-codepipeline 1.0.0.rc1 → 1.0.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 59d1991d96fe131efba8ddc8bf833f52a0bdc419
4
- data.tar.gz: 8cac55ba5c585a91da9b63cdd71104e17f53754c
3
+ metadata.gz: 48e04e10d5bfc36496e402fb0b1f9964ea46ed6b
4
+ data.tar.gz: f0a1053cc4ea3814c2b5d7d8a00da289019cfbd7
5
5
  SHA512:
6
- metadata.gz: 907c488514860ae75b47fd1d92db066bd3f083537678fb8689009b3cc27b1ca55c796fc2f642e20892e010921a8ece6a65d03f5044c30acd371731dd7c47a1f2
7
- data.tar.gz: 2e70910359d4b77402e2276593c6e62fbdf2054d098ae8daf29cfdbc8970405e35cc0281582b24d53b44e3fba471ecf387415d5ad6e4510666e4da5ffdcf399e
6
+ metadata.gz: 3fb2b672688adf78dea7b026fee3e00b9e8cf53e2b6215e8f930f0ac1a6076edfa72aa7fa2d3af726b3abe607cf633ec5a66d623b5b1be7dbe2a6c258c76c96d
7
+ data.tar.gz: 99db564c3deaa78d7e810235d5fb530cb8a0ff3f024c0944222b437f32a4ad11cd441cc52211a07c0885123733502b0197191774ed789a324b69526099e6da33
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-codepipeline/customizations'
42
42
  # @service
43
43
  module Aws::CodePipeline
44
44
 
45
- GEM_VERSION = '1.0.0.rc1'
45
+ GEM_VERSION = '1.0.0.rc2'
46
46
 
47
47
  end
@@ -146,8 +146,9 @@ module Aws
146
146
  # confirm receipt.
147
147
  # @option params [required, String] :nonce
148
148
  # A system-generated random number that AWS CodePipeline uses to ensure
149
- # that the job is being worked on by only one job worker. This number
150
- # must be returned in the response.
149
+ # that the job is being worked on by only one job worker. Get this
150
+ # number from the response of the PollForJobs request that returned this
151
+ # job.
151
152
  # @return [Types::AcknowledgeJobOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
152
153
  #
153
154
  # * {Types::AcknowledgeJobOutput#status #status} => String
@@ -173,8 +174,8 @@ module Aws
173
174
  # The unique system-generated ID of the job.
174
175
  # @option params [required, String] :nonce
175
176
  # A system-generated random number that AWS CodePipeline uses to ensure
176
- # that the job is being worked on by only one job worker. This number
177
- # must be returned in the response.
177
+ # that the job is being worked on by only one job worker. Get this
178
+ # number from the response to a GetThirdPartyJobDetails request.
178
179
  # @option params [required, String] :client_token
179
180
  # The clientToken portion of the clientId and clientToken pair used to
180
181
  # verify that the calling entity is allowed access to the job and its
@@ -1346,7 +1347,7 @@ module Aws
1346
1347
  params: params,
1347
1348
  config: config)
1348
1349
  context[:gem_name] = 'aws-sdk-codepipeline'
1349
- context[:gem_version] = '1.0.0.rc1'
1350
+ context[:gem_version] = '1.0.0.rc2'
1350
1351
  Seahorse::Client::Request.new(handlers, context)
1351
1352
  end
1352
1353
 
@@ -47,8 +47,9 @@ module Aws
47
47
  #
48
48
  # @!attribute [rw] nonce
49
49
  # A system-generated random number that AWS CodePipeline uses to
50
- # ensure that the job is being worked on by only one job worker. This
51
- # number must be returned in the response.
50
+ # ensure that the job is being worked on by only one job worker. Get
51
+ # this number from the response of the PollForJobs request that
52
+ # returned this job.
52
53
  # @return [String]
53
54
  class AcknowledgeJobInput < Struct.new(
54
55
  :job_id,
@@ -80,8 +81,8 @@ module Aws
80
81
  #
81
82
  # @!attribute [rw] nonce
82
83
  # A system-generated random number that AWS CodePipeline uses to
83
- # ensure that the job is being worked on by only one job worker. This
84
- # number must be returned in the response.
84
+ # ensure that the job is being worked on by only one job worker. Get
85
+ # this number from the response to a GetThirdPartyJobDetails request.
85
86
  # @return [String]
86
87
  #
87
88
  # @!attribute [rw] client_token
@@ -1308,8 +1309,8 @@ module Aws
1308
1309
  #
1309
1310
  # @!attribute [rw] nonce
1310
1311
  # A system-generated random number that AWS CodePipeline uses to
1311
- # ensure that the job is being worked on by only one job worker. This
1312
- # number must be returned in the response.
1312
+ # ensure that the job is being worked on by only one job worker. Use
1313
+ # this number in an AcknowledgeJob request.
1313
1314
  # @return [String]
1314
1315
  #
1315
1316
  # @!attribute [rw] account_id
@@ -2310,8 +2311,8 @@ module Aws
2310
2311
  #
2311
2312
  # @!attribute [rw] nonce
2312
2313
  # A system-generated random number that AWS CodePipeline uses to
2313
- # ensure that the job is being worked on by only one job worker. This
2314
- # number must be returned in the response.
2314
+ # ensure that the job is being worked on by only one job worker. Use
2315
+ # this number in an AcknowledgeThirdPartyJob request.
2315
2316
  # @return [String]
2316
2317
  class ThirdPartyJobDetails < Struct.new(
2317
2318
  :id,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codepipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc1
4
+ version: 1.0.0.rc2
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: 2016-12-05 00:00:00.000000000 Z
11
+ date: 2016-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core