aws-sdk-organizations 1.25.0 → 1.26.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/lib/aws-sdk-organizations.rb +1 -1
- data/lib/aws-sdk-organizations/client.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 605f94f28344b88b8f121a8668aa41ccbe903ebb
|
|
4
|
+
data.tar.gz: df24a65890de22c4f19d7b0c7c4e3a9b02890cbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93488de35655053cb324261354c6c9557904ab082c6f7b8bd83a340ac4f7de01212f42f34466aed61e9b3c128d5317bc56fb4bf4b004f8fc265927c7de6d090a
|
|
7
|
+
data.tar.gz: 691f11676e059ae45265a4f2a7a22906bbedef794bce0ffd415a6635b47c6edf1660b03b4d8e20c4ae1ea807676a74ce38dcfa6c8143c029aa279ab12f045734
|
|
@@ -4544,7 +4544,7 @@ module Aws::Organizations
|
|
|
4544
4544
|
params: params,
|
|
4545
4545
|
config: config)
|
|
4546
4546
|
context[:gem_name] = 'aws-sdk-organizations'
|
|
4547
|
-
context[:gem_version] = '1.
|
|
4547
|
+
context[:gem_version] = '1.26.0'
|
|
4548
4548
|
Seahorse::Client::Request.new(handlers, context)
|
|
4549
4549
|
end
|
|
4550
4550
|
|
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.
|
|
4
|
+
version: 1.26.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: 2019-05-
|
|
11
|
+
date: 2019-05-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.52.1
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.52.1
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|