aws-sdk-mediaconnect 1.66.0 → 1.67.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: 8ca071d272d28a8deb78f1cfa6c1e67d05985eb6288d9771a9e5dd22605f2c62
4
- data.tar.gz: a5324ccf2dfb70cf616d3e63a38d8720333115424cbbc1915eada093f7a73294
3
+ metadata.gz: e5d0611e18cc8b3421f017605b504bfd286c9bbb728f1a8930fba67078c58407
4
+ data.tar.gz: f13f2a5e09f649fac7163d00d719f9aba773b1d7aed3767f9d8bcb89aad0a504
5
5
  SHA512:
6
- metadata.gz: f284a057bb2d367c592258779a6c34affe34e104fadfa06831f38bafdbb6a6b67976aeaafcce723677367f6da1fb53de01c468c877dad0c882a75784c31f0f15
7
- data.tar.gz: f709b1a3ace701ac773d06f9668849e60563a51a833a58330711466f44f3eb69f5a5ed1b29a85cd1b14bb627606b413a5e95301e11803985cbc761268ee97626
6
+ metadata.gz: 554d59b24003c1902eddb55e7310fd40311bb23f20468ab0080d9d18b45c7f976f26b339f28a069d86c8b75fdc5baee0c9254374067d1dbaa60a7282d847603e
7
+ data.tar.gz: 02b3aae101ebc5e55eadfc404cbe19a0381bdefbd678972e798b513b31196a3b35e40825d1066a7329371cf9e7dfcd39e05d3ef6ffd5a979aeedc67c63bd1118
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.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.66.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.67.0
@@ -425,6 +425,12 @@ module Aws::MediaConnect
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
  #
@@ -4112,7 +4118,7 @@ module Aws::MediaConnect
4112
4118
  tracer: tracer
4113
4119
  )
4114
4120
  context[:gem_name] = 'aws-sdk-mediaconnect'
4115
- context[:gem_version] = '1.66.0'
4121
+ context[:gem_version] = '1.67.0'
4116
4122
  Seahorse::Client::Request.new(handlers, context)
4117
4123
  end
4118
4124
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-mediaconnect/customizations'
53
53
  # @!group service
54
54
  module Aws::MediaConnect
55
55
 
56
- GEM_VERSION = '1.66.0'
56
+ GEM_VERSION = '1.67.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.66.0
4
+ version: 1.67.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