aws-sdk-ssm 1.137.0 → 1.138.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssm/client.rb +35 -24
- data/lib/aws-sdk-ssm/types.rb +49 -25
- 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: 0452e29f95f0ff9c2000e0bf773fd91e70f4a1dffdc5e459c898ee2addf414a9
|
4
|
+
data.tar.gz: 72273f0315619964a1185a66b7978f22bc4b5ec74c2ae115b59a917563d9b47e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f6f4000f5e37ac44893a5287ca72ed6c2bf5fac6c4ad6cdf654f8e97165f5b036aec01d9a06d52a50e9338a1428975191b687743ebf62d63f209b6c73ac8986
|
7
|
+
data.tar.gz: c76ba06973563ec5d29c6327a9dbd1d4947f359120335df5e6367494b97d6a07c41003715914fad04040796a25740947dd8babadf250dad336b27a9b493f2052
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.138.0
|
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -361,7 +361,7 @@ module Aws::SSM
|
|
361
361
|
|
362
362
|
# @!group API Operations
|
363
363
|
|
364
|
-
# Adds or overwrites one or more tags for the specified resource. Tags
|
364
|
+
# Adds or overwrites one or more tags for the specified resource. *Tags*
|
365
365
|
# are metadata that you can assign to your automations, documents,
|
366
366
|
# managed nodes, maintenance windows, Parameter Store parameters, and
|
367
367
|
# patch baselines. Tags enable you to categorize your resources in
|
@@ -1254,9 +1254,8 @@ module Aws::SSM
|
|
1254
1254
|
#
|
1255
1255
|
# @option params [String] :version_name
|
1256
1256
|
# An optional field specifying the version of the artifact you are
|
1257
|
-
# creating with the document. For example,
|
1258
|
-
#
|
1259
|
-
# changed.
|
1257
|
+
# creating with the document. For example, `Release12.1`. This value is
|
1258
|
+
# unique across all versions of a document, and can't be changed.
|
1260
1259
|
#
|
1261
1260
|
# @option params [String] :document_type
|
1262
1261
|
# The type of document to create.
|
@@ -6708,12 +6707,14 @@ module Aws::SSM
|
|
6708
6707
|
#
|
6709
6708
|
# * `/ssm/documents/console/public-sharing-permission`
|
6710
6709
|
#
|
6710
|
+
# * `/ssm/managed-instance/activation-tier`
|
6711
|
+
#
|
6712
|
+
# * `/ssm/opsinsights/opscenter`
|
6713
|
+
#
|
6711
6714
|
# * `/ssm/parameter-store/default-parameter-tier`
|
6712
6715
|
#
|
6713
6716
|
# * `/ssm/parameter-store/high-throughput-enabled`
|
6714
6717
|
#
|
6715
|
-
# * `/ssm/managed-instance/activation-tier`
|
6716
|
-
#
|
6717
6718
|
# @return [Types::GetServiceSettingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6718
6719
|
#
|
6719
6720
|
# * {Types::GetServiceSettingResult#service_setting #service_setting} => Types::ServiceSetting
|
@@ -8037,7 +8038,7 @@ module Aws::SSM
|
|
8037
8038
|
# * Status: The status of the compliance item. For example, `approved`
|
8038
8039
|
# for patches, or `Failed` for associations.
|
8039
8040
|
#
|
8040
|
-
# * Severity: A patch severity. For example, `
|
8041
|
+
# * Severity: A patch severity. For example, `Critical`.
|
8041
8042
|
#
|
8042
8043
|
# * DocumentName: An SSM document name. For example,
|
8043
8044
|
# `AWS-RunPatchBaseline`.
|
@@ -9003,12 +9004,14 @@ module Aws::SSM
|
|
9003
9004
|
#
|
9004
9005
|
# * `/ssm/documents/console/public-sharing-permission`
|
9005
9006
|
#
|
9007
|
+
# * `/ssm/managed-instance/activation-tier`
|
9008
|
+
#
|
9009
|
+
# * `/ssm/opsinsights/opscenter`
|
9010
|
+
#
|
9006
9011
|
# * `/ssm/parameter-store/default-parameter-tier`
|
9007
9012
|
#
|
9008
9013
|
# * `/ssm/parameter-store/high-throughput-enabled`
|
9009
9014
|
#
|
9010
|
-
# * `/ssm/managed-instance/activation-tier`
|
9011
|
-
#
|
9012
9015
|
# @return [Types::ResetServiceSettingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
9013
9016
|
#
|
9014
9017
|
# * {Types::ResetServiceSettingResult#service_setting #service_setting} => Types::ServiceSetting
|
@@ -9713,11 +9716,17 @@ module Aws::SSM
|
|
9713
9716
|
# The managed node to connect to for the session.
|
9714
9717
|
#
|
9715
9718
|
# @option params [String] :document_name
|
9716
|
-
# The name of the SSM document to define the
|
9717
|
-
#
|
9718
|
-
# You can call the GetDocument
|
9719
|
-
#
|
9720
|
-
# shell to the managed node
|
9719
|
+
# The name of the SSM document you want to use to define the type of
|
9720
|
+
# session, input parameters, or preferences for the session. For
|
9721
|
+
# example, `SSM-SessionManagerRunShell`. You can call the GetDocument
|
9722
|
+
# API to verify the document exists before attempting to start a
|
9723
|
+
# session. If no document name is provided, a shell to the managed node
|
9724
|
+
# is launched by default. For more information, see [Start a session][1]
|
9725
|
+
# in the *Amazon Web Services Systems Manager User Guide*.
|
9726
|
+
#
|
9727
|
+
#
|
9728
|
+
#
|
9729
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-sessions-start.html
|
9721
9730
|
#
|
9722
9731
|
# @option params [String] :reason
|
9723
9732
|
# The reason for connecting to the instance. This value is included in
|
@@ -11569,23 +11578,18 @@ module Aws::SSM
|
|
11569
11578
|
#
|
11570
11579
|
# * `/ssm/documents/console/public-sharing-permission`
|
11571
11580
|
#
|
11581
|
+
# * `/ssm/managed-instance/activation-tier`
|
11582
|
+
#
|
11583
|
+
# * `/ssm/opsinsights/opscenter`
|
11584
|
+
#
|
11572
11585
|
# * `/ssm/parameter-store/default-parameter-tier`
|
11573
11586
|
#
|
11574
11587
|
# * `/ssm/parameter-store/high-throughput-enabled`
|
11575
11588
|
#
|
11576
|
-
# * `/ssm/managed-instance/activation-tier`
|
11577
|
-
#
|
11578
11589
|
# @option params [required, String] :setting_value
|
11579
11590
|
# The new value to specify for the service setting. The following list
|
11580
11591
|
# specifies the available values for each setting.
|
11581
11592
|
#
|
11582
|
-
# * `/ssm/parameter-store/default-parameter-tier`\: `Standard`,
|
11583
|
-
# `Advanced`, `Intelligent-Tiering`
|
11584
|
-
#
|
11585
|
-
# * `/ssm/parameter-store/high-throughput-enabled`\: `true` or `false`
|
11586
|
-
#
|
11587
|
-
# * `/ssm/managed-instance/activation-tier`\: `true` or `false`
|
11588
|
-
#
|
11589
11593
|
# * `/ssm/automation/customer-script-log-destination`\: `CloudWatch`
|
11590
11594
|
#
|
11591
11595
|
# * `/ssm/automation/customer-script-log-group-name`\: the name of an
|
@@ -11596,6 +11600,13 @@ module Aws::SSM
|
|
11596
11600
|
#
|
11597
11601
|
# * `/ssm/managed-instance/activation-tier`\: `standard` or `advanced`
|
11598
11602
|
#
|
11603
|
+
# * `/ssm/opsinsights/opscenter`\: `Enabled` or `Disabled`
|
11604
|
+
#
|
11605
|
+
# * `/ssm/parameter-store/default-parameter-tier`\: `Standard`,
|
11606
|
+
# `Advanced`, `Intelligent-Tiering`
|
11607
|
+
#
|
11608
|
+
# * `/ssm/parameter-store/high-throughput-enabled`\: `true` or `false`
|
11609
|
+
#
|
11599
11610
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
11600
11611
|
#
|
11601
11612
|
# @example Request syntax with placeholder values
|
@@ -11627,7 +11638,7 @@ module Aws::SSM
|
|
11627
11638
|
params: params,
|
11628
11639
|
config: config)
|
11629
11640
|
context[:gem_name] = 'aws-sdk-ssm'
|
11630
|
-
context[:gem_version] = '1.
|
11641
|
+
context[:gem_version] = '1.138.0'
|
11631
11642
|
Seahorse::Client::Request.new(handlers, context)
|
11632
11643
|
end
|
11633
11644
|
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -1841,9 +1841,16 @@ module Aws::SSM
|
|
1841
1841
|
# @return [String]
|
1842
1842
|
#
|
1843
1843
|
# @!attribute [rw] expires_after
|
1844
|
-
# If
|
1845
|
-
#
|
1846
|
-
#
|
1844
|
+
# If a command expires, it changes status to `DeliveryTimedOut` for
|
1845
|
+
# all invocations that have the status `InProgress`, `Pending`, or
|
1846
|
+
# `Delayed`. `ExpiresAfter` is calculated based on the total timeout
|
1847
|
+
# for the overall command. For more information, see [Understanding
|
1848
|
+
# command timeout values][1] in the *Amazon Web Services Systems
|
1849
|
+
# Manager User Guide*.
|
1850
|
+
#
|
1851
|
+
#
|
1852
|
+
#
|
1853
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html?icmpid=docs_ec2_console#monitor-about-status-timeouts
|
1847
1854
|
# @return [Time]
|
1848
1855
|
#
|
1849
1856
|
# @!attribute [rw] parameters
|
@@ -1910,6 +1917,9 @@ module Aws::SSM
|
|
1910
1917
|
# canceled the command before running it on any managed node. This
|
1911
1918
|
# is a terminal state.
|
1912
1919
|
#
|
1920
|
+
# * Delayed: The system attempted to send the command to the managed
|
1921
|
+
# node but wasn't successful. The system retries again.
|
1922
|
+
#
|
1913
1923
|
#
|
1914
1924
|
#
|
1915
1925
|
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html
|
@@ -2238,6 +2248,9 @@ module Aws::SSM
|
|
2238
2248
|
# subsequent command invocations were canceled by the system. This
|
2239
2249
|
# is a terminal state.
|
2240
2250
|
#
|
2251
|
+
# * Delayed: The system attempted to send the command to the managed
|
2252
|
+
# node but wasn't successful. The system retries again.
|
2253
|
+
#
|
2241
2254
|
#
|
2242
2255
|
#
|
2243
2256
|
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html
|
@@ -3537,9 +3550,8 @@ module Aws::SSM
|
|
3537
3550
|
#
|
3538
3551
|
# @!attribute [rw] version_name
|
3539
3552
|
# An optional field specifying the version of the artifact you are
|
3540
|
-
# creating with the document. For example,
|
3541
|
-
#
|
3542
|
-
# be changed.
|
3553
|
+
# creating with the document. For example, `Release12.1`. This value
|
3554
|
+
# is unique across all versions of a document, and can't be changed.
|
3543
3555
|
# @return [String]
|
3544
3556
|
#
|
3545
3557
|
# @!attribute [rw] document_type
|
@@ -10061,11 +10073,13 @@ module Aws::SSM
|
|
10061
10073
|
#
|
10062
10074
|
# * `/ssm/documents/console/public-sharing-permission`
|
10063
10075
|
#
|
10076
|
+
# * `/ssm/managed-instance/activation-tier`
|
10077
|
+
#
|
10078
|
+
# * `/ssm/opsinsights/opscenter`
|
10079
|
+
#
|
10064
10080
|
# * `/ssm/parameter-store/default-parameter-tier`
|
10065
10081
|
#
|
10066
10082
|
# * `/ssm/parameter-store/high-throughput-enabled`
|
10067
|
-
#
|
10068
|
-
# * `/ssm/managed-instance/activation-tier`
|
10069
10083
|
# @return [String]
|
10070
10084
|
#
|
10071
10085
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetServiceSettingRequest AWS API Documentation
|
@@ -17354,11 +17368,13 @@ module Aws::SSM
|
|
17354
17368
|
#
|
17355
17369
|
# * `/ssm/documents/console/public-sharing-permission`
|
17356
17370
|
#
|
17371
|
+
# * `/ssm/managed-instance/activation-tier`
|
17372
|
+
#
|
17373
|
+
# * `/ssm/opsinsights/opscenter`
|
17374
|
+
#
|
17357
17375
|
# * `/ssm/parameter-store/default-parameter-tier`
|
17358
17376
|
#
|
17359
17377
|
# * `/ssm/parameter-store/high-throughput-enabled`
|
17360
|
-
#
|
17361
|
-
# * `/ssm/managed-instance/activation-tier`
|
17362
17378
|
# @return [String]
|
17363
17379
|
#
|
17364
17380
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResetServiceSettingRequest AWS API Documentation
|
@@ -18735,7 +18751,7 @@ module Aws::SSM
|
|
18735
18751
|
#
|
18736
18752
|
# @!attribute [rw] critical_count
|
18737
18753
|
# The total number of resources or compliance items that have a
|
18738
|
-
# severity level of
|
18754
|
+
# severity level of `Critical`. Critical severity is determined by the
|
18739
18755
|
# organization that published the compliance items.
|
18740
18756
|
# @return [Integer]
|
18741
18757
|
#
|
@@ -19174,11 +19190,17 @@ module Aws::SSM
|
|
19174
19190
|
# @return [String]
|
19175
19191
|
#
|
19176
19192
|
# @!attribute [rw] document_name
|
19177
|
-
# The name of the SSM document to define the
|
19178
|
-
#
|
19179
|
-
# You can call the GetDocument
|
19180
|
-
#
|
19181
|
-
# provided, a shell to the managed
|
19193
|
+
# The name of the SSM document you want to use to define the type of
|
19194
|
+
# session, input parameters, or preferences for the session. For
|
19195
|
+
# example, `SSM-SessionManagerRunShell`. You can call the GetDocument
|
19196
|
+
# API to verify the document exists before attempting to start a
|
19197
|
+
# session. If no document name is provided, a shell to the managed
|
19198
|
+
# node is launched by default. For more information, see [Start a
|
19199
|
+
# session][1] in the *Amazon Web Services Systems Manager User Guide*.
|
19200
|
+
#
|
19201
|
+
#
|
19202
|
+
#
|
19203
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-sessions-start.html
|
19182
19204
|
# @return [String]
|
19183
19205
|
#
|
19184
19206
|
# @!attribute [rw] reason
|
@@ -21666,24 +21688,19 @@ module Aws::SSM
|
|
21666
21688
|
#
|
21667
21689
|
# * `/ssm/documents/console/public-sharing-permission`
|
21668
21690
|
#
|
21691
|
+
# * `/ssm/managed-instance/activation-tier`
|
21692
|
+
#
|
21693
|
+
# * `/ssm/opsinsights/opscenter`
|
21694
|
+
#
|
21669
21695
|
# * `/ssm/parameter-store/default-parameter-tier`
|
21670
21696
|
#
|
21671
21697
|
# * `/ssm/parameter-store/high-throughput-enabled`
|
21672
|
-
#
|
21673
|
-
# * `/ssm/managed-instance/activation-tier`
|
21674
21698
|
# @return [String]
|
21675
21699
|
#
|
21676
21700
|
# @!attribute [rw] setting_value
|
21677
21701
|
# The new value to specify for the service setting. The following list
|
21678
21702
|
# specifies the available values for each setting.
|
21679
21703
|
#
|
21680
|
-
# * `/ssm/parameter-store/default-parameter-tier`\: `Standard`,
|
21681
|
-
# `Advanced`, `Intelligent-Tiering`
|
21682
|
-
#
|
21683
|
-
# * `/ssm/parameter-store/high-throughput-enabled`\: `true` or `false`
|
21684
|
-
#
|
21685
|
-
# * `/ssm/managed-instance/activation-tier`\: `true` or `false`
|
21686
|
-
#
|
21687
21704
|
# * `/ssm/automation/customer-script-log-destination`\: `CloudWatch`
|
21688
21705
|
#
|
21689
21706
|
# * `/ssm/automation/customer-script-log-group-name`\: the name of an
|
@@ -21693,6 +21710,13 @@ module Aws::SSM
|
|
21693
21710
|
# `Disable`
|
21694
21711
|
#
|
21695
21712
|
# * `/ssm/managed-instance/activation-tier`\: `standard` or `advanced`
|
21713
|
+
#
|
21714
|
+
# * `/ssm/opsinsights/opscenter`\: `Enabled` or `Disabled`
|
21715
|
+
#
|
21716
|
+
# * `/ssm/parameter-store/default-parameter-tier`\: `Standard`,
|
21717
|
+
# `Advanced`, `Intelligent-Tiering`
|
21718
|
+
#
|
21719
|
+
# * `/ssm/parameter-store/high-throughput-enabled`\: `true` or `false`
|
21696
21720
|
# @return [String]
|
21697
21721
|
#
|
21698
21722
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateServiceSettingRequest AWS API Documentation
|
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.138.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: 2022-
|
11
|
+
date: 2022-07-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|