aws-sdk-computeoptimizer 1.45.0 → 1.46.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-computeoptimizer/client.rb +5 -1
- data/lib/aws-sdk-computeoptimizer.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d4e9e8fa795e26f2156382f6daf5554546a41d9fa9b7cc9a74047608153fe943
|
4
|
+
data.tar.gz: 4c49f8295714c49f412573e57599ec7b837541a4b09f851d9daf576a5a7666fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fbfcaff83f6ccb047571908aac494195f173c178190d87c19a28bc3e278078176811fd863665da5812e9f2f05baa2a31071fe51665d9b37887f3c18c991550f
|
7
|
+
data.tar.gz: c0c23c1b80f41cd816e1c3cb1a3494bd66bb1859316bc0b9ef57fc9daf64e53037de93f78f012b401d79f3acb5a9123e1f319dee467ec418601466dd306567f1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.46.0
|
@@ -216,6 +216,10 @@ module Aws::ComputeOptimizer
|
|
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
|
#
|
@@ -2454,7 +2458,7 @@ module Aws::ComputeOptimizer
|
|
2454
2458
|
params: params,
|
2455
2459
|
config: config)
|
2456
2460
|
context[:gem_name] = 'aws-sdk-computeoptimizer'
|
2457
|
-
context[:gem_version] = '1.
|
2461
|
+
context[:gem_version] = '1.46.0'
|
2458
2462
|
Seahorse::Client::Request.new(handlers, context)
|
2459
2463
|
end
|
2460
2464
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-computeoptimizer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.46.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-
|
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
|