aws-sdk-codecommit 1.11.0 → 1.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-codecommit.rb +1 -1
- data/lib/aws-sdk-codecommit/client.rb +1 -1
- data/lib/aws-sdk-codecommit/client_api.rb +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1020ad15ed0af24fd8787de2ddcc518658dc5ef4
|
|
4
|
+
data.tar.gz: 0abd734a64134ddc6cea79cbc694c11ca3164b5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6bf1bc07167e28eb02f4be967ee2cdac1735639a380c7a07b5ea5d5dc291669c35c7a18acd3d685bf344b813f68ab0ae247088f4c28d68c94f522b243e174b07
|
|
7
|
+
data.tar.gz: 9a4620f5c9a1a45d3723cf349b0a59713339f2106b4bec8a1d6232c8263edea7cc3429c920905050b0a1cb11286d726cb19058aacc8d322e31a35fb5fe918ad8
|
data/lib/aws-sdk-codecommit.rb
CHANGED
|
@@ -2265,7 +2265,7 @@ module Aws::CodeCommit
|
|
|
2265
2265
|
params: params,
|
|
2266
2266
|
config: config)
|
|
2267
2267
|
context[:gem_name] = 'aws-sdk-codecommit'
|
|
2268
|
-
context[:gem_version] = '1.
|
|
2268
|
+
context[:gem_version] = '1.12.0'
|
|
2269
2269
|
Seahorse::Client::Request.new(handlers, context)
|
|
2270
2270
|
end
|
|
2271
2271
|
|
|
@@ -93,8 +93,10 @@ module Aws::CodeCommit
|
|
|
93
93
|
FileList = Shapes::ListShape.new(name: 'FileList')
|
|
94
94
|
FileModeTypeEnum = Shapes::StringShape.new(name: 'FileModeTypeEnum')
|
|
95
95
|
FileNameConflictsWithDirectoryNameException = Shapes::StructureShape.new(name: 'FileNameConflictsWithDirectoryNameException')
|
|
96
|
+
FilePathConflictsWithSubmodulePathException = Shapes::StructureShape.new(name: 'FilePathConflictsWithSubmodulePathException')
|
|
96
97
|
FileTooLargeException = Shapes::StructureShape.new(name: 'FileTooLargeException')
|
|
97
98
|
Folder = Shapes::StructureShape.new(name: 'Folder')
|
|
99
|
+
FolderContentSizeLimitExceededException = Shapes::StructureShape.new(name: 'FolderContentSizeLimitExceededException')
|
|
98
100
|
FolderDoesNotExistException = Shapes::StructureShape.new(name: 'FolderDoesNotExistException')
|
|
99
101
|
FolderList = Shapes::ListShape.new(name: 'FolderList')
|
|
100
102
|
GetBlobInput = Shapes::StructureShape.new(name: 'GetBlobInput')
|
|
@@ -1529,6 +1531,7 @@ module Aws::CodeCommit
|
|
|
1529
1531
|
o.errors << Shapes::ShapeRef.new(shape: ParentCommitIdOutdatedException)
|
|
1530
1532
|
o.errors << Shapes::ShapeRef.new(shape: FileContentRequiredException)
|
|
1531
1533
|
o.errors << Shapes::ShapeRef.new(shape: FileContentSizeLimitExceededException)
|
|
1534
|
+
o.errors << Shapes::ShapeRef.new(shape: FolderContentSizeLimitExceededException)
|
|
1532
1535
|
o.errors << Shapes::ShapeRef.new(shape: PathRequiredException)
|
|
1533
1536
|
o.errors << Shapes::ShapeRef.new(shape: InvalidPathException)
|
|
1534
1537
|
o.errors << Shapes::ShapeRef.new(shape: BranchNameRequiredException)
|
|
@@ -1548,6 +1551,7 @@ module Aws::CodeCommit
|
|
|
1548
1551
|
o.errors << Shapes::ShapeRef.new(shape: SameFileContentException)
|
|
1549
1552
|
o.errors << Shapes::ShapeRef.new(shape: FileNameConflictsWithDirectoryNameException)
|
|
1550
1553
|
o.errors << Shapes::ShapeRef.new(shape: DirectoryNameConflictsWithFileNameException)
|
|
1554
|
+
o.errors << Shapes::ShapeRef.new(shape: FilePathConflictsWithSubmodulePathException)
|
|
1551
1555
|
end)
|
|
1552
1556
|
|
|
1553
1557
|
api.add_operation(:put_repository_triggers, Seahorse::Model::Operation.new.tap do |o|
|
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.12.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:
|
|
11
|
+
date: 2019-01-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|