aws-sdk-elasticinference 1.7.0 → 1.8.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: 4ac0d400daa7d9cd4f075a46e952f0fa4ca21c6b4902d739976e0ef287d9581b
4
- data.tar.gz: 3f4f3b325a9749b2b4ff9c4264ff11368bc076220075834b19b2004717ca0a86
3
+ metadata.gz: 8ae6a000b13ac58d3e64f42304bf1b3d3da2023e3a61bf07321cc8b657bcc442
4
+ data.tar.gz: 87a1d34b4ffa63f0e9d13ac409408a30bbfd06aaecf689f3151e431dbca2e8bd
5
5
  SHA512:
6
- metadata.gz: bf086d6d6defa760b197697db90db28e48fa23b7afbf27fcbd6d58daca54ef72d3bd89e6c2bf04cd2ed86806a7553ea415d0be2da696c80fa8f80c2f2af110f2
7
- data.tar.gz: f7b7df0d8d9fe3721fd6fcb81433ded769c1999f22fb9a9c556ffb0b1ecaf7e2f58acda33cb3f1327506c84852de925569d4d708ac69eab57d8780c2209be6e0
6
+ metadata.gz: f85b14436e9fecbb8af54276572a0824bc4819727b1b18fc942cf06d329370c4f922c762fed5bdce84e2d045a90bd34d4c4bcf4fd81bc9e3ae142780d411b85b
7
+ data.tar.gz: f2dac5ee667a882e1fbf0bd304300b3564912504bf726f88d7688593bf2ff5ab89a6b4a6035f19de5725e47415d4a64183bd52f13840755ada652fa5a6b17431
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-elasticinference/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::ElasticInference
49
49
 
50
- GEM_VERSION = '1.7.0'
50
+ GEM_VERSION = '1.8.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::ElasticInference
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::ElasticInference
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
@@ -538,7 +553,7 @@ module Aws::ElasticInference
538
553
  params: params,
539
554
  config: config)
540
555
  context[:gem_name] = 'aws-sdk-elasticinference'
541
- context[:gem_version] = '1.7.0'
556
+ context[:gem_version] = '1.8.0'
542
557
  Seahorse::Client::Request.new(handlers, context)
543
558
  end
544
559
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticinference
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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