aws-sdk-servicecatalog 1.84.0 → 1.85.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-servicecatalog/client.rb +5 -1
- data/lib/aws-sdk-servicecatalog.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: 027fc9374a0f875dc470e90461998db31652be44d9aef6c9c83037f84cede4b7
|
4
|
+
data.tar.gz: 93d5e541818dc90db2570b9077ce54eef644b1bdcf85ae293d9f7be7446b45bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aafb3221c3962f3484a4796a1400f59c603afa40d0505d92f306b6b79e939ef9286ab09ea22d2f2df153ec3e44f9db4b2aa567489b6318abfde32211e28c05c6
|
7
|
+
data.tar.gz: 5e8d3b8ecd6c4fefdcb9a14078a848f6ebbb4a9fae6620aac2733479849b55a41424d1cc67028dd151b7c74a908330f204cafe26f7b476ad67b05d4bdd0cd2e0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.85.0
|
@@ -216,6 +216,10 @@ module Aws::ServiceCatalog
|
|
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
|
#
|
@@ -6246,7 +6250,7 @@ module Aws::ServiceCatalog
|
|
6246
6250
|
params: params,
|
6247
6251
|
config: config)
|
6248
6252
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
6249
|
-
context[:gem_version] = '1.
|
6253
|
+
context[:gem_version] = '1.85.0'
|
6250
6254
|
Seahorse::Client::Request.new(handlers, context)
|
6251
6255
|
end
|
6252
6256
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-servicecatalog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.85.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
|