aws-sdk-ssm 1.91.0 → 1.92.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b8915c9c545e40aaef55d8944158dbe4a2cd3ee52a0e71fe2b9ab395f503c59d
4
- data.tar.gz: 3bb39c6c9fdc4ddaf3a977e1f8b07481c024124fade915352152c55c184088ec
3
+ metadata.gz: e0a5a6493d50036fb43eec787a893ef98b0cfcaf80a213a733064d272ab87708
4
+ data.tar.gz: d8c09f14c94a4500a4697d786122e78b1a839e4a233430c28511d74895199d49
5
5
  SHA512:
6
- metadata.gz: bb16ab74331c2b41898b5c57f7b0a5784c6ae62a6fb869b5c7b1a41f054f9e1ad30bb7bb94a17a808c26f626152d0b9e8afe174a0475eb20d5127f8166cfd6d5
7
- data.tar.gz: 1232672560375d0b58b267b7b703cebd650d06092a02db72f887e2641d7321b57d8c809ed1e9973807bc060b217401a2fcbd9cf5ae178f5870bea48f119cab17
6
+ metadata.gz: 936332f39be295bd9b75d6563d19ef61014323bdf8ce5d96cc032ab23e0b97389ed33ff824097b9fcaac21d41b7df71e58295f4c2fb00ff3fc6e39e48ef1449d
7
+ data.tar.gz: 630517b91022ca0b6321df67a44dd09232d47d3c585feff0abffd32f9e12d32b7feb82b1f7b9fe6f4bceaf37998fa6724774ff5c57a9a501b746849ca20f6fa0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-ssm/customizations'
49
49
  # @!group service
50
50
  module Aws::SSM
51
51
 
52
- GEM_VERSION = '1.91.0'
52
+ GEM_VERSION = '1.92.0'
53
53
 
54
54
  end
@@ -9755,7 +9755,7 @@ module Aws::SSM
9755
9755
  params: params,
9756
9756
  config: config)
9757
9757
  context[:gem_name] = 'aws-sdk-ssm'
9758
- context[:gem_version] = '1.91.0'
9758
+ context[:gem_version] = '1.92.0'
9759
9759
  Seahorse::Client::Request.new(handlers, context)
9760
9760
  end
9761
9761
 
@@ -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 or
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, or an empty string (for Windows patches that aren't
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.91.0
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-16 00:00:00.000000000 Z
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