aws-sdk-datapipeline 1.42.0 → 1.43.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: a4e1f6322691f4fc6c8560fc483623a069ff3f10f21adcdccf6a806bf43d1619
4
- data.tar.gz: 1252e588dfe745a167c322dbcae03fdbcc5e58717c822dee739e3723fd0ebb29
3
+ metadata.gz: 2af6db0ad90565c740f6fbc59b118df5ed7c7c4b5f8ee0c96f2539ad41647a14
4
+ data.tar.gz: 3a7d8c4209b9affab88bf382fb7a0bef4fa11709acd84a9169d0554c30d4cf6f
5
5
  SHA512:
6
- metadata.gz: b6d5dc4fe8a15a8a384153180a24d98a777f1a54dfbe1c9fb6768e98bf1f512b6feb7721e8dbcd6af284d2d39b909bac062205b6557d1db034185e8f2bc4389a
7
- data.tar.gz: 7f2dd66fd5b4448d6956fb78d32897ffc0335d84979549cd167fa9425d932b28f237364c7aeffa90609662f3c56a2f5f8b5cb8e80a27dcb3f3f25ae55e3e966f
6
+ metadata.gz: 51c65ec5aeea0720a3e95ddd50aedb8af4162bc7e97f9661415b19702593025bc960b6f3fc07a3aa579a784794ee9cf06fb81d8f531b97c3440c418c2ff888bb
7
+ data.tar.gz: 1895e496cb7581b56ee506b7ed0ab282b39a0161dc6f99dc220a0bb29a6b26fddb81379b78064ae6419e1f63f6b794bce01dcafaa292b3a7b3663e4cc0da3418
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.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.42.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.43.0
@@ -216,6 +216,10 @@ module Aws::DataPipeline
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
  #
@@ -1386,7 +1390,7 @@ module Aws::DataPipeline
1386
1390
  params: params,
1387
1391
  config: config)
1388
1392
  context[:gem_name] = 'aws-sdk-datapipeline'
1389
- context[:gem_version] = '1.42.0'
1393
+ context[:gem_version] = '1.43.0'
1390
1394
  Seahorse::Client::Request.new(handlers, context)
1391
1395
  end
1392
1396
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-datapipeline/customizations'
52
52
  # @!group service
53
53
  module Aws::DataPipeline
54
54
 
55
- GEM_VERSION = '1.42.0'
55
+ GEM_VERSION = '1.43.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datapipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.43.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