aws-sdk-iotevents 1.17.0 → 1.18.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: 9fba26f1bf36e97727f5637456fc7f338c12e2ef10817fa674cbf16a21090b95
4
- data.tar.gz: d593307e283e974cfd8ae3e2a4f1702fb3377672df6308f4433969f3a77bc53f
3
+ metadata.gz: 51fa45c331d4e9767135a2045642c98a4882fcaf519f90c70c02bf9bcb371154
4
+ data.tar.gz: dd2e85b3622dc089180494a31ff9ac25fffd37c93950f5e3708561a8ae81c057
5
5
  SHA512:
6
- metadata.gz: 90130493241d3ed674d67e1e8b2ba230367a53b9a651628e384d01c6e33f65f2e62d5dc9a936a86e7c20783866f0afe73b0bd8ec3ce7d6c07c3585aef52b539b
7
- data.tar.gz: 967a649c6e02397890919b997a40c8759cd9edee7abe1c0effcd15db77ca08a7178a3de01a9b9e378b243db3851cec5791dd6b03c385a63fd03f85189605966f
6
+ metadata.gz: d45791cb10377b7580d64857bd18622695628cf69e92221e71309771c80b093049312c522682d601078b7f5435d198ee4e5df93518e8d72e2222dae86ef88954
7
+ data.tar.gz: 787b37a9543d318d1565cdff89307f7efc7c31e2674712d750c67c6d865a11bd5c743df798a97ad8b2b54620e1f45d170350d7acc5b279fed92e945aad36ba6c
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-iotevents/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::IoTEvents
49
49
 
50
- GEM_VERSION = '1.17.0'
50
+ GEM_VERSION = '1.18.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::IoTEvents
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::IoTEvents
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
@@ -2058,7 +2073,7 @@ module Aws::IoTEvents
2058
2073
  params: params,
2059
2074
  config: config)
2060
2075
  context[:gem_name] = 'aws-sdk-iotevents'
2061
- context[:gem_version] = '1.17.0'
2076
+ context[:gem_version] = '1.18.0'
2062
2077
  Seahorse::Client::Request.new(handlers, context)
2063
2078
  end
2064
2079
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotevents
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.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