aws-sdk-ssm 1.90.0 → 1.91.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-ssm.rb +1 -1
- data/lib/aws-sdk-ssm/client.rb +3 -3
- data/lib/aws-sdk-ssm/types.rb +14 -13
- 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: b8915c9c545e40aaef55d8944158dbe4a2cd3ee52a0e71fe2b9ab395f503c59d
|
|
4
|
+
data.tar.gz: 3bb39c6c9fdc4ddaf3a977e1f8b07481c024124fade915352152c55c184088ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb16ab74331c2b41898b5c57f7b0a5784c6ae62a6fb869b5c7b1a41f054f9e1ad30bb7bb94a17a808c26f626152d0b9e8afe174a0475eb20d5127f8166cfd6d5
|
|
7
|
+
data.tar.gz: 1232672560375d0b58b267b7b703cebd650d06092a02db72f887e2641d7321b57d8c809ed1e9973807bc060b217401a2fcbd9cf5ae178f5870bea48f119cab17
|
data/lib/aws-sdk-ssm.rb
CHANGED
data/lib/aws-sdk-ssm/client.rb
CHANGED
|
@@ -6679,8 +6679,8 @@ module Aws::SSM
|
|
|
6679
6679
|
# @option params [String] :sync_type
|
|
6680
6680
|
# View a list of resource data syncs according to the sync type. Specify
|
|
6681
6681
|
# `SyncToDestination` to view resource data syncs that synchronize data
|
|
6682
|
-
# to an Amazon S3
|
|
6683
|
-
#
|
|
6682
|
+
# to an Amazon S3 bucket. Specify `SyncFromSource` to view resource data
|
|
6683
|
+
# syncs from AWS Organizations or from multiple AWS Regions.
|
|
6684
6684
|
#
|
|
6685
6685
|
# @option params [String] :next_token
|
|
6686
6686
|
# A token to start the list. Use this token to get the next set of
|
|
@@ -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.
|
|
9758
|
+
context[:gem_version] = '1.91.0'
|
|
9759
9759
|
Seahorse::Client::Request.new(handlers, context)
|
|
9760
9760
|
end
|
|
9761
9761
|
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
|
@@ -924,12 +924,12 @@ module Aws::SSM
|
|
|
924
924
|
# * For the key *SourceUrl*, the value is an S3 bucket location. For
|
|
925
925
|
# example:
|
|
926
926
|
#
|
|
927
|
-
# `"Values": [ "s3://
|
|
927
|
+
# `"Values": [ "s3://doc-example-bucket/my-folder" ]`
|
|
928
928
|
#
|
|
929
929
|
# * For the key *S3FileUrl*, the value is a file in an S3 bucket. For
|
|
930
930
|
# example:
|
|
931
931
|
#
|
|
932
|
-
# `"Values": [ "s3://
|
|
932
|
+
# `"Values": [ "s3://doc-example-bucket/my-folder/my-file.py" ]`
|
|
933
933
|
#
|
|
934
934
|
# * For the key *AttachmentReference*, the value is constructed from
|
|
935
935
|
# the name of another SSM document in your account, a version number
|
|
@@ -1974,14 +1974,14 @@ module Aws::SSM
|
|
|
1974
1974
|
# be stored. This was requested when issuing the command. For example,
|
|
1975
1975
|
# in the following response:
|
|
1976
1976
|
#
|
|
1977
|
-
#
|
|
1977
|
+
# doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript
|
|
1978
1978
|
#
|
|
1979
|
-
#
|
|
1979
|
+
# doc-example-bucket is the name of the S3 bucket;
|
|
1980
1980
|
#
|
|
1981
1981
|
# ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3
|
|
1982
1982
|
# prefix;
|
|
1983
1983
|
#
|
|
1984
|
-
# i-
|
|
1984
|
+
# i-02573cafcfEXAMPLE is the instance ID;
|
|
1985
1985
|
#
|
|
1986
1986
|
# awsrunShellScript is the name of the plugin.
|
|
1987
1987
|
# @return [String]
|
|
@@ -1991,14 +1991,14 @@ module Aws::SSM
|
|
|
1991
1991
|
# command executions should be stored. This was requested when issuing
|
|
1992
1992
|
# the command. For example, in the following response:
|
|
1993
1993
|
#
|
|
1994
|
-
#
|
|
1994
|
+
# doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript
|
|
1995
1995
|
#
|
|
1996
|
-
#
|
|
1996
|
+
# doc-example-bucket is the name of the S3 bucket;
|
|
1997
1997
|
#
|
|
1998
1998
|
# ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3
|
|
1999
1999
|
# prefix;
|
|
2000
2000
|
#
|
|
2001
|
-
# i-
|
|
2001
|
+
# i-02573cafcfEXAMPLE is the instance ID;
|
|
2002
2002
|
#
|
|
2003
2003
|
# awsrunShellScript is the name of the plugin.
|
|
2004
2004
|
# @return [String]
|
|
@@ -2164,8 +2164,9 @@ module Aws::SSM
|
|
|
2164
2164
|
# @return [String]
|
|
2165
2165
|
#
|
|
2166
2166
|
# @!attribute [rw] status
|
|
2167
|
-
# The status of the compliance item. An item is either COMPLIANT
|
|
2168
|
-
# NON\_COMPLIANT
|
|
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).
|
|
2169
2170
|
# @return [String]
|
|
2170
2171
|
#
|
|
2171
2172
|
# @!attribute [rw] details
|
|
@@ -11224,9 +11225,9 @@ module Aws::SSM
|
|
|
11224
11225
|
# @!attribute [rw] sync_type
|
|
11225
11226
|
# View a list of resource data syncs according to the sync type.
|
|
11226
11227
|
# Specify `SyncToDestination` to view resource data syncs that
|
|
11227
|
-
# synchronize data to an Amazon S3
|
|
11228
|
-
#
|
|
11229
|
-
#
|
|
11228
|
+
# synchronize data to an Amazon S3 bucket. Specify `SyncFromSource` to
|
|
11229
|
+
# view resource data syncs from AWS Organizations or from multiple AWS
|
|
11230
|
+
# Regions.
|
|
11230
11231
|
# @return [String]
|
|
11231
11232
|
#
|
|
11232
11233
|
# @!attribute [rw] next_token
|
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.91.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-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|