aws-sdk-codecommit 1.26.0 → 1.27.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: 5e99f8a9a916e24e3e25031b58b0d164dc66cecf
4
- data.tar.gz: 595fbcb298262c941a27158521d4da4212a73b31
3
+ metadata.gz: b81fff60091fff1713229a3891f7f8a36ebb7abc
4
+ data.tar.gz: 39a4edbaff6ae63bd5b1ea91f5c58198d72bf407
5
5
  SHA512:
6
- metadata.gz: 0ed0ac35a57136d37f9c4cb6b4cbb8d10e111f634ef344acaec0b33bf569edb29e84b9c2d993db035feb0a3b3c57777ed175c1aabbca73a17f03339eb685df45
7
- data.tar.gz: 99c2daafad911286b9a5d73bc886bd81700d67ba5381fec98c46bf98be4a47b6513deee97d39a99c2f5fd2f7e7788146040fc090e799a73d7f602d0fff46171f
6
+ metadata.gz: 11d2a3d0cb31d89a397f5a9a97e841467430e337f175bea8a75f7f2023e346c8137944f03f3115ec20497a5106a2483a21ec02d1f9f3e82a3d8c1baad3170c9b
7
+ data.tar.gz: da01da4d9a332dbe08facf198ab21c34b86e511e12ff7b4b518aa7507ca96757cf7630332644aeffd8349fd07f982c2e135f8d7f3b34920317abc063700cfd74
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-codecommit/customizations'
42
42
  # @service
43
43
  module Aws::CodeCommit
44
44
 
45
- GEM_VERSION = '1.26.0'
45
+ GEM_VERSION = '1.27.0'
46
46
 
47
47
  end
@@ -3578,7 +3578,7 @@ module Aws::CodeCommit
3578
3578
  params: params,
3579
3579
  config: config)
3580
3580
  context[:gem_name] = 'aws-sdk-codecommit'
3581
- context[:gem_version] = '1.26.0'
3581
+ context[:gem_version] = '1.27.0'
3582
3582
  Seahorse::Client::Request.new(handlers, context)
3583
3583
  end
3584
3584
 
@@ -60,6 +60,7 @@ module Aws::CodeCommit
60
60
  CommitMessageLengthExceededException = Shapes::StructureShape.new(name: 'CommitMessageLengthExceededException')
61
61
  CommitName = Shapes::StringShape.new(name: 'CommitName')
62
62
  CommitRequiredException = Shapes::StructureShape.new(name: 'CommitRequiredException')
63
+ ConcurrentReferenceUpdateException = Shapes::StructureShape.new(name: 'ConcurrentReferenceUpdateException')
63
64
  Conflict = Shapes::StructureShape.new(name: 'Conflict')
64
65
  ConflictDetailLevelTypeEnum = Shapes::StringShape.new(name: 'ConflictDetailLevelTypeEnum')
65
66
  ConflictMetadata = Shapes::StructureShape.new(name: 'ConflictMetadata')
@@ -1501,6 +1502,7 @@ module Aws::CodeCommit
1501
1502
  o.errors << Shapes::ShapeRef.new(shape: FolderContentSizeLimitExceededException)
1502
1503
  o.errors << Shapes::ShapeRef.new(shape: MaximumFileContentToLoadExceededException)
1503
1504
  o.errors << Shapes::ShapeRef.new(shape: MaximumItemsToCompareExceededException)
1505
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentReferenceUpdateException)
1504
1506
  o.errors << Shapes::ShapeRef.new(shape: FileModeRequiredException)
1505
1507
  o.errors << Shapes::ShapeRef.new(shape: InvalidFileModeException)
1506
1508
  o.errors << Shapes::ShapeRef.new(shape: NameLengthExceededException)
@@ -2079,6 +2081,7 @@ module Aws::CodeCommit
2079
2081
  o.errors << Shapes::ShapeRef.new(shape: BranchNameIsTagNameException)
2080
2082
  o.errors << Shapes::ShapeRef.new(shape: BranchDoesNotExistException)
2081
2083
  o.errors << Shapes::ShapeRef.new(shape: ManualMergeRequiredException)
2084
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentReferenceUpdateException)
2082
2085
  o.errors << Shapes::ShapeRef.new(shape: EncryptionIntegrityChecksFailedException)
2083
2086
  o.errors << Shapes::ShapeRef.new(shape: EncryptionKeyAccessDeniedException)
2084
2087
  o.errors << Shapes::ShapeRef.new(shape: EncryptionKeyDisabledException)
@@ -2125,6 +2128,7 @@ module Aws::CodeCommit
2125
2128
  o.errors << Shapes::ShapeRef.new(shape: NameLengthExceededException)
2126
2129
  o.errors << Shapes::ShapeRef.new(shape: InvalidEmailException)
2127
2130
  o.errors << Shapes::ShapeRef.new(shape: CommitMessageLengthExceededException)
2131
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentReferenceUpdateException)
2128
2132
  o.errors << Shapes::ShapeRef.new(shape: EncryptionIntegrityChecksFailedException)
2129
2133
  o.errors << Shapes::ShapeRef.new(shape: EncryptionKeyAccessDeniedException)
2130
2134
  o.errors << Shapes::ShapeRef.new(shape: EncryptionKeyDisabledException)
@@ -2151,6 +2155,7 @@ module Aws::CodeCommit
2151
2155
  o.errors << Shapes::ShapeRef.new(shape: BranchNameIsTagNameException)
2152
2156
  o.errors << Shapes::ShapeRef.new(shape: BranchDoesNotExistException)
2153
2157
  o.errors << Shapes::ShapeRef.new(shape: ManualMergeRequiredException)
2158
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentReferenceUpdateException)
2154
2159
  o.errors << Shapes::ShapeRef.new(shape: InvalidConflictDetailLevelException)
2155
2160
  o.errors << Shapes::ShapeRef.new(shape: InvalidConflictResolutionStrategyException)
2156
2161
  o.errors << Shapes::ShapeRef.new(shape: InvalidConflictResolutionException)
@@ -2196,6 +2201,7 @@ module Aws::CodeCommit
2196
2201
  o.errors << Shapes::ShapeRef.new(shape: RepositoryNameRequiredException)
2197
2202
  o.errors << Shapes::ShapeRef.new(shape: InvalidRepositoryNameException)
2198
2203
  o.errors << Shapes::ShapeRef.new(shape: RepositoryDoesNotExistException)
2204
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentReferenceUpdateException)
2199
2205
  o.errors << Shapes::ShapeRef.new(shape: EncryptionIntegrityChecksFailedException)
2200
2206
  o.errors << Shapes::ShapeRef.new(shape: EncryptionKeyAccessDeniedException)
2201
2207
  o.errors << Shapes::ShapeRef.new(shape: EncryptionKeyDisabledException)
@@ -2228,6 +2234,7 @@ module Aws::CodeCommit
2228
2234
  o.errors << Shapes::ShapeRef.new(shape: MultipleConflictResolutionEntriesException)
2229
2235
  o.errors << Shapes::ShapeRef.new(shape: ReplacementContentRequiredException)
2230
2236
  o.errors << Shapes::ShapeRef.new(shape: MaximumConflictResolutionEntriesExceededException)
2237
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentReferenceUpdateException)
2231
2238
  o.errors << Shapes::ShapeRef.new(shape: PathRequiredException)
2232
2239
  o.errors << Shapes::ShapeRef.new(shape: InvalidPathException)
2233
2240
  o.errors << Shapes::ShapeRef.new(shape: InvalidFileModeException)
@@ -2284,6 +2291,7 @@ module Aws::CodeCommit
2284
2291
  o.errors << Shapes::ShapeRef.new(shape: InvalidRepositoryNameException)
2285
2292
  o.errors << Shapes::ShapeRef.new(shape: RepositoryDoesNotExistException)
2286
2293
  o.errors << Shapes::ShapeRef.new(shape: RepositoryNotAssociatedWithPullRequestException)
2294
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentReferenceUpdateException)
2287
2295
  o.errors << Shapes::ShapeRef.new(shape: EncryptionIntegrityChecksFailedException)
2288
2296
  o.errors << Shapes::ShapeRef.new(shape: EncryptionKeyAccessDeniedException)
2289
2297
  o.errors << Shapes::ShapeRef.new(shape: EncryptionKeyDisabledException)
@@ -4416,8 +4416,7 @@ module Aws::CodeCommit
4416
4416
  #
4417
4417
  # @!attribute [rw] destination_arn
4418
4418
  # The ARN of the resource that is the target for a trigger. For
4419
- # example, the ARN of a topic in Amazon Simple Notification Service
4420
- # (SNS).
4419
+ # example, the ARN of a topic in Amazon SNS.
4421
4420
  # @return [String]
4422
4421
  #
4423
4422
  # @!attribute [rw] custom_data
@@ -4429,7 +4428,7 @@ module Aws::CodeCommit
4429
4428
  # The branches that will be included in the trigger configuration. If
4430
4429
  # you specify an empty array, the trigger will apply to all branches.
4431
4430
  #
4432
- # <note markdown="1"> While no content is required in the array, you must include the
4431
+ # <note markdown="1"> Although no content is required in the array, you must include the
4433
4432
  # array itself.
4434
4433
  #
4435
4434
  # </note>
@@ -4437,8 +4436,7 @@ module Aws::CodeCommit
4437
4436
  #
4438
4437
  # @!attribute [rw] events
4439
4438
  # The repository events that will cause the trigger to run actions in
4440
- # another service, such as sending a notification through Amazon
4441
- # Simple Notification Service (SNS).
4439
+ # another service, such as sending a notification through Amazon SNS.
4442
4440
  #
4443
4441
  # <note markdown="1"> The valid value "all" cannot be used with any other values.
4444
4442
  #
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.26.0
4
+ version: 1.27.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: 2019-07-25 00:00:00.000000000 Z
11
+ date: 2019-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core