aws-sdk-datapipeline 1.21.0 → 1.22.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: 162f6213f44af8c5d83f8f3688fed7cd37e5c481357992fd3022ec2f6173964d
4
- data.tar.gz: 4b0a02f154e7ca0847e4a760b89c2c69e05d4ff966d8534cfceaf9ea17582ff5
3
+ metadata.gz: ecfa916a224f26a70a7adad94e508318cc4578bfb159141620fb3086012d7212
4
+ data.tar.gz: f0ed393454cd5448dbec829ac80d367cc09e2bf98d3139376a3b6fe18194e00b
5
5
  SHA512:
6
- metadata.gz: c1b7136734e97a6175cc9455393664c596af8cde9a7fa6bea3a222b0c145d28c0f90eb4ab7bad8dd481ae623bb4a2af18de0444cf07edacfac66fa3cd77907d7
7
- data.tar.gz: 011271aa4627e0b2ffa9cb8aa28630b18f90479c95ba8a09e0f47c37fc1847505242d240b2b2625495d73b3ca18d4ea70434375ea6c5a44b6ce3fe0867b7a475
6
+ metadata.gz: eec53e9aefc567de4db4c8848e967b62f7e443d7ce95498abe7ebf038686a1e7acaa51b29682c4e68f156d74db9693f41e0a8ea7f6d658c294670380a359a048
7
+ data.tar.gz: 56a249abf2891ed36674247f4d399d46f98926c0b2185dbdb3569df779b38849f1fce46c3547a6b6afe559fdb1207f8ae10986ac624175752e5f3cb94fcd70d3
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-datapipeline/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::DataPipeline
49
49
 
50
- GEM_VERSION = '1.21.0'
50
+ GEM_VERSION = '1.22.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::DataPipeline
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::DataPipeline
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
@@ -1314,7 +1329,7 @@ module Aws::DataPipeline
1314
1329
  params: params,
1315
1330
  config: config)
1316
1331
  context[:gem_name] = 'aws-sdk-datapipeline'
1317
- context[:gem_version] = '1.21.0'
1332
+ context[:gem_version] = '1.22.0'
1318
1333
  Seahorse::Client::Request.new(handlers, context)
1319
1334
  end
1320
1335
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datapipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.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