aws-sdk-codecommit 1.37.0 → 1.38.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: 31828e3bbecaa8b6466da5d4701808711c0bd43131e50b4619054588bd9287f8
4
- data.tar.gz: cb89ae9944b1177c377d12d084152cbe52b21bbb001304a3b2c8c0d4547c7520
3
+ metadata.gz: 3d6e07a848a8a010dc732ccb370e94d4192b1ce40d6f5c01adcd688ea0f1a6ec
4
+ data.tar.gz: dd3d1205777870dec84c8529c676dbd64ae9b62557594cbe71cef1ed73f13652
5
5
  SHA512:
6
- metadata.gz: 825535e18607d21998b076977b1369aad320ff1771292def8508460a7ea217913fe906588448f6ad38a4e788ae37587472eaf082d7cf3a46b7a8f79d8ea69bf5
7
- data.tar.gz: c3583312131d253e101d4f70bf8233b8a2177e7fb60d59306aae471bea5cda136d24abbaa7248351e925b5ffb74eec879bcff3bd77313750e857357b15194743
6
+ metadata.gz: 4f23dc635b29a8f0176ba1ce1bc473f1cd54258adc4a49de784e44538d70c49e26949fdb58def84d64f974894a625f0ceb960f6f0596359177649adc05fb49e0
7
+ data.tar.gz: 8d6be9b42669ce70674299cf6ddfe9a1e4404d34d2f3b00e8959704137f81f3e31a7a7ec38a1946f0997ad2d4357663661d58df4e9f3344b8771799bd0b5a257
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-codecommit/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::CodeCommit
49
49
 
50
- GEM_VERSION = '1.37.0'
50
+ GEM_VERSION = '1.38.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::CodeCommit
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::CodeCommit
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
@@ -4071,7 +4086,7 @@ module Aws::CodeCommit
4071
4086
  # The name of the branch where you want to add or update the file. If
4072
4087
  # this is an empty repository, this branch is created.
4073
4088
  #
4074
- # @option params [required, String, IO] :file_content
4089
+ # @option params [required, String, StringIO, File] :file_content
4075
4090
  # The content of the file, in binary object format.
4076
4091
  #
4077
4092
  # @option params [required, String] :file_path
@@ -4897,7 +4912,7 @@ module Aws::CodeCommit
4897
4912
  params: params,
4898
4913
  config: config)
4899
4914
  context[:gem_name] = 'aws-sdk-codecommit'
4900
- context[:gem_version] = '1.37.0'
4915
+ context[:gem_version] = '1.38.0'
4901
4916
  Seahorse::Client::Request.new(handlers, context)
4902
4917
  end
4903
4918
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codecommit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.38.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-07-02 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