aws-sdk-configservice 1.88.0 → 1.89.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-configservice/client.rb +25 -25
- data/lib/aws-sdk-configservice/types.rb +1 -1
- data/lib/aws-sdk-configservice.rb +1 -1
- metadata +2 -2
@@ -6973,7 +6973,7 @@ module Aws::ConfigService
|
|
6973
6973
|
# @return [String]
|
6974
6974
|
#
|
6975
6975
|
# @!attribute [rw] target_id
|
6976
|
-
# Target ID is the name of the
|
6976
|
+
# Target ID is the name of the SSM document.
|
6977
6977
|
# @return [String]
|
6978
6978
|
#
|
6979
6979
|
# @!attribute [rw] target_version
|
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.89.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: 2023-
|
11
|
+
date: 2023-04-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|