aws-sdk-ssm 1.130.0 → 1.131.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 +58 -26
- data/lib/aws-sdk-ssm/types.rb +98 -28
- 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: dd21c7771580aa53bdc4a8ecbec9686b677ffd48262a0ee0a06b17c9010c042d
|
4
|
+
data.tar.gz: 2e504a5c9f21d1c586a9bc4895a8cf734ec1275eb5d382d85817cdfcdbb5cbc2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17ca57b657c4698de8c81341eb6d2aaab53ac01088dfc0358fed83c5b3331d3f86ab54ea8e69f660591da487fefeff0da4061114fc4a87e0a856e4fd213cacb8
|
7
|
+
data.tar.gz: dca25ba35249e1cf64a2979135d1661ba160ee2e99ea9823825a46344423642037f8ca0eb8822d03edc5d1abfb411de45c534a96691ddb1c6e01017b067e0606
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.131.0
|
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -1205,6 +1205,11 @@ module Aws::SSM
|
|
1205
1205
|
# @option params [String] :document_type
|
1206
1206
|
# The type of document to create.
|
1207
1207
|
#
|
1208
|
+
# <note markdown="1"> The `DeploymentStrategy` document type is an internal-use-only
|
1209
|
+
# document type reserved for AppConfig.
|
1210
|
+
#
|
1211
|
+
# </note>
|
1212
|
+
#
|
1208
1213
|
# @option params [String] :document_format
|
1209
1214
|
# Specify the document format for the request. The document format can
|
1210
1215
|
# be JSON, YAML, or TEXT. JSON is the default format.
|
@@ -6396,8 +6401,8 @@ module Aws::SSM
|
|
6396
6401
|
#
|
6397
6402
|
# @option params [required, String] :path
|
6398
6403
|
# The hierarchy for the parameter. Hierarchies start with a forward
|
6399
|
-
# slash (/). The
|
6400
|
-
# the parameter. For the API call to
|
6404
|
+
# slash (/). The hierarchy is the parameter name except the last part of
|
6405
|
+
# the parameter. For the API call to succeed, the last part of the
|
6401
6406
|
# parameter name can't be in the path. A parameter name hierarchy can
|
6402
6407
|
# have a maximum of 15 levels. Here is an example of a hierarchy:
|
6403
6408
|
# `/Finance/Prod/IAD/WinServ2016/license33 `
|
@@ -8345,6 +8350,8 @@ module Aws::SSM
|
|
8345
8350
|
#
|
8346
8351
|
# * `aws:ec2:image`
|
8347
8352
|
#
|
8353
|
+
# * `aws:ssm:integration`
|
8354
|
+
#
|
8348
8355
|
# When you create a `String` parameter and specify `aws:ec2:image`,
|
8349
8356
|
# Amazon Web Services Systems Manager validates the parameter value is
|
8350
8357
|
# in the required format, such as `ami-12345abcdeEXAMPLE`, and that the
|
@@ -8655,26 +8662,42 @@ module Aws::SSM
|
|
8655
8662
|
# scheduled in parallel.
|
8656
8663
|
#
|
8657
8664
|
# @option params [String] :max_concurrency
|
8658
|
-
# The maximum number of targets this task can be run for in parallel.
|
8665
|
+
# The maximum number of targets this task can be run for, in parallel.
|
8666
|
+
#
|
8667
|
+
# <note markdown="1"> Although this element is listed as "Required: No", a value can be
|
8668
|
+
# omitted only when you are registering or updating a [targetless
|
8669
|
+
# task][1] You must provide a value in all other cases.
|
8659
8670
|
#
|
8660
|
-
#
|
8671
|
+
# For maintenance window tasks without a target specified, you can't
|
8661
8672
|
# supply a value for this option. Instead, the system inserts a
|
8662
8673
|
# placeholder value of `1`. This value doesn't affect the running of
|
8663
8674
|
# your task.
|
8664
8675
|
#
|
8665
8676
|
# </note>
|
8666
8677
|
#
|
8678
|
+
#
|
8679
|
+
#
|
8680
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
|
8681
|
+
#
|
8667
8682
|
# @option params [String] :max_errors
|
8668
8683
|
# The maximum number of errors allowed before this task stops being
|
8669
8684
|
# scheduled.
|
8670
8685
|
#
|
8671
|
-
# <note markdown="1">
|
8686
|
+
# <note markdown="1"> Although this element is listed as "Required: No", a value can be
|
8687
|
+
# omitted only when you are registering or updating a [targetless
|
8688
|
+
# task][1] You must provide a value in all other cases.
|
8689
|
+
#
|
8690
|
+
# For maintenance window tasks without a target specified, you can't
|
8672
8691
|
# supply a value for this option. Instead, the system inserts a
|
8673
8692
|
# placeholder value of `1`. This value doesn't affect the running of
|
8674
8693
|
# your task.
|
8675
8694
|
#
|
8676
8695
|
# </note>
|
8677
8696
|
#
|
8697
|
+
#
|
8698
|
+
#
|
8699
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
|
8700
|
+
#
|
8678
8701
|
# @option params [Types::LoggingInfo] :logging_info
|
8679
8702
|
# A structure containing information about an Amazon Simple Storage
|
8680
8703
|
# Service (Amazon S3) bucket to write managed node-level logs to.
|
@@ -9679,7 +9702,7 @@ module Aws::SSM
|
|
9679
9702
|
|
9680
9703
|
# Permanently ends a session and closes the data connection between the
|
9681
9704
|
# Session Manager client and SSM Agent on the managed node. A terminated
|
9682
|
-
# session
|
9705
|
+
# session can't be resumed.
|
9683
9706
|
#
|
9684
9707
|
# @option params [required, String] :session_id
|
9685
9708
|
# The ID of the session to terminate.
|
@@ -9752,7 +9775,7 @@ module Aws::SSM
|
|
9752
9775
|
# Updates an association. You can update the association name and
|
9753
9776
|
# version, the document version, schedule, parameters, and Amazon Simple
|
9754
9777
|
# Storage Service (Amazon S3) output. When you call `UpdateAssociation`,
|
9755
|
-
# the system
|
9778
|
+
# the system removes all optional parameters from the request and
|
9756
9779
|
# overwrites the association with null values for those parameters. This
|
9757
9780
|
# is by design. You must specify all optional parameters in the call,
|
9758
9781
|
# even if you are not changing the parameters. This includes the `Name`
|
@@ -10330,14 +10353,9 @@ module Aws::SSM
|
|
10330
10353
|
# An optional description for the update request.
|
10331
10354
|
#
|
10332
10355
|
# @option params [String] :start_date
|
10333
|
-
# The time
|
10334
|
-
#
|
10335
|
-
#
|
10336
|
-
# more information, see the [Time Zone Database][1] on the IANA website.
|
10337
|
-
#
|
10338
|
-
#
|
10339
|
-
#
|
10340
|
-
# [1]: https://www.iana.org/time-zones
|
10356
|
+
# The date and time, in ISO-8601 Extended format, for when you want the
|
10357
|
+
# maintenance window to become active. `StartDate` allows you to delay
|
10358
|
+
# activation of the maintenance window until the specified future date.
|
10341
10359
|
#
|
10342
10360
|
# @option params [String] :end_date
|
10343
10361
|
# The date and time, in ISO-8601 Extended format, for when you want the
|
@@ -10675,30 +10693,44 @@ module Aws::SSM
|
|
10675
10693
|
#
|
10676
10694
|
# @option params [String] :max_concurrency
|
10677
10695
|
# The new `MaxConcurrency` value you want to specify. `MaxConcurrency`
|
10678
|
-
# is the number of targets that are allowed to run this task in
|
10696
|
+
# is the number of targets that are allowed to run this task, in
|
10679
10697
|
# parallel.
|
10680
10698
|
#
|
10681
|
-
# <note markdown="1">
|
10699
|
+
# <note markdown="1"> Although this element is listed as "Required: No", a value can be
|
10700
|
+
# omitted only when you are registering or updating a [targetless
|
10701
|
+
# task][1] You must provide a value in all other cases.
|
10702
|
+
#
|
10703
|
+
# For maintenance window tasks without a target specified, you can't
|
10682
10704
|
# supply a value for this option. Instead, the system inserts a
|
10683
|
-
# placeholder value of `1
|
10684
|
-
#
|
10685
|
-
# can be ignored.
|
10705
|
+
# placeholder value of `1`. This value doesn't affect the running of
|
10706
|
+
# your task.
|
10686
10707
|
#
|
10687
10708
|
# </note>
|
10688
10709
|
#
|
10710
|
+
#
|
10711
|
+
#
|
10712
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
|
10713
|
+
#
|
10689
10714
|
# @option params [String] :max_errors
|
10690
10715
|
# The new `MaxErrors` value to specify. `MaxErrors` is the maximum
|
10691
10716
|
# number of errors that are allowed before the task stops being
|
10692
10717
|
# scheduled.
|
10693
10718
|
#
|
10694
|
-
# <note markdown="1">
|
10719
|
+
# <note markdown="1"> Although this element is listed as "Required: No", a value can be
|
10720
|
+
# omitted only when you are registering or updating a [targetless
|
10721
|
+
# task][1] You must provide a value in all other cases.
|
10722
|
+
#
|
10723
|
+
# For maintenance window tasks without a target specified, you can't
|
10695
10724
|
# supply a value for this option. Instead, the system inserts a
|
10696
|
-
# placeholder value of `1
|
10697
|
-
#
|
10698
|
-
# can be ignored.
|
10725
|
+
# placeholder value of `1`. This value doesn't affect the running of
|
10726
|
+
# your task.
|
10699
10727
|
#
|
10700
10728
|
# </note>
|
10701
10729
|
#
|
10730
|
+
#
|
10731
|
+
#
|
10732
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
|
10733
|
+
#
|
10702
10734
|
# @option params [Types::LoggingInfo] :logging_info
|
10703
10735
|
# The new logging location in Amazon S3 to specify.
|
10704
10736
|
#
|
@@ -11077,7 +11109,7 @@ module Aws::SSM
|
|
11077
11109
|
# edit OpsMetadata in Application Manager.
|
11078
11110
|
#
|
11079
11111
|
# @option params [required, String] :ops_metadata_arn
|
11080
|
-
# The Amazon
|
11112
|
+
# The Amazon Resource Name (ARN) of the OpsMetadata Object to update.
|
11081
11113
|
#
|
11082
11114
|
# @option params [Hash<String,Types::MetadataValue>] :metadata_to_update
|
11083
11115
|
# Metadata to add to an OpsMetadata object.
|
@@ -11447,7 +11479,7 @@ module Aws::SSM
|
|
11447
11479
|
params: params,
|
11448
11480
|
config: config)
|
11449
11481
|
context[:gem_name] = 'aws-sdk-ssm'
|
11450
|
-
context[:gem_version] = '1.
|
11482
|
+
context[:gem_version] = '1.131.0'
|
11451
11483
|
Seahorse::Client::Request.new(handlers, context)
|
11452
11484
|
end
|
11453
11485
|
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -3446,6 +3446,11 @@ module Aws::SSM
|
|
3446
3446
|
#
|
3447
3447
|
# @!attribute [rw] document_type
|
3448
3448
|
# The type of document to create.
|
3449
|
+
#
|
3450
|
+
# <note markdown="1"> The `DeploymentStrategy` document type is an internal-use-only
|
3451
|
+
# document type reserved for AppConfig.
|
3452
|
+
#
|
3453
|
+
# </note>
|
3449
3454
|
# @return [String]
|
3450
3455
|
#
|
3451
3456
|
# @!attribute [rw] document_format
|
@@ -7450,8 +7455,6 @@ module Aws::SSM
|
|
7450
7455
|
#
|
7451
7456
|
# * `Command`
|
7452
7457
|
#
|
7453
|
-
# * `DeploymentStrategy`
|
7454
|
-
#
|
7455
7458
|
# * `Package`
|
7456
7459
|
#
|
7457
7460
|
# * `Policy`
|
@@ -9650,8 +9653,8 @@ module Aws::SSM
|
|
9650
9653
|
#
|
9651
9654
|
# @!attribute [rw] path
|
9652
9655
|
# The hierarchy for the parameter. Hierarchies start with a forward
|
9653
|
-
# slash (/). The
|
9654
|
-
# of the parameter. For the API call to
|
9656
|
+
# slash (/). The hierarchy is the parameter name except the last part
|
9657
|
+
# of the parameter. For the API call to succeed, the last part of the
|
9655
9658
|
# parameter name can't be in the path. A parameter name hierarchy can
|
9656
9659
|
# have a maximum of 15 levels. Here is an example of a hierarchy:
|
9657
9660
|
# `/Finance/Prod/IAD/WinServ2016/license33 `
|
@@ -13710,11 +13713,41 @@ module Aws::SSM
|
|
13710
13713
|
#
|
13711
13714
|
# @!attribute [rw] max_concurrency
|
13712
13715
|
# The maximum number of targets this task can be run for, in parallel.
|
13716
|
+
#
|
13717
|
+
# <note markdown="1"> Although this element is listed as "Required: No", a value can be
|
13718
|
+
# omitted only when you are registering or updating a [targetless
|
13719
|
+
# task][1] You must provide a value in all other cases.
|
13720
|
+
#
|
13721
|
+
# For maintenance window tasks without a target specified, you can't
|
13722
|
+
# supply a value for this option. Instead, the system inserts a
|
13723
|
+
# placeholder value of `1`. This value doesn't affect the running of
|
13724
|
+
# your task.
|
13725
|
+
#
|
13726
|
+
# </note>
|
13727
|
+
#
|
13728
|
+
#
|
13729
|
+
#
|
13730
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
|
13713
13731
|
# @return [String]
|
13714
13732
|
#
|
13715
13733
|
# @!attribute [rw] max_errors
|
13716
13734
|
# The maximum number of errors allowed before this task stops being
|
13717
13735
|
# scheduled.
|
13736
|
+
#
|
13737
|
+
# <note markdown="1"> Although this element is listed as "Required: No", a value can be
|
13738
|
+
# omitted only when you are registering or updating a [targetless
|
13739
|
+
# task][1] You must provide a value in all other cases.
|
13740
|
+
#
|
13741
|
+
# For maintenance window tasks without a target specified, you can't
|
13742
|
+
# supply a value for this option. Instead, the system inserts a
|
13743
|
+
# placeholder value of `1`. This value doesn't affect the running of
|
13744
|
+
# your task.
|
13745
|
+
#
|
13746
|
+
# </note>
|
13747
|
+
#
|
13748
|
+
#
|
13749
|
+
#
|
13750
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
|
13718
13751
|
# @return [String]
|
13719
13752
|
#
|
13720
13753
|
# @!attribute [rw] name
|
@@ -15038,10 +15071,20 @@ module Aws::SSM
|
|
15038
15071
|
# @!attribute [rw] type
|
15039
15072
|
# The type of parameter. Valid values include the following: `String`,
|
15040
15073
|
# `StringList`, and `SecureString`.
|
15074
|
+
#
|
15075
|
+
# <note markdown="1"> If type is `StringList`, the system returns a comma-separated string
|
15076
|
+
# with no spaces between commas in the `Value` field.
|
15077
|
+
#
|
15078
|
+
# </note>
|
15041
15079
|
# @return [String]
|
15042
15080
|
#
|
15043
15081
|
# @!attribute [rw] value
|
15044
15082
|
# The parameter value.
|
15083
|
+
#
|
15084
|
+
# <note markdown="1"> If type is `StringList`, the system returns a comma-separated string
|
15085
|
+
# with no spaces between commas in the `Value` field.
|
15086
|
+
#
|
15087
|
+
# </note>
|
15045
15088
|
# @return [String]
|
15046
15089
|
#
|
15047
15090
|
# @!attribute [rw] version
|
@@ -15199,7 +15242,7 @@ module Aws::SSM
|
|
15199
15242
|
# @return [String]
|
15200
15243
|
#
|
15201
15244
|
# @!attribute [rw] policy_type
|
15202
|
-
# The type of policy. Parameter Store, a
|
15245
|
+
# The type of policy. Parameter Store, a capability of Amazon Web
|
15203
15246
|
# Services Systems Manager, supports the following policy types:
|
15204
15247
|
# Expiration, ExpirationNotification, and NoChangeNotification.
|
15205
15248
|
# @return [String]
|
@@ -15688,7 +15731,7 @@ module Aws::SSM
|
|
15688
15731
|
# @return [String]
|
15689
15732
|
#
|
15690
15733
|
# @!attribute [rw] severity
|
15691
|
-
# The severity of the
|
15734
|
+
# The severity of the patch such as `Critical`, `Important`, and
|
15692
15735
|
# `Moderate`.
|
15693
15736
|
# @return [String]
|
15694
15737
|
#
|
@@ -16528,6 +16571,8 @@ module Aws::SSM
|
|
16528
16571
|
#
|
16529
16572
|
# * `aws:ec2:image`
|
16530
16573
|
#
|
16574
|
+
# * `aws:ssm:integration`
|
16575
|
+
#
|
16531
16576
|
# When you create a `String` parameter and specify `aws:ec2:image`,
|
16532
16577
|
# Amazon Web Services Systems Manager validates the parameter value is
|
16533
16578
|
# in the required format, such as `ami-12345abcdeEXAMPLE`, and that
|
@@ -16941,26 +16986,42 @@ module Aws::SSM
|
|
16941
16986
|
# @return [Integer]
|
16942
16987
|
#
|
16943
16988
|
# @!attribute [rw] max_concurrency
|
16944
|
-
# The maximum number of targets this task can be run for in parallel.
|
16989
|
+
# The maximum number of targets this task can be run for, in parallel.
|
16945
16990
|
#
|
16946
|
-
# <note markdown="1">
|
16991
|
+
# <note markdown="1"> Although this element is listed as "Required: No", a value can be
|
16992
|
+
# omitted only when you are registering or updating a [targetless
|
16993
|
+
# task][1] You must provide a value in all other cases.
|
16994
|
+
#
|
16995
|
+
# For maintenance window tasks without a target specified, you can't
|
16947
16996
|
# supply a value for this option. Instead, the system inserts a
|
16948
16997
|
# placeholder value of `1`. This value doesn't affect the running of
|
16949
16998
|
# your task.
|
16950
16999
|
#
|
16951
17000
|
# </note>
|
17001
|
+
#
|
17002
|
+
#
|
17003
|
+
#
|
17004
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
|
16952
17005
|
# @return [String]
|
16953
17006
|
#
|
16954
17007
|
# @!attribute [rw] max_errors
|
16955
17008
|
# The maximum number of errors allowed before this task stops being
|
16956
17009
|
# scheduled.
|
16957
17010
|
#
|
16958
|
-
# <note markdown="1">
|
17011
|
+
# <note markdown="1"> Although this element is listed as "Required: No", a value can be
|
17012
|
+
# omitted only when you are registering or updating a [targetless
|
17013
|
+
# task][1] You must provide a value in all other cases.
|
17014
|
+
#
|
17015
|
+
# For maintenance window tasks without a target specified, you can't
|
16959
17016
|
# supply a value for this option. Instead, the system inserts a
|
16960
17017
|
# placeholder value of `1`. This value doesn't affect the running of
|
16961
17018
|
# your task.
|
16962
17019
|
#
|
16963
17020
|
# </note>
|
17021
|
+
#
|
17022
|
+
#
|
17023
|
+
#
|
17024
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
|
16964
17025
|
# @return [String]
|
16965
17026
|
#
|
16966
17027
|
# @!attribute [rw] logging_info
|
@@ -20216,15 +20277,10 @@ module Aws::SSM
|
|
20216
20277
|
# @return [String]
|
20217
20278
|
#
|
20218
20279
|
# @!attribute [rw] start_date
|
20219
|
-
# The time
|
20220
|
-
#
|
20221
|
-
#
|
20222
|
-
#
|
20223
|
-
# website.
|
20224
|
-
#
|
20225
|
-
#
|
20226
|
-
#
|
20227
|
-
# [1]: https://www.iana.org/time-zones
|
20280
|
+
# The date and time, in ISO-8601 Extended format, for when you want
|
20281
|
+
# the maintenance window to become active. `StartDate` allows you to
|
20282
|
+
# delay activation of the maintenance window until the specified
|
20283
|
+
# future date.
|
20228
20284
|
# @return [String]
|
20229
20285
|
#
|
20230
20286
|
# @!attribute [rw] end_date
|
@@ -20665,16 +20721,23 @@ module Aws::SSM
|
|
20665
20721
|
#
|
20666
20722
|
# @!attribute [rw] max_concurrency
|
20667
20723
|
# The new `MaxConcurrency` value you want to specify. `MaxConcurrency`
|
20668
|
-
# is the number of targets that are allowed to run this task in
|
20724
|
+
# is the number of targets that are allowed to run this task, in
|
20669
20725
|
# parallel.
|
20670
20726
|
#
|
20671
|
-
# <note markdown="1">
|
20727
|
+
# <note markdown="1"> Although this element is listed as "Required: No", a value can be
|
20728
|
+
# omitted only when you are registering or updating a [targetless
|
20729
|
+
# task][1] You must provide a value in all other cases.
|
20730
|
+
#
|
20731
|
+
# For maintenance window tasks without a target specified, you can't
|
20672
20732
|
# supply a value for this option. Instead, the system inserts a
|
20673
|
-
# placeholder value of `1
|
20674
|
-
#
|
20675
|
-
# and can be ignored.
|
20733
|
+
# placeholder value of `1`. This value doesn't affect the running of
|
20734
|
+
# your task.
|
20676
20735
|
#
|
20677
20736
|
# </note>
|
20737
|
+
#
|
20738
|
+
#
|
20739
|
+
#
|
20740
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
|
20678
20741
|
# @return [String]
|
20679
20742
|
#
|
20680
20743
|
# @!attribute [rw] max_errors
|
@@ -20682,13 +20745,20 @@ module Aws::SSM
|
|
20682
20745
|
# number of errors that are allowed before the task stops being
|
20683
20746
|
# scheduled.
|
20684
20747
|
#
|
20685
|
-
# <note markdown="1">
|
20748
|
+
# <note markdown="1"> Although this element is listed as "Required: No", a value can be
|
20749
|
+
# omitted only when you are registering or updating a [targetless
|
20750
|
+
# task][1] You must provide a value in all other cases.
|
20751
|
+
#
|
20752
|
+
# For maintenance window tasks without a target specified, you can't
|
20686
20753
|
# supply a value for this option. Instead, the system inserts a
|
20687
|
-
# placeholder value of `1
|
20688
|
-
#
|
20689
|
-
# and can be ignored.
|
20754
|
+
# placeholder value of `1`. This value doesn't affect the running of
|
20755
|
+
# your task.
|
20690
20756
|
#
|
20691
20757
|
# </note>
|
20758
|
+
#
|
20759
|
+
#
|
20760
|
+
#
|
20761
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
|
20692
20762
|
# @return [String]
|
20693
20763
|
#
|
20694
20764
|
# @!attribute [rw] logging_info
|
@@ -21076,7 +21146,7 @@ module Aws::SSM
|
|
21076
21146
|
# }
|
21077
21147
|
#
|
21078
21148
|
# @!attribute [rw] ops_metadata_arn
|
21079
|
-
# The Amazon
|
21149
|
+
# The Amazon Resource Name (ARN) of the OpsMetadata Object to update.
|
21080
21150
|
# @return [String]
|
21081
21151
|
#
|
21082
21152
|
# @!attribute [rw] metadata_to_update
|
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.131.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-02-
|
11
|
+
date: 2022-02-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|