aws-sdk-configservice 1.1.0 → 1.2.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-configservice.rb +1 -1
- data/lib/aws-sdk-configservice/client.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6fa29631fe6d2b4fb06ba6db7c48402793d49b1
|
|
4
|
+
data.tar.gz: 25a66de6067e54300804c01a0822eaa906103867
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8438626c56a5ecaf66f0f1eea12a31f68e52b0c107332781a34cb996e57a6c0513c14dafe98360fda37a062d76fb008958bb7e595efc02a4ce36b9c09ab40719
|
|
7
|
+
data.tar.gz: ede56edaed2cc8c39439788599cec4405b6a85726c1d1ed700c3369b8e636210a499ad8567c9a442098b59c0933b6aa0d934dc2d30f22dc7bfe4e0a8313c036f
|
|
@@ -1118,7 +1118,7 @@ module Aws::ConfigService
|
|
|
1118
1118
|
# resp.configuration_items[0].version #=> String
|
|
1119
1119
|
# resp.configuration_items[0].account_id #=> String
|
|
1120
1120
|
# resp.configuration_items[0].configuration_item_capture_time #=> Time
|
|
1121
|
-
# resp.configuration_items[0].configuration_item_status #=> String, one of "Ok", "Failed", "Discovered", "Deleted"
|
|
1121
|
+
# resp.configuration_items[0].configuration_item_status #=> String, one of "Ok", "Failed", "Discovered", "Deleted", "OK", "ResourceDiscovered", "ResourceNotRecorded", "ResourceDeleted", "ResourceDeletedNotRecorded"
|
|
1122
1122
|
# resp.configuration_items[0].configuration_state_id #=> String
|
|
1123
1123
|
# resp.configuration_items[0].configuration_item_md5_hash #=> String
|
|
1124
1124
|
# resp.configuration_items[0].arn #=> String
|
|
@@ -1597,7 +1597,7 @@ module Aws::ConfigService
|
|
|
1597
1597
|
params: params,
|
|
1598
1598
|
config: config)
|
|
1599
1599
|
context[:gem_name] = 'aws-sdk-configservice'
|
|
1600
|
-
context[:gem_version] = '1.
|
|
1600
|
+
context[:gem_version] = '1.2.0'
|
|
1601
1601
|
Seahorse::Client::Request.new(handlers, context)
|
|
1602
1602
|
end
|
|
1603
1603
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-configservice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.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: 2017-
|
|
11
|
+
date: 2017-10-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|