aws-sdk-appstream 1.40.0 → 1.41.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ddfda199ef5b91775ef7de8b295d8310586a0669f1f16e4230cc370b3ff6eed3
4
- data.tar.gz: 867d034f3fb8985a40fc2f6315d273c4125efdf7271b62003d2275b89a330227
3
+ metadata.gz: e0d77bfda293acb20be05dabf99e6fb0481468ac7a20dfe43188eeb895a3112c
4
+ data.tar.gz: b696dd5dabb740d508660893c097bcdd6fc07195ef858e28cf89b012810e80ad
5
5
  SHA512:
6
- metadata.gz: a6c3cf786290e3238ce50125c3095366cc42864afc386c4f3ae013b49a55db0a6f6323b7d52b2e6fd921137fa7f773160435e9ca215ad3ebf2a029f56c3fed7a
7
- data.tar.gz: b54e99ed56a87ef8aaacf091a3a30c931a014ec5ba30e73b716d6d7f32fc5416fdad551c6ff58e019792238774b989078856f53f68a9dbf25f4539da628a719c
6
+ metadata.gz: 3503efb17edc1121c86253232fe571d7a6601382222895140bb0fd371eabc8c2ee56753c35a1df7c3e4aa3f06bf60ddba93d737bac386c082063d6c9f4fbb5b9
7
+ data.tar.gz: e10a0ce1d047e14ddd5846b558673fdf753e08ce50194ed3e114f01e02ad9d56efff3cd990a4d0ed56d3143c5d094e5de6141f70c9856c25d792c387a949aae2
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-appstream/customizations'
46
46
  # @service
47
47
  module Aws::AppStream
48
48
 
49
- GEM_VERSION = '1.40.0'
49
+ GEM_VERSION = '1.41.0'
50
50
 
51
51
  end
@@ -176,7 +176,7 @@ module Aws::AppStream
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -3066,7 +3066,7 @@ module Aws::AppStream
3066
3066
  params: params,
3067
3067
  config: config)
3068
3068
  context[:gem_name] = 'aws-sdk-appstream'
3069
- context[:gem_version] = '1.40.0'
3069
+ context[:gem_version] = '1.41.0'
3070
3070
  Seahorse::Client::Request.new(handlers, context)
3071
3071
  end
3072
3072
 
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.40.0
4
+ version: 1.41.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: 2020-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core