aws-sdk-ssm 1.183.0 → 1.184.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssm/client.rb +5 -5
- data/lib/aws-sdk-ssm/types.rb +6 -6
- data/lib/aws-sdk-ssm.rb +1 -1
- 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: b4bdc98aab3b1aedc53585b2712a3ae982bcc2d595510af60fcaf465315ab30e
|
4
|
+
data.tar.gz: 7aa9105169832fc160f5a1659a825f7980e0072a1c1dcad21434e2620a4aa309
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a7b87295e768e2008cf48f0985403f0299312f0ae653f65089332f254650d20641ebc97fc0b307a56bb229cb24da6535cb6570d15a3299116d798dd09667f3e
|
7
|
+
data.tar.gz: 8410ebfa89550acbac9d925d37dd65d0b2c5f3d6db7d6af22c4a4321c822a28787788b6cda0953b38b875c58b4d90a73a55be743f97c325f170b005282fa2f9b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.184.0
|
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -5104,7 +5104,7 @@ module Aws::SSM
|
|
5104
5104
|
#
|
5105
5105
|
# **If you filter the response by using the OperationalData operator,
|
5106
5106
|
# specify a key-value pair by using the following JSON format:
|
5107
|
-
#
|
5107
|
+
# \{"key":"key\_name","value":"a\_value"}
|
5108
5108
|
#
|
5109
5109
|
# @option params [Integer] :max_results
|
5110
5110
|
# The maximum number of items to return for this call. The call also
|
@@ -9056,8 +9056,8 @@ module Aws::SSM
|
|
9056
9056
|
# value limit of 8 KB.
|
9057
9057
|
#
|
9058
9058
|
# <note markdown="1"> Parameters can't be referenced or nested in the values of other
|
9059
|
-
# parameters. You can't include
|
9060
|
-
#
|
9059
|
+
# parameters. You can't include `{{}}` or `{{ssm:parameter-name}}` in a
|
9060
|
+
# parameter value.
|
9061
9061
|
#
|
9062
9062
|
# </note>
|
9063
9063
|
#
|
@@ -10912,7 +10912,7 @@ module Aws::SSM
|
|
10912
10912
|
# The parameters you want to update for the association. If you create a
|
10913
10913
|
# parameter using Parameter Store, a capability of Amazon Web Services
|
10914
10914
|
# Systems Manager, you can reference the parameter using
|
10915
|
-
#
|
10915
|
+
# `{{ssm:parameter-name}}`.
|
10916
10916
|
#
|
10917
10917
|
# @option params [String] :document_version
|
10918
10918
|
# The document version you want update for the association.
|
@@ -12805,7 +12805,7 @@ module Aws::SSM
|
|
12805
12805
|
tracer: tracer
|
12806
12806
|
)
|
12807
12807
|
context[:gem_name] = 'aws-sdk-ssm'
|
12808
|
-
context[:gem_version] = '1.
|
12808
|
+
context[:gem_version] = '1.184.0'
|
12809
12809
|
Seahorse::Client::Request.new(handlers, context)
|
12810
12810
|
end
|
12811
12811
|
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -6025,7 +6025,7 @@ module Aws::SSM
|
|
6025
6025
|
#
|
6026
6026
|
# **If you filter the response by using the OperationalData
|
6027
6027
|
# operator, specify a key-value pair by using the following JSON
|
6028
|
-
# format:
|
6028
|
+
# format: \{"key":"key\_name","value":"a\_value"}
|
6029
6029
|
# @return [Array<Types::OpsItemFilter>]
|
6030
6030
|
#
|
6031
6031
|
# @!attribute [rw] max_results
|
@@ -6339,7 +6339,7 @@ module Aws::SSM
|
|
6339
6339
|
# Each entry in the array contains:
|
6340
6340
|
#
|
6341
6341
|
# * `PatchGroup`: string (between 1 and 256 characters. Regex:
|
6342
|
-
# `^([\p
|
6342
|
+
# `^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)`
|
6343
6343
|
#
|
6344
6344
|
# * `PatchBaselineIdentity`: A `PatchBaselineIdentity` element.
|
6345
6345
|
# @return [Array<Types::PatchGroupPatchBaselineMapping>]
|
@@ -9632,7 +9632,7 @@ module Aws::SSM
|
|
9632
9632
|
# Valid filter key values: ActivationIds \| AgentVersion \|
|
9633
9633
|
# AssociationStatus \| IamRole \| InstanceIds \| PingStatus \|
|
9634
9634
|
# PlatformTypes \| ResourceType \| SourceIds \| SourceTypes \|
|
9635
|
-
# "tag-key" \| "tag
|
9635
|
+
# "tag-key" \| "tag:`{keyname}`
|
9636
9636
|
#
|
9637
9637
|
# * Valid values for the `AssociationStatus` filter key: Success \|
|
9638
9638
|
# Pending \| Failed
|
@@ -15278,8 +15278,8 @@ module Aws::SSM
|
|
15278
15278
|
# value limit of 8 KB.
|
15279
15279
|
#
|
15280
15280
|
# <note markdown="1"> Parameters can't be referenced or nested in the values of other
|
15281
|
-
# parameters. You can't include
|
15282
|
-
#
|
15281
|
+
# parameters. You can't include `{{}}` or `{{ssm:parameter-name}}` in
|
15282
|
+
# a parameter value.
|
15283
15283
|
#
|
15284
15284
|
# </note>
|
15285
15285
|
# @return [String]
|
@@ -18476,7 +18476,7 @@ module Aws::SSM
|
|
18476
18476
|
# The parameters you want to update for the association. If you create
|
18477
18477
|
# a parameter using Parameter Store, a capability of Amazon Web
|
18478
18478
|
# Services Systems Manager, you can reference the parameter using
|
18479
|
-
#
|
18479
|
+
# `{{ssm:parameter-name}}`.
|
18480
18480
|
# @return [Hash<String,Array<String>>]
|
18481
18481
|
#
|
18482
18482
|
# @!attribute [rw] document_version
|
data/lib/aws-sdk-ssm.rb
CHANGED
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.184.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: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|