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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssm/client.rb +1 -3
- data/lib/aws-sdk-ssm/types.rb +0 -5
- 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: 7eb3147e81e5d304c6f53df08bcb5ccd974d3f651ed059812094bc114f2d94bf
|
4
|
+
data.tar.gz: 3ae3055df83058224e1d693ee786944fea76070a0163eaa8076c5f4feba26e4d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8d0c60b456fb2d3f3f5c174bf045f22bbe79d21bae383036e3987be1fa05746eda4a0c1d8aa223ee017eb8371833fd9f25fd3cc4c5ed8e8bee7969d28af65ed
|
7
|
+
data.tar.gz: 2f7e63e64ca30c9521f0a9cbac3318b54299ce0d050a26d3f3ba534522f55736dffea3c1887652eafbe6ef2da2125a5e0b7a5b024bc52d851cc860473401aee1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.185.0
|
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -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.
|
12806
|
+
context[:gem_version] = '1.185.0'
|
12809
12807
|
Seahorse::Client::Request.new(handlers, context)
|
12810
12808
|
end
|
12811
12809
|
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -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
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.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-
|
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
|