aws-sdk-codepipeline 1.60.0 → 1.61.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codepipeline/client.rb +5 -1
- data/lib/aws-sdk-codepipeline.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c3e2de6324a9ad6ec46ff10b527f0d26509bce5ed5dc42048d06c92857a62bf9
|
|
4
|
+
data.tar.gz: bc9dccbba98d5ac2289535dcf033cf9d37a4e22da7126842c167684aeb32fc9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fb379441314d78a72cc473ed9c58c472f1efd91fe638737c015358889125bf4e60c2cdcb2d44307e43ebcc55a91b62c4fdb5ee418f0ecb7ee21ff80554f486a
|
|
7
|
+
data.tar.gz: 95241675a52848398b3f53b31b4da426a48a880d3df4a695735f29277a9a2629d4411d8795b410885391edec6b9db215ba3eb2c46448bb0b96b6c65a182370bf
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.61.0
|
|
@@ -216,6 +216,10 @@ module Aws::CodePipeline
|
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
218
218
|
#
|
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
|
221
|
+
# variables and the shared configuration file.
|
|
222
|
+
#
|
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
220
224
|
# The log formatter.
|
|
221
225
|
#
|
|
@@ -2632,7 +2636,7 @@ module Aws::CodePipeline
|
|
|
2632
2636
|
params: params,
|
|
2633
2637
|
config: config)
|
|
2634
2638
|
context[:gem_name] = 'aws-sdk-codepipeline'
|
|
2635
|
-
context[:gem_version] = '1.
|
|
2639
|
+
context[:gem_version] = '1.61.0'
|
|
2636
2640
|
Seahorse::Client::Request.new(handlers, context)
|
|
2637
2641
|
end
|
|
2638
2642
|
|
data/lib/aws-sdk-codepipeline.rb
CHANGED
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.61.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: 2023-07-
|
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|