aws-sdk-securityhub 1.31.0 → 1.32.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: 0e0c6a61da4fcb83e55e54af8c07b96f29899528b028cde4b7255845806f9682
4
- data.tar.gz: f787db956bb62779c2cdd989d449232d08f6fd98c54a4c68af518745addbfb7b
3
+ metadata.gz: 63932fd1ce625cec5453b939af90ffa7f77546d7324135170792577ffd791cfc
4
+ data.tar.gz: 0d5ee5baa4d0d2eaa3452369a78f7ef51120b26f739a0204483c62740f169e0a
5
5
  SHA512:
6
- metadata.gz: 6d82161620ac7ab7b0f0145f0eaa736709dbd8381f79eb4ced39afdb57114e5af3ab0c92293709c428c465249e4210bf6276b3056655c75bd7cf75f8448e92d1
7
- data.tar.gz: 2e41b85e09f7605f7b7a0b70830c1f1f26cef5bd4e005afc9991cdd511798a211a97162a554f551ce76625c43678f8ad21014d076468cdc971105502db4047e3
6
+ metadata.gz: a164aa9f60a716f9a0b472b72e49f0191618119ba6a3d8f25a42f8f2ad2fd92f8a81e13a53d1cfed5f92335da7678fecc21be97fe676440e6597fddafb3dc85a
7
+ data.tar.gz: 73b42cee94f87e5c016876fcc7ae93e4298bcb4842f653f52b51a6c9088e1b1883ec7cd4f645dfbaa90b5a8768828d8b1cb22cabe58790e65b2312e1e43a2f80
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-securityhub/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::SecurityHub
49
49
 
50
- GEM_VERSION = '1.31.0'
50
+ GEM_VERSION = '1.32.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::SecurityHub
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::SecurityHub
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
@@ -6339,7 +6354,7 @@ module Aws::SecurityHub
6339
6354
  params: params,
6340
6355
  config: config)
6341
6356
  context[:gem_name] = 'aws-sdk-securityhub'
6342
- context[:gem_version] = '1.31.0'
6357
+ context[:gem_version] = '1.32.0'
6343
6358
  Seahorse::Client::Request.new(handlers, context)
6344
6359
  end
6345
6360
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-securityhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.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-18 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