aws-sdk-appstream 1.58.0 → 1.59.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,7 +29,7 @@ require_relative 'aws-sdk-appstream/customizations'
29
29
  # structure.
30
30
  #
31
31
  # app_stream = Aws::AppStream::Client.new
32
- # resp = app_stream.associate_fleet(params)
32
+ # resp = app_stream.associate_application_fleet(params)
33
33
  #
34
34
  # See {Client} for more information.
35
35
  #
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-appstream/customizations'
49
49
  # @!group service
50
50
  module Aws::AppStream
51
51
 
52
- GEM_VERSION = '1.58.0'
52
+ GEM_VERSION = '1.59.0'
53
53
 
54
54
  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.58.0
4
+ version: 1.59.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: 2021-11-15 00:00:00.000000000 Z
11
+ date: 2021-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core