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 +4 -4
- data/lib/aws-sdk-codecommit.rb +2 -2
- data/lib/aws-sdk-codecommit/client.rb +24 -9
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d6e07a848a8a010dc732ccb370e94d4192b1ce40d6f5c01adcd688ea0f1a6ec
|
4
|
+
data.tar.gz: dd3d1205777870dec84c8529c676dbd64ae9b62557594cbe71cef1ed73f13652
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f23dc635b29a8f0176ba1ce1bc473f1cd54258adc4a49de784e44538d70c49e26949fdb58def84d64f974894a625f0ceb960f6f0596359177649adc05fb49e0
|
7
|
+
data.tar.gz: 8d6be9b42669ce70674299cf6ddfe9a1e4404d34d2f3b00e8959704137f81f3e31a7a7ec38a1946f0997ad2d4357663661d58df4e9f3344b8771799bd0b5a257
|
data/lib/aws-sdk-codecommit.rb
CHANGED
@@ -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::
|
92
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
93
107
|
#
|
94
|
-
# * `Aws::
|
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
|
105
|
-
# very aggressive. Construct and pass an instance of
|
106
|
-
# `Aws::InstanceProfileCredentails`
|
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,
|
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.
|
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.
|
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-
|
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
|