aws-sdk-organizations 1.147.0 → 1.148.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-organizations/client.rb +1 -1
- data/lib/aws-sdk-organizations.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 995182f42eba60cf7e047ec2f11d83b7dd92ff4a47030833e62d7d2267718f4e
|
|
4
|
+
data.tar.gz: 98461b5f130cdc1e7a9c85b56cd0f63e5c5845991f44c52cb6c13552014064f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34cae4ff3cc81cac0216c12d7919ff9edec726baabbe30e260e1cfbbb1b3a9858373f0d7cfa6cdf657e6741fbd0ce9b836cc1f87c7b326b925daf67983e00a42
|
|
7
|
+
data.tar.gz: 39edad8bbdb5293e5cef2e5483ce703213fd2f149cad6d6d538834c54362f27371e055f29bf6e7b110c95b2a66a37f4ecd3d10a63b743ff785c7eadfcad41abe
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.148.0
|
|
@@ -6812,7 +6812,7 @@ module Aws::Organizations
|
|
|
6812
6812
|
tracer: tracer
|
|
6813
6813
|
)
|
|
6814
6814
|
context[:gem_name] = 'aws-sdk-organizations'
|
|
6815
|
-
context[:gem_version] = '1.
|
|
6815
|
+
context[:gem_version] = '1.148.0'
|
|
6816
6816
|
Seahorse::Client::Request.new(handlers, context)
|
|
6817
6817
|
end
|
|
6818
6818
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-organizations
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.148.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.255.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.255.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|