aws-sdk-codestarnotifications 1.26.0 → 1.27.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: b9a5db236f019737aa244886df2923741048408e0b81255ac4c4c4b32f25ea04
4
- data.tar.gz: 3374d89108c6645018320de6e9868664a2b158cf5750fe48ba04382d75b4a90d
3
+ metadata.gz: 7e4149504ec95f6d246cadfee07c9573a73455b1490d665d0b62b3b0f82b70f0
4
+ data.tar.gz: fcf18f727c481f794ab4aaa418fe4fa8b9da94fb93882bbfd6c8e6c32d553195
5
5
  SHA512:
6
- metadata.gz: bf0d4c46c893daf677723e056a04bb4c511e298f33d3a9a55c59c74488e339997cef2aac7e7f3848bfa9b30f035ed83fe67478847cbcaa2869b3e0e60f5cde82
7
- data.tar.gz: 0ac91452fdd1f4f7bba8c6549363d4742deadeb0a4518d06e99bddf6f9f09f10feb69460cf43bcf522078841a1a7f2ab41fd20e4de0dee0e28a80e3817e79d72
6
+ metadata.gz: fc4e3ef26fc7cd57b1cee9d00e1d5c209c56cf3b59e58b8883a19676ffba79c235d1f07c0f5673d8c98dd71dc9e73bdd6819b784363f9c7d1e0f138792a3ad97
7
+ data.tar.gz: e42544a81a9029f17316066ea45165b7e35dc7cdc105532f11a36fd862d75d0286771263f87a7977c27f98d14609027ac615b4b100840163e80fbaef0fcba593
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.26.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.26.0
1
+ 1.27.0
@@ -216,6 +216,10 @@ module Aws::CodeStarNotifications
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -1011,7 +1015,7 @@ module Aws::CodeStarNotifications
1011
1015
  params: params,
1012
1016
  config: config)
1013
1017
  context[:gem_name] = 'aws-sdk-codestarnotifications'
1014
- context[:gem_version] = '1.26.0'
1018
+ context[:gem_version] = '1.27.0'
1015
1019
  Seahorse::Client::Request.new(handlers, context)
1016
1020
  end
1017
1021
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codestarnotifications/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeStarNotifications
54
54
 
55
- GEM_VERSION = '1.26.0'
55
+ GEM_VERSION = '1.27.0'
56
56
 
57
57
  end
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.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core