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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec4cc2d8b0945d654b6438bd8f452bbe46fa36db36f3acdc4824312b91cd8b68
4
- data.tar.gz: cdf9ff02a4658c1dedc720dd7a42df95b1d7a63bb7f0bbca783942869bc9d296
3
+ metadata.gz: c3e2de6324a9ad6ec46ff10b527f0d26509bce5ed5dc42048d06c92857a62bf9
4
+ data.tar.gz: bc9dccbba98d5ac2289535dcf033cf9d37a4e22da7126842c167684aeb32fc9c
5
5
  SHA512:
6
- metadata.gz: 2e92b4b9f9be8de47c6cecf6945aeb241430684b53e36aa73cba4197da3ea66d409dbe589a55867246b06a75827ba962f383a50767a6c35b3785de73f0cadbdf
7
- data.tar.gz: 345dfb65d5a8faafc23ea7976813668087a435f42608e77a5a7cb93ef0505d3264697321d2b5885d8b8f731e265a8c0b220fdb3b3d00e1069aac7e551d2924a0
6
+ metadata.gz: 2fb379441314d78a72cc473ed9c58c472f1efd91fe638737c015358889125bf4e60c2cdcb2d44307e43ebcc55a91b62c4fdb5ee418f0ecb7ee21ff80554f486a
7
+ data.tar.gz: 95241675a52848398b3f53b31b4da426a48a880d3df4a695735f29277a9a2629d4411d8795b410885391edec6b9db215ba3eb2c46448bb0b96b6c65a182370bf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.60.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
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.60.0'
2639
+ context[:gem_version] = '1.61.0'
2636
2640
  Seahorse::Client::Request.new(handlers, context)
2637
2641
  end
2638
2642
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codepipeline/customizations'
52
52
  # @!group service
53
53
  module Aws::CodePipeline
54
54
 
55
- GEM_VERSION = '1.60.0'
55
+ GEM_VERSION = '1.61.0'
56
56
 
57
57
  end
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.60.0
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-06 00:00:00.000000000 Z
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