aws-sdk-ssm 1.183.0 → 1.185.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: fb95a4fbe812239be5e89e29c6bd7bd0e1ad1c2e59040e9dbb095422e9c43540
4
- data.tar.gz: b8eb40c67c3eefd0e72351da4e3bb13cd9254ac176ef1cb05472cd5d0ed70b91
3
+ metadata.gz: 7eb3147e81e5d304c6f53df08bcb5ccd974d3f651ed059812094bc114f2d94bf
4
+ data.tar.gz: 3ae3055df83058224e1d693ee786944fea76070a0163eaa8076c5f4feba26e4d
5
5
  SHA512:
6
- metadata.gz: 577c700962277649f9deebcb55f7a95018056625f6e0c092d5994483a1b46f1d47d95aeaa6a0b8939302fedd3c07c9b592cff59bc2e7d6163ffb679294103148
7
- data.tar.gz: da0f4a6c50839cfc5c334b951275390478503972fd87a52ba879b146647deb3c706ef36c36755c385598c8806d431404f395ca627dc6b66d9c2cdd5a5e9d0d0f
6
+ metadata.gz: c8d0c60b456fb2d3f3f5c174bf045f22bbe79d21bae383036e3987be1fa05746eda4a0c1d8aa223ee017eb8371833fd9f25fd3cc4c5ed8e8bee7969d28af65ed
7
+ data.tar.gz: 2f7e63e64ca30c9521f0a9cbac3318b54299ce0d050a26d3f3ba534522f55736dffea3c1887652eafbe6ef2da2125a5e0b7a5b024bc52d851cc860473401aee1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.185.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.184.0 (2024-11-06)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.183.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.183.0
1
+ 1.185.0
@@ -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
- # \\\{"key":"key\_name","value":"a\_value"\\}
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 `\{\{\}\}` or
9060
- # `\{\{ssm:parameter-name\}\}` in a parameter value.
9059
+ # parameters. You can't include `{{}}` or `{{ssm:parameter-name}}` in a
9060
+ # parameter value.
9061
9061
  #
9062
9062
  # </note>
9063
9063
  #
@@ -9729,7 +9729,6 @@ module Aws::SSM
9729
9729
  # command associated with the task. However, there is no guarantee
9730
9730
  # that the command will be terminated and the underlying process
9731
9731
  # stopped.
9732
- #
9733
9732
  # The status for tasks that are not completed is `TIMED_OUT`.
9734
9733
  #
9735
9734
  # @option params [Types::AlarmConfiguration] :alarm_configuration
@@ -10912,7 +10911,7 @@ module Aws::SSM
10912
10911
  # The parameters you want to update for the association. If you create a
10913
10912
  # parameter using Parameter Store, a capability of Amazon Web Services
10914
10913
  # Systems Manager, you can reference the parameter using
10915
- # `\{\{ssm:parameter-name\}\}`.
10914
+ # `{{ssm:parameter-name}}`.
10916
10915
  #
10917
10916
  # @option params [String] :document_version
10918
10917
  # The document version you want update for the association.
@@ -12033,7 +12032,6 @@ module Aws::SSM
12033
12032
  # command associated with the task. However, there is no guarantee
12034
12033
  # that the command will be terminated and the underlying process
12035
12034
  # stopped.
12036
- #
12037
12035
  # The status for tasks that are not completed is `TIMED_OUT`.
12038
12036
  #
12039
12037
  # @option params [Types::AlarmConfiguration] :alarm_configuration
@@ -12805,7 +12803,7 @@ module Aws::SSM
12805
12803
  tracer: tracer
12806
12804
  )
12807
12805
  context[:gem_name] = 'aws-sdk-ssm'
12808
- context[:gem_version] = '1.183.0'
12806
+ context[:gem_version] = '1.185.0'
12809
12807
  Seahorse::Client::Request.new(handlers, context)
12810
12808
  end
12811
12809
 
@@ -2105,7 +2105,6 @@ module Aws::SSM
2105
2105
  # * `NoInstancesInTag`
2106
2106
  #
2107
2107
  # * `LimitExceeded`
2108
- #
2109
2108
  # The status values you can specify for `ListCommandInvocations`
2110
2109
  # are:
2111
2110
  #
@@ -2134,7 +2133,6 @@ module Aws::SSM
2134
2133
  # * `InvalidPlatform`
2135
2134
  #
2136
2135
  # * `Terminated`
2137
- #
2138
2136
  # * **DocumentName**: Specify name of the Amazon Web Services Systems
2139
2137
  # Manager document (SSM document) for which you want to see command
2140
2138
  # execution results. For example, specify `AWS-RunPatchBaseline` to
@@ -6025,7 +6023,7 @@ module Aws::SSM
6025
6023
  #
6026
6024
  # **If you filter the response by using the OperationalData
6027
6025
  # operator, specify a key-value pair by using the following JSON
6028
- # format: \\\{"key":"key\_name","value":"a\_value"\\}
6026
+ # format: \{"key":"key\_name","value":"a\_value"}
6029
6027
  # @return [Array<Types::OpsItemFilter>]
6030
6028
  #
6031
6029
  # @!attribute [rw] max_results
@@ -6339,7 +6337,7 @@ module Aws::SSM
6339
6337
  # Each entry in the array contains:
6340
6338
  #
6341
6339
  # * `PatchGroup`: string (between 1 and 256 characters. Regex:
6342
- # `^([\p\{L\}\p\{Z\}\p\{N\}_.:/=+\-@]*)$)`
6340
+ # `^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)`
6343
6341
  #
6344
6342
  # * `PatchBaselineIdentity`: A `PatchBaselineIdentity` element.
6345
6343
  # @return [Array<Types::PatchGroupPatchBaselineMapping>]
@@ -9632,7 +9630,7 @@ module Aws::SSM
9632
9630
  # Valid filter key values: ActivationIds \| AgentVersion \|
9633
9631
  # AssociationStatus \| IamRole \| InstanceIds \| PingStatus \|
9634
9632
  # PlatformTypes \| ResourceType \| SourceIds \| SourceTypes \|
9635
- # "tag-key" \| "tag:`\{keyname\}`
9633
+ # "tag-key" \| "tag:`{keyname}`
9636
9634
  #
9637
9635
  # * Valid values for the `AssociationStatus` filter key: Success \|
9638
9636
  # Pending \| Failed
@@ -15278,8 +15276,8 @@ module Aws::SSM
15278
15276
  # value limit of 8 KB.
15279
15277
  #
15280
15278
  # <note markdown="1"> Parameters can't be referenced or nested in the values of other
15281
- # parameters. You can't include `\{\{\}\}` or
15282
- # `\{\{ssm:parameter-name\}\}` in a parameter value.
15279
+ # parameters. You can't include `{{}}` or `{{ssm:parameter-name}}` in
15280
+ # a parameter value.
15283
15281
  #
15284
15282
  # </note>
15285
15283
  # @return [String]
@@ -15926,7 +15924,6 @@ module Aws::SSM
15926
15924
  # the command associated with the task. However, there is no
15927
15925
  # guarantee that the command will be terminated and the underlying
15928
15926
  # process stopped.
15929
- #
15930
15927
  # The status for tasks that are not completed is `TIMED_OUT`.
15931
15928
  # @return [String]
15932
15929
  #
@@ -17346,7 +17343,6 @@ module Aws::SSM
17346
17343
  # * Terminating
17347
17344
  #
17348
17345
  # * Failed
17349
- #
17350
17346
  # * SessionId: Specify a session ID to return details about the
17351
17347
  # session.
17352
17348
  # @return [String]
@@ -18476,7 +18472,7 @@ module Aws::SSM
18476
18472
  # The parameters you want to update for the association. If you create
18477
18473
  # a parameter using Parameter Store, a capability of Amazon Web
18478
18474
  # Services Systems Manager, you can reference the parameter using
18479
- # `\{\{ssm:parameter-name\}\}`.
18475
+ # `{{ssm:parameter-name}}`.
18480
18476
  # @return [Hash<String,Array<String>>]
18481
18477
  #
18482
18478
  # @!attribute [rw] document_version
@@ -19359,7 +19355,6 @@ module Aws::SSM
19359
19355
  # the command associated with the task. However, there is no
19360
19356
  # guarantee that the command will be terminated and the underlying
19361
19357
  # process stopped.
19362
- #
19363
19358
  # The status for tasks that are not completed is `TIMED_OUT`.
19364
19359
  # @return [String]
19365
19360
  #
data/lib/aws-sdk-ssm.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::SSM
55
55
  autoload :EndpointProvider, 'aws-sdk-ssm/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ssm/endpoints'
57
57
 
58
- GEM_VERSION = '1.183.0'
58
+ GEM_VERSION = '1.185.0'
59
59
 
60
60
  end
61
61
 
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.183.0
4
+ version: 1.185.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core