aws-sdk-ssm 1.184.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: b4bdc98aab3b1aedc53585b2712a3ae982bcc2d595510af60fcaf465315ab30e
4
- data.tar.gz: 7aa9105169832fc160f5a1659a825f7980e0072a1c1dcad21434e2620a4aa309
3
+ metadata.gz: 7eb3147e81e5d304c6f53df08bcb5ccd974d3f651ed059812094bc114f2d94bf
4
+ data.tar.gz: 3ae3055df83058224e1d693ee786944fea76070a0163eaa8076c5f4feba26e4d
5
5
  SHA512:
6
- metadata.gz: 7a7b87295e768e2008cf48f0985403f0299312f0ae653f65089332f254650d20641ebc97fc0b307a56bb229cb24da6535cb6570d15a3299116d798dd09667f3e
7
- data.tar.gz: 8410ebfa89550acbac9d925d37dd65d0b2c5f3d6db7d6af22c4a4321c822a28787788b6cda0953b38b875c58b4d90a73a55be743f97c325f170b005282fa2f9b
6
+ metadata.gz: c8d0c60b456fb2d3f3f5c174bf045f22bbe79d21bae383036e3987be1fa05746eda4a0c1d8aa223ee017eb8371833fd9f25fd3cc4c5ed8e8bee7969d28af65ed
7
+ data.tar.gz: 2f7e63e64ca30c9521f0a9cbac3318b54299ce0d050a26d3f3ba534522f55736dffea3c1887652eafbe6ef2da2125a5e0b7a5b024bc52d851cc860473401aee1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.184.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.184.0
1
+ 1.185.0
@@ -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
@@ -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.184.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
@@ -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]
@@ -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.184.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.184.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-11-06 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