aws-sdk-ssm 1.91.0 → 1.92.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ssm.rb +1 -1
- data/lib/aws-sdk-ssm/client.rb +1 -1
- data/lib/aws-sdk-ssm/types.rb +11 -6
- 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: e0a5a6493d50036fb43eec787a893ef98b0cfcaf80a213a733064d272ab87708
|
4
|
+
data.tar.gz: d8c09f14c94a4500a4697d786122e78b1a839e4a233430c28511d74895199d49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 936332f39be295bd9b75d6563d19ef61014323bdf8ce5d96cc032ab23e0b97389ed33ff824097b9fcaac21d41b7df71e58295f4c2fb00ff3fc6e39e48ef1449d
|
7
|
+
data.tar.gz: 630517b91022ca0b6321df67a44dd09232d47d3c585feff0abffd32f9e12d32b7feb82b1f7b9fe6f4bceaf37998fa6724774ff5c57a9a501b746849ca20f6fa0
|
data/lib/aws-sdk-ssm.rb
CHANGED
data/lib/aws-sdk-ssm/client.rb
CHANGED
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -2096,8 +2096,9 @@ module Aws::SSM
|
|
2096
2096
|
# @return [String]
|
2097
2097
|
#
|
2098
2098
|
# @!attribute [rw] status
|
2099
|
-
# The status of the compliance item. An item is either COMPLIANT
|
2100
|
-
# NON\_COMPLIANT
|
2099
|
+
# The status of the compliance item. An item is either COMPLIANT,
|
2100
|
+
# NON\_COMPLIANT, or an empty string (for Windows patches that aren't
|
2101
|
+
# applicable).
|
2101
2102
|
# @return [String]
|
2102
2103
|
#
|
2103
2104
|
# @!attribute [rw] severity
|
@@ -2164,9 +2165,8 @@ module Aws::SSM
|
|
2164
2165
|
# @return [String]
|
2165
2166
|
#
|
2166
2167
|
# @!attribute [rw] status
|
2167
|
-
# The status of the compliance item. An item is either COMPLIANT
|
2168
|
-
# NON\_COMPLIANT
|
2169
|
-
# applicable).
|
2168
|
+
# The status of the compliance item. An item is either COMPLIANT or
|
2169
|
+
# NON\_COMPLIANT.
|
2170
2170
|
# @return [String]
|
2171
2171
|
#
|
2172
2172
|
# @!attribute [rw] details
|
@@ -8969,6 +8969,10 @@ module Aws::SSM
|
|
8969
8969
|
#
|
8970
8970
|
# @!attribute [rw] ping_status
|
8971
8971
|
# Connection status of SSM Agent.
|
8972
|
+
#
|
8973
|
+
# <note markdown="1"> The status `Inactive` has been deprecated and is no longer in use.
|
8974
|
+
#
|
8975
|
+
# </note>
|
8972
8976
|
# @return [String]
|
8973
8977
|
#
|
8974
8978
|
# @!attribute [rw] last_ping_date_time
|
@@ -16691,7 +16695,8 @@ module Aws::SSM
|
|
16691
16695
|
# The specified target instance for the session is not fully configured
|
16692
16696
|
# for use with Session Manager. For more information, see [Getting
|
16693
16697
|
# started with Session Manager][1] in the *AWS Systems Manager User
|
16694
|
-
# Guide*.
|
16698
|
+
# Guide*. This error is also returned if you attempt to start a session
|
16699
|
+
# on an instance that is located in a different account or Region
|
16695
16700
|
#
|
16696
16701
|
#
|
16697
16702
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ssm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.92.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-09-
|
11
|
+
date: 2020-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|