aws-sdk-appflow 1.47.0 → 1.48.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: 993476f30a490fe4daa3e73553080d4853b1e228492f231e412ba0287e287836
4
- data.tar.gz: 111a991cf04aa51481f5f8a6ffca4d308922a7d004aa0aecf7d6d94dd2a7fab7
3
+ metadata.gz: a44d651734a962053629c005908adf9800bca5aa5ee3f69a1f5fec823c37bee7
4
+ data.tar.gz: a656cca150979756b98c6f4773305e5171e00a5b0b65738d35f957c80b07a648
5
5
  SHA512:
6
- metadata.gz: f07ff2896850633ff35344a954ee96eb9f45dcac093c02e7de7b76c320beae95131ca236555a79ccfca5982945eb4dc03a5c70bf8d4f019e5cd2b80697bc2ada
7
- data.tar.gz: 60f783ecfaf762f7f084a54fc371bdf6feb8e5eed9cb4f7bd74bbf25d353237c76433829864fb2b15831873b3414a55e0f6e581cc744a21784b3522e3e6e3771
6
+ metadata.gz: a26a710388abc75b6df5202eac7cb5e059a4636b86633bd1b6c5dee68af8d41b51bac499e42bae0b45b5d3f4d06dc7d57c5bbf534565cb91903ed975b292b324
7
+ data.tar.gz: 2bbe291cb9640efdc6dd80f6752ef3118bcb37421899c7269a9023567c4f3551531951bd021f4a007c39b78ed4de2a259dc60581c235a84078df42865155dcd0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.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.47.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.0
@@ -216,6 +216,10 @@ module Aws::Appflow
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
  #
@@ -3228,7 +3232,7 @@ module Aws::Appflow
3228
3232
  params: params,
3229
3233
  config: config)
3230
3234
  context[:gem_name] = 'aws-sdk-appflow'
3231
- context[:gem_version] = '1.47.0'
3235
+ context[:gem_version] = '1.48.0'
3232
3236
  Seahorse::Client::Request.new(handlers, context)
3233
3237
  end
3234
3238
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-appflow/customizations'
52
52
  # @!group service
53
53
  module Aws::Appflow
54
54
 
55
- GEM_VERSION = '1.47.0'
55
+ GEM_VERSION = '1.48.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.47.0
4
+ version: 1.48.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