aws-sdk-codestarnotifications 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a05eb2bd34e1b40074176951443f91adbbf86885c999196c73ea3d96e5f913d0
4
- data.tar.gz: 8690eecde487eb6c44856977147ffde6ad9537ed383c5b4b45ba3bef7f8955ac
3
+ metadata.gz: e19c1dd0ca10e3e9208d79ee46cc2d9b51e894069150a95dd0cdc08677c68873
4
+ data.tar.gz: e27a26427f0a4298c0fcd13b5b111823133266a99e87c91340b21dc570ba59d9
5
5
  SHA512:
6
- metadata.gz: 385bfabf980d78ff59e532d62297bb5ad611e14d2ba7eb74049d43cbc3b43a0ef97b788074e1d0391a31b7adadd5cd2f61c8cb250db71065f8bab2d507b36c2f
7
- data.tar.gz: 5c4f6443e6eeefbe986f423f89fe86effe060e0df6431201c32c93e3b660f08c6bd7e0c1e15605be7aa783758a25c09d6c3d24018db7fc91cf14865fdba010f6
6
+ metadata.gz: 5807d2a2a21140087c431bd05368408b026150af5e55a3763c9385056b14603e84465c8f2a9d3aa72f30ff8501b2350de6a86a2b6556231981d0f06f41aed894
7
+ data.tar.gz: c01f2e919a399d207d6e2f650fcffd8980191424ed9bbc9e824214f82078d0827d60bdfc160f293278a20e0258f8a4a97d3f13a6cf355dcedec1d80acc17fa10
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-codestarnotifications/customizations'
45
45
  # @service
46
46
  module Aws::CodeStarNotifications
47
47
 
48
- GEM_VERSION = '1.2.0'
48
+ GEM_VERSION = '1.3.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::CodeStarNotifications
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.
@@ -921,7 +921,7 @@ module Aws::CodeStarNotifications
921
921
  params: params,
922
922
  config: config)
923
923
  context[:gem_name] = 'aws-sdk-codestarnotifications'
924
- context[:gem_version] = '1.2.0'
924
+ context[:gem_version] = '1.3.0'
925
925
  Seahorse::Client::Request.new(handlers, context)
926
926
  end
927
927
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codestarnotifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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