aws-sdk-ssm 1.130.0 → 1.133.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: b5a3bcba93db56106636867c61b76c124ada2f2499a3d8faceda10e974aa298b
4
- data.tar.gz: '09774d68d925163d805bc7ac4333d2064d0f50a218953e8344e2998f2092ac8e'
3
+ metadata.gz: 356eaad6e39f4dd9946556bcef8479f79e7933622d813b878abe72dea6c0c8e9
4
+ data.tar.gz: e0e69549e961702594febcd4dbd709d9312456110e85742cb8bf1439e5b00664
5
5
  SHA512:
6
- metadata.gz: 7ef8922d7867f9377ae4f0dfd1915b9a1f509263aaa4ce93dbef68cea97f8b4cb7a3e2b7f46098ddd41fe9997a2984a533df44502fab255676247d64e0e8522d
7
- data.tar.gz: 3c08184147b6e720d17fa094721757883e30283a37a45ae980747a5dfca2c14cd6cf327d65f3f25304032bf6ee57e2f33358dcb7f19c12e4ea850200b5c3d259
6
+ metadata.gz: 3541e515652d185db61cdb84ecddee9f2a4752a3769370151e267368a7784c5a0b6cde148d6567843d23f613d3073e75c7071384b69262c472a23f64f0a16996
7
+ data.tar.gz: 03e2e6323460d22aa1df128d26bc4d2c5e8501a0f171a02a9e27f0d45477a4566108fb585cebc18d17d5bb130530ce8cf1f3eb80bed7de1d2588d85db1376c15
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.133.0 (2022-03-23)
5
+ ------------------
6
+
7
+ * Feature - Update AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource APIs to reflect the support for tagging Automation resources. Includes other minor documentation updates.
8
+
9
+ 1.132.0 (2022-02-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.131.0 (2022-02-16)
15
+ ------------------
16
+
17
+ * Feature - Assorted ticket fixes and updates for AWS Systems Manager.
18
+
4
19
  1.130.0 (2022-02-11)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.130.0
1
+ 1.133.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)
@@ -360,13 +362,14 @@ module Aws::SSM
360
362
  # @!group API Operations
361
363
 
362
364
  # Adds or overwrites one or more tags for the specified resource. Tags
363
- # are metadata that you can assign to your documents, managed nodes,
364
- # maintenance windows, Parameter Store parameters, and patch baselines.
365
- # Tags enable you to categorize your resources in different ways, for
366
- # example, by purpose, owner, or environment. Each tag consists of a key
367
- # and an optional value, both of which you define. For example, you
368
- # could define a set of tags for your account's managed nodes that
369
- # helps you track each node's owner and stack level. For example:
365
+ # are metadata that you can assign to your automations, documents,
366
+ # managed nodes, maintenance windows, Parameter Store parameters, and
367
+ # patch baselines. Tags enable you to categorize your resources in
368
+ # different ways, for example, by purpose, owner, or environment. Each
369
+ # tag consists of a key and an optional value, both of which you define.
370
+ # For example, you could define a set of tags for your account's
371
+ # managed nodes that helps you track each node's owner and stack level.
372
+ # For example:
370
373
  #
371
374
  # * `Key=Owner,Value=DbAdmin`
372
375
  #
@@ -380,7 +383,8 @@ module Aws::SSM
380
383
  #
381
384
  # * `Key=Stack,Value=Test`
382
385
  #
383
- # Each resource can have a maximum of 50 tags.
386
+ # Most resources can have a maximum of 50 tags. Automations can have a
387
+ # maximum of 5 tags.
384
388
  #
385
389
  # We recommend that you devise a set of tag keys that meets your needs
386
390
  # for each resource type. Using a consistent set of tag keys makes it
@@ -414,6 +418,8 @@ module Aws::SSM
414
418
  #
415
419
  # `PatchBaseline`\: `pb-012345abcde`
416
420
  #
421
+ # `Automation`\: `example-c160-4567-8519-012345abcde`
422
+ #
417
423
  # `OpsMetadata` object: `ResourceID` for tagging is created from the
418
424
  # Amazon Resource Name (ARN) for the object. Specifically, `ResourceID`
419
425
  # is created from the strings that come after the word `opsmetadata` in
@@ -444,7 +450,7 @@ module Aws::SSM
444
450
  # @example Request syntax with placeholder values
445
451
  #
446
452
  # resp = client.add_tags_to_resource({
447
- # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
453
+ # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation
448
454
  # resource_id: "ResourceId", # required
449
455
  # tags: [ # required
450
456
  # {
@@ -1205,6 +1211,11 @@ module Aws::SSM
1205
1211
  # @option params [String] :document_type
1206
1212
  # The type of document to create.
1207
1213
  #
1214
+ # <note markdown="1"> The `DeploymentStrategy` document type is an internal-use-only
1215
+ # document type reserved for AppConfig.
1216
+ #
1217
+ # </note>
1218
+ #
1208
1219
  # @option params [String] :document_format
1209
1220
  # Specify the document format for the request. The document format can
1210
1221
  # be JSON, YAML, or TEXT. JSON is the default format.
@@ -6396,8 +6407,8 @@ module Aws::SSM
6396
6407
  #
6397
6408
  # @option params [required, String] :path
6398
6409
  # 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
6410
+ # slash (/). The hierarchy is the parameter name except the last part of
6411
+ # the parameter. For the API call to succeed, the last part of the
6401
6412
  # parameter name can't be in the path. A parameter name hierarchy can
6402
6413
  # have a maximum of 15 levels. Here is an example of a hierarchy:
6403
6414
  # `/Finance/Prod/IAD/WinServ2016/license33 `
@@ -6572,7 +6583,7 @@ module Aws::SSM
6572
6583
  # The name of the patch group whose patch baseline should be retrieved.
6573
6584
  #
6574
6585
  # @option params [String] :operating_system
6575
- # Returns he operating system rule specified for patch groups using the
6586
+ # Returns the operating system rule specified for patch groups using the
6576
6587
  # patch baseline.
6577
6588
  #
6578
6589
  # @return [Types::GetPatchBaselineForPatchGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -7860,7 +7871,7 @@ module Aws::SSM
7860
7871
  # @example Request syntax with placeholder values
7861
7872
  #
7862
7873
  # resp = client.list_tags_for_resource({
7863
- # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
7874
+ # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation
7864
7875
  # resource_id: "ResourceId", # required
7865
7876
  # })
7866
7877
  #
@@ -8138,13 +8149,12 @@ module Aws::SSM
8138
8149
  # [Creating Systems Manager parameters][1] in the *Amazon Web Services
8139
8150
  # Systems Manager User Guide*.
8140
8151
  #
8141
- # <note markdown="1"> The maximum length constraint listed below includes capacity for
8142
- # additional system attributes that aren't part of the name. The
8143
- # maximum length for a parameter name, including the full length of the
8144
- # parameter ARN, is 1011 characters. For example, the length of the
8145
- # following parameter name is 65 characters, not 20 characters:
8146
- #
8147
- # `arn:aws:ssm:us-east-2:111122223333:parameter/ExampleParameterName`
8152
+ # <note markdown="1"> The maximum length constraint of 2048 characters listed below includes
8153
+ # 1037 characters reserved for internal use by Systems Manager. The
8154
+ # maximum length for a parameter name that you create is 1011
8155
+ # characters. This includes the characters in the ARN that precede the
8156
+ # name you specify, such as
8157
+ # `arn:aws:ssm:us-east-2:111122223333:parameter/`.
8148
8158
  #
8149
8159
  # </note>
8150
8160
  #
@@ -8345,6 +8355,8 @@ module Aws::SSM
8345
8355
  #
8346
8356
  # * `aws:ec2:image`
8347
8357
  #
8358
+ # * `aws:ssm:integration`
8359
+ #
8348
8360
  # When you create a `String` parameter and specify `aws:ec2:image`,
8349
8361
  # Amazon Web Services Systems Manager validates the parameter value is
8350
8362
  # in the required format, such as `ami-12345abcdeEXAMPLE`, and that the
@@ -8655,26 +8667,42 @@ module Aws::SSM
8655
8667
  # scheduled in parallel.
8656
8668
  #
8657
8669
  # @option params [String] :max_concurrency
8658
- # The maximum number of targets this task can be run for in parallel.
8670
+ # The maximum number of targets this task can be run for, in parallel.
8659
8671
  #
8660
- # <note markdown="1"> For maintenance window tasks without a target specified, you can't
8672
+ # <note markdown="1"> Although this element is listed as "Required: No", a value can be
8673
+ # omitted only when you are registering or updating a [targetless
8674
+ # task][1] You must provide a value in all other cases.
8675
+ #
8676
+ # For maintenance window tasks without a target specified, you can't
8661
8677
  # supply a value for this option. Instead, the system inserts a
8662
8678
  # placeholder value of `1`. This value doesn't affect the running of
8663
8679
  # your task.
8664
8680
  #
8665
8681
  # </note>
8666
8682
  #
8683
+ #
8684
+ #
8685
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
8686
+ #
8667
8687
  # @option params [String] :max_errors
8668
8688
  # The maximum number of errors allowed before this task stops being
8669
8689
  # scheduled.
8670
8690
  #
8671
- # <note markdown="1"> For maintenance window tasks without a target specified, you can't
8691
+ # <note markdown="1"> Although this element is listed as "Required: No", a value can be
8692
+ # omitted only when you are registering or updating a [targetless
8693
+ # task][1] You must provide a value in all other cases.
8694
+ #
8695
+ # For maintenance window tasks without a target specified, you can't
8672
8696
  # supply a value for this option. Instead, the system inserts a
8673
8697
  # placeholder value of `1`. This value doesn't affect the running of
8674
8698
  # your task.
8675
8699
  #
8676
8700
  # </note>
8677
8701
  #
8702
+ #
8703
+ #
8704
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
8705
+ #
8678
8706
  # @option params [Types::LoggingInfo] :logging_info
8679
8707
  # A structure containing information about an Amazon Simple Storage
8680
8708
  # Service (Amazon S3) bucket to write managed node-level logs to.
@@ -8829,6 +8857,8 @@ module Aws::SSM
8829
8857
  #
8830
8858
  # MaintenanceWindow: mw-012345abcde
8831
8859
  #
8860
+ # `Automation`\: `example-c160-4567-8519-012345abcde`
8861
+ #
8832
8862
  # PatchBaseline: pb-012345abcde
8833
8863
  #
8834
8864
  # OpsMetadata object: `ResourceID` for tagging is created from the
@@ -8855,7 +8885,7 @@ module Aws::SSM
8855
8885
  # @example Request syntax with placeholder values
8856
8886
  #
8857
8887
  # resp = client.remove_tags_from_resource({
8858
- # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
8888
+ # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation
8859
8889
  # resource_id: "ResourceId", # required
8860
8890
  # tag_keys: ["TagKey"], # required
8861
8891
  # })
@@ -9369,7 +9399,7 @@ module Aws::SSM
9369
9399
  #
9370
9400
  # * `Key=OS,Value=Windows`
9371
9401
  #
9372
- # <note markdown="1"> To add tags to an existing patch baseline, use the AddTagsToResource
9402
+ # <note markdown="1"> To add tags to an existing automation, use the AddTagsToResource
9373
9403
  # operation.
9374
9404
  #
9375
9405
  # </note>
@@ -9616,7 +9646,8 @@ module Aws::SSM
9616
9646
  # start the session.
9617
9647
  #
9618
9648
  # @option params [Hash<String,Array>] :parameters
9619
- # Reserved for future use.
9649
+ # The values you want to specify for the parameters defined in the
9650
+ # Session document.
9620
9651
  #
9621
9652
  # @return [Types::StartSessionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9622
9653
  #
@@ -9679,7 +9710,7 @@ module Aws::SSM
9679
9710
 
9680
9711
  # Permanently ends a session and closes the data connection between the
9681
9712
  # Session Manager client and SSM Agent on the managed node. A terminated
9682
- # session isn't be resumed.
9713
+ # session can't be resumed.
9683
9714
  #
9684
9715
  # @option params [required, String] :session_id
9685
9716
  # The ID of the session to terminate.
@@ -9752,7 +9783,7 @@ module Aws::SSM
9752
9783
  # Updates an association. You can update the association name and
9753
9784
  # version, the document version, schedule, parameters, and Amazon Simple
9754
9785
  # Storage Service (Amazon S3) output. When you call `UpdateAssociation`,
9755
- # the system drops all optional parameters from the request and
9786
+ # the system removes all optional parameters from the request and
9756
9787
  # overwrites the association with null values for those parameters. This
9757
9788
  # is by design. You must specify all optional parameters in the call,
9758
9789
  # even if you are not changing the parameters. This includes the `Name`
@@ -10330,14 +10361,9 @@ module Aws::SSM
10330
10361
  # An optional description for the update request.
10331
10362
  #
10332
10363
  # @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
10364
+ # The date and time, in ISO-8601 Extended format, for when you want the
10365
+ # maintenance window to become active. `StartDate` allows you to delay
10366
+ # activation of the maintenance window until the specified future date.
10341
10367
  #
10342
10368
  # @option params [String] :end_date
10343
10369
  # The date and time, in ISO-8601 Extended format, for when you want the
@@ -10675,30 +10701,44 @@ module Aws::SSM
10675
10701
  #
10676
10702
  # @option params [String] :max_concurrency
10677
10703
  # The new `MaxConcurrency` value you want to specify. `MaxConcurrency`
10678
- # is the number of targets that are allowed to run this task in
10704
+ # is the number of targets that are allowed to run this task, in
10679
10705
  # parallel.
10680
10706
  #
10681
- # <note markdown="1"> For maintenance window tasks without a target specified, you can't
10707
+ # <note markdown="1"> Although this element is listed as "Required: No", a value can be
10708
+ # omitted only when you are registering or updating a [targetless
10709
+ # task][1] You must provide a value in all other cases.
10710
+ #
10711
+ # For maintenance window tasks without a target specified, you can't
10682
10712
  # 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.
10713
+ # placeholder value of `1`. This value doesn't affect the running of
10714
+ # your task.
10686
10715
  #
10687
10716
  # </note>
10688
10717
  #
10718
+ #
10719
+ #
10720
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
10721
+ #
10689
10722
  # @option params [String] :max_errors
10690
10723
  # The new `MaxErrors` value to specify. `MaxErrors` is the maximum
10691
10724
  # number of errors that are allowed before the task stops being
10692
10725
  # scheduled.
10693
10726
  #
10694
- # <note markdown="1"> For maintenance window tasks without a target specified, you can't
10727
+ # <note markdown="1"> Although this element is listed as "Required: No", a value can be
10728
+ # omitted only when you are registering or updating a [targetless
10729
+ # task][1] You must provide a value in all other cases.
10730
+ #
10731
+ # For maintenance window tasks without a target specified, you can't
10695
10732
  # 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.
10733
+ # placeholder value of `1`. This value doesn't affect the running of
10734
+ # your task.
10699
10735
  #
10700
10736
  # </note>
10701
10737
  #
10738
+ #
10739
+ #
10740
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
10741
+ #
10702
10742
  # @option params [Types::LoggingInfo] :logging_info
10703
10743
  # The new logging location in Amazon S3 to specify.
10704
10744
  #
@@ -11077,7 +11117,7 @@ module Aws::SSM
11077
11117
  # edit OpsMetadata in Application Manager.
11078
11118
  #
11079
11119
  # @option params [required, String] :ops_metadata_arn
11080
- # The Amazon Resoure Name (ARN) of the OpsMetadata Object to update.
11120
+ # The Amazon Resource Name (ARN) of the OpsMetadata Object to update.
11081
11121
  #
11082
11122
  # @option params [Hash<String,Types::MetadataValue>] :metadata_to_update
11083
11123
  # Metadata to add to an OpsMetadata object.
@@ -11447,7 +11487,7 @@ module Aws::SSM
11447
11487
  params: params,
11448
11488
  config: config)
11449
11489
  context[:gem_name] = 'aws-sdk-ssm'
11450
- context[:gem_version] = '1.130.0'
11490
+ context[:gem_version] = '1.133.0'
11451
11491
  Seahorse::Client::Request.new(handlers, context)
11452
11492
  end
11453
11493
 
@@ -101,7 +101,7 @@ module Aws::SSM
101
101
  # data as a hash:
102
102
  #
103
103
  # {
104
- # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
104
+ # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation
105
105
  # resource_id: "ResourceId", # required
106
106
  # tags: [ # required
107
107
  # {
@@ -130,6 +130,8 @@ module Aws::SSM
130
130
  #
131
131
  # `PatchBaseline`\: `pb-012345abcde`
132
132
  #
133
+ # `Automation`\: `example-c160-4567-8519-012345abcde`
134
+ #
133
135
  # `OpsMetadata` object: `ResourceID` for tagging is created from the
134
136
  # Amazon Resource Name (ARN) for the object. Specifically,
135
137
  # `ResourceID` is created from the strings that come after the word
@@ -3446,6 +3448,11 @@ module Aws::SSM
3446
3448
  #
3447
3449
  # @!attribute [rw] document_type
3448
3450
  # The type of document to create.
3451
+ #
3452
+ # <note markdown="1"> The `DeploymentStrategy` document type is an internal-use-only
3453
+ # document type reserved for AppConfig.
3454
+ #
3455
+ # </note>
3449
3456
  # @return [String]
3450
3457
  #
3451
3458
  # @!attribute [rw] document_format
@@ -7450,8 +7457,6 @@ module Aws::SSM
7450
7457
  #
7451
7458
  # * `Command`
7452
7459
  #
7453
- # * `DeploymentStrategy`
7454
- #
7455
7460
  # * `Package`
7456
7461
  #
7457
7462
  # * `Policy`
@@ -9650,8 +9655,8 @@ module Aws::SSM
9650
9655
  #
9651
9656
  # @!attribute [rw] path
9652
9657
  # 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
9658
+ # slash (/). The hierarchy is the parameter name except the last part
9659
+ # of the parameter. For the API call to succeed, the last part of the
9655
9660
  # parameter name can't be in the path. A parameter name hierarchy can
9656
9661
  # have a maximum of 15 levels. Here is an example of a hierarchy:
9657
9662
  # `/Finance/Prod/IAD/WinServ2016/license33 `
@@ -9789,7 +9794,7 @@ module Aws::SSM
9789
9794
  # @return [String]
9790
9795
  #
9791
9796
  # @!attribute [rw] operating_system
9792
- # Returns he operating system rule specified for patch groups using
9797
+ # Returns the operating system rule specified for patch groups using
9793
9798
  # the patch baseline.
9794
9799
  # @return [String]
9795
9800
  #
@@ -12906,7 +12911,7 @@ module Aws::SSM
12906
12911
  # data as a hash:
12907
12912
  #
12908
12913
  # {
12909
- # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
12914
+ # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation
12910
12915
  # resource_id: "ResourceId", # required
12911
12916
  # }
12912
12917
  #
@@ -13710,11 +13715,41 @@ module Aws::SSM
13710
13715
  #
13711
13716
  # @!attribute [rw] max_concurrency
13712
13717
  # The maximum number of targets this task can be run for, in parallel.
13718
+ #
13719
+ # <note markdown="1"> Although this element is listed as "Required: No", a value can be
13720
+ # omitted only when you are registering or updating a [targetless
13721
+ # task][1] You must provide a value in all other cases.
13722
+ #
13723
+ # For maintenance window tasks without a target specified, you can't
13724
+ # supply a value for this option. Instead, the system inserts a
13725
+ # placeholder value of `1`. This value doesn't affect the running of
13726
+ # your task.
13727
+ #
13728
+ # </note>
13729
+ #
13730
+ #
13731
+ #
13732
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
13713
13733
  # @return [String]
13714
13734
  #
13715
13735
  # @!attribute [rw] max_errors
13716
13736
  # The maximum number of errors allowed before this task stops being
13717
13737
  # scheduled.
13738
+ #
13739
+ # <note markdown="1"> Although this element is listed as "Required: No", a value can be
13740
+ # omitted only when you are registering or updating a [targetless
13741
+ # task][1] You must provide a value in all other cases.
13742
+ #
13743
+ # For maintenance window tasks without a target specified, you can't
13744
+ # supply a value for this option. Instead, the system inserts a
13745
+ # placeholder value of `1`. This value doesn't affect the running of
13746
+ # your task.
13747
+ #
13748
+ # </note>
13749
+ #
13750
+ #
13751
+ #
13752
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
13718
13753
  # @return [String]
13719
13754
  #
13720
13755
  # @!attribute [rw] name
@@ -15038,10 +15073,20 @@ module Aws::SSM
15038
15073
  # @!attribute [rw] type
15039
15074
  # The type of parameter. Valid values include the following: `String`,
15040
15075
  # `StringList`, and `SecureString`.
15076
+ #
15077
+ # <note markdown="1"> If type is `StringList`, the system returns a comma-separated string
15078
+ # with no spaces between commas in the `Value` field.
15079
+ #
15080
+ # </note>
15041
15081
  # @return [String]
15042
15082
  #
15043
15083
  # @!attribute [rw] value
15044
15084
  # The parameter value.
15085
+ #
15086
+ # <note markdown="1"> If type is `StringList`, the system returns a comma-separated string
15087
+ # with no spaces between commas in the `Value` field.
15088
+ #
15089
+ # </note>
15045
15090
  # @return [String]
15046
15091
  #
15047
15092
  # @!attribute [rw] version
@@ -15199,7 +15244,7 @@ module Aws::SSM
15199
15244
  # @return [String]
15200
15245
  #
15201
15246
  # @!attribute [rw] policy_type
15202
- # The type of policy. Parameter Store, a capablility of Amazon Web
15247
+ # The type of policy. Parameter Store, a capability of Amazon Web
15203
15248
  # Services Systems Manager, supports the following policy types:
15204
15249
  # Expiration, ExpirationNotification, and NoChangeNotification.
15205
15250
  # @return [String]
@@ -15688,7 +15733,7 @@ module Aws::SSM
15688
15733
  # @return [String]
15689
15734
  #
15690
15735
  # @!attribute [rw] severity
15691
- # The severity of the patchsuch as `Critical`, `Important`, and
15736
+ # The severity of the patch such as `Critical`, `Important`, and
15692
15737
  # `Moderate`.
15693
15738
  # @return [String]
15694
15739
  #
@@ -16308,13 +16353,12 @@ module Aws::SSM
16308
16353
  # see [Creating Systems Manager parameters][1] in the *Amazon Web
16309
16354
  # Services Systems Manager User Guide*.
16310
16355
  #
16311
- # <note markdown="1"> The maximum length constraint listed below includes capacity for
16312
- # additional system attributes that aren't part of the name. The
16313
- # maximum length for a parameter name, including the full length of
16314
- # the parameter ARN, is 1011 characters. For example, the length of
16315
- # the following parameter name is 65 characters, not 20 characters:
16316
- #
16317
- # `arn:aws:ssm:us-east-2:111122223333:parameter/ExampleParameterName`
16356
+ # <note markdown="1"> The maximum length constraint of 2048 characters listed below
16357
+ # includes 1037 characters reserved for internal use by Systems
16358
+ # Manager. The maximum length for a parameter name that you create is
16359
+ # 1011 characters. This includes the characters in the ARN that
16360
+ # precede the name you specify, such as
16361
+ # `arn:aws:ssm:us-east-2:111122223333:parameter/`.
16318
16362
  #
16319
16363
  # </note>
16320
16364
  #
@@ -16528,6 +16572,8 @@ module Aws::SSM
16528
16572
  #
16529
16573
  # * `aws:ec2:image`
16530
16574
  #
16575
+ # * `aws:ssm:integration`
16576
+ #
16531
16577
  # When you create a `String` parameter and specify `aws:ec2:image`,
16532
16578
  # Amazon Web Services Systems Manager validates the parameter value is
16533
16579
  # in the required format, such as `ami-12345abcdeEXAMPLE`, and that
@@ -16941,26 +16987,42 @@ module Aws::SSM
16941
16987
  # @return [Integer]
16942
16988
  #
16943
16989
  # @!attribute [rw] max_concurrency
16944
- # The maximum number of targets this task can be run for in parallel.
16990
+ # The maximum number of targets this task can be run for, in parallel.
16945
16991
  #
16946
- # <note markdown="1"> For maintenance window tasks without a target specified, you can't
16992
+ # <note markdown="1"> Although this element is listed as "Required: No", a value can be
16993
+ # omitted only when you are registering or updating a [targetless
16994
+ # task][1] You must provide a value in all other cases.
16995
+ #
16996
+ # For maintenance window tasks without a target specified, you can't
16947
16997
  # supply a value for this option. Instead, the system inserts a
16948
16998
  # placeholder value of `1`. This value doesn't affect the running of
16949
16999
  # your task.
16950
17000
  #
16951
17001
  # </note>
17002
+ #
17003
+ #
17004
+ #
17005
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
16952
17006
  # @return [String]
16953
17007
  #
16954
17008
  # @!attribute [rw] max_errors
16955
17009
  # The maximum number of errors allowed before this task stops being
16956
17010
  # scheduled.
16957
17011
  #
16958
- # <note markdown="1"> For maintenance window tasks without a target specified, you can't
17012
+ # <note markdown="1"> Although this element is listed as "Required: No", a value can be
17013
+ # omitted only when you are registering or updating a [targetless
17014
+ # task][1] You must provide a value in all other cases.
17015
+ #
17016
+ # For maintenance window tasks without a target specified, you can't
16959
17017
  # supply a value for this option. Instead, the system inserts a
16960
17018
  # placeholder value of `1`. This value doesn't affect the running of
16961
17019
  # your task.
16962
17020
  #
16963
17021
  # </note>
17022
+ #
17023
+ #
17024
+ #
17025
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
16964
17026
  # @return [String]
16965
17027
  #
16966
17028
  # @!attribute [rw] logging_info
@@ -17103,7 +17165,7 @@ module Aws::SSM
17103
17165
  # data as a hash:
17104
17166
  #
17105
17167
  # {
17106
- # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
17168
+ # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation
17107
17169
  # resource_id: "ResourceId", # required
17108
17170
  # tag_keys: ["TagKey"], # required
17109
17171
  # }
@@ -17127,6 +17189,8 @@ module Aws::SSM
17127
17189
  #
17128
17190
  # MaintenanceWindow: mw-012345abcde
17129
17191
  #
17192
+ # `Automation`\: `example-c160-4567-8519-012345abcde`
17193
+ #
17130
17194
  # PatchBaseline: pb-012345abcde
17131
17195
  #
17132
17196
  # OpsMetadata object: `ResourceID` for tagging is created from the
@@ -18764,7 +18828,7 @@ module Aws::SSM
18764
18828
  #
18765
18829
  # * `Key=OS,Value=Windows`
18766
18830
  #
18767
- # <note markdown="1"> To add tags to an existing patch baseline, use the AddTagsToResource
18831
+ # <note markdown="1"> To add tags to an existing automation, use the AddTagsToResource
18768
18832
  # operation.
18769
18833
  #
18770
18834
  # </note>
@@ -19002,7 +19066,8 @@ module Aws::SSM
19002
19066
  # @return [String]
19003
19067
  #
19004
19068
  # @!attribute [rw] parameters
19005
- # Reserved for future use.
19069
+ # The values you want to specify for the parameters defined in the
19070
+ # Session document.
19006
19071
  # @return [Hash<String,Array<String>>]
19007
19072
  #
19008
19073
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartSessionRequest AWS API Documentation
@@ -20216,15 +20281,10 @@ module Aws::SSM
20216
20281
  # @return [String]
20217
20282
  #
20218
20283
  # @!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
20284
+ # The date and time, in ISO-8601 Extended format, for when you want
20285
+ # the maintenance window to become active. `StartDate` allows you to
20286
+ # delay activation of the maintenance window until the specified
20287
+ # future date.
20228
20288
  # @return [String]
20229
20289
  #
20230
20290
  # @!attribute [rw] end_date
@@ -20665,16 +20725,23 @@ module Aws::SSM
20665
20725
  #
20666
20726
  # @!attribute [rw] max_concurrency
20667
20727
  # The new `MaxConcurrency` value you want to specify. `MaxConcurrency`
20668
- # is the number of targets that are allowed to run this task in
20728
+ # is the number of targets that are allowed to run this task, in
20669
20729
  # parallel.
20670
20730
  #
20671
- # <note markdown="1"> For maintenance window tasks without a target specified, you can't
20731
+ # <note markdown="1"> Although this element is listed as "Required: No", a value can be
20732
+ # omitted only when you are registering or updating a [targetless
20733
+ # task][1] You must provide a value in all other cases.
20734
+ #
20735
+ # For maintenance window tasks without a target specified, you can't
20672
20736
  # 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.
20737
+ # placeholder value of `1`. This value doesn't affect the running of
20738
+ # your task.
20676
20739
  #
20677
20740
  # </note>
20741
+ #
20742
+ #
20743
+ #
20744
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
20678
20745
  # @return [String]
20679
20746
  #
20680
20747
  # @!attribute [rw] max_errors
@@ -20682,13 +20749,20 @@ module Aws::SSM
20682
20749
  # number of errors that are allowed before the task stops being
20683
20750
  # scheduled.
20684
20751
  #
20685
- # <note markdown="1"> For maintenance window tasks without a target specified, you can't
20752
+ # <note markdown="1"> Although this element is listed as "Required: No", a value can be
20753
+ # omitted only when you are registering or updating a [targetless
20754
+ # task][1] You must provide a value in all other cases.
20755
+ #
20756
+ # For maintenance window tasks without a target specified, you can't
20686
20757
  # 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.
20758
+ # placeholder value of `1`. This value doesn't affect the running of
20759
+ # your task.
20690
20760
  #
20691
20761
  # </note>
20762
+ #
20763
+ #
20764
+ #
20765
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
20692
20766
  # @return [String]
20693
20767
  #
20694
20768
  # @!attribute [rw] logging_info
@@ -21076,7 +21150,7 @@ module Aws::SSM
21076
21150
  # }
21077
21151
  #
21078
21152
  # @!attribute [rw] ops_metadata_arn
21079
- # The Amazon Resoure Name (ARN) of the OpsMetadata Object to update.
21153
+ # The Amazon Resource Name (ARN) of the OpsMetadata Object to update.
21080
21154
  # @return [String]
21081
21155
  #
21082
21156
  # @!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.130.0'
52
+ GEM_VERSION = '1.133.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.130.0
4
+ version: 1.133.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 00:00:00.000000000 Z
11
+ date: 2022-03-23 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