aws-sdk-ioteventsdata 1.10.0 → 1.11.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: 48b1fa9e810d9a6fff2a3c24dc591fef6e01ec79ba462524142629aa6f07fdb1
4
- data.tar.gz: 7206e7f737c6e845850b973de980dddae17f95e32b77becd1212f60bdb3b9f37
3
+ metadata.gz: 99f4b18ab1223b2296f9741061a23fd992a2d93033a2e25d6e2c263a05b02721
4
+ data.tar.gz: ee3578967a4ef5e8e9c23e850c79b9522034fd85377b064979dcc4ca6275448b
5
5
  SHA512:
6
- metadata.gz: 70c39fbf4601a01d6a8b11c5cc57c8b857b43df6226aefccfd738ecd3f76bfa4e8f7b9dee75f92129db5c4cca787d72424db319d704b7f723e6b401deb3583d8
7
- data.tar.gz: 79b9873cf9931675c20ef7d366ed1cdf3a73f8a988ff29e3eec211a397f1ce90b8f9389806955077df38b689bd6d2dfe54288e1617ef4ea10520ef2404732ff5
6
+ metadata.gz: 12f5e431b0458c578c1ac66f05868fd564b295ded34e515492f2b365c3a763454e920697ca7fa522b6f524b93f45012df3b27c2dd6cb05235fd759b644401a3f
7
+ data.tar.gz: f8de0a5343531e6513274fa4d42328f68e8744477fa40451fdb1a36c389e6e02c4a86beba39dde963f248621103acd3fd968027a1580c1ff123ada884f3077c9
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-ioteventsdata/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::IoTEventsData
49
49
 
50
- GEM_VERSION = '1.10.0'
50
+ GEM_VERSION = '1.11.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::IoTEventsData
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::IoTEventsData
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
@@ -509,7 +524,7 @@ module Aws::IoTEventsData
509
524
  params: params,
510
525
  config: config)
511
526
  context[:gem_name] = 'aws-sdk-ioteventsdata'
512
- context[:gem_version] = '1.10.0'
527
+ context[:gem_version] = '1.11.0'
513
528
  Seahorse::Client::Request.new(handlers, context)
514
529
  end
515
530
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ioteventsdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.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