aws-sdk-codepipeline 1.29.0 → 1.30.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-codepipeline.rb +1 -1
- data/lib/aws-sdk-codepipeline/client.rb +17 -6
- data/lib/aws-sdk-codepipeline/resource.rb +1 -7
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f87272f3837d4fd4b33ae74589663784ae695bdf2d9ba72c15da911f38da341
|
4
|
+
data.tar.gz: 7eefff8f8a1719fc6934224d8a10f07a47139eb1c8de18cd940fd5420f9df4e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 140fc58662f2a0ff1542884c53308b4592fb2530eb60db4d2e71e39ef8c94f167da5ccb594481e52a986001f8836b67d513e9add570ba7e2387e0d9a01bef99a
|
7
|
+
data.tar.gz: cb605eb28193a726bdaeeeb6825cc9e54b82f0e3e1b84b252e5bc594efab37b54593d58d39dcce21ecb6fe8860ae1b41253fa5c722af6ee482b80895667e12e9
|
data/lib/aws-sdk-codepipeline.rb
CHANGED
@@ -105,7 +105,7 @@ module Aws::CodePipeline
|
|
105
105
|
# @option options [required, String] :region
|
106
106
|
# The AWS region to connect to. The configured `:region` is
|
107
107
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
108
|
+
# a default `:region` is searched for in the following locations:
|
109
109
|
#
|
110
110
|
# * `Aws.config[:region]`
|
111
111
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +161,7 @@ module Aws::CodePipeline
|
|
161
161
|
# @option options [String] :endpoint
|
162
162
|
# The client endpoint is normally constructed from the `:region`
|
163
163
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
164
|
+
# to test endpoints. This should be a valid HTTP(S) URI.
|
165
165
|
#
|
166
166
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
167
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -279,8 +279,7 @@ module Aws::CodePipeline
|
|
279
279
|
#
|
280
280
|
# @option options [Integer] :http_read_timeout (60) The default
|
281
281
|
# number of seconds to wait for response data. This value can
|
282
|
-
# safely be set
|
283
|
-
# per-request on the session yielded by {#session_for}.
|
282
|
+
# safely be set per-request on the session.
|
284
283
|
#
|
285
284
|
# @option options [Float] :http_idle_timeout (5) The number of
|
286
285
|
# seconds a connection is allowed to sit idle before it is
|
@@ -292,7 +291,7 @@ module Aws::CodePipeline
|
|
292
291
|
# request body. This option has no effect unless the request has
|
293
292
|
# "Expect" header set to "100-continue". Defaults to `nil` which
|
294
293
|
# disables this behaviour. This value can safely be set per
|
295
|
-
# request on the session
|
294
|
+
# request on the session.
|
296
295
|
#
|
297
296
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
298
297
|
# HTTP debug output will be sent to the `:logger`.
|
@@ -1211,6 +1210,8 @@ module Aws::CodePipeline
|
|
1211
1210
|
# * {Types::ListActionExecutionsOutput#action_execution_details #action_execution_details} => Array<Types::ActionExecutionDetail>
|
1212
1211
|
# * {Types::ListActionExecutionsOutput#next_token #next_token} => String
|
1213
1212
|
#
|
1213
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1214
|
+
#
|
1214
1215
|
# @example Request syntax with placeholder values
|
1215
1216
|
#
|
1216
1217
|
# resp = client.list_action_executions({
|
@@ -1285,6 +1286,8 @@ module Aws::CodePipeline
|
|
1285
1286
|
# * {Types::ListActionTypesOutput#action_types #action_types} => Array<Types::ActionType>
|
1286
1287
|
# * {Types::ListActionTypesOutput#next_token #next_token} => String
|
1287
1288
|
#
|
1289
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1290
|
+
#
|
1288
1291
|
# @example Request syntax with placeholder values
|
1289
1292
|
#
|
1290
1293
|
# resp = client.list_action_types({
|
@@ -1348,6 +1351,8 @@ module Aws::CodePipeline
|
|
1348
1351
|
# * {Types::ListPipelineExecutionsOutput#pipeline_execution_summaries #pipeline_execution_summaries} => Array<Types::PipelineExecutionSummary>
|
1349
1352
|
# * {Types::ListPipelineExecutionsOutput#next_token #next_token} => String
|
1350
1353
|
#
|
1354
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1355
|
+
#
|
1351
1356
|
# @example Request syntax with placeholder values
|
1352
1357
|
#
|
1353
1358
|
# resp = client.list_pipeline_executions({
|
@@ -1393,6 +1398,8 @@ module Aws::CodePipeline
|
|
1393
1398
|
# * {Types::ListPipelinesOutput#pipelines #pipelines} => Array<Types::PipelineSummary>
|
1394
1399
|
# * {Types::ListPipelinesOutput#next_token #next_token} => String
|
1395
1400
|
#
|
1401
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1402
|
+
#
|
1396
1403
|
# @example Request syntax with placeholder values
|
1397
1404
|
#
|
1398
1405
|
# resp = client.list_pipelines({
|
@@ -1436,6 +1443,8 @@ module Aws::CodePipeline
|
|
1436
1443
|
# * {Types::ListTagsForResourceOutput#tags #tags} => Array<Types::Tag>
|
1437
1444
|
# * {Types::ListTagsForResourceOutput#next_token #next_token} => String
|
1438
1445
|
#
|
1446
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1447
|
+
#
|
1439
1448
|
# @example Request syntax with placeholder values
|
1440
1449
|
#
|
1441
1450
|
# resp = client.list_tags_for_resource({
|
@@ -1478,6 +1487,8 @@ module Aws::CodePipeline
|
|
1478
1487
|
# * {Types::ListWebhooksOutput#webhooks #webhooks} => Array<Types::ListWebhookItem>
|
1479
1488
|
# * {Types::ListWebhooksOutput#next_token #next_token} => String
|
1480
1489
|
#
|
1490
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1491
|
+
#
|
1481
1492
|
# @example Request syntax with placeholder values
|
1482
1493
|
#
|
1483
1494
|
# resp = client.list_webhooks({
|
@@ -2374,7 +2385,7 @@ module Aws::CodePipeline
|
|
2374
2385
|
params: params,
|
2375
2386
|
config: config)
|
2376
2387
|
context[:gem_name] = 'aws-sdk-codepipeline'
|
2377
|
-
context[:gem_version] = '1.
|
2388
|
+
context[:gem_version] = '1.30.0'
|
2378
2389
|
Seahorse::Client::Request.new(handlers, context)
|
2379
2390
|
end
|
2380
2391
|
|
@@ -6,13 +6,7 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::CodePipeline
|
9
|
-
|
10
|
-
# To create a resource object:
|
11
|
-
# resource = Aws::CodePipeline::Resource.new(region: 'us-west-2')
|
12
|
-
# You can supply a client object with custom configuration that will be used for all resource operations.
|
13
|
-
# If you do not pass +:client+, a default client will be constructed.
|
14
|
-
# client = Aws::CodePipeline::Client.new(region: 'us-west-2')
|
15
|
-
# resource = Aws::CodePipeline::Resource.new(client: client)
|
9
|
+
|
16
10
|
class Resource
|
17
11
|
|
18
12
|
# @param options ({})
|
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.
|
4
|
+
version: 1.30.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: 2020-
|
11
|
+
date: 2020-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -80,7 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
- !ruby/object:Gem::Version
|
81
81
|
version: '0'
|
82
82
|
requirements: []
|
83
|
-
|
83
|
+
rubyforge_project:
|
84
|
+
rubygems_version: 2.7.6.2
|
84
85
|
signing_key:
|
85
86
|
specification_version: 4
|
86
87
|
summary: AWS SDK for Ruby - CodePipeline
|