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 +4 -4
- data/lib/aws-sdk-codepipeline.rb +1 -1
- data/lib/aws-sdk-codepipeline/client.rb +6 -5
- data/lib/aws-sdk-codepipeline/types.rb +9 -8
- 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: 48e04e10d5bfc36496e402fb0b1f9964ea46ed6b
|
4
|
+
data.tar.gz: f0a1053cc4ea3814c2b5d7d8a00da289019cfbd7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fb2b672688adf78dea7b026fee3e00b9e8cf53e2b6215e8f930f0ac1a6076edfa72aa7fa2d3af726b3abe607cf633ec5a66d623b5b1be7dbe2a6c258c76c96d
|
7
|
+
data.tar.gz: 99db564c3deaa78d7e810235d5fb530cb8a0ff3f024c0944222b437f32a4ad11cd441cc52211a07c0885123733502b0197191774ed789a324b69526099e6da33
|
data/lib/aws-sdk-codepipeline.rb
CHANGED
@@ -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.
|
150
|
-
#
|
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.
|
177
|
-
#
|
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.
|
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.
|
51
|
-
# number
|
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.
|
84
|
-
# number
|
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.
|
1312
|
-
# number
|
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.
|
2314
|
-
# number
|
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.
|
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-
|
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
|