aws-sdk-autoscalingplans 1.25.0 → 1.26.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: 2d10ea365165677c9c13f5a6e82712caeb00e45dc5479010274baa1b12cb18e1
4
- data.tar.gz: c9d3e53eea5f7b7ac09e974f2712696b25c3a97e7542e75ee1c042275d240860
3
+ metadata.gz: 680ae64f5b6260f01661ce2d00b44e385917b453cac2a19dd06d264def828528
4
+ data.tar.gz: 5b6c020b40fadb8e27d4cda13c880356d7357e17b4cf1116b0b6568faba27d59
5
5
  SHA512:
6
- metadata.gz: 786cdd47482fbf3f2417ec57aa4e8fb0ea132f7c3117ec2ab11fd63ee1728f4bac11cf3607b48ff0a9d0de412c3c8fb749b33553e8581be2285288c7e23c73f9
7
- data.tar.gz: c70cf0247a6586c1ac2fef3256f794aa3270cfecb71883fdc22f8804b53bbaa2611815b24ec9c9ce8045748cbf3d948c0588de3e15c671b21e4c4454e16299f3
6
+ metadata.gz: 55eba69a722ce1c4b37fe10fc7f981160e6e345096f7f0ff94baaccd7d084453d34e9698926a69174c19e32aae53dd691f775cb580c0ab2b7a747490fe0b6178
7
+ data.tar.gz: be47130eb4579af26e0da58477eb2377d8e649c99b1da3e73068990966d314ffc1dba2ffdf9a4b7ac84d030e36baf9ff6efa7fdba3d7037bcf55cf48b7d01e23
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-autoscalingplans/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::AutoScalingPlans
49
49
 
50
- GEM_VERSION = '1.25.0'
50
+ GEM_VERSION = '1.26.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::AutoScalingPlans
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::AutoScalingPlans
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
@@ -851,7 +866,7 @@ module Aws::AutoScalingPlans
851
866
  params: params,
852
867
  config: config)
853
868
  context[:gem_name] = 'aws-sdk-autoscalingplans'
854
- context[:gem_version] = '1.25.0'
869
+ context[:gem_version] = '1.26.0'
855
870
  Seahorse::Client::Request.new(handlers, context)
856
871
  end
857
872
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscalingplans
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.26.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