aws-sdk-ssm 1.193.0 → 1.197.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssm/client.rb +10 -4
- data/lib/aws-sdk-ssm/client_api.rb +160 -155
- data/lib/aws-sdk-ssm/types.rb +19 -3
- data/lib/aws-sdk-ssm.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +2 -1
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dabdfa28b05c1fe8368a56802905ebbed502f9ef73f8416aea67836a2696f863
|
4
|
+
data.tar.gz: b20552f9633da80bdb4bce066d8d121571a9875b781702420e4977a1cc572fcc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6f59af1b32b0e3e7031a906b6421821d28a1df7edb7ac1765c5daa57ae4ed5f45a94a996aeffe7f228ef5f63a3c7208abcecdb4a53815899a1e95150071d10f
|
7
|
+
data.tar.gz: d0ae7a76944117afc7169fad5f87f35a23704f408ef54a3bcf40c455ae0db4652967dab06ecb62048774f0b66854c94631ef73d4fc4d27c7e2c43ec7b776eaa2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.197.0 (2025-06-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Introduces AccessType, a new filter value for the DescribeSessions API.
|
8
|
+
|
9
|
+
1.196.0 (2025-06-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.195.0 (2025-05-12)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.194.0 (2025-05-01)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.193.0 (2025-04-29)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.197.0
|
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -200,8 +200,7 @@ module Aws::SSM
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -3745,6 +3744,12 @@ module Aws::SSM
|
|
3745
3744
|
# @option params [required, String] :name
|
3746
3745
|
# The name of the SSM document.
|
3747
3746
|
#
|
3747
|
+
# <note markdown="1"> If you're calling a shared SSM document from a different Amazon Web
|
3748
|
+
# Services account, `Name` is the full Amazon Resource Name (ARN) of the
|
3749
|
+
# document.
|
3750
|
+
#
|
3751
|
+
# </note>
|
3752
|
+
#
|
3748
3753
|
# @option params [String] :document_version
|
3749
3754
|
# The document version for which you want information. Can be a specific
|
3750
3755
|
# version or the default version.
|
@@ -5674,7 +5679,7 @@ module Aws::SSM
|
|
5674
5679
|
# next_token: "NextToken",
|
5675
5680
|
# filters: [
|
5676
5681
|
# {
|
5677
|
-
# key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Target, Owner, Status, SessionId
|
5682
|
+
# key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Target, Owner, Status, SessionId, AccessType
|
5678
5683
|
# value: "SessionFilterValue", # required
|
5679
5684
|
# },
|
5680
5685
|
# ],
|
@@ -5695,6 +5700,7 @@ module Aws::SSM
|
|
5695
5700
|
# resp.sessions[0].output_url.s3_output_url #=> String
|
5696
5701
|
# resp.sessions[0].output_url.cloud_watch_output_url #=> String
|
5697
5702
|
# resp.sessions[0].max_session_duration #=> String
|
5703
|
+
# resp.sessions[0].access_type #=> String, one of "Standard", "JustInTime"
|
5698
5704
|
# resp.next_token #=> String
|
5699
5705
|
#
|
5700
5706
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeSessions AWS API Documentation
|
@@ -13451,7 +13457,7 @@ module Aws::SSM
|
|
13451
13457
|
tracer: tracer
|
13452
13458
|
)
|
13453
13459
|
context[:gem_name] = 'aws-sdk-ssm'
|
13454
|
-
context[:gem_version] = '1.
|
13460
|
+
context[:gem_version] = '1.197.0'
|
13455
13461
|
Seahorse::Client::Request.new(handlers, context)
|
13456
13462
|
end
|
13457
13463
|
|