aws-sdk-amplify 1.48.0 → 1.49.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: 32d28c28599646cde36c306f7b8f842cabf0120f89ff407b17b1da3a22111096
4
- data.tar.gz: 77fa5f64d3a429d6b092597fed6bcd4a42166e9a83b7ecf2b5d37ff9f1644743
3
+ metadata.gz: a63bdb49c1c8a59be1d6aad3dd130f622b5c5a6fd289dff351e2107190229b32
4
+ data.tar.gz: e0f376139e30afb1c8838020fec3c32a335e2070be3bcb25d3087c0664a3711a
5
5
  SHA512:
6
- metadata.gz: e06fe14e030bc5d1adffc861813965a1828f2a70e8ca0217330ab4f666401bfea265fceb180d9b25939d045fbf73c11549d68781303d0ba2a3b4f97fc049dd3b
7
- data.tar.gz: 3c83c1fa1f205ea377dafdc167339dafd2faf4551c511d8605bb9fd6471b5b186bd4c71cbfadbaa45c4fab2214fab4bd6bd9a664e2b26d337e8cbdf6b3dbc7db
6
+ metadata.gz: 5711e60258215012608f0d79102fd5dd800a5dfd33932eb36b79bcd4b6b2a705e065f2a7d60cd125858a80d319c831f59650e759b835645eb2ea868059aabcd2
7
+ data.tar.gz: ebc4f9e28197ca2c78bccb4a8a4e9e727f8c93589d412dc55f24e7c3681724350d6e57a0e99b34eeb8cd0055d2dc4fd4dd64265de94bb909411d651fc6467838
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.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.48.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.49.0
@@ -216,6 +216,10 @@ module Aws::Amplify
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
  #
@@ -2733,7 +2737,7 @@ module Aws::Amplify
2733
2737
  params: params,
2734
2738
  config: config)
2735
2739
  context[:gem_name] = 'aws-sdk-amplify'
2736
- context[:gem_version] = '1.48.0'
2740
+ context[:gem_version] = '1.49.0'
2737
2741
  Seahorse::Client::Request.new(handlers, context)
2738
2742
  end
2739
2743
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-amplify/customizations'
52
52
  # @!group service
53
53
  module Aws::Amplify
54
54
 
55
- GEM_VERSION = '1.48.0'
55
+ GEM_VERSION = '1.49.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-amplify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.48.0
4
+ version: 1.49.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