aws-sdk-organizations 1.92.0 → 1.93.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: ba27c61e9bf346b03daae3a2de91b11d75b0c1166a0c1d64f513ec14fc2f97ec
4
- data.tar.gz: 2ff848f42b4ae6b1d0819634e661a460af96451dd2426372ae53354970314874
3
+ metadata.gz: 6d1c98d980990580ecd68fc1cb3f4610795243b148f3e6a938525c9b5db381b1
4
+ data.tar.gz: 4a462b68370e69a94835401dc68781cbc58fe3517ca2ea9c41bd471c03664eb2
5
5
  SHA512:
6
- metadata.gz: 97765fdba7705378f77c0071f773919aacd231979ff5bb60ac4436e8ff55c9304daac50288cc3684f3c763602b7284d7c3e7810ab1f03cadf30823f9653188b2
7
- data.tar.gz: 6b93dd4427455bfd24b9e276562ea7030ba066ab1c5f81937f29946b561d835b92d6c2d1bcc84a1e5333c326fa5b7d8650056b83d3a565d1a5a21feaee17b744
6
+ metadata.gz: 8de9d78da94d46c0d8dd1abffaafd61dd7f38e78f71de45e7c95b608a439f1b8f1ec9d49cca745a30ec44906e51e347d7fdb491b6b62ef0f643a6034f3dbd9d2
7
+ data.tar.gz: 5ed428e8ae3a6f91c3b88c33e4443720abf9d1518dc1fbde5777fa460d5a93508bb01bc00e56eb1aaad4df0fc5a4e7e9b85aaad28438ed6b80d6aa8156b293d9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.93.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.92.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.92.0
1
+ 1.93.0
@@ -5775,7 +5775,7 @@ module Aws::Organizations
5775
5775
  params: params,
5776
5776
  config: config)
5777
5777
  context[:gem_name] = 'aws-sdk-organizations'
5778
- context[:gem_version] = '1.92.0'
5778
+ context[:gem_version] = '1.93.0'
5779
5779
  Seahorse::Client::Request.new(handlers, context)
5780
5780
  end
5781
5781
 
@@ -915,9 +915,11 @@ module Aws::Organizations
915
915
 
916
916
  api.metadata = {
917
917
  "apiVersion" => "2016-11-28",
918
+ "auth" => ["aws.auth#sigv4"],
918
919
  "endpointPrefix" => "organizations",
919
920
  "jsonVersion" => "1.1",
920
921
  "protocol" => "json",
922
+ "protocols" => ["json"],
921
923
  "serviceAbbreviation" => "Organizations",
922
924
  "serviceFullName" => "AWS Organizations",
923
925
  "serviceId" => "Organizations",
@@ -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.92.0'
55
+ GEM_VERSION = '1.93.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.92.0
4
+ version: 1.93.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-06-25 00:00:00.000000000 Z
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core