aws-sdk-appstream 1.75.0 → 1.76.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c40ca96bc12ab82828f7d6159a5134bc172e6974d712e04562badf9766f0d1a
4
- data.tar.gz: dc7ab1503d6802a66816fe87920eb90f8120d6d58f55987ebb3db3963da6b9bf
3
+ metadata.gz: e1fc3ed21e96b5ca9206a549557c70313dcdc274bce71b50e3c52967385bca26
4
+ data.tar.gz: f38a970554056fb1e1133439cbc83100a24abe2e26c3908b16e86c571cb6faa1
5
5
  SHA512:
6
- metadata.gz: 5cb1e770d6a384adad5533e99586de44343c313c14a8e23db0f2a61b94bfa0a791e6bdcf2f8e389cb2d1e157468a86f58120f1d217a253bae0cfdf381471216c
7
- data.tar.gz: 74524117d2d746c77c886d8a8da3e733277a49979a92ed70e2107f5dda1f8b066785250524791688b5480c1c0e7af302485a78f89763e1e3a489800750f86c1d
6
+ metadata.gz: c9fd36902a4a6d160349d5766171ecb68c00ff523a635766e26eb222d830799a72577f29cd0315f7d51a8eff1de6a7a919eb4abf99d5474f416b30112ae4a026
7
+ data.tar.gz: 729077d9a9d951c141c70171b1ecbb30d7398bf89e3454323b1416975928bb970860a517b8a624185d2dae7085794ceb2bd7e5e04f245154d6c808716d7f4f7d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.75.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
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.75.0'
5064
+ context[:gem_version] = '1.76.0'
5061
5065
  Seahorse::Client::Request.new(handlers, context)
5062
5066
  end
5063
5067
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-appstream/customizations'
53
53
  # @!group service
54
54
  module Aws::AppStream
55
55
 
56
- GEM_VERSION = '1.75.0'
56
+ GEM_VERSION = '1.76.0'
57
57
 
58
58
  end
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.75.0
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-06 00:00:00.000000000 Z
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