aws-sdk-ssm 1.90.0 → 1.91.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04eb7d85ea64907942223a314bf4d304381e22f49f463d4cba4bc1e01d2e1af6
4
- data.tar.gz: b1c2a2018b09349722f4f6d4caf88931ba4f41e2ee878fb55ca1ce9a1c5fd848
3
+ metadata.gz: b8915c9c545e40aaef55d8944158dbe4a2cd3ee52a0e71fe2b9ab395f503c59d
4
+ data.tar.gz: 3bb39c6c9fdc4ddaf3a977e1f8b07481c024124fade915352152c55c184088ec
5
5
  SHA512:
6
- metadata.gz: 0febe002a68776edb07a60eaeb99862f01015be7f3c15d24635e13cc5b20174a062bbbd1981540d98d848427e5879bb28b9f319dc53d62be7f59b97c658af41d
7
- data.tar.gz: 7a0e4ec42741757293467f7b18c464d4abd800567b1c7ba8acad41322c6ca08868157ad4bc5c88de5ffb22ef9983f57640119c5cf6c358da924f3f375810e405
6
+ metadata.gz: bb16ab74331c2b41898b5c57f7b0a5784c6ae62a6fb869b5c7b1a41f054f9e1ad30bb7bb94a17a808c26f626152d0b9e8afe174a0475eb20d5127f8166cfd6d5
7
+ data.tar.gz: 1232672560375d0b58b267b7b703cebd650d06092a02db72f887e2641d7321b57d8c809ed1e9973807bc060b217401a2fcbd9cf5ae178f5870bea48f119cab17
@@ -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.90.0'
52
+ GEM_VERSION = '1.91.0'
53
53
 
54
54
  end
@@ -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 buckets. Specify `SyncFromSource` to view resource
6683
- # data syncs from AWS Organizations or from multiple AWS Regions.
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.90.0'
9758
+ context[:gem_version] = '1.91.0'
9759
9759
  Seahorse::Client::Request.new(handlers, context)
9760
9760
  end
9761
9761
 
@@ -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://my-bucket/my-folder" ]`
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://my-bucket/my-folder/my-file.py" ]`
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
- # test\_folder/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-1234567876543/awsrunShellScript
1977
+ # doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript
1978
1978
  #
1979
- # test\_folder is the name of the S3 bucket;
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-1234567876543 is the instance ID;
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
- # test\_folder/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-1234567876543/awsrunShellScript
1994
+ # doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript
1995
1995
  #
1996
- # test\_folder is the name of the S3 bucket;
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-1234567876543 is the instance ID;
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 or
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 buckets. Specify `SyncFromSource`
11228
- # to view resource data syncs from AWS Organizations or from multiple
11229
- # AWS Regions.
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.90.0
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-15 00:00:00.000000000 Z
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