aws-sdk-ssm 1.60.0 → 1.61.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 +8 -18
- data/lib/aws-sdk-ssm/types.rb +26 -24
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f813a6762e953c5e62da413f78f5afd7ef58cb5
|
4
|
+
data.tar.gz: 88a207e10dc87533b5bbefe632d2eb0014aa0691
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63b9fe52961c1c20de0bf56079e76a80c465e3cfa8a582268123a7d9553f7890f4f20d3c103f4a107bee1aefb620354aad72b70b22da5e2b172575a3e62a5754
|
7
|
+
data.tar.gz: 94ea82fff00edd6581e2bdcf65f643459bd176dd99b9d8b16d33fc9635b45674030aeeeb6d635d9556e03b1cc82f06f50b6208004712b190903d311b0e6dcb87
|
data/lib/aws-sdk-ssm.rb
CHANGED
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -3628,7 +3628,7 @@ module Aws::SSM
|
|
3628
3628
|
|
3629
3629
|
# Get information about a parameter.
|
3630
3630
|
#
|
3631
|
-
# Request results are returned on a best-effort basis. If you specify
|
3631
|
+
# <note markdown="1"> Request results are returned on a best-effort basis. If you specify
|
3632
3632
|
# `MaxResults` in the request, the response includes information up to
|
3633
3633
|
# the limit specified. The number of items returned, however, can be
|
3634
3634
|
# between zero and the value of `MaxResults`. If the service reaches an
|
@@ -3637,9 +3637,10 @@ module Aws::SSM
|
|
3637
3637
|
# You can specify the `NextToken` in a subsequent call to get the next
|
3638
3638
|
# set of results.
|
3639
3639
|
#
|
3640
|
+
# </note>
|
3641
|
+
#
|
3640
3642
|
# @option params [Array<Types::ParametersFilter>] :filters
|
3641
|
-
#
|
3642
|
-
# results.
|
3643
|
+
# This data type is deprecated. Instead, use `ParameterFilters`.
|
3643
3644
|
#
|
3644
3645
|
# @option params [Array<Types::ParameterStringFilter>] :parameter_filters
|
3645
3646
|
# Filters to limit the request results.
|
@@ -5107,11 +5108,10 @@ module Aws::SSM
|
|
5107
5108
|
req.send_request(options)
|
5108
5109
|
end
|
5109
5110
|
|
5110
|
-
# Retrieve
|
5111
|
-
#
|
5112
|
-
# Manager User Guide*.
|
5111
|
+
# Retrieve information about one or more parameters in a specific
|
5112
|
+
# hierarchy.
|
5113
5113
|
#
|
5114
|
-
# Request results are returned on a best-effort basis. If you specify
|
5114
|
+
# <note markdown="1"> Request results are returned on a best-effort basis. If you specify
|
5115
5115
|
# `MaxResults` in the request, the response includes information up to
|
5116
5116
|
# the limit specified. The number of items returned, however, can be
|
5117
5117
|
# between zero and the value of `MaxResults`. If the service reaches an
|
@@ -5120,14 +5120,8 @@ module Aws::SSM
|
|
5120
5120
|
# You can specify the `NextToken` in a subsequent call to get the next
|
5121
5121
|
# set of results.
|
5122
5122
|
#
|
5123
|
-
# <note markdown="1"> This API action doesn't support filtering by tags.
|
5124
|
-
#
|
5125
5123
|
# </note>
|
5126
5124
|
#
|
5127
|
-
#
|
5128
|
-
#
|
5129
|
-
# [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-working.html
|
5130
|
-
#
|
5131
5125
|
# @option params [required, String] :path
|
5132
5126
|
# The hierarchy for the parameter. Hierarchies start with a forward
|
5133
5127
|
# slash (/) and end with the parameter name. A parameter name hierarchy
|
@@ -5147,10 +5141,6 @@ module Aws::SSM
|
|
5147
5141
|
# @option params [Array<Types::ParameterStringFilter>] :parameter_filters
|
5148
5142
|
# Filters to limit the request results.
|
5149
5143
|
#
|
5150
|
-
# <note markdown="1"> You can't filter using the parameter name.
|
5151
|
-
#
|
5152
|
-
# </note>
|
5153
|
-
#
|
5154
5144
|
# @option params [Boolean] :with_decryption
|
5155
5145
|
# Retrieve all parameters in a hierarchy with their value decrypted.
|
5156
5146
|
#
|
@@ -8945,7 +8935,7 @@ module Aws::SSM
|
|
8945
8935
|
params: params,
|
8946
8936
|
config: config)
|
8947
8937
|
context[:gem_name] = 'aws-sdk-ssm'
|
8948
|
-
context[:gem_version] = '1.
|
8938
|
+
context[:gem_version] = '1.61.0'
|
8949
8939
|
Seahorse::Client::Request.new(handlers, context)
|
8950
8940
|
end
|
8951
8941
|
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -5362,8 +5362,7 @@ module Aws::SSM
|
|
5362
5362
|
# }
|
5363
5363
|
#
|
5364
5364
|
# @!attribute [rw] filters
|
5365
|
-
#
|
5366
|
-
# results.
|
5365
|
+
# This data type is deprecated. Instead, use `ParameterFilters`.
|
5367
5366
|
# @return [Array<Types::ParametersFilter>]
|
5368
5367
|
#
|
5369
5368
|
# @!attribute [rw] parameter_filters
|
@@ -7687,10 +7686,6 @@ module Aws::SSM
|
|
7687
7686
|
#
|
7688
7687
|
# @!attribute [rw] parameter_filters
|
7689
7688
|
# Filters to limit the request results.
|
7690
|
-
#
|
7691
|
-
# <note markdown="1"> You can't filter using the parameter name.
|
7692
|
-
#
|
7693
|
-
# </note>
|
7694
7689
|
# @return [Array<Types::ParameterStringFilter>]
|
7695
7690
|
#
|
7696
7691
|
# @!attribute [rw] with_decryption
|
@@ -12054,11 +12049,24 @@ module Aws::SSM
|
|
12054
12049
|
# One or more filters. Use a filter to return a more specific list of
|
12055
12050
|
# results.
|
12056
12051
|
#
|
12057
|
-
#
|
12058
|
-
# GetParametersByPath API
|
12059
|
-
# used with
|
12052
|
+
# The `ParameterStringFilter` object is used by the DescribeParameters
|
12053
|
+
# and GetParametersByPath API actions. However, not all of the pattern
|
12054
|
+
# values listed for `Key` can be used with both actions.
|
12055
|
+
#
|
12056
|
+
# For `DescribeActions`, all of the listed patterns are valid, with the
|
12057
|
+
# exception of `Label`.
|
12058
|
+
#
|
12059
|
+
# For `GetParametersByPath`, the following patterns listed for `Key`
|
12060
|
+
# are
|
12061
|
+
# not valid: `Name`, `Path`, and `Tier`.
|
12062
|
+
#
|
12063
|
+
# For examples of CLI commands demonstrating valid parameter filter
|
12064
|
+
# constructions, see [Searching for Systems Manager Parameters][1] in
|
12065
|
+
# the *AWS Systems Manager User Guide*.
|
12060
12066
|
#
|
12061
|
-
#
|
12067
|
+
#
|
12068
|
+
#
|
12069
|
+
# [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-search.html
|
12062
12070
|
#
|
12063
12071
|
# @note When making an API call, you may pass ParameterStringFilter
|
12064
12072
|
# data as a hash:
|
@@ -12074,8 +12082,14 @@ module Aws::SSM
|
|
12074
12082
|
# @return [String]
|
12075
12083
|
#
|
12076
12084
|
# @!attribute [rw] option
|
12077
|
-
#
|
12078
|
-
#
|
12085
|
+
# For all filters used with DescribeParameters, valid options include
|
12086
|
+
# `Equals` and `BeginsWith`. The `Name` filter additionally supports
|
12087
|
+
# the `Contains` option. (Exception: For filters using the key `Path`,
|
12088
|
+
# valid options include `Recursive` and `OneLevel`.)
|
12089
|
+
#
|
12090
|
+
# For filters used with GetParametersByPath, valid options include
|
12091
|
+
# `Equals` and `BeginsWith`. (Exception: For filters using the key
|
12092
|
+
# `Label`, the only valid option is `Equals`.)
|
12079
12093
|
# @return [String]
|
12080
12094
|
#
|
12081
12095
|
# @!attribute [rw] values
|
@@ -14957,22 +14971,10 @@ module Aws::SSM
|
|
14957
14971
|
# * (Maintenance window targets only)
|
14958
14972
|
# `Key=resource-groups:Name,Values=ProductionResourceGroup`
|
14959
14973
|
#
|
14960
|
-
# This example demonstrates how to target all resources in the
|
14961
|
-
# resource group **ProductionResourceGroup** in your maintenance
|
14962
|
-
# window.
|
14963
|
-
#
|
14964
14974
|
# * (Maintenance window targets only)
|
14965
14975
|
# `Key=resource-groups:ResourceTypeFilters,Values=AWS::EC2::INSTANCE,AWS::EC2::VPC
|
14966
14976
|
# `
|
14967
14977
|
#
|
14968
|
-
# This example demonstrates how to target only Amazon EC2 instances
|
14969
|
-
# and VPCs in your maintenance window.
|
14970
|
-
#
|
14971
|
-
# * (State Manager association targets only) `Key=InstanceIds,Values=* `
|
14972
|
-
#
|
14973
|
-
# This example demonstrates how to target all managed instances in the
|
14974
|
-
# AWS Region where the association was created.
|
14975
|
-
#
|
14976
14978
|
# For information about how to send commands that target instances using
|
14977
14979
|
# `Key,Value` parameters, see [Using Targets and Rate Controls to Send
|
14978
14980
|
# Commands to a Fleet][1] in the *AWS Systems Manager User Guide*.
|
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.61.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: 2019-11-
|
11
|
+
date: 2019-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|