aws-sdk-organizations 1.54.0 → 1.55.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 +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78724d85186dccac0b2496828db237e0b610b857aea289ab281ce7677e19408e
|
4
|
+
data.tar.gz: c5c16b2ee0c89775ea3f7ea2a07e7a7aea737667232de0038013047fcd5c33ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06ab60ff1ee0ffe6fe4611de1e6848e7aadf4f47ff579a93eb1bc67fe9667072f14e1706bab64841f15d00e2381bf16e05d3a414445e92fb195c28526371e345
|
7
|
+
data.tar.gz: 05de1c564e725fad7202ca270285023448fff8f59e06841c88e5abfc8e45718757a1146ad076356d28affd7de7ebd035d04d316bf11c509785f4d2cb8aef9312
|
@@ -5380,7 +5380,7 @@ module Aws::Organizations
|
|
5380
5380
|
params: params,
|
5381
5381
|
config: config)
|
5382
5382
|
context[:gem_name] = 'aws-sdk-organizations'
|
5383
|
-
context[:gem_version] = '1.
|
5383
|
+
context[:gem_version] = '1.55.0'
|
5384
5384
|
Seahorse::Client::Request.new(handlers, context)
|
5385
5385
|
end
|
5386
5386
|
|