aws-sdk-codestarconnections 1.49.0 → 1.50.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: 563d070f28954ad8005e2fa699bc90c20b217b74eb599166ff031ce047b118c6
4
- data.tar.gz: 38f2b0424598192dc5c45d3c41051a620e97e2d1c70b0eeb3eb87d8275108b13
3
+ metadata.gz: 722400a3a222ff1fafe0c37cbf56617fd03a482ad0d3959cab636401b87e4b8f
4
+ data.tar.gz: c62a2b6d72d8ec3e1def38b71ed6ed6c4fc25a09ef38304d364babc517595139
5
5
  SHA512:
6
- metadata.gz: bed02151b6b725ad91bb9d20ca3b967cde790396806b502d37337e77fc66dbf6f1dc820e1bd6086593e582d9f4e4d5be5fd05511a79a1aba757f95c4c7a36e2a
7
- data.tar.gz: '0752878613e6617671436a7c7756559f92fd53a9556c962b858099b6defdb6eabb62ffb10ca9a7563ecec1ec7cf8bc66309d527c6036144ee040165340bb397a'
6
+ metadata.gz: 01e37a813aca372bdb27121afe893a6706555512e2980d592533c9eb10def7beb149cd085ff7da286cbfb23ebb6c334f09b5833ca6fd5f027672604acac6ea11
7
+ data.tar.gz: 8f351c421412b4827666c9a36f721f92bf300a02347bcd483a5403c891811f93c9d45b9cbade1082de864c272b0ae84d35f165986d842b45e0815311db575134
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.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.49.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -432,6 +432,12 @@ module Aws::CodeStarconnections
432
432
  # @option options [String] :ssl_ca_store
433
433
  # Sets the X509::Store to verify peer certificate.
434
434
  #
435
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
436
+ # Sets a client certificate when creating http connections.
437
+ #
438
+ # @option options [OpenSSL::PKey] :ssl_key
439
+ # Sets a client key when creating http connections.
440
+ #
435
441
  # @option options [Float] :ssl_timeout
436
442
  # Sets the SSL timeout in seconds
437
443
  #
@@ -1713,7 +1719,7 @@ module Aws::CodeStarconnections
1713
1719
  tracer: tracer
1714
1720
  )
1715
1721
  context[:gem_name] = 'aws-sdk-codestarconnections'
1716
- context[:gem_version] = '1.49.0'
1722
+ context[:gem_version] = '1.50.0'
1717
1723
  Seahorse::Client::Request.new(handlers, context)
1718
1724
  end
1719
1725
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codestarconnections/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeStarconnections
54
54
 
55
- GEM_VERSION = '1.49.0'
55
+ GEM_VERSION = '1.50.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codestarconnections
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.50.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