aws-sdk-elasticloadbalancing 1.26.0 → 1.27.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: 727735b36ccf0e50dd3f195a1239404c12743da3083e38d9bb262fa16ff5b9c7
4
- data.tar.gz: e0cb8a1bef68066bb92f0717aceb04fe7499420690c153dd283843f692b7f50b
3
+ metadata.gz: f7e867f3ea851a8a40fdaa46e8cd23360578a2ebf3e044a9850cf34f7d229979
4
+ data.tar.gz: cc90ecf156a0ed24f87eedc762a7685fe8fb8cc569e02f83990f13857afcbad0
5
5
  SHA512:
6
- metadata.gz: 99c7fdd8051acb70b81a076a5e709bf0bc145f47f00817c08f68d87c1279dfdc1b1ee559e636cb8be4d62f4cc5bf437b59d67db256141c8657add38389476e51
7
- data.tar.gz: 0e1ef69f97662e82576e265effb58f9fcf47067e0df8b6a73933c25de380ed4ed12e9e4d234d04500e23efa4d793fd5ba612ccc9aba3d6ba68845590ac1b9ad0
6
+ metadata.gz: 3ab5de10512b744569fa4f47d00c914d7dd8ab684060039cf644bc5a35ebbf6e794caec9c9c00c237126c702775cc16d41ca3a2371ce2d9fc279bf454b022e69
7
+ data.tar.gz: 04446025a640dfc600b7ff3d372d2c30180028825ec99797343385d581bd6b72357e3db97bd492989fc778a686276d89f594eca0a4a211cf87bd0735839077de
@@ -45,9 +45,9 @@ require_relative 'aws-sdk-elasticloadbalancing/customizations'
45
45
  #
46
46
  # See {Errors} for more information.
47
47
  #
48
- # @service
48
+ # @!group service
49
49
  module Aws::ElasticLoadBalancing
50
50
 
51
- GEM_VERSION = '1.26.0'
51
+ GEM_VERSION = '1.27.0'
52
52
 
53
53
  end
@@ -85,13 +85,28 @@ module Aws::ElasticLoadBalancing
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::ElasticLoadBalancing
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
@@ -2597,7 +2612,7 @@ module Aws::ElasticLoadBalancing
2597
2612
  params: params,
2598
2613
  config: config)
2599
2614
  context[:gem_name] = 'aws-sdk-elasticloadbalancing'
2600
- context[:gem_version] = '1.26.0'
2615
+ context[:gem_version] = '1.27.0'
2601
2616
  Seahorse::Client::Request.new(handlers, context)
2602
2617
  end
2603
2618
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.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-17 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