aws-sdk-ssm 1.165.0 → 1.166.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 379229f09f8ced43ffcf26ddee43e686118db4c24fc8dfe9d6e9206552de5d29
4
- data.tar.gz: a07230ecc936c60d30858bba100a8c5002c423db3cf7b74f83938cd20b168124
3
+ metadata.gz: 3198fb88def7d777bd506c12c862399e88d33fefce1feba7af94235f8ddb2595
4
+ data.tar.gz: aa2fd260f8b3888c2e375143418b7726590e5d6ee9037ee26d698c2a43b9377e
5
5
  SHA512:
6
- metadata.gz: 8f98f45763b1be34d0b4692ade07ceced01ec8761457342c06f3ae6c7d98fb7e10d16d38ff3cabd13bcfafd9c2d8de7bb4e3ac3af23c25fbea7350ec3729fa43
7
- data.tar.gz: 504d6371ee1a8a8c7e6089fb3e421b2cfaa5932cfb4384a6b8b5ce636e754e15e5bbb04cc98e385750e240087a6cc503c8e0b82e7c100c7a50633faf0267db02
6
+ metadata.gz: c3bf1a80b504cedc349858d212fc3bc1806a36d297345015878df04c215a12395afcba55ce9c3fb917e561b49bbb8e7708ad41f00ae9d6fa24ec67a447ace7cf
7
+ data.tar.gz: e9bf9d6233110708ed865d8cb7114a66c956e495944364386436f625375fe861e04ac0a7398ea3af43af5f3877a522f9c5c75c9506c027ae39f989401d74de8b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.166.0 (2024-03-12)
5
+ ------------------
6
+
7
+ * Feature - March 2024 doc-only updates for Systems Manager.
8
+
4
9
  1.165.0 (2024-02-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.165.0
1
+ 1.166.0
@@ -430,8 +430,8 @@ module Aws::SSM
430
430
  # meaning to and are interpreted strictly as a string of characters.
431
431
  #
432
432
  # For more information about using tags with Amazon Elastic Compute
433
- # Cloud (Amazon EC2) instances, see [Tagging your Amazon EC2
434
- # resources][1] in the *Amazon EC2 User Guide*.
433
+ # Cloud (Amazon EC2) instances, see [Tag your Amazon EC2 resources][1]
434
+ # in the *Amazon EC2 User Guide*.
435
435
  #
436
436
  #
437
437
  #
@@ -627,8 +627,8 @@ module Aws::SSM
627
627
  # Agent on machines in your hybrid environment. For more information
628
628
  # about requirements for managing on-premises machines using Systems
629
629
  # Manager, see [Setting up Amazon Web Services Systems Manager for
630
- # hybrid environments][1] in the *Amazon Web Services Systems Manager
631
- # User Guide*.
630
+ # hybrid and multicloud environments][1] in the *Amazon Web Services
631
+ # Systems Manager User Guide*.
632
632
  #
633
633
  # <note markdown="1"> Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and
634
634
  # on-premises servers and VMs that are configured for Systems Manager
@@ -658,8 +658,9 @@ module Aws::SSM
658
658
  # want to assign to the managed node. This IAM role must provide
659
659
  # AssumeRole permissions for the Amazon Web Services Systems Manager
660
660
  # service principal `ssm.amazonaws.com`. For more information, see
661
- # [Create an IAM service role for a hybrid environment][1] in the
662
- # *Amazon Web Services Systems Manager User Guide*.
661
+ # [Create an IAM service role for a hybrid and multicloud
662
+ # environment][1] in the *Amazon Web Services Systems Manager User
663
+ # Guide*.
663
664
  #
664
665
  # <note markdown="1"> You can't specify an IAM service-linked role for this parameter. You
665
666
  # must create a unique role.
@@ -789,8 +790,8 @@ module Aws::SSM
789
790
  # For example, `AWS-ApplyPatchBaseline` or `My-Document`.
790
791
  #
791
792
  # @option params [String] :document_version
792
- # The document version you want to associate with the target(s). Can be
793
- # a specific version or the default version.
793
+ # The document version you want to associate with the targets. Can be a
794
+ # specific version or the default version.
794
795
  #
795
796
  # State Manager doesn't support running associations that use a new
796
797
  # version of a document if that document is shared from another account.
@@ -823,8 +824,8 @@ module Aws::SSM
823
824
  # Amazon Web Services account, or individual managed node IDs. You can
824
825
  # target all managed nodes in an Amazon Web Services account by
825
826
  # specifying the `InstanceIds` key with a value of `*`. For more
826
- # information about choosing targets for an association, see [Using
827
- # targets and rate controls with State Manager associations][1] in the
827
+ # information about choosing targets for an association, see [About
828
+ # targets and rate controls in State Manager associations][1] in the
828
829
  # *Amazon Web Services Systems Manager User Guide*.
829
830
  #
830
831
  #
@@ -832,8 +833,7 @@ module Aws::SSM
832
833
  # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-state-manager-targets-and-rate-controls.html
833
834
  #
834
835
  # @option params [String] :schedule_expression
835
- # A cron expression when the association will be applied to the
836
- # target(s).
836
+ # A cron expression when the association will be applied to the targets.
837
837
  #
838
838
  # @option params [Types::InstanceAssociationOutputLocation] :output_location
839
839
  # An Amazon Simple Storage Service (Amazon S3) bucket where you want to
@@ -1346,16 +1346,17 @@ module Aws::SSM
1346
1346
  # For examples, see the following topics in the *Amazon Web Services
1347
1347
  # Systems Manager User Guide*.
1348
1348
  #
1349
- # * [Create an SSM document (Amazon Web Services API)][1]
1349
+ # * [Create an SSM document (console)][1]
1350
1350
  #
1351
- # * [Create an SSM document (Amazon Web Services CLI)][2]
1351
+ # * [Create an SSM document (command line)][2]
1352
1352
  #
1353
- # * [Create an SSM document (API)][1]
1353
+ # * [Create an SSM document (API)][3]
1354
1354
  #
1355
1355
  #
1356
1356
  #
1357
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-api.html
1358
- # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-cli.html
1357
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-using.html#create-ssm-console
1358
+ # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-using.html#create-ssm-document-cli
1359
+ # [3]: https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-using.html#create-ssm-document-api
1359
1360
  #
1360
1361
  # @option params [Array<Types::DocumentRequires>] :requires
1361
1362
  # A list of SSM documents required by a document. This parameter is used
@@ -1741,8 +1742,8 @@ module Aws::SSM
1741
1742
  # resource in the request. Use the `/aws/automations` key in
1742
1743
  # OperationalData to associate an Automation runbook with the OpsItem.
1743
1744
  # To view Amazon Web Services CLI example commands that use these keys,
1744
- # see [Creating OpsItems manually][1] in the *Amazon Web Services
1745
- # Systems Manager User Guide*.
1745
+ # see [Create OpsItems manually][1] in the *Amazon Web Services Systems
1746
+ # Manager User Guide*.
1746
1747
  #
1747
1748
  #
1748
1749
  #
@@ -1997,12 +1998,13 @@ module Aws::SSM
1997
1998
  # and its status is reported as `InstalledOther`. This is the default
1998
1999
  # action if no option is specified.
1999
2000
  #
2000
- # * <b> <code>BLOCK</code> </b>: Packages in the `RejectedPatches` list,
2001
- # and packages that include them as dependencies, aren't installed
2002
- # under any circumstances. If a package was installed before it was
2003
- # added to the Rejected patches list, it is considered non-compliant
2004
- # with the patch baseline, and its status is reported as
2005
- # `InstalledRejected`.
2001
+ # * **BLOCK**: Packages in the **Rejected patches** list, and packages
2002
+ # that include them as dependencies, aren't installed by Patch
2003
+ # Manager under any circumstances. If a package was installed before
2004
+ # it was added to the **Rejected patches** list, or is installed
2005
+ # outside of Patch Manager afterward, it's considered noncompliant
2006
+ # with the patch baseline and its status is reported as
2007
+ # *InstalledRejected*.
2006
2008
  #
2007
2009
  # @option params [String] :description
2008
2010
  # A description of the patch baseline.
@@ -2630,9 +2632,12 @@ module Aws::SSM
2630
2632
  # * `Parameter` - The resource policy is used to share a parameter with
2631
2633
  # other accounts using Resource Access Manager (RAM). For more
2632
2634
  # information about cross-account sharing of parameters, see [Working
2633
- # with shared
2634
- # parameters](systems-manager/latest/userguide/parameter-store-shared-parameters.html)
2635
- # in the *Amazon Web Services Systems Manager User Guide*.
2635
+ # with shared parameters][1] in the *Amazon Web Services Systems
2636
+ # Manager User Guide*.
2637
+ #
2638
+ #
2639
+ #
2640
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html
2636
2641
  #
2637
2642
  # @option params [required, String] :resource_arn
2638
2643
  # Amazon Resource Name (ARN) of the resource to which the policies are
@@ -3658,7 +3663,7 @@ module Aws::SSM
3658
3663
  req.send_request(options)
3659
3664
  end
3660
3665
 
3661
- # All associations for the managed node(s).
3666
+ # All associations for the managed nodes.
3662
3667
  #
3663
3668
  # @option params [required, String] :instance_id
3664
3669
  # The managed node ID for which you want to view all associations.
@@ -3777,7 +3782,7 @@ module Aws::SSM
3777
3782
  req.send_request(options)
3778
3783
  end
3779
3784
 
3780
- # The status of the associations for the managed node(s).
3785
+ # The status of the associations for the managed nodes.
3781
3786
  #
3782
3787
  # @option params [required, String] :instance_id
3783
3788
  # The managed node IDs for which you want association status
@@ -4786,9 +4791,9 @@ module Aws::SSM
4786
4791
  # Operations engineers and IT professionals use Amazon Web Services
4787
4792
  # Systems Manager OpsCenter to view, investigate, and remediate
4788
4793
  # operational issues impacting the performance and health of their
4789
- # Amazon Web Services resources. For more information, see
4790
- # [OpsCenter][2] in the *Amazon Web Services Systems Manager User
4791
- # Guide*.
4794
+ # Amazon Web Services resources. For more information, see [Amazon Web
4795
+ # Services Systems Manager OpsCenter][2] in the *Amazon Web Services
4796
+ # Systems Manager User Guide*.
4792
4797
  #
4793
4798
  #
4794
4799
  #
@@ -4973,15 +4978,15 @@ module Aws::SSM
4973
4978
  # [PromoteResourceShareCreatedFromPolicy][1] API operation.
4974
4979
  #
4975
4980
  # For more information about sharing parameters, see [Working with
4976
- # shared
4977
- # parameters](systems-manager/latest/userguide/parameter-store-shared-parameters.html)
4978
- # in the *Amazon Web Services Systems Manager User Guide*.
4981
+ # shared parameters][2] in the *Amazon Web Services Systems Manager User
4982
+ # Guide*.
4979
4983
  #
4980
4984
  # </note>
4981
4985
  #
4982
4986
  #
4983
4987
  #
4984
4988
  # [1]: https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html
4989
+ # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html
4985
4990
  #
4986
4991
  # @return [Types::DescribeParametersResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4987
4992
  #
@@ -6493,9 +6498,9 @@ module Aws::SSM
6493
6498
  # Operations engineers and IT professionals use Amazon Web Services
6494
6499
  # Systems Manager OpsCenter to view, investigate, and remediate
6495
6500
  # operational issues impacting the performance and health of their
6496
- # Amazon Web Services resources. For more information, see
6497
- # [OpsCenter][2] in the *Amazon Web Services Systems Manager User
6498
- # Guide*.
6501
+ # Amazon Web Services resources. For more information, see [Amazon Web
6502
+ # Services Systems Manager OpsCenter][2] in the *Amazon Web Services
6503
+ # Systems Manager User Guide*.
6499
6504
  #
6500
6505
  #
6501
6506
  #
@@ -6852,7 +6857,7 @@ module Aws::SSM
6852
6857
  #
6853
6858
  #
6854
6859
  #
6855
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sharing.html
6860
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html
6856
6861
  #
6857
6862
  # @option params [Boolean] :with_decryption
6858
6863
  # Return decrypted secure string value. Return decrypted values for
@@ -8492,7 +8497,7 @@ module Aws::SSM
8492
8497
  # The Amazon Web Services users that should no longer have access to the
8493
8498
  # document. The Amazon Web Services user can either be a group of
8494
8499
  # account IDs or *All*. This action has a higher priority than
8495
- # *AccountIdsToAdd*. If you specify an ID to add and the same ID to
8500
+ # `AccountIdsToAdd`. If you specify an ID to add and the same ID to
8496
8501
  # remove, the system removes access to the document.
8497
8502
  #
8498
8503
  # @option params [String] :shared_document_version
@@ -8564,7 +8569,7 @@ module Aws::SSM
8564
8569
  #
8565
8570
  # * InstalledTime: The time the association, patch, or custom compliance
8566
8571
  # item was applied to the resource. Specify the time by using the
8567
- # following format: yyyy-MM-dd'T'HH:mm:ss'Z'
8572
+ # following format: `yyyy-MM-dd'T'HH:mm:ss'Z'`
8568
8573
  #
8569
8574
  # @option params [required, String] :resource_id
8570
8575
  # Specify an ID for this resource. For a managed node, this is the node
@@ -8582,7 +8587,7 @@ module Aws::SSM
8582
8587
  # A summary of the call execution that includes an execution ID, the
8583
8588
  # type of execution (for example, `Command`), and the date/time of the
8584
8589
  # execution using a datetime object that is saved in the following
8585
- # format: yyyy-MM-dd'T'HH:mm:ss'Z'.
8590
+ # format: `yyyy-MM-dd'T'HH:mm:ss'Z'`
8586
8591
  #
8587
8592
  # @option params [required, Array<Types::ComplianceItemEntry>] :items
8588
8593
  # Information about the compliance as defined by the resource type. For
@@ -8838,8 +8843,8 @@ module Aws::SSM
8838
8843
  # configured to use parameter policies. You can create a maximum of
8839
8844
  # 100,000 advanced parameters for each Region in an Amazon Web Services
8840
8845
  # account. Advanced parameters incur a charge. For more information, see
8841
- # [Standard and advanced parameter tiers][1] in the *Amazon Web Services
8842
- # Systems Manager User Guide*.
8846
+ # [Managing parameter tiers][1] in the *Amazon Web Services Systems
8847
+ # Manager User Guide*.
8843
8848
  #
8844
8849
  # You can change a standard parameter to an advanced parameter any time.
8845
8850
  # But you can't revert an advanced parameter to a standard parameter.
@@ -8898,7 +8903,7 @@ module Aws::SSM
8898
8903
  #
8899
8904
  #
8900
8905
  # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html
8901
- # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/ps-default-tier.html
8906
+ # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html#ps-default-tier
8902
8907
  #
8903
8908
  # @option params [String] :policies
8904
8909
  # One or more policies to apply to a parameter. This operation takes a
@@ -8959,7 +8964,7 @@ module Aws::SSM
8959
8964
  # `aws:ec2:image` parameters are created successfully, see [Setting up
8960
8965
  # notifications or trigger actions based on Parameter Store events][1].
8961
8966
  # For more information about AMI format validation , see [Native
8962
- # parameter support for Amazon Machine Image (AMI) IDs][2].
8967
+ # parameter support for Amazon Machine Image IDs][2].
8963
8968
  #
8964
8969
  # </note>
8965
8970
  #
@@ -9048,9 +9053,9 @@ module Aws::SSM
9048
9053
  #
9049
9054
  #
9050
9055
  #
9051
- # [1]: https://docs.aws.amazon.com/parameter-store- advanced-parameters.html
9052
- # [2]: https://docs.aws.amazon.com/parameter-store-advanced-parameters.html#parameter- store-advanced-parameters-enabling
9053
- # [3]: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-mgmt
9056
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html
9057
+ # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html#parameter-store-advanced-parameters-enabling
9058
+ # [3]: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html
9054
9059
  # [4]: https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html
9055
9060
  # [5]: https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DescribeParameters.html
9056
9061
  # [6]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html#share
@@ -9317,18 +9322,13 @@ module Aws::SSM
9317
9322
  # Systems Manager exists in your account, it is created when you run
9318
9323
  # `RegisterTaskWithMaintenanceWindow`.
9319
9324
  #
9320
- # For more information, see the following topics in the in the *Amazon
9321
- # Web Services Systems Manager User Guide*:
9322
- #
9323
- # * [Using service-linked roles for Systems Manager][1]
9324
- #
9325
- # * [Should I use a service-linked role or a custom service role to run
9326
- # maintenance window tasks? ][2]
9325
+ # For more information, see [Using service-linked roles for Systems
9326
+ # Manager][1] in the in the *Amazon Web Services Systems Manager User
9327
+ # Guide*:
9327
9328
  #
9328
9329
  #
9329
9330
  #
9330
9331
  # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions
9331
- # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role
9332
9332
  #
9333
9333
  # @option params [required, String] :task_type
9334
9334
  # The type of task being registered.
@@ -9771,9 +9771,8 @@ module Aws::SSM
9771
9771
  # identify the managed nodes to send commands to, you can a send command
9772
9772
  # to tens, hundreds, or thousands of nodes at once.
9773
9773
  #
9774
- # For more information about how to use targets, see [Using targets and
9775
- # rate controls to send commands to a fleet][1] in the *Amazon Web
9776
- # Services Systems Manager User Guide*.
9774
+ # For more information about how to use targets, see [Run commands at
9775
+ # scale][1] in the *Amazon Web Services Systems Manager User Guide*.
9777
9776
  #
9778
9777
  #
9779
9778
  #
@@ -9790,9 +9789,8 @@ module Aws::SSM
9790
9789
  # To send a command to a smaller number of managed nodes, you can use
9791
9790
  # the `InstanceIds` option instead.
9792
9791
  #
9793
- # For more information about how to use targets, see [Sending commands
9794
- # to a fleet][1] in the *Amazon Web Services Systems Manager User
9795
- # Guide*.
9792
+ # For more information about how to use targets, see [Run commands at
9793
+ # scale][1] in the *Amazon Web Services Systems Manager User Guide*.
9796
9794
  #
9797
9795
  #
9798
9796
  #
@@ -9803,8 +9801,8 @@ module Aws::SSM
9803
9801
  # document) to run. This can be a public document or a custom document.
9804
9802
  # To run a shared document belonging to another account, specify the
9805
9803
  # document Amazon Resource Name (ARN). For more information about how to
9806
- # use shared documents, see [Using shared SSM documents][1] in the
9807
- # *Amazon Web Services Systems Manager User Guide*.
9804
+ # use shared documents, see [Sharing SSM documents][1] in the *Amazon
9805
+ # Web Services Systems Manager User Guide*.
9808
9806
  #
9809
9807
  # <note markdown="1"> If you specify a document name or ARN that hasn't been shared with
9810
9808
  # your account, you receive an `InvalidDocument` error.
@@ -10049,12 +10047,12 @@ module Aws::SSM
10049
10047
  # The name of the SSM document to run. This can be a public document or
10050
10048
  # a custom document. To run a shared document belonging to another
10051
10049
  # account, specify the document ARN. For more information about how to
10052
- # use shared documents, see [Using shared SSM documents][1] in the
10053
- # *Amazon Web Services Systems Manager User Guide*.
10050
+ # use shared documents, see [Sharing SSM documents][1] in the *Amazon
10051
+ # Web Services Systems Manager User Guide*.
10054
10052
  #
10055
10053
  #
10056
10054
  #
10057
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-using-shared.html
10055
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-ssm-sharing.html
10058
10056
  #
10059
10057
  # @option params [String] :document_version
10060
10058
  # The version of the Automation runbook to use for this execution.
@@ -11544,18 +11542,13 @@ module Aws::SSM
11544
11542
  # Systems Manager exists in your account, it is created when you run
11545
11543
  # `RegisterTaskWithMaintenanceWindow`.
11546
11544
  #
11547
- # For more information, see the following topics in the in the *Amazon
11548
- # Web Services Systems Manager User Guide*:
11549
- #
11550
- # * [Using service-linked roles for Systems Manager][1]
11551
- #
11552
- # * [Should I use a service-linked role or a custom service role to run
11553
- # maintenance window tasks? ][2]
11545
+ # For more information, see [Using service-linked roles for Systems
11546
+ # Manager][1] in the in the *Amazon Web Services Systems Manager User
11547
+ # Guide*:
11554
11548
  #
11555
11549
  #
11556
11550
  #
11557
11551
  # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions
11558
- # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role
11559
11552
  #
11560
11553
  # @option params [Hash<String,Types::MaintenanceWindowTaskParameterValueExpression>] :task_parameters
11561
11554
  # The parameters to modify.
@@ -11854,8 +11847,9 @@ module Aws::SSM
11854
11847
  # want to assign to the managed node. This IAM role must provide
11855
11848
  # AssumeRole permissions for the Amazon Web Services Systems Manager
11856
11849
  # service principal `ssm.amazonaws.com`. For more information, see
11857
- # [Create an IAM service role for a hybrid environment][1] in the
11858
- # *Amazon Web Services Systems Manager User Guide*.
11850
+ # [Create an IAM service role for a hybrid and multicloud
11851
+ # environment][1] in the *Amazon Web Services Systems Manager User
11852
+ # Guide*.
11859
11853
  #
11860
11854
  # <note markdown="1"> You can't specify an IAM service-linked role for this parameter. You
11861
11855
  # must create a unique role.
@@ -11892,9 +11886,9 @@ module Aws::SSM
11892
11886
  # Operations engineers and IT professionals use Amazon Web Services
11893
11887
  # Systems Manager OpsCenter to view, investigate, and remediate
11894
11888
  # operational issues impacting the performance and health of their
11895
- # Amazon Web Services resources. For more information, see
11896
- # [OpsCenter][2] in the *Amazon Web Services Systems Manager User
11897
- # Guide*.
11889
+ # Amazon Web Services resources. For more information, see [Amazon Web
11890
+ # Services Systems Manager OpsCenter][2] in the *Amazon Web Services
11891
+ # Systems Manager User Guide*.
11898
11892
  #
11899
11893
  #
11900
11894
  #
@@ -12144,12 +12138,13 @@ module Aws::SSM
12144
12138
  # and its status is reported as `InstalledOther`. This is the default
12145
12139
  # action if no option is specified.
12146
12140
  #
12147
- # * <b> <code>BLOCK</code> </b>: Packages in the `RejectedPatches` list,
12148
- # and packages that include them as dependencies, aren't installed
12149
- # under any circumstances. If a package was installed before it was
12150
- # added to the `Rejected` patches list, it is considered non-compliant
12151
- # with the patch baseline, and its status is reported as
12152
- # `InstalledRejected`.
12141
+ # * **BLOCK**: Packages in the **Rejected patches** list, and packages
12142
+ # that include them as dependencies, aren't installed by Patch
12143
+ # Manager under any circumstances. If a package was installed before
12144
+ # it was added to the **Rejected patches** list, or is installed
12145
+ # outside of Patch Manager afterward, it's considered noncompliant
12146
+ # with the patch baseline and its status is reported as
12147
+ # *InstalledRejected*.
12153
12148
  #
12154
12149
  # @option params [String] :description
12155
12150
  # A description of the patch baseline.
@@ -12433,7 +12428,7 @@ module Aws::SSM
12433
12428
  params: params,
12434
12429
  config: config)
12435
12430
  context[:gem_name] = 'aws-sdk-ssm'
12436
- context[:gem_version] = '1.165.0'
12431
+ context[:gem_version] = '1.166.0'
12437
12432
  Seahorse::Client::Request.new(handlers, context)
12438
12433
  end
12439
12434
 
@@ -1932,8 +1932,8 @@ module Aws::SSM
1932
1932
  # command at the same time. You can specify a number of managed nodes,
1933
1933
  # such as 10, or a percentage of nodes, such as 10%. The default value
1934
1934
  # is 50. For more information about how to use `MaxConcurrency`, see
1935
- # [Running commands using Systems Manager Run Command][1] in the
1936
- # *Amazon Web Services Systems Manager User Guide*.
1935
+ # [Amazon Web Services Systems Manager Run Command][1] in the *Amazon
1936
+ # Web Services Systems Manager User Guide*.
1937
1937
  #
1938
1938
  #
1939
1939
  #
@@ -1945,7 +1945,7 @@ module Aws::SSM
1945
1945
  # the command to additional targets. You can specify a number of
1946
1946
  # errors, such as 10, or a percentage or errors, such as 10%. The
1947
1947
  # default value is `0`. For more information about how to use
1948
- # `MaxErrors`, see [Running commands using Systems Manager Run
1948
+ # `MaxErrors`, see [Amazon Web Services Systems Manager Run
1949
1949
  # Command][1] in the *Amazon Web Services Systems Manager User Guide*.
1950
1950
  #
1951
1951
  #
@@ -2464,11 +2464,11 @@ module Aws::SSM
2464
2464
  # A summary of the call execution that includes an execution ID, the
2465
2465
  # type of execution (for example, `Command`), and the date/time of the
2466
2466
  # execution using a datetime object that is saved in the following
2467
- # format: yyyy-MM-dd'T'HH:mm:ss'Z'.
2467
+ # format: `yyyy-MM-dd'T'HH:mm:ss'Z'`
2468
2468
  #
2469
2469
  # @!attribute [rw] execution_time
2470
2470
  # The time the execution ran as a datetime object that is saved in the
2471
- # following format: yyyy-MM-dd'T'HH:mm:ss'Z'.
2471
+ # following format: `yyyy-MM-dd'T'HH:mm:ss'Z'`
2472
2472
  # @return [Time]
2473
2473
  #
2474
2474
  # @!attribute [rw] execution_id
@@ -2707,8 +2707,9 @@ module Aws::SSM
2707
2707
  # want to assign to the managed node. This IAM role must provide
2708
2708
  # AssumeRole permissions for the Amazon Web Services Systems Manager
2709
2709
  # service principal `ssm.amazonaws.com`. For more information, see
2710
- # [Create an IAM service role for a hybrid environment][1] in the
2711
- # *Amazon Web Services Systems Manager User Guide*.
2710
+ # [Create an IAM service role for a hybrid and multicloud
2711
+ # environment][1] in the *Amazon Web Services Systems Manager User
2712
+ # Guide*.
2712
2713
  #
2713
2714
  # <note markdown="1"> You can't specify an IAM service-linked role for this parameter.
2714
2715
  # You must create a unique role.
@@ -3061,8 +3062,8 @@ module Aws::SSM
3061
3062
  # @return [String]
3062
3063
  #
3063
3064
  # @!attribute [rw] document_version
3064
- # The document version you want to associate with the target(s). Can
3065
- # be a specific version or the default version.
3065
+ # The document version you want to associate with the targets. Can be
3066
+ # a specific version or the default version.
3066
3067
  #
3067
3068
  # State Manager doesn't support running associations that use a new
3068
3069
  # version of a document if that document is shared from another
@@ -3098,8 +3099,8 @@ module Aws::SSM
3098
3099
  # in an Amazon Web Services account, or individual managed node IDs.
3099
3100
  # You can target all managed nodes in an Amazon Web Services account
3100
3101
  # by specifying the `InstanceIds` key with a value of `*`. For more
3101
- # information about choosing targets for an association, see [Using
3102
- # targets and rate controls with State Manager associations][1] in the
3102
+ # information about choosing targets for an association, see [About
3103
+ # targets and rate controls in State Manager associations][1] in the
3103
3104
  # *Amazon Web Services Systems Manager User Guide*.
3104
3105
  #
3105
3106
  #
@@ -3109,7 +3110,7 @@ module Aws::SSM
3109
3110
  #
3110
3111
  # @!attribute [rw] schedule_expression
3111
3112
  # A cron expression when the association will be applied to the
3112
- # target(s).
3113
+ # targets.
3113
3114
  # @return [String]
3114
3115
  #
3115
3116
  # @!attribute [rw] output_location
@@ -3313,16 +3314,17 @@ module Aws::SSM
3313
3314
  # For examples, see the following topics in the *Amazon Web Services
3314
3315
  # Systems Manager User Guide*.
3315
3316
  #
3316
- # * [Create an SSM document (Amazon Web Services API)][1]
3317
+ # * [Create an SSM document (console)][1]
3317
3318
  #
3318
- # * [Create an SSM document (Amazon Web Services CLI)][2]
3319
+ # * [Create an SSM document (command line)][2]
3319
3320
  #
3320
- # * [Create an SSM document (API)][1]
3321
+ # * [Create an SSM document (API)][3]
3321
3322
  #
3322
3323
  #
3323
3324
  #
3324
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-api.html
3325
- # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-cli.html
3325
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-using.html#create-ssm-console
3326
+ # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-using.html#create-ssm-document-cli
3327
+ # [3]: https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-using.html#create-ssm-document-api
3326
3328
  # @return [String]
3327
3329
  #
3328
3330
  # @!attribute [rw] requires
@@ -3633,8 +3635,8 @@ module Aws::SSM
3633
3635
  # resource in the request. Use the `/aws/automations` key in
3634
3636
  # OperationalData to associate an Automation runbook with the OpsItem.
3635
3637
  # To view Amazon Web Services CLI example commands that use these
3636
- # keys, see [Creating OpsItems manually][1] in the *Amazon Web
3637
- # Services Systems Manager User Guide*.
3638
+ # keys, see [Create OpsItems manually][1] in the *Amazon Web Services
3639
+ # Systems Manager User Guide*.
3638
3640
  #
3639
3641
  #
3640
3642
  #
@@ -3877,12 +3879,13 @@ module Aws::SSM
3877
3879
  # baseline, and its status is reported as `InstalledOther`. This is
3878
3880
  # the default action if no option is specified.
3879
3881
  #
3880
- # * <b> <code>BLOCK</code> </b>: Packages in the `RejectedPatches`
3881
- # list, and packages that include them as dependencies, aren't
3882
- # installed under any circumstances. If a package was installed
3883
- # before it was added to the Rejected patches list, it is considered
3884
- # non-compliant with the patch baseline, and its status is reported
3885
- # as `InstalledRejected`.
3882
+ # * **BLOCK**: Packages in the **Rejected patches** list, and packages
3883
+ # that include them as dependencies, aren't installed by Patch
3884
+ # Manager under any circumstances. If a package was installed before
3885
+ # it was added to the **Rejected patches** list, or is installed
3886
+ # outside of Patch Manager afterward, it's considered noncompliant
3887
+ # with the patch baseline and its status is reported as
3888
+ # *InstalledRejected*.
3886
3889
  # @return [String]
3887
3890
  #
3888
3891
  # @!attribute [rw] description
@@ -4155,8 +4158,8 @@ module Aws::SSM
4155
4158
  #
4156
4159
  # @!attribute [rw] deletion_summary
4157
4160
  # A summary of the delete operation. For more information about this
4158
- # summary, see [Deleting custom inventory][1] in the *Amazon Web
4159
- # Services Systems Manager User Guide*.
4161
+ # summary, see [Understanding the delete inventory summary][1] in the
4162
+ # *Amazon Web Services Systems Manager User Guide*.
4160
4163
  #
4161
4164
  #
4162
4165
  #
@@ -6014,15 +6017,15 @@ module Aws::SSM
6014
6017
  # [PromoteResourceShareCreatedFromPolicy][1] API operation.
6015
6018
  #
6016
6019
  # For more information about sharing parameters, see [Working with
6017
- # shared
6018
- # parameters](systems-manager/latest/userguide/parameter-store-shared-parameters.html)
6019
- # in the *Amazon Web Services Systems Manager User Guide*.
6020
+ # shared parameters][2] in the *Amazon Web Services Systems Manager
6021
+ # User Guide*.
6020
6022
  #
6021
6023
  # </note>
6022
6024
  #
6023
6025
  #
6024
6026
  #
6025
6027
  # [1]: https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html
6028
+ # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html
6026
6029
  # @return [Boolean]
6027
6030
  #
6028
6031
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeParametersRequest AWS API Documentation
@@ -8786,7 +8789,7 @@ module Aws::SSM
8786
8789
  #
8787
8790
  #
8788
8791
  #
8789
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sharing.html
8792
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html
8790
8793
  # @return [Array<String>]
8791
8794
  #
8792
8795
  # @!attribute [rw] with_decryption
@@ -9111,12 +9114,12 @@ module Aws::SSM
9111
9114
  #
9112
9115
  # @!attribute [rw] message
9113
9116
  # A hierarchy can have a maximum of 15 levels. For more information,
9114
- # see [Requirements and constraints for parameter names][1] in the
9115
- # *Amazon Web Services Systems Manager User Guide*.
9117
+ # see [About requirements and constraints for parameter names][1] in
9118
+ # the *Amazon Web Services Systems Manager User Guide*.
9116
9119
  #
9117
9120
  #
9118
9121
  #
9119
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-parameter-name-constraints.html
9122
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html#sysman-parameter-name-constraints
9120
9123
  # @return [String]
9121
9124
  #
9122
9125
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/HierarchyLevelLimitExceededException AWS API Documentation
@@ -9184,7 +9187,7 @@ module Aws::SSM
9184
9187
  # @return [String]
9185
9188
  #
9186
9189
  # @!attribute [rw] instance_association_status_aggregated_count
9187
- # The number of associations for the managed node(s).
9190
+ # The number of associations for the managed nodes.
9188
9191
  # @return [Hash<String,Integer>]
9189
9192
  #
9190
9193
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InstanceAggregatedAssociationOverview AWS API Documentation
@@ -9207,7 +9210,7 @@ module Aws::SSM
9207
9210
  # @return [String]
9208
9211
  #
9209
9212
  # @!attribute [rw] content
9210
- # The content of the association document for the managed node(s).
9213
+ # The content of the association document for the managed nodes.
9211
9214
  # @return [String]
9212
9215
  #
9213
9216
  # @!attribute [rw] association_version
@@ -9228,12 +9231,12 @@ module Aws::SSM
9228
9231
  # An S3 bucket where you want to store the results of this request.
9229
9232
  #
9230
9233
  # For the minimal permissions required to enable Amazon S3 output for an
9231
- # association, see [Creating associations][1] in the *Systems Manager
9232
- # User Guide*.
9234
+ # association, see [Create an association (console)][1] in the *Systems
9235
+ # Manager User Guide*.
9233
9236
  #
9234
9237
  #
9235
9238
  #
9236
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-state-assoc.html
9239
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-associations-creating.html#state-manager-associations-console
9237
9240
  #
9238
9241
  # @!attribute [rw] s3_location
9239
9242
  # An S3 bucket where you want to store the results of this request.
@@ -9415,12 +9418,13 @@ module Aws::SSM
9415
9418
  # the CreateActivation command. It is applied to the managed node by
9416
9419
  # specifying the Activation Code and Activation ID when you install
9417
9420
  # SSM Agent on the node, as explained in [Install SSM Agent for a
9418
- # hybrid environment (Linux)][1] and [Install SSM Agent for a hybrid
9419
- # environment (Windows)][2]. To retrieve the `Name` tag of an EC2
9420
- # instance, use the Amazon EC2 `DescribeInstances` operation. For
9421
- # information, see [DescribeInstances][3] in the *Amazon EC2 API
9422
- # Reference* or [describe-instances][4] in the *Amazon Web Services
9423
- # CLI Command Reference*.
9421
+ # hybrid and multicloud environment (Linux)][1] and [Install SSM Agent
9422
+ # for a hybrid and multicloud environment (Windows)][2]. To retrieve
9423
+ # the `Name` tag of an EC2 instance, use the Amazon EC2
9424
+ # `DescribeInstances` operation. For information, see
9425
+ # [DescribeInstances][3] in the *Amazon EC2 API Reference* or
9426
+ # [describe-instances][4] in the *Amazon Web Services CLI Command
9427
+ # Reference*.
9424
9428
  #
9425
9429
  #
9426
9430
  #
@@ -9591,7 +9595,7 @@ module Aws::SSM
9591
9595
  # the patches specified by the default patch baseline.
9592
9596
  #
9593
9597
  # For more information about the `InstallOverrideList` parameter, see
9594
- # [About the `AWS-RunPatchBaseline` ][1] SSM document in the *Amazon
9598
+ # [About the `AWS-RunPatchBaseline SSM document` ][1] in the *Amazon
9595
9599
  # Web Services Systems Manager User Guide*.
9596
9600
  #
9597
9601
  #
@@ -10112,14 +10116,14 @@ module Aws::SSM
10112
10116
  #
10113
10117
  # * You don't have permission to access the managed node.
10114
10118
  #
10115
- # * Amazon Web Services Systems Manager Agent(SSM Agent) isn't running.
10116
- # Verify that SSM Agent is running.
10119
+ # * Amazon Web Services Systems Manager Agent (SSM Agent) isn't
10120
+ # running. Verify that SSM Agent is running.
10117
10121
  #
10118
10122
  # * SSM Agent isn't registered with the SSM endpoint. Try reinstalling
10119
10123
  # SSM Agent.
10120
10124
  #
10121
- # * The managed node isn't in valid state. Valid states are: `Running`,
10122
- # `Pending`, `Stopped`, and `Stopping`. Invalid states are:
10125
+ # * The managed node isn't in a valid state. Valid states are:
10126
+ # `Running`, `Pending`, `Stopped`, and `Stopping`. Invalid states are:
10123
10127
  # `Shutting-down` and `Terminated`.
10124
10128
  #
10125
10129
  # @!attribute [rw] message
@@ -10363,13 +10367,13 @@ module Aws::SSM
10363
10367
  # The role name can't contain invalid characters. Also verify that you
10364
10368
  # specified an IAM role for notifications that includes the required
10365
10369
  # trust policy. For information about configuring the IAM role for Run
10366
- # Command notifications, see [Configuring Amazon SNS Notifications for
10367
- # Run Command][1] in the *Amazon Web Services Systems Manager User
10368
- # Guide*.
10370
+ # Command notifications, see [Monitoring Systems Manager status changes
10371
+ # using Amazon SNS notifications][1] in the *Amazon Web Services Systems
10372
+ # Manager User Guide*.
10369
10373
  #
10370
10374
  #
10371
10375
  #
10372
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/rc-sns-notifications.html
10376
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/monitoring-sns-notifications.html
10373
10377
  #
10374
10378
  # @!attribute [rw] message
10375
10379
  # @return [String]
@@ -10892,8 +10896,8 @@ module Aws::SSM
10892
10896
 
10893
10897
  # @!attribute [rw] invalid_labels
10894
10898
  # The label doesn't meet the requirements. For information about
10895
- # parameter label requirements, see [Labeling parameters][1] in the
10896
- # *Amazon Web Services Systems Manager User Guide*.
10899
+ # parameter label requirements, see [Working with parameter labels][1]
10900
+ # in the *Amazon Web Services Systems Manager User Guide*.
10897
10901
  #
10898
10902
  #
10899
10903
  #
@@ -11454,16 +11458,16 @@ module Aws::SSM
11454
11458
  # @return [String]
11455
11459
  #
11456
11460
  # @!attribute [rw] schema_version
11457
- # The inventory schema version used by the managed node(s).
11461
+ # The inventory schema version used by the managed nodes.
11458
11462
  # @return [String]
11459
11463
  #
11460
11464
  # @!attribute [rw] capture_time
11461
11465
  # The time that inventory information was collected for the managed
11462
- # node(s).
11466
+ # nodes.
11463
11467
  # @return [String]
11464
11468
  #
11465
11469
  # @!attribute [rw] entries
11466
- # A list of inventory items on the managed node(s).
11470
+ # A list of inventory items on the managed nodes.
11467
11471
  # @return [Array<Hash<String,String>>]
11468
11472
  #
11469
11473
  # @!attribute [rw] next_token
@@ -12640,7 +12644,7 @@ module Aws::SSM
12640
12644
  # The Amazon Web Services users that should no longer have access to
12641
12645
  # the document. The Amazon Web Services user can either be a group of
12642
12646
  # account IDs or *All*. This action has a higher priority than
12643
- # *AccountIdsToAdd*. If you specify an ID to add and the same ID to
12647
+ # `AccountIdsToAdd`. If you specify an ID to add and the same ID to
12644
12648
  # remove, the system removes access to the document.
12645
12649
  # @return [Array<String>]
12646
12650
  #
@@ -12850,8 +12854,8 @@ module Aws::SSM
12850
12854
  # Services resource, OpsCenter aggregates information from Config,
12851
12855
  # CloudTrail logs, and EventBridge, so you don't have to navigate
12852
12856
  # across multiple console pages during your investigation. For more
12853
- # information, see [OpsCenter][1] in the *Amazon Web Services Systems
12854
- # Manager User Guide*.
12857
+ # information, see [Amazon Web Services Systems Manager OpsCenter][1] in
12858
+ # the *Amazon Web Services Systems Manager User Guide*.
12855
12859
  #
12856
12860
  #
12857
12861
  #
@@ -14760,7 +14764,7 @@ module Aws::SSM
14760
14764
  # A summary of the call execution that includes an execution ID, the
14761
14765
  # type of execution (for example, `Command`), and the date/time of the
14762
14766
  # execution using a datetime object that is saved in the following
14763
- # format: yyyy-MM-dd'T'HH:mm:ss'Z'.
14767
+ # format: `yyyy-MM-dd'T'HH:mm:ss'Z'`
14764
14768
  # @return [Types::ComplianceExecutionSummary]
14765
14769
  #
14766
14770
  # @!attribute [rw] items
@@ -14991,8 +14995,8 @@ module Aws::SSM
14991
14995
  # configured to use parameter policies. You can create a maximum of
14992
14996
  # 100,000 advanced parameters for each Region in an Amazon Web
14993
14997
  # Services account. Advanced parameters incur a charge. For more
14994
- # information, see [Standard and advanced parameter tiers][1] in the
14995
- # *Amazon Web Services Systems Manager User Guide*.
14998
+ # information, see [Managing parameter tiers][1] in the *Amazon Web
14999
+ # Services Systems Manager User Guide*.
14996
15000
  #
14997
15001
  # You can change a standard parameter to an advanced parameter any
14998
15002
  # time. But you can't revert an advanced parameter to a standard
@@ -15052,7 +15056,7 @@ module Aws::SSM
15052
15056
  #
15053
15057
  #
15054
15058
  # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html
15055
- # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/ps-default-tier.html
15059
+ # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html#ps-default-tier
15056
15060
  # @return [String]
15057
15061
  #
15058
15062
  # @!attribute [rw] policies
@@ -15117,7 +15121,7 @@ module Aws::SSM
15117
15121
  # created successfully, see [Setting up notifications or trigger
15118
15122
  # actions based on Parameter Store events][1]. For more information
15119
15123
  # about AMI format validation , see [Native parameter support for
15120
- # Amazon Machine Image (AMI) IDs][2].
15124
+ # Amazon Machine Image IDs][2].
15121
15125
  #
15122
15126
  # </note>
15123
15127
  #
@@ -15426,18 +15430,13 @@ module Aws::SSM
15426
15430
  # service-linked role for Systems Manager exists in your account, it
15427
15431
  # is created when you run `RegisterTaskWithMaintenanceWindow`.
15428
15432
  #
15429
- # For more information, see the following topics in the in the *Amazon
15430
- # Web Services Systems Manager User Guide*:
15431
- #
15432
- # * [Using service-linked roles for Systems Manager][1]
15433
- #
15434
- # * [Should I use a service-linked role or a custom service role to
15435
- # run maintenance window tasks? ][2]
15433
+ # For more information, see [Using service-linked roles for Systems
15434
+ # Manager][1] in the in the *Amazon Web Services Systems Manager User
15435
+ # Guide*:
15436
15436
  #
15437
15437
  #
15438
15438
  #
15439
15439
  # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions
15440
- # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role
15441
15440
  # @return [String]
15442
15441
  #
15443
15442
  # @!attribute [rw] task_type
@@ -16081,13 +16080,13 @@ module Aws::SSM
16081
16080
  # Organizations options, then Systems Manager automatically enables
16082
16081
  # all OpsData sources in the selected Amazon Web Services Regions for
16083
16082
  # all Amazon Web Services accounts in your organization (or in the
16084
- # selected organization units). For more information, see [About
16085
- # multiple account and Region resource data syncs][1] in the *Amazon
16086
- # Web Services Systems Manager User Guide*.
16083
+ # selected organization units). For more information, see [Setting up
16084
+ # Systems Manager Explorer to display data from multiple accounts and
16085
+ # Regions][1] in the *Amazon Web Services Systems Manager User Guide*.
16087
16086
  #
16088
16087
  #
16089
16088
  #
16090
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resouce-data-sync-multiple-accounts-and-regions.html
16089
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resource-data-sync.html
16091
16090
  # @return [Boolean]
16092
16091
  #
16093
16092
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResourceDataSyncSource AWS API Documentation
@@ -16160,13 +16159,13 @@ module Aws::SSM
16160
16159
  # Organizations options, then Systems Manager automatically enables
16161
16160
  # all OpsData sources in the selected Amazon Web Services Regions for
16162
16161
  # all Amazon Web Services accounts in your organization (or in the
16163
- # selected organization units). For more information, see [About
16164
- # multiple account and Region resource data syncs][1] in the *Amazon
16165
- # Web Services Systems Manager User Guide*.
16162
+ # selected organization units). For more information, see [Setting up
16163
+ # Systems Manager Explorer to display data from multiple accounts and
16164
+ # Regions][1] in the *Amazon Web Services Systems Manager User Guide*.
16166
16165
  #
16167
16166
  #
16168
16167
  #
16169
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resouce-data-sync-multiple-accounts-and-regions.html
16168
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resource-data-sync.html
16170
16169
  # @return [Boolean]
16171
16170
  #
16172
16171
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResourceDataSyncSourceWithState AWS API Documentation
@@ -16583,9 +16582,8 @@ module Aws::SSM
16583
16582
  # identify the managed nodes to send commands to, you can a send
16584
16583
  # command to tens, hundreds, or thousands of nodes at once.
16585
16584
  #
16586
- # For more information about how to use targets, see [Using targets
16587
- # and rate controls to send commands to a fleet][1] in the *Amazon Web
16588
- # Services Systems Manager User Guide*.
16585
+ # For more information about how to use targets, see [Run commands at
16586
+ # scale][1] in the *Amazon Web Services Systems Manager User Guide*.
16589
16587
  #
16590
16588
  #
16591
16589
  #
@@ -16603,9 +16601,8 @@ module Aws::SSM
16603
16601
  # To send a command to a smaller number of managed nodes, you can use
16604
16602
  # the `InstanceIds` option instead.
16605
16603
  #
16606
- # For more information about how to use targets, see [Sending commands
16607
- # to a fleet][1] in the *Amazon Web Services Systems Manager User
16608
- # Guide*.
16604
+ # For more information about how to use targets, see [Run commands at
16605
+ # scale][1] in the *Amazon Web Services Systems Manager User Guide*.
16609
16606
  #
16610
16607
  #
16611
16608
  #
@@ -16617,7 +16614,7 @@ module Aws::SSM
16617
16614
  # document) to run. This can be a public document or a custom
16618
16615
  # document. To run a shared document belonging to another account,
16619
16616
  # specify the document Amazon Resource Name (ARN). For more
16620
- # information about how to use shared documents, see [Using shared SSM
16617
+ # information about how to use shared documents, see [Sharing SSM
16621
16618
  # documents][1] in the *Amazon Web Services Systems Manager User
16622
16619
  # Guide*.
16623
16620
  #
@@ -17084,12 +17081,12 @@ module Aws::SSM
17084
17081
  # The name of the SSM document to run. This can be a public document
17085
17082
  # or a custom document. To run a shared document belonging to another
17086
17083
  # account, specify the document ARN. For more information about how to
17087
- # use shared documents, see [Using shared SSM documents][1] in the
17088
- # *Amazon Web Services Systems Manager User Guide*.
17084
+ # use shared documents, see [Sharing SSM documents][1] in the *Amazon
17085
+ # Web Services Systems Manager User Guide*.
17089
17086
  #
17090
17087
  #
17091
17088
  #
17092
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-using-shared.html
17089
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-ssm-sharing.html
17093
17090
  # @return [String]
17094
17091
  #
17095
17092
  # @!attribute [rw] document_version
@@ -17709,8 +17706,8 @@ module Aws::SSM
17709
17706
  # Amazon Web Services Region where the association was created.
17710
17707
  #
17711
17708
  # For more information about how to send commands that target managed
17712
- # nodes using `Key,Value` parameters, see [Targeting multiple
17713
- # instances][2] in the *Amazon Web Services Systems Manager User Guide*.
17709
+ # nodes using `Key,Value` parameters, see [Targeting multiple managed
17710
+ # nodes][2] in the *Amazon Web Services Systems Manager User Guide*.
17714
17711
  #
17715
17712
  #
17716
17713
  #
@@ -17948,8 +17945,9 @@ module Aws::SSM
17948
17945
  # Patching for applications released by Microsoft is only available on
17949
17946
  # EC2 instances and advanced instances. To patch applications released
17950
17947
  # by Microsoft on on-premises servers and VMs, you must enable advanced
17951
- # instances. For more information, see [Enabling the advanced-instances
17952
- # tier][1] in the *Amazon Web Services Systems Manager User Guide*.
17948
+ # instances. For more information, see [Turning on the
17949
+ # advanced-instances tier][1] in the *Amazon Web Services Systems
17950
+ # Manager User Guide*.
17953
17951
  #
17954
17952
  #
17955
17953
  #
@@ -18028,8 +18026,8 @@ module Aws::SSM
18028
18026
  end
18029
18027
 
18030
18028
  # The document doesn't support the platform type of the given managed
18031
- # node ID(s). For example, you sent an document for a Windows managed
18032
- # node to a Linux node.
18029
+ # node IDs. For example, you sent an document for a Windows managed node
18030
+ # to a Linux node.
18033
18031
  #
18034
18032
  # @!attribute [rw] message
18035
18033
  # @return [String]
@@ -18784,18 +18782,13 @@ module Aws::SSM
18784
18782
  # service-linked role for Systems Manager exists in your account, it
18785
18783
  # is created when you run `RegisterTaskWithMaintenanceWindow`.
18786
18784
  #
18787
- # For more information, see the following topics in the in the *Amazon
18788
- # Web Services Systems Manager User Guide*:
18789
- #
18790
- # * [Using service-linked roles for Systems Manager][1]
18791
- #
18792
- # * [Should I use a service-linked role or a custom service role to
18793
- # run maintenance window tasks? ][2]
18785
+ # For more information, see [Using service-linked roles for Systems
18786
+ # Manager][1] in the in the *Amazon Web Services Systems Manager User
18787
+ # Guide*:
18794
18788
  #
18795
18789
  #
18796
18790
  #
18797
18791
  # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions
18798
- # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role
18799
18792
  # @return [String]
18800
18793
  #
18801
18794
  # @!attribute [rw] task_parameters
@@ -19075,8 +19068,9 @@ module Aws::SSM
19075
19068
  # want to assign to the managed node. This IAM role must provide
19076
19069
  # AssumeRole permissions for the Amazon Web Services Systems Manager
19077
19070
  # service principal `ssm.amazonaws.com`. For more information, see
19078
- # [Create an IAM service role for a hybrid environment][1] in the
19079
- # *Amazon Web Services Systems Manager User Guide*.
19071
+ # [Create an IAM service role for a hybrid and multicloud
19072
+ # environment][1] in the *Amazon Web Services Systems Manager User
19073
+ # Guide*.
19080
19074
  #
19081
19075
  # <note markdown="1"> You can't specify an IAM service-linked role for this parameter.
19082
19076
  # You must create a unique role.
@@ -19339,12 +19333,13 @@ module Aws::SSM
19339
19333
  # baseline, and its status is reported as `InstalledOther`. This is
19340
19334
  # the default action if no option is specified.
19341
19335
  #
19342
- # * <b> <code>BLOCK</code> </b>: Packages in the `RejectedPatches`
19343
- # list, and packages that include them as dependencies, aren't
19344
- # installed under any circumstances. If a package was installed
19345
- # before it was added to the `Rejected` patches list, it is
19346
- # considered non-compliant with the patch baseline, and its status
19347
- # is reported as `InstalledRejected`.
19336
+ # * **BLOCK**: Packages in the **Rejected patches** list, and packages
19337
+ # that include them as dependencies, aren't installed by Patch
19338
+ # Manager under any circumstances. If a package was installed before
19339
+ # it was added to the **Rejected patches** list, or is installed
19340
+ # outside of Patch Manager afterward, it's considered noncompliant
19341
+ # with the patch baseline and its status is reported as
19342
+ # *InstalledRejected*.
19348
19343
  # @return [String]
19349
19344
  #
19350
19345
  # @!attribute [rw] description
data/lib/aws-sdk-ssm.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ssm/customizations'
53
53
  # @!group service
54
54
  module Aws::SSM
55
55
 
56
- GEM_VERSION = '1.165.0'
56
+ GEM_VERSION = '1.166.0'
57
57
 
58
58
  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.165.0
4
+ version: 1.166.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: 2024-02-21 00:00:00.000000000 Z
11
+ date: 2024-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core