aws-sdk-organizations 1.97.0 → 1.98.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: 8c30d8c999d640d44407e2f4c776af465848c52b76cddf20ac4454b0eaa85167
4
- data.tar.gz: 689e6c906db871477ce93ab69ac0aeae5c27e5e83e72db601490a503ae7c28e2
3
+ metadata.gz: 839221bd094af2e7c23a58a3dca5f35017d113a9938c8d76efbd2496b4789249
4
+ data.tar.gz: aecd1e1ee9d59ebb7eda8eca05ed47ab8dba49ff659d6e441f878e7308941105
5
5
  SHA512:
6
- metadata.gz: 2517b29edec7578ba91465b720f308c8b9ae51b4bcf6b44ef0ac27d239f36140ab3e4589dfd3b4b5be33400d86b24b71455eed930f756fba36a9bfd5df86aa35
7
- data.tar.gz: f885c25733039a77e1e12e9a7247d2039a302bf1d7b263d9d4eeea875618ead4b0d84ad89130c2374ecd6adcfccc1a7d86980ac532a0591ae2557afa90df9879
6
+ metadata.gz: eaa035e2d3c36c198bad5ec6412a3327554d75efcdcefb5ece5292918033f58c097890c316d6d72b938d37441267d4ab3c83b685bc060af4e24468d8497c21d6
7
+ data.tar.gz: c434e0bbca5fc353e11560705de4579ec0ef5e49149d2cbb6f57be2ab891dc6bb3a5c4db70a91112c62005cf96fba15aceb4e1c2a0364f2a580270404990e023
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.98.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.97.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.97.0
1
+ 1.98.0
@@ -432,6 +432,12 @@ module Aws::Organizations
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
  #
@@ -5800,7 +5806,7 @@ module Aws::Organizations
5800
5806
  tracer: tracer
5801
5807
  )
5802
5808
  context[:gem_name] = 'aws-sdk-organizations'
5803
- context[:gem_version] = '1.97.0'
5809
+ context[:gem_version] = '1.98.0'
5804
5810
  Seahorse::Client::Request.new(handlers, context)
5805
5811
  end
5806
5812
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-organizations/customizations'
52
52
  # @!group service
53
53
  module Aws::Organizations
54
54
 
55
- GEM_VERSION = '1.97.0'
55
+ GEM_VERSION = '1.98.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-organizations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.97.0
4
+ version: 1.98.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