aws-sdk-machinelearning 1.22.0 → 1.23.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: f07b3c71943d41dbbdf7ae1f6ba356c19ba48e00880650a5860f6049eb7b1a87
4
- data.tar.gz: d56db7f0aa5b881f71a345f691bf88ba7691029fed6ab3f64bde3ec43f269bc8
3
+ metadata.gz: fb7e32d457d3877941526a42c6717f92bda607500c0a20c7fa6ce8e588bd99dc
4
+ data.tar.gz: 3d240312f03b245a09383eb443461ce374eb3fc45da041ae11a757cdcd61f262
5
5
  SHA512:
6
- metadata.gz: 437d06d1a3fd724a4e19d0b4f7a539a74fe6fe2503f1177d69206ee8904462d8865b2f879a9779f3930fab0610be62a5dbcbc2c0e98da06e2b8557b18ebca915
7
- data.tar.gz: 6acc8c27bb1a7d00ad7059670c740f25ccd6cfe1ba7af88f59263f0c2fbd208ff581bdb316f9bbd64eb6fbca82d021616937e39a56902fa321c58375f1be9527
6
+ metadata.gz: c45fac09770f1f46dd5a46c8a4bff211f71ecaaa632d5acb77282a160b437e909b29b6193091fdf62564b0307c5bed94b24ea6de15de0b8ef1bbf02d1b968c57
7
+ data.tar.gz: 5315f4322c0f63754029aca97aef2ad80335d069faa141ee92dc8cb8a1a48d7fe58c6c9f3c60dc759639fd8940e37d6e75ebddfb86508116c7947bff112e6acd
@@ -45,9 +45,9 @@ require_relative 'aws-sdk-machinelearning/customizations'
45
45
  #
46
46
  # See {Errors} for more information.
47
47
  #
48
- # @service
48
+ # @!group service
49
49
  module Aws::MachineLearning
50
50
 
51
- GEM_VERSION = '1.22.0'
51
+ GEM_VERSION = '1.23.0'
52
52
 
53
53
  end
@@ -87,13 +87,28 @@ module Aws::MachineLearning
87
87
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
88
88
  # credentials.
89
89
  #
90
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
91
+ # shared file, such as `~/.aws/config`.
92
+ #
93
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
94
+ #
95
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
96
+ # assume a role after providing credentials via the web.
97
+ #
98
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
99
+ # access token generated from `aws login`.
100
+ #
101
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
102
+ # process that outputs to stdout.
103
+ #
90
104
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
91
105
  # from an EC2 IMDS on an EC2 instance.
92
106
  #
93
- # * `Aws::SharedCredentials` - Used for loading credentials from a
94
- # shared file, such as `~/.aws/config`.
107
+ # * `Aws::ECSCredentials` - Used for loading credentials from
108
+ # instances running in ECS.
95
109
  #
96
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
110
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
111
+ # from the Cognito Identity service.
97
112
  #
98
113
  # When `:credentials` are not configured directly, the following
99
114
  # locations will be searched for credentials:
@@ -103,10 +118,10 @@ module Aws::MachineLearning
103
118
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
104
119
  # * `~/.aws/credentials`
105
120
  # * `~/.aws/config`
106
- # * EC2 IMDS instance profile - When used by default, the timeouts are
107
- # very aggressive. Construct and pass an instance of
108
- # `Aws::InstanceProfileCredentails` to enable retries and extended
109
- # timeouts.
121
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
122
+ # are very aggressive. Construct and pass an instance of
123
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
124
+ # enable retries and extended timeouts.
110
125
  #
111
126
  # @option options [required, String] :region
112
127
  # The AWS region to connect to. The configured `:region` is
@@ -2321,7 +2336,7 @@ module Aws::MachineLearning
2321
2336
  params: params,
2322
2337
  config: config)
2323
2338
  context[:gem_name] = 'aws-sdk-machinelearning'
2324
- context[:gem_version] = '1.22.0'
2339
+ context[:gem_version] = '1.23.0'
2325
2340
  Seahorse::Client::Request.new(handlers, context)
2326
2341
  end
2327
2342
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-machinelearning
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.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-06-23 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