aws-sdk-nimblestudio 1.22.0 → 1.23.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-nimblestudio/client.rb +5 -1
- data/lib/aws-sdk-nimblestudio.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: ae681d27bb6e4b99eb0d579f449a5d42eb11a0265c86d97bc6748e110be95824
|
4
|
+
data.tar.gz: 63de9e253f5fb78063d85d86898af107567c2f8d4f577bdf35313caa0d23289b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b4a68867bec85c935dd80d168e29c3141d2aac5ed9af198bb3305b9ad384d7934559e989e3bb7167a12200c69eb6bc20d62bdf2d67d485e08302f41d64d3e4d
|
7
|
+
data.tar.gz: d01385ac6b0543624d2a4b753834f884400c08dcd59c21de887120bc611103e864460159b8a0017cef21705bfa5ccba21da862284db676884e349582d9bcc6ff
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.23.0
|
@@ -216,6 +216,10 @@ module Aws::NimbleStudio
|
|
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
|
#
|
@@ -3750,7 +3754,7 @@ module Aws::NimbleStudio
|
|
3750
3754
|
params: params,
|
3751
3755
|
config: config)
|
3752
3756
|
context[:gem_name] = 'aws-sdk-nimblestudio'
|
3753
|
-
context[:gem_version] = '1.
|
3757
|
+
context[:gem_version] = '1.23.0'
|
3754
3758
|
Seahorse::Client::Request.new(handlers, context)
|
3755
3759
|
end
|
3756
3760
|
|
data/lib/aws-sdk-nimblestudio.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-nimblestudio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.23.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
|