aws-sdk-codestarnotifications 1.40.0 → 1.41.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: 84c317e0fa7ea4f271b4baba85c478f8ce4f9cc63bd17a36a563485107ecf200
4
- data.tar.gz: 5fa1c8903dbacdcace98125ae354e50fe1fea2c7c1cc60ab17646883f5929009
3
+ metadata.gz: 0adbde57feeee029c983bf2f4eb2094fd138ef5580c379d260845173a4963b6a
4
+ data.tar.gz: c3b89e9e18a5fbdae47198daf8b0a99e23bcb3ecb00b638ca714bb84652dc7f1
5
5
  SHA512:
6
- metadata.gz: 116733c8fdfee2346879988ba1287b01d822d9aeb40b225bf11092d50a2cd88a298f292d501f1e52463b59032b9c148ae621075dcfd61d2e1d69af8365db864b
7
- data.tar.gz: f9b963fb9aa8d8c8eb01f0e2886b341859e781b8e99b0f2391184226f4d778bbe4d2d55260b88abaceeb91506b6bf78194ed00aab5080b37471d454d7e5adfd3
6
+ metadata.gz: 400b9cb6a58d8a6be3f118eea9a9fbb1af10a5dd9149f8da81404d8808feda21841926a7c3420b67d1aa8e0c7c3e7668e410f34fb0959867842f6946ddbbe2ae
7
+ data.tar.gz: c0474cbb18abfb745b8dd02bc456503e244863602bed9818954643d9c1037d8a6d03d52f6a926c633459a61b7b8d062c78f37983561597166d95a8ceeeec6fab
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.40.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.41.0
@@ -425,6 +425,12 @@ module Aws::CodeStarNotifications
425
425
  # @option options [String] :ssl_ca_store
426
426
  # Sets the X509::Store to verify peer certificate.
427
427
  #
428
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
429
+ # Sets a client certificate when creating http connections.
430
+ #
431
+ # @option options [OpenSSL::PKey] :ssl_key
432
+ # Sets a client key when creating http connections.
433
+ #
428
434
  # @option options [Float] :ssl_timeout
429
435
  # Sets the SSL timeout in seconds
430
436
  #
@@ -1069,7 +1075,7 @@ module Aws::CodeStarNotifications
1069
1075
  tracer: tracer
1070
1076
  )
1071
1077
  context[:gem_name] = 'aws-sdk-codestarnotifications'
1072
- context[:gem_version] = '1.40.0'
1078
+ context[:gem_version] = '1.41.0'
1073
1079
  Seahorse::Client::Request.new(handlers, context)
1074
1080
  end
1075
1081
 
@@ -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.40.0'
55
+ GEM_VERSION = '1.41.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.40.0
4
+ version: 1.41.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: 2024-09-03 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core