aws-sdk-opsworks 1.26.0 → 1.27.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-opsworks.rb +1 -1
- data/lib/aws-sdk-opsworks/client.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16ab1aeccdda5186c9cd3cf27492deafaf914890d305bdf631d401a7f1c0a278
|
|
4
|
+
data.tar.gz: 9c8b264b66be845dc051469544b52a00dfbc2f1b7be25f094af4f7e9d8f4e0ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 82571f924031f9e75d157c30829a7bbaaf3d92779efbadb1ffdd4a20a276436aadc2cd558ca8156d7f8bd9d5836840ee6b6b8535799579083916770d362d8c58
|
|
7
|
+
data.tar.gz: 8f49ca49f625d4ae3979e58a4ee84aafbfe51d7631e97b5b15294fd13d943d80d26cf01b312a75fcfedd26203d2465e8f0ae9e0b7a0f4bc6dc619d0a9f92ee91
|
data/lib/aws-sdk-opsworks.rb
CHANGED
|
@@ -5634,7 +5634,7 @@ module Aws::OpsWorks
|
|
|
5634
5634
|
params: params,
|
|
5635
5635
|
config: config)
|
|
5636
5636
|
context[:gem_name] = 'aws-sdk-opsworks'
|
|
5637
|
-
context[:gem_version] = '1.
|
|
5637
|
+
context[:gem_version] = '1.27.0'
|
|
5638
5638
|
Seahorse::Client::Request.new(handlers, context)
|
|
5639
5639
|
end
|
|
5640
5640
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-opsworks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.27.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: 2020-
|
|
11
|
+
date: 2020-07-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|