aws-sdk-ssm 1.129.0 → 1.132.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: e610dabbef82d5f737364b54bb9c4a2a5a76323f566871df69b373ab7fcd630d
4
- data.tar.gz: 8ac00ec3410a2df7855e485ef07107be0ce3087dc9236a01adf6096814a2a520
3
+ metadata.gz: 2e8d926564b14bae5b707ae11237055696510b6a421752846463381d5dc22d92
4
+ data.tar.gz: f4df092a80a9bbc6468a666a161fe93498992d47c0c6084c1e5f9e92e84eac5b
5
5
  SHA512:
6
- metadata.gz: '095e426f3e7f14bb04d12df14329d96b1491e864d9655c6aeb8c5565ce5da55a63768517c0539ff40d2bb2fffd1a9dfabb4d0251eb0754ea3fd794e25910a00b'
7
- data.tar.gz: 98ea86f33d31f3c333f4a1690f1c14736261213a3c89bb16b58a038be7736b45e1b0298753afa9e89b68bb26aee558f43ff904844bbcf65d6a35c7099cc0600a
6
+ metadata.gz: 6b99473e3b649f4db0978e2295a3187328c869496e934eff9ef21f43ac5da7c929ddbd67df276e6bf7a5469b957b69846a69b996da8b938297be8e986e164831
7
+ data.tar.gz: 90c3b6e0d419ef4f543dfc4768e49976cbe9bd36824da0afee035fd912223084e1c78b3114538d9c0988d12ae5b10553dfdb9dbf57a7812fb48b1c996085ff07
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.132.0 (2022-02-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.131.0 (2022-02-16)
10
+ ------------------
11
+
12
+ * Feature - Assorted ticket fixes and updates for AWS Systems Manager.
13
+
14
+ 1.130.0 (2022-02-11)
15
+ ------------------
16
+
17
+ * Feature - Documentation updates for AWS Systems Manager.
18
+
4
19
  1.129.0 (2022-02-03)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.129.0
1
+ 1.132.0
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
31
32
  require 'aws-sdk-core/plugins/recursion_detection.rb'
32
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
@@ -75,6 +76,7 @@ module Aws::SSM
75
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
76
77
  add_plugin(Aws::Plugins::TransferEncoding)
77
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
78
80
  add_plugin(Aws::Plugins::DefaultsMode)
79
81
  add_plugin(Aws::Plugins::RecursionDetection)
80
82
  add_plugin(Aws::Plugins::SignatureV4)
@@ -1205,6 +1207,11 @@ module Aws::SSM
1205
1207
  # @option params [String] :document_type
1206
1208
  # The type of document to create.
1207
1209
  #
1210
+ # <note markdown="1"> The `DeploymentStrategy` document type is an internal-use-only
1211
+ # document type reserved for AppConfig.
1212
+ #
1213
+ # </note>
1214
+ #
1208
1215
  # @option params [String] :document_format
1209
1216
  # Specify the document format for the request. The document format can
1210
1217
  # be JSON, YAML, or TEXT. JSON is the default format.
@@ -6396,8 +6403,8 @@ module Aws::SSM
6396
6403
  #
6397
6404
  # @option params [required, String] :path
6398
6405
  # The hierarchy for the parameter. Hierarchies start with a forward
6399
- # slash (/). The hierachy is the parameter name except the last part of
6400
- # the parameter. For the API call to succeeed, the last part of the
6406
+ # slash (/). The hierarchy is the parameter name except the last part of
6407
+ # the parameter. For the API call to succeed, the last part of the
6401
6408
  # parameter name can't be in the path. A parameter name hierarchy can
6402
6409
  # have a maximum of 15 levels. Here is an example of a hierarchy:
6403
6410
  # `/Finance/Prod/IAD/WinServ2016/license33 `
@@ -8345,6 +8352,8 @@ module Aws::SSM
8345
8352
  #
8346
8353
  # * `aws:ec2:image`
8347
8354
  #
8355
+ # * `aws:ssm:integration`
8356
+ #
8348
8357
  # When you create a `String` parameter and specify `aws:ec2:image`,
8349
8358
  # Amazon Web Services Systems Manager validates the parameter value is
8350
8359
  # in the required format, such as `ami-12345abcdeEXAMPLE`, and that the
@@ -8655,26 +8664,42 @@ module Aws::SSM
8655
8664
  # scheduled in parallel.
8656
8665
  #
8657
8666
  # @option params [String] :max_concurrency
8658
- # The maximum number of targets this task can be run for in parallel.
8667
+ # The maximum number of targets this task can be run for, in parallel.
8668
+ #
8669
+ # <note markdown="1"> Although this element is listed as "Required: No", a value can be
8670
+ # omitted only when you are registering or updating a [targetless
8671
+ # task][1] You must provide a value in all other cases.
8659
8672
  #
8660
- # <note markdown="1"> For maintenance window tasks without a target specified, you can't
8673
+ # For maintenance window tasks without a target specified, you can't
8661
8674
  # supply a value for this option. Instead, the system inserts a
8662
8675
  # placeholder value of `1`. This value doesn't affect the running of
8663
8676
  # your task.
8664
8677
  #
8665
8678
  # </note>
8666
8679
  #
8680
+ #
8681
+ #
8682
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
8683
+ #
8667
8684
  # @option params [String] :max_errors
8668
8685
  # The maximum number of errors allowed before this task stops being
8669
8686
  # scheduled.
8670
8687
  #
8671
- # <note markdown="1"> For maintenance window tasks without a target specified, you can't
8688
+ # <note markdown="1"> Although this element is listed as "Required: No", a value can be
8689
+ # omitted only when you are registering or updating a [targetless
8690
+ # task][1] You must provide a value in all other cases.
8691
+ #
8692
+ # For maintenance window tasks without a target specified, you can't
8672
8693
  # supply a value for this option. Instead, the system inserts a
8673
8694
  # placeholder value of `1`. This value doesn't affect the running of
8674
8695
  # your task.
8675
8696
  #
8676
8697
  # </note>
8677
8698
  #
8699
+ #
8700
+ #
8701
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
8702
+ #
8678
8703
  # @option params [Types::LoggingInfo] :logging_info
8679
8704
  # A structure containing information about an Amazon Simple Storage
8680
8705
  # Service (Amazon S3) bucket to write managed node-level logs to.
@@ -9679,7 +9704,7 @@ module Aws::SSM
9679
9704
 
9680
9705
  # Permanently ends a session and closes the data connection between the
9681
9706
  # Session Manager client and SSM Agent on the managed node. A terminated
9682
- # session isn't be resumed.
9707
+ # session can't be resumed.
9683
9708
  #
9684
9709
  # @option params [required, String] :session_id
9685
9710
  # The ID of the session to terminate.
@@ -9752,7 +9777,7 @@ module Aws::SSM
9752
9777
  # Updates an association. You can update the association name and
9753
9778
  # version, the document version, schedule, parameters, and Amazon Simple
9754
9779
  # Storage Service (Amazon S3) output. When you call `UpdateAssociation`,
9755
- # the system drops all optional parameters from the request and
9780
+ # the system removes all optional parameters from the request and
9756
9781
  # overwrites the association with null values for those parameters. This
9757
9782
  # is by design. You must specify all optional parameters in the call,
9758
9783
  # even if you are not changing the parameters. This includes the `Name`
@@ -10330,14 +10355,9 @@ module Aws::SSM
10330
10355
  # An optional description for the update request.
10331
10356
  #
10332
10357
  # @option params [String] :start_date
10333
- # The time zone that the scheduled maintenance window executions are
10334
- # based on, in Internet Assigned Numbers Authority (IANA) format. For
10335
- # example: "America/Los\_Angeles", "UTC", or "Asia/Seoul". For
10336
- # more information, see the [Time Zone Database][1] on the IANA website.
10337
- #
10338
- #
10339
- #
10340
- # [1]: https://www.iana.org/time-zones
10358
+ # The date and time, in ISO-8601 Extended format, for when you want the
10359
+ # maintenance window to become active. `StartDate` allows you to delay
10360
+ # activation of the maintenance window until the specified future date.
10341
10361
  #
10342
10362
  # @option params [String] :end_date
10343
10363
  # The date and time, in ISO-8601 Extended format, for when you want the
@@ -10675,30 +10695,44 @@ module Aws::SSM
10675
10695
  #
10676
10696
  # @option params [String] :max_concurrency
10677
10697
  # The new `MaxConcurrency` value you want to specify. `MaxConcurrency`
10678
- # is the number of targets that are allowed to run this task in
10698
+ # is the number of targets that are allowed to run this task, in
10679
10699
  # parallel.
10680
10700
  #
10681
- # <note markdown="1"> For maintenance window tasks without a target specified, you can't
10701
+ # <note markdown="1"> Although this element is listed as "Required: No", a value can be
10702
+ # omitted only when you are registering or updating a [targetless
10703
+ # task][1] You must provide a value in all other cases.
10704
+ #
10705
+ # For maintenance window tasks without a target specified, you can't
10682
10706
  # supply a value for this option. Instead, the system inserts a
10683
- # placeholder value of `1`, which may be reported in the response to
10684
- # this command. This value doesn't affect the running of your task and
10685
- # can be ignored.
10707
+ # placeholder value of `1`. This value doesn't affect the running of
10708
+ # your task.
10686
10709
  #
10687
10710
  # </note>
10688
10711
  #
10712
+ #
10713
+ #
10714
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
10715
+ #
10689
10716
  # @option params [String] :max_errors
10690
10717
  # The new `MaxErrors` value to specify. `MaxErrors` is the maximum
10691
10718
  # number of errors that are allowed before the task stops being
10692
10719
  # scheduled.
10693
10720
  #
10694
- # <note markdown="1"> For maintenance window tasks without a target specified, you can't
10721
+ # <note markdown="1"> Although this element is listed as "Required: No", a value can be
10722
+ # omitted only when you are registering or updating a [targetless
10723
+ # task][1] You must provide a value in all other cases.
10724
+ #
10725
+ # For maintenance window tasks without a target specified, you can't
10695
10726
  # supply a value for this option. Instead, the system inserts a
10696
- # placeholder value of `1`, which may be reported in the response to
10697
- # this command. This value doesn't affect the running of your task and
10698
- # can be ignored.
10727
+ # placeholder value of `1`. This value doesn't affect the running of
10728
+ # your task.
10699
10729
  #
10700
10730
  # </note>
10701
10731
  #
10732
+ #
10733
+ #
10734
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
10735
+ #
10702
10736
  # @option params [Types::LoggingInfo] :logging_info
10703
10737
  # The new logging location in Amazon S3 to specify.
10704
10738
  #
@@ -11077,7 +11111,7 @@ module Aws::SSM
11077
11111
  # edit OpsMetadata in Application Manager.
11078
11112
  #
11079
11113
  # @option params [required, String] :ops_metadata_arn
11080
- # The Amazon Resoure Name (ARN) of the OpsMetadata Object to update.
11114
+ # The Amazon Resource Name (ARN) of the OpsMetadata Object to update.
11081
11115
  #
11082
11116
  # @option params [Hash<String,Types::MetadataValue>] :metadata_to_update
11083
11117
  # Metadata to add to an OpsMetadata object.
@@ -11447,7 +11481,7 @@ module Aws::SSM
11447
11481
  params: params,
11448
11482
  config: config)
11449
11483
  context[:gem_name] = 'aws-sdk-ssm'
11450
- context[:gem_version] = '1.129.0'
11484
+ context[:gem_version] = '1.132.0'
11451
11485
  Seahorse::Client::Request.new(handlers, context)
11452
11486
  end
11453
11487
 
@@ -6233,7 +6233,6 @@ module Aws::SSM
6233
6233
  o.http_request_uri = "/"
6234
6234
  o.input = Shapes::ShapeRef.new(shape: TerminateSessionRequest)
6235
6235
  o.output = Shapes::ShapeRef.new(shape: TerminateSessionResponse)
6236
- o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
6237
6236
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
6238
6237
  end)
6239
6238
 
@@ -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 hierachy is the parameter name except the last part
9654
- # of the parameter. For the API call to succeeed, the last part of the
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 capablility of Amazon Web
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 patchsuch as `Critical`, `Important`, and
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"> For maintenance window tasks without a target specified, you can't
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"> For maintenance window tasks without a target specified, you can't
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 zone that the scheduled maintenance window executions are
20220
- # based on, in Internet Assigned Numbers Authority (IANA) format. For
20221
- # example: "America/Los\_Angeles", "UTC", or "Asia/Seoul". For
20222
- # more information, see the [Time Zone Database][1] on the IANA
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"> For maintenance window tasks without a target specified, you can't
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`, which may be reported in the response to
20674
- # this command. This value doesn't affect the running of your task
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"> For maintenance window tasks without a target specified, you can't
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`, which may be reported in the response to
20688
- # this command. This value doesn't affect the running of your task
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 Resoure Name (ARN) of the OpsMetadata Object to update.
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
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-ssm/customizations'
49
49
  # @!group service
50
50
  module Aws::SSM
51
51
 
52
- GEM_VERSION = '1.129.0'
52
+ GEM_VERSION = '1.132.0'
53
53
 
54
54
  end
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.129.0
4
+ version: 1.132.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-03 00:00:00.000000000 Z
11
+ date: 2022-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.126.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.126.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement