aws-sdk-artifact 1.8.0 → 1.9.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: e204978ad79706d236bf7d5771c4035cb3f280947f98d0841e5738864a7aa262
4
- data.tar.gz: f534c83a7e0e82fde7e9095cb8034e2918271c97cabb9f4b1e845a2a821a5598
3
+ metadata.gz: e1bc00f419acd2d4023674599c8147041a95c0bb7f69b568e47c0ba1700aec41
4
+ data.tar.gz: 03e4b06f5add90470ef48ca227a1508ab8d367d54b6beeebd0b8eb9f1fc413cf
5
5
  SHA512:
6
- metadata.gz: 02bd236c5f1c0451d29518543d607ec34426ca4ee8b7ca27e15042c36e61be986e99eb8c7b291904d6647823673440fffd42b3bdbde34f879afa186a31997d44
7
- data.tar.gz: 9b5247d815584010cac3076bf05540b225212081910b45bad5f336cb4baba4eb346481c20da53694f7f8dc0ba58994483908c044c498440aa8b50e1d17303ba6
6
+ metadata.gz: e038a1a350fbfb6360b19f9c37fc76746aef95cd53cf99f63c52b0b73b87c306e533a5bd1a432c011555c0fb4f11a72b1fd434fe5e624b4b76cef1548bde4f3a
7
+ data.tar.gz: db7b73abba3c36165732394a2054347787f3ea95da7d82301f7a972f6659cc05ebedafe0893758031e735ccbcc60a8006ea454041f126cd5eb5231e1c9798319
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.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.8.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -425,6 +425,12 @@ module Aws::Artifact
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
  #
@@ -798,7 +804,7 @@ module Aws::Artifact
798
804
  tracer: tracer
799
805
  )
800
806
  context[:gem_name] = 'aws-sdk-artifact'
801
- context[:gem_version] = '1.8.0'
807
+ context[:gem_version] = '1.9.0'
802
808
  Seahorse::Client::Request.new(handlers, context)
803
809
  end
804
810
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-artifact/customizations'
53
53
  # @!group service
54
54
  module Aws::Artifact
55
55
 
56
- GEM_VERSION = '1.8.0'
56
+ GEM_VERSION = '1.9.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-artifact
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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