aws-sdk-appstream 1.75.0 → 1.76.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-appstream/client.rb +5 -1
- data/lib/aws-sdk-appstream.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: e1fc3ed21e96b5ca9206a549557c70313dcdc274bce71b50e3c52967385bca26
|
4
|
+
data.tar.gz: f38a970554056fb1e1133439cbc83100a24abe2e26c3908b16e86c571cb6faa1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9fd36902a4a6d160349d5766171ecb68c00ff523a635766e26eb222d830799a72577f29cd0315f7d51a8eff1de6a7a919eb4abf99d5474f416b30112ae4a026
|
7
|
+
data.tar.gz: 729077d9a9d951c141c70171b1ecbb30d7398bf89e3454323b1416975928bb970860a517b8a624185d2dae7085794ceb2bd7e5e04f245154d6c808716d7f4f7d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.76.0
|
@@ -216,6 +216,10 @@ module Aws::AppStream
|
|
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
|
#
|
@@ -5057,7 +5061,7 @@ module Aws::AppStream
|
|
5057
5061
|
params: params,
|
5058
5062
|
config: config)
|
5059
5063
|
context[:gem_name] = 'aws-sdk-appstream'
|
5060
|
-
context[:gem_version] = '1.
|
5064
|
+
context[:gem_version] = '1.76.0'
|
5061
5065
|
Seahorse::Client::Request.new(handlers, context)
|
5062
5066
|
end
|
5063
5067
|
|
data/lib/aws-sdk-appstream.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-appstream
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.76.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
|