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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 93e3b661a76372079c84dd1edb71b8254e3040ea
4
- data.tar.gz: ea842ddb2b837e6b55303f83f7fe3087bb6e7272
3
+ metadata.gz: 1020ad15ed0af24fd8787de2ddcc518658dc5ef4
4
+ data.tar.gz: 0abd734a64134ddc6cea79cbc694c11ca3164b5e
5
5
  SHA512:
6
- metadata.gz: ad865b77ba97a6d689add80d6c7f46e4ced190c7ded15a92ede6f03b175fc487f6f27d6fe2e1f4c07ed3b277adf5fbe362d04cb9ffa393b4781caa0d29521252
7
- data.tar.gz: 6f3c93ad2bd473a20adb31e8b7619b001cffafb0372194c54a171de835e456f82901316646a9fc09f3d9b84dbc9f52837cba612cfdfde38910e2cf1e38457456
6
+ metadata.gz: 6bf1bc07167e28eb02f4be967ee2cdac1735639a380c7a07b5ea5d5dc291669c35c7a18acd3d685bf344b813f68ab0ae247088f4c28d68c94f522b243e174b07
7
+ data.tar.gz: 9a4620f5c9a1a45d3723cf349b0a59713339f2106b4bec8a1d6232c8263edea7cc3429c920905050b0a1cb11286d726cb19058aacc8d322e31a35fb5fe918ad8
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-codecommit/customizations'
42
42
  # @service
43
43
  module Aws::CodeCommit
44
44
 
45
- GEM_VERSION = '1.11.0'
45
+ GEM_VERSION = '1.12.0'
46
46
 
47
47
  end
@@ -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.11.0'
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.11.0
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: 2018-11-20 00:00:00.000000000 Z
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