aws-sdk-translate 1.24.0 → 1.25.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: 938ced35ae8ba42d62fa3cdf27109ab960ea2099aa0e1516a59166d1cd572898
4
- data.tar.gz: abcac71347e34e2f99992ff008b396c0ad003178fe99b0b140b318ae3398057d
3
+ metadata.gz: c3ddf2d4fc6a05c177f7709809cc978147f29cde2cd473c827e52f62d1c2061c
4
+ data.tar.gz: 25d149f9d93862dcf69731896c9ced9d82021eb8f1e18ebf815cf3c5205c4d85
5
5
  SHA512:
6
- metadata.gz: b9bf90a44690a7a78011b607f8f7909f2b5cfe25b35153da9aa7bb20a0d85d6f4d40f0f4c70906b0d9d732efdbb85b063da4c62e3e96fd79f9592c7b7ec15b5b
7
- data.tar.gz: 54c4364a7f64c2ea2f484b38843cdada922950bc7df459ae43e201d328ad0f8475006f1bb28f29f78730a3c3aaf004ed71b77370efaaeea93df338e800a68cb4
6
+ metadata.gz: d8366e5e82a7dab0edae385c54c6942bb3b2e759b49efa94f79ac453f362a2c66eeae6f5f52bc3dc1a812e5226a4005bc51431c01090619b4e0f2820291b5736
7
+ data.tar.gz: dd2c9f8b4204e87b095914dd248ef1a05910de1b059b3fc4e00dc149cb96bf3784779ad1b99115341518f4587b9d0ae331d972f2ea0e1a6750cd23944dcee55b
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-translate/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::Translate
49
49
 
50
- GEM_VERSION = '1.24.0'
50
+ GEM_VERSION = '1.25.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::Translate
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::Translate
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
@@ -843,7 +858,7 @@ module Aws::Translate
843
858
  params: params,
844
859
  config: config)
845
860
  context[:gem_name] = 'aws-sdk-translate'
846
- context[:gem_version] = '1.24.0'
861
+ context[:gem_version] = '1.25.0'
847
862
  Seahorse::Client::Request.new(handlers, context)
848
863
  end
849
864
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-translate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.25.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