aws-sdk-account 1.16.0 → 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 92929e28a70b4dce353ba46179cd23ec5805ee010b687ff564f422368949aa52
4
- data.tar.gz: a3edb455e8483c616faf083cd29254e1649f7ef8a634963f1ed5b0676e25e348
3
+ metadata.gz: e56ee264004ff245b4c3312de1363487dd232aa01ed649104bdff90529e08815
4
+ data.tar.gz: 7c0bf55d43319769835a71a63199ddcff714809568c4d674cad74b999927ef4a
5
5
  SHA512:
6
- metadata.gz: 2f23ad7b7ad80d7654cf93a9bc0484202259609b0c015a35f41ce6670019abc632159324cb707eba29f4b19fe400285906d81ba8f33d85d9fbe1123d28b99f91
7
- data.tar.gz: 8a6d465c240bb659cb516dbf94c696478564dae0a9a32ca839c8206dd260ab657b20276ed8a6c03820b86c0691c546ebd19db412aeac1dba2435f0352310003f
6
+ metadata.gz: 5eb2afb98ec73be9d3a29d21ed8ea10b8b49fe1dea57645f8745c26ba242ad7f6b7447e814fda80c88056be0b91d06e0325c2977c1bb50d29f721943c5230127
7
+ data.tar.gz: 2e6b12227660e8b8ffda35c25fc46c9e0d7cdaa1cb1d445ff633ca5ca4b2e26291c35d63cc7c182c5932c1f67cb86fac7d8112d31980ba73f6088dc05852671a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2023-09-27)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.17.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.16.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.18.0
@@ -216,6 +216,10 @@ module Aws::Account
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
  #
@@ -1073,7 +1077,7 @@ module Aws::Account
1073
1077
  params: params,
1074
1078
  config: config)
1075
1079
  context[:gem_name] = 'aws-sdk-account'
1076
- context[:gem_version] = '1.16.0'
1080
+ context[:gem_version] = '1.18.0'
1077
1081
  Seahorse::Client::Request.new(handlers, context)
1078
1082
  end
1079
1083
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-account/customizations'
52
52
  # @!group service
53
53
  module Aws::Account
54
54
 
55
- GEM_VERSION = '1.16.0'
55
+ GEM_VERSION = '1.18.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-account
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.18.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-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.177.0
22
+ version: 3.184.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement