aws-sdk-codecommit 1.32.0 → 1.33.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
  SHA256:
3
- metadata.gz: 4a0d341dfc2fe5613486ca46b661896dd4c95605b024de0381041f2a5afae629
4
- data.tar.gz: 2da128f77e2227d7fcf37bbc75095a6320ee2aec199d1dbc9c874f9de4ecdb39
3
+ metadata.gz: c4cdf6e7810af5fac2185f4014f9ed5f17c00e3d7fb388ce55e31dc9b1457420
4
+ data.tar.gz: 6c365bbd2c5f6585d931e8aebae642d5efcdd6554ca944640f25103d05c1bf6c
5
5
  SHA512:
6
- metadata.gz: '056468b1f611aaabeb83faec8678ba3fa7884e340e14b61a6ff06e93800318373abf945d8c12a0bfe8a0d2d92a01eff31f694175cbeca01c9041ab5ecbd53c3f'
7
- data.tar.gz: '08ef4e373a66d3b76479340647b9eb91a4a6c345451a1ab2a6015e892d7fb8b28ae0b8a87935896d01deec5ad3009f09a1f6f563e027c520c88ee8d5c996ab2e'
6
+ metadata.gz: 9687367780fa583ce6fb433fd1c30531902d1d7070996fffb194dd9b0f2a674228b6f676eb654e248d4a8baa81599bf833628998a8026570b1daf548adaaac7f
7
+ data.tar.gz: 41d3b549ba042870d1edeb057422d9c45ee2eb5206f469a94172402f689768aaaf25190689c969a8aa6975b764dc13f457cb39a647f39ca82742eb1e9a3af522
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-codecommit/customizations'
45
45
  # @service
46
46
  module Aws::CodeCommit
47
47
 
48
- GEM_VERSION = '1.32.0'
48
+ GEM_VERSION = '1.33.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::CodeCommit
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -4752,7 +4752,7 @@ module Aws::CodeCommit
4752
4752
  params: params,
4753
4753
  config: config)
4754
4754
  context[:gem_name] = 'aws-sdk-codecommit'
4755
- context[:gem_version] = '1.32.0'
4755
+ context[:gem_version] = '1.33.0'
4756
4756
  Seahorse::Client::Request.new(handlers, context)
4757
4757
  end
4758
4758
 
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.32.0
4
+ version: 1.33.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-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core