aws-sdk-elasticloadbalancingv2 1.48.0 → 1.49.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: d45b74682a976369037c4bdbacc858f9b375d4e1ab127cb478b3d650af22aae1
4
- data.tar.gz: 954cebf1fb025fc426513147c70ab3fde5c4551c862ea96078bf8a0149ce793d
3
+ metadata.gz: 63471e765b6275c7ee3c54fb3352b8fa33fee1310b4740aee33685ca32ed5937
4
+ data.tar.gz: f62d05bb5644b33f5255c415795629564fe4b51ddd7b590e845b0284a195b7a3
5
5
  SHA512:
6
- metadata.gz: aebf3e1df6dff0f9f7d0902952c90de7a5cb3d38041209f448e594fc4a54e84306f0c3318e343625d45267efd9334c4608c105dfa53b40390c4cd226c6bb3e74
7
- data.tar.gz: c82d74f3d275be49f6a54c4b483beaed61918d268e712e01b48ff17f1001cf17481442f72d65cce210286ea9df80233730f32f3639e519785d062af807a7735a
6
+ metadata.gz: 759f313b5f49de3e7fb885fad2db28c7031601b2e52b559f3391cc05c9c4a2780afdeceff1e4f9ec9afc360248a43d1a741affcd81f55bce0a27dd94c5fcf16b
7
+ data.tar.gz: 5e6e10b1a9b8b6da8b0cc16470464c97397ca907d818edbaba8b68aa31e10d1e507b71775489ca914e11c0d01a123bc3bb327c468274e9c2fefac2fed124dc81
@@ -45,9 +45,9 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
45
45
  #
46
46
  # See {Errors} for more information.
47
47
  #
48
- # @service
48
+ # @!group service
49
49
  module Aws::ElasticLoadBalancingV2
50
50
 
51
- GEM_VERSION = '1.48.0'
51
+ GEM_VERSION = '1.49.0'
52
52
 
53
53
  end
@@ -85,13 +85,28 @@ module Aws::ElasticLoadBalancingV2
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::ElasticLoadBalancingV2
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
@@ -4276,7 +4291,7 @@ module Aws::ElasticLoadBalancingV2
4276
4291
  params: params,
4277
4292
  config: config)
4278
4293
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4279
- context[:gem_version] = '1.48.0'
4294
+ context[:gem_version] = '1.49.0'
4280
4295
  Seahorse::Client::Request.new(handlers, context)
4281
4296
  end
4282
4297
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancingv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.48.0
4
+ version: 1.49.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