aws-sdk-appstream 1.45.0 → 1.46.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: 0524275fc05db4d85b9198652d1d93068170435121908f027871b03084d50c55
4
- data.tar.gz: eab7a0ef52b9a30f08e4bab840496de15de8cc30804ed2ab415d09a689fb3881
3
+ metadata.gz: 95c8235dc4dc04e5811b264a4031defb97c0c8dacada39d32630ce50b3a0083a
4
+ data.tar.gz: 7dd9069c737f7069dbf94fb0fc32f00b8956a3300c885b62ccb1a997b9cdaec5
5
5
  SHA512:
6
- metadata.gz: 6a8f03ef216c42cf3f88df5cb401b0e4f16870ab226287213f3c634a2d3821f856157c96c4a07aa4d1fd353c0634c675acf1d45d2fa1bd510faeebcc25d37015
7
- data.tar.gz: 816980c723ec33dbf0946d7ee3a67518a4904d69f00c2b17d22067181317ab322a8245856c235bf15dc196638857706faec97b12379e8ce149002c155469c832
6
+ metadata.gz: a68d143d4c954c4da9abcc4df3ed49e3a62e1311b6603661e18286451759f904c88faf08a0288b73a6fcb307868c2d1d1f31218f4bb00ce010470844b1cdca0c
7
+ data.tar.gz: ce19615a0708e3911f79c2701c339c28b7144de04f7bf19d4734ff0aabf05bf33584e9a35d62f4330ee69e2d8a4e3bf1946d7c1ab61f660a6910c38e72a0f5b3
@@ -45,9 +45,9 @@ require_relative 'aws-sdk-appstream/customizations'
45
45
  #
46
46
  # See {Errors} for more information.
47
47
  #
48
- # @service
48
+ # @!group service
49
49
  module Aws::AppStream
50
50
 
51
- GEM_VERSION = '1.45.0'
51
+ GEM_VERSION = '1.46.0'
52
52
 
53
53
  end
@@ -85,13 +85,28 @@ module Aws::AppStream
85
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
86
86
  # credentials.
87
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
88
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
89
103
  # from an EC2 IMDS on an EC2 instance.
90
104
  #
91
- # * `Aws::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
95
110
  #
96
111
  # When `:credentials` are not configured directly, the following
97
112
  # locations will be searched for credentials:
@@ -101,10 +116,10 @@ module Aws::AppStream
101
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
102
117
  # * `~/.aws/credentials`
103
118
  # * `~/.aws/config`
104
- # * EC2 IMDS instance profile - When used by default, the timeouts are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
107
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
108
123
  #
109
124
  # @option options [required, String] :region
110
125
  # The AWS region to connect to. The configured `:region` is
@@ -3164,7 +3179,7 @@ module Aws::AppStream
3164
3179
  params: params,
3165
3180
  config: config)
3166
3181
  context[:gem_name] = 'aws-sdk-appstream'
3167
- context[:gem_version] = '1.45.0'
3182
+ context[:gem_version] = '1.46.0'
3168
3183
  Seahorse::Client::Request.new(handlers, context)
3169
3184
  end
3170
3185
 
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.45.0
4
+ version: 1.46.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-08-14 00:00:00.000000000 Z
11
+ date: 2020-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core