aws-sdk-iotjobsdataplane 1.22.0 → 1.23.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: 06ba736f7a2ffa1ebfe770acd517c176f427a64b9a0f049f5b47fd4bc05d1b27
4
- data.tar.gz: cf1b6977198be9aa450d7346f23e1bd2d2994ab59cf8d56c1f1902a6bde4f64b
3
+ metadata.gz: '0990a964138d0882a8dc628be7243d477741cb48dc764ad8535f587d1fbdbf2d'
4
+ data.tar.gz: 62e8a6ff7a31ec57656a9557ae53289e169960ea9701dc90cad06227ab5b82d4
5
5
  SHA512:
6
- metadata.gz: f67b943900ee2f24f9bf5ac9e0e4c8ad680d57769a590693228c775c91b6adf233d4c7bf78fdc2614ad4732fa9ebe48f85c875c06f03333a346fa04a7be0c9d0
7
- data.tar.gz: d7828f56613cd2cf1c9c6b4096aa64fe620ae7c97a99c09044757c3e4c0396a2223442a3273b18ecea254698086f5cf97fbe3d60b62ae0ba5c8888823f26615c
6
+ metadata.gz: d67d765ec1e36c77b8ccf8a2c35dc04101b20ecfa81d4ef80964534d92c9d3b499427cb8cc7525a0bc638959c1d04dc4245ebbd20695c0ef0174be19d8386fff
7
+ data.tar.gz: 42bfda3ab9127d3cc74c29ea43eead870510b501baa22803a1058a2fed7d06b9c545e9a24f8925f775232dc07ba20031d73506fc73b4148f0b4a6e848e2c273f
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-iotjobsdataplane/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::IoTJobsDataPlane
49
49
 
50
- GEM_VERSION = '1.22.0'
50
+ GEM_VERSION = '1.23.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::IoTJobsDataPlane
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::IoTJobsDataPlane
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
@@ -560,7 +575,7 @@ module Aws::IoTJobsDataPlane
560
575
  params: params,
561
576
  config: config)
562
577
  context[:gem_name] = 'aws-sdk-iotjobsdataplane'
563
- context[:gem_version] = '1.22.0'
578
+ context[:gem_version] = '1.23.0'
564
579
  Seahorse::Client::Request.new(handlers, context)
565
580
  end
566
581
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotjobsdataplane
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.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