aws-sdk-ssm 1.164.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssm/client.rb +215 -95
- data/lib/aws-sdk-ssm/client_api.rb +21 -0
- data/lib/aws-sdk-ssm/errors.rb +48 -0
- data/lib/aws-sdk-ssm/types.rb +235 -121
- data/lib/aws-sdk-ssm.rb +1 -1
- data/sig/client.rbs +2 -1
- data/sig/errors.rbs +9 -0
- data/sig/types.rbs +17 -0
- metadata +2 -2
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -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
|
-
# [
|
1936
|
-
#
|
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 [
|
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
|
2711
|
-
# *Amazon Web Services Systems Manager User
|
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
|
3065
|
-
#
|
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 [
|
3102
|
-
# targets and rate controls
|
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
|
-
#
|
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 (
|
3317
|
+
# * [Create an SSM document (console)][1]
|
3317
3318
|
#
|
3318
|
-
# * [Create an SSM document (
|
3319
|
+
# * [Create an SSM document (command line)][2]
|
3319
3320
|
#
|
3320
|
-
# * [Create an SSM document (API)][
|
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-
|
3325
|
-
# [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-cli
|
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 [
|
3637
|
-
#
|
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
|
-
# *
|
3881
|
-
#
|
3882
|
-
#
|
3883
|
-
#
|
3884
|
-
#
|
3885
|
-
# as
|
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 [
|
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
|
#
|
@@ -4231,6 +4234,11 @@ module Aws::SSM
|
|
4231
4234
|
|
4232
4235
|
# @!attribute [rw] name
|
4233
4236
|
# The name of the parameter to delete.
|
4237
|
+
#
|
4238
|
+
# <note markdown="1"> You can't enter the Amazon Resource Name (ARN) for a parameter,
|
4239
|
+
# only the parameter name itself.
|
4240
|
+
#
|
4241
|
+
# </note>
|
4234
4242
|
# @return [String]
|
4235
4243
|
#
|
4236
4244
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteParameterRequest AWS API Documentation
|
@@ -4249,6 +4257,11 @@ module Aws::SSM
|
|
4249
4257
|
# The names of the parameters to delete. After deleting a parameter,
|
4250
4258
|
# wait for at least 30 seconds to create a parameter with the same
|
4251
4259
|
# name.
|
4260
|
+
#
|
4261
|
+
# <note markdown="1"> You can't enter the Amazon Resource Name (ARN) for a parameter,
|
4262
|
+
# only the parameter name itself.
|
4263
|
+
#
|
4264
|
+
# </note>
|
4252
4265
|
# @return [Array<String>]
|
4253
4266
|
#
|
4254
4267
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteParametersRequest AWS API Documentation
|
@@ -5992,13 +6005,37 @@ module Aws::SSM
|
|
5992
6005
|
# token from a previous call.)
|
5993
6006
|
# @return [String]
|
5994
6007
|
#
|
6008
|
+
# @!attribute [rw] shared
|
6009
|
+
# Lists parameters that are shared with you.
|
6010
|
+
#
|
6011
|
+
# <note markdown="1"> By default when using this option, the command returns parameters
|
6012
|
+
# that have been shared using a standard Resource Access Manager
|
6013
|
+
# Resource Share. In order for a parameter that was shared using the
|
6014
|
+
# PutResourcePolicy command to be returned, the associated `RAM
|
6015
|
+
# Resource Share Created From Policy` must have been promoted to a
|
6016
|
+
# standard Resource Share using the RAM
|
6017
|
+
# [PromoteResourceShareCreatedFromPolicy][1] API operation.
|
6018
|
+
#
|
6019
|
+
# For more information about sharing parameters, see [Working with
|
6020
|
+
# shared parameters][2] in the *Amazon Web Services Systems Manager
|
6021
|
+
# User Guide*.
|
6022
|
+
#
|
6023
|
+
# </note>
|
6024
|
+
#
|
6025
|
+
#
|
6026
|
+
#
|
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
|
6029
|
+
# @return [Boolean]
|
6030
|
+
#
|
5995
6031
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeParametersRequest AWS API Documentation
|
5996
6032
|
#
|
5997
6033
|
class DescribeParametersRequest < Struct.new(
|
5998
6034
|
:filters,
|
5999
6035
|
:parameter_filters,
|
6000
6036
|
:max_results,
|
6001
|
-
:next_token
|
6037
|
+
:next_token,
|
6038
|
+
:shared)
|
6002
6039
|
SENSITIVE = []
|
6003
6040
|
include Aws::Structure
|
6004
6041
|
end
|
@@ -8566,7 +8603,9 @@ module Aws::SSM
|
|
8566
8603
|
end
|
8567
8604
|
|
8568
8605
|
# @!attribute [rw] name
|
8569
|
-
# The name of the parameter for which
|
8606
|
+
# The name or Amazon Resource Name (ARN) of the parameter for which
|
8607
|
+
# you want to review history. For parameters shared with you from
|
8608
|
+
# another account, you must use the full ARN.
|
8570
8609
|
# @return [String]
|
8571
8610
|
#
|
8572
8611
|
# @!attribute [rw] with_decryption
|
@@ -8615,10 +8654,20 @@ module Aws::SSM
|
|
8615
8654
|
end
|
8616
8655
|
|
8617
8656
|
# @!attribute [rw] name
|
8618
|
-
# The name of the parameter you
|
8657
|
+
# The name or Amazon Resource Name (ARN) of the parameter that you
|
8658
|
+
# want to query. For parameters shared with you from another account,
|
8659
|
+
# you must use the full ARN.
|
8619
8660
|
#
|
8620
8661
|
# To query by parameter label, use `"Name": "name:label"`. To query by
|
8621
8662
|
# parameter version, use `"Name": "name:version"`.
|
8663
|
+
#
|
8664
|
+
# For more information about shared parameters, see [Working with
|
8665
|
+
# shared parameters][1] in the *Amazon Web Services Systems Manager
|
8666
|
+
# User Guide*.
|
8667
|
+
#
|
8668
|
+
#
|
8669
|
+
#
|
8670
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sharing.html
|
8622
8671
|
# @return [String]
|
8623
8672
|
#
|
8624
8673
|
# @!attribute [rw] with_decryption
|
@@ -8727,10 +8776,20 @@ module Aws::SSM
|
|
8727
8776
|
end
|
8728
8777
|
|
8729
8778
|
# @!attribute [rw] names
|
8730
|
-
# Names of the parameters
|
8779
|
+
# The names or Amazon Resource Names (ARNs) of the parameters that you
|
8780
|
+
# want to query. For parameters shared with you from another account,
|
8781
|
+
# you must use the full ARNs.
|
8731
8782
|
#
|
8732
8783
|
# To query by parameter label, use `"Name": "name:label"`. To query by
|
8733
8784
|
# parameter version, use `"Name": "name:version"`.
|
8785
|
+
#
|
8786
|
+
# For more information about shared parameters, see [Working with
|
8787
|
+
# shared parameters][1] in the *Amazon Web Services Systems Manager
|
8788
|
+
# User Guide*.
|
8789
|
+
#
|
8790
|
+
#
|
8791
|
+
#
|
8792
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html
|
8734
8793
|
# @return [Array<String>]
|
8735
8794
|
#
|
8736
8795
|
# @!attribute [rw] with_decryption
|
@@ -9055,12 +9114,12 @@ module Aws::SSM
|
|
9055
9114
|
#
|
9056
9115
|
# @!attribute [rw] message
|
9057
9116
|
# A hierarchy can have a maximum of 15 levels. For more information,
|
9058
|
-
# see [
|
9059
|
-
# *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*.
|
9060
9119
|
#
|
9061
9120
|
#
|
9062
9121
|
#
|
9063
|
-
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-parameter-name-constraints
|
9122
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html#sysman-parameter-name-constraints
|
9064
9123
|
# @return [String]
|
9065
9124
|
#
|
9066
9125
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/HierarchyLevelLimitExceededException AWS API Documentation
|
@@ -9128,7 +9187,7 @@ module Aws::SSM
|
|
9128
9187
|
# @return [String]
|
9129
9188
|
#
|
9130
9189
|
# @!attribute [rw] instance_association_status_aggregated_count
|
9131
|
-
# The number of associations for the managed
|
9190
|
+
# The number of associations for the managed nodes.
|
9132
9191
|
# @return [Hash<String,Integer>]
|
9133
9192
|
#
|
9134
9193
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InstanceAggregatedAssociationOverview AWS API Documentation
|
@@ -9151,7 +9210,7 @@ module Aws::SSM
|
|
9151
9210
|
# @return [String]
|
9152
9211
|
#
|
9153
9212
|
# @!attribute [rw] content
|
9154
|
-
# The content of the association document for the managed
|
9213
|
+
# The content of the association document for the managed nodes.
|
9155
9214
|
# @return [String]
|
9156
9215
|
#
|
9157
9216
|
# @!attribute [rw] association_version
|
@@ -9172,12 +9231,12 @@ module Aws::SSM
|
|
9172
9231
|
# An S3 bucket where you want to store the results of this request.
|
9173
9232
|
#
|
9174
9233
|
# For the minimal permissions required to enable Amazon S3 output for an
|
9175
|
-
# association, see [
|
9176
|
-
# User Guide*.
|
9234
|
+
# association, see [Create an association (console)][1] in the *Systems
|
9235
|
+
# Manager User Guide*.
|
9177
9236
|
#
|
9178
9237
|
#
|
9179
9238
|
#
|
9180
|
-
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/
|
9239
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-associations-creating.html#state-manager-associations-console
|
9181
9240
|
#
|
9182
9241
|
# @!attribute [rw] s3_location
|
9183
9242
|
# An S3 bucket where you want to store the results of this request.
|
@@ -9359,12 +9418,13 @@ module Aws::SSM
|
|
9359
9418
|
# the CreateActivation command. It is applied to the managed node by
|
9360
9419
|
# specifying the Activation Code and Activation ID when you install
|
9361
9420
|
# SSM Agent on the node, as explained in [Install SSM Agent for a
|
9362
|
-
# hybrid environment (Linux)][1] and [Install SSM Agent
|
9363
|
-
# environment (Windows)][2]. To retrieve
|
9364
|
-
# instance, use the Amazon EC2
|
9365
|
-
#
|
9366
|
-
#
|
9367
|
-
# CLI Command
|
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*.
|
9368
9428
|
#
|
9369
9429
|
#
|
9370
9430
|
#
|
@@ -9535,7 +9595,7 @@ module Aws::SSM
|
|
9535
9595
|
# the patches specified by the default patch baseline.
|
9536
9596
|
#
|
9537
9597
|
# For more information about the `InstallOverrideList` parameter, see
|
9538
|
-
# [About the `AWS-RunPatchBaseline` ][1]
|
9598
|
+
# [About the `AWS-RunPatchBaseline SSM document` ][1] in the *Amazon
|
9539
9599
|
# Web Services Systems Manager User Guide*.
|
9540
9600
|
#
|
9541
9601
|
#
|
@@ -10056,14 +10116,14 @@ module Aws::SSM
|
|
10056
10116
|
#
|
10057
10117
|
# * You don't have permission to access the managed node.
|
10058
10118
|
#
|
10059
|
-
# * Amazon Web Services Systems Manager Agent(SSM Agent) isn't
|
10060
|
-
# 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.
|
10061
10121
|
#
|
10062
10122
|
# * SSM Agent isn't registered with the SSM endpoint. Try reinstalling
|
10063
10123
|
# SSM Agent.
|
10064
10124
|
#
|
10065
|
-
# * The managed node isn't in valid state. Valid states are:
|
10066
|
-
# `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:
|
10067
10127
|
# `Shutting-down` and `Terminated`.
|
10068
10128
|
#
|
10069
10129
|
# @!attribute [rw] message
|
@@ -10307,13 +10367,13 @@ module Aws::SSM
|
|
10307
10367
|
# The role name can't contain invalid characters. Also verify that you
|
10308
10368
|
# specified an IAM role for notifications that includes the required
|
10309
10369
|
# trust policy. For information about configuring the IAM role for Run
|
10310
|
-
# Command notifications, see [
|
10311
|
-
#
|
10312
|
-
# 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*.
|
10313
10373
|
#
|
10314
10374
|
#
|
10315
10375
|
#
|
10316
|
-
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/
|
10376
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/monitoring-sns-notifications.html
|
10317
10377
|
#
|
10318
10378
|
# @!attribute [rw] message
|
10319
10379
|
# @return [String]
|
@@ -10807,6 +10867,11 @@ module Aws::SSM
|
|
10807
10867
|
|
10808
10868
|
# @!attribute [rw] name
|
10809
10869
|
# The parameter name on which you want to attach one or more labels.
|
10870
|
+
#
|
10871
|
+
# <note markdown="1"> You can't enter the Amazon Resource Name (ARN) for a parameter,
|
10872
|
+
# only the parameter name itself.
|
10873
|
+
#
|
10874
|
+
# </note>
|
10810
10875
|
# @return [String]
|
10811
10876
|
#
|
10812
10877
|
# @!attribute [rw] parameter_version
|
@@ -10831,8 +10896,8 @@ module Aws::SSM
|
|
10831
10896
|
|
10832
10897
|
# @!attribute [rw] invalid_labels
|
10833
10898
|
# The label doesn't meet the requirements. For information about
|
10834
|
-
# parameter label requirements, see [
|
10835
|
-
# *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*.
|
10836
10901
|
#
|
10837
10902
|
#
|
10838
10903
|
#
|
@@ -11393,16 +11458,16 @@ module Aws::SSM
|
|
11393
11458
|
# @return [String]
|
11394
11459
|
#
|
11395
11460
|
# @!attribute [rw] schema_version
|
11396
|
-
# The inventory schema version used by the managed
|
11461
|
+
# The inventory schema version used by the managed nodes.
|
11397
11462
|
# @return [String]
|
11398
11463
|
#
|
11399
11464
|
# @!attribute [rw] capture_time
|
11400
11465
|
# The time that inventory information was collected for the managed
|
11401
|
-
#
|
11466
|
+
# nodes.
|
11402
11467
|
# @return [String]
|
11403
11468
|
#
|
11404
11469
|
# @!attribute [rw] entries
|
11405
|
-
# A list of inventory items on the managed
|
11470
|
+
# A list of inventory items on the managed nodes.
|
11406
11471
|
# @return [Array<Hash<String,String>>]
|
11407
11472
|
#
|
11408
11473
|
# @!attribute [rw] next_token
|
@@ -12519,6 +12584,20 @@ module Aws::SSM
|
|
12519
12584
|
include Aws::Structure
|
12520
12585
|
end
|
12521
12586
|
|
12587
|
+
# The specified policy document is malformed or invalid, or excessive
|
12588
|
+
# `PutResourcePolicy` or `DeleteResourcePolicy` calls have been made.
|
12589
|
+
#
|
12590
|
+
# @!attribute [rw] message
|
12591
|
+
# @return [String]
|
12592
|
+
#
|
12593
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/MalformedResourcePolicyDocumentException AWS API Documentation
|
12594
|
+
#
|
12595
|
+
class MalformedResourcePolicyDocumentException < Struct.new(
|
12596
|
+
:message)
|
12597
|
+
SENSITIVE = []
|
12598
|
+
include Aws::Structure
|
12599
|
+
end
|
12600
|
+
|
12522
12601
|
# The size limit of a document is 64 KB.
|
12523
12602
|
#
|
12524
12603
|
# @!attribute [rw] message
|
@@ -12565,7 +12644,7 @@ module Aws::SSM
|
|
12565
12644
|
# The Amazon Web Services users that should no longer have access to
|
12566
12645
|
# the document. The Amazon Web Services user can either be a group of
|
12567
12646
|
# account IDs or *All*. This action has a higher priority than
|
12568
|
-
#
|
12647
|
+
# `AccountIdsToAdd`. If you specify an ID to add and the same ID to
|
12569
12648
|
# remove, the system removes access to the document.
|
12570
12649
|
# @return [Array<String>]
|
12571
12650
|
#
|
@@ -12775,8 +12854,8 @@ module Aws::SSM
|
|
12775
12854
|
# Services resource, OpsCenter aggregates information from Config,
|
12776
12855
|
# CloudTrail logs, and EventBridge, so you don't have to navigate
|
12777
12856
|
# across multiple console pages during your investigation. For more
|
12778
|
-
# information, see [OpsCenter][1] in
|
12779
|
-
# Manager User Guide*.
|
12857
|
+
# information, see [Amazon Web Services Systems Manager OpsCenter][1] in
|
12858
|
+
# the *Amazon Web Services Systems Manager User Guide*.
|
12780
12859
|
#
|
12781
12860
|
#
|
12782
12861
|
#
|
@@ -13882,13 +13961,18 @@ module Aws::SSM
|
|
13882
13961
|
include Aws::Structure
|
13883
13962
|
end
|
13884
13963
|
|
13885
|
-
# Metadata includes information like the
|
13886
|
-
#
|
13964
|
+
# Metadata includes information like the Amazon Resource Name (ARN) of
|
13965
|
+
# the last user to update the parameter and the date and time the
|
13966
|
+
# parameter was last used.
|
13887
13967
|
#
|
13888
13968
|
# @!attribute [rw] name
|
13889
13969
|
# The parameter name.
|
13890
13970
|
# @return [String]
|
13891
13971
|
#
|
13972
|
+
# @!attribute [rw] arn
|
13973
|
+
# The (ARN) of the last user to update the parameter.
|
13974
|
+
# @return [String]
|
13975
|
+
#
|
13892
13976
|
# @!attribute [rw] type
|
13893
13977
|
# The type of parameter. Valid parameter types include the following:
|
13894
13978
|
# `String`, `StringList`, and `SecureString`.
|
@@ -13939,6 +14023,7 @@ module Aws::SSM
|
|
13939
14023
|
#
|
13940
14024
|
class ParameterMetadata < Struct.new(
|
13941
14025
|
:name,
|
14026
|
+
:arn,
|
13942
14027
|
:type,
|
13943
14028
|
:key_id,
|
13944
14029
|
:last_modified_date,
|
@@ -14679,7 +14764,7 @@ module Aws::SSM
|
|
14679
14764
|
# A summary of the call execution that includes an execution ID, the
|
14680
14765
|
# type of execution (for example, `Command`), and the date/time of the
|
14681
14766
|
# execution using a datetime object that is saved in the following
|
14682
|
-
# format: yyyy-MM-dd'T'HH:mm:ss'Z'
|
14767
|
+
# format: `yyyy-MM-dd'T'HH:mm:ss'Z'`
|
14683
14768
|
# @return [Types::ComplianceExecutionSummary]
|
14684
14769
|
#
|
14685
14770
|
# @!attribute [rw] items
|
@@ -14760,10 +14845,17 @@ module Aws::SSM
|
|
14760
14845
|
|
14761
14846
|
# @!attribute [rw] name
|
14762
14847
|
# The fully qualified name of the parameter that you want to add to
|
14763
|
-
# the system.
|
14764
|
-
#
|
14765
|
-
#
|
14766
|
-
#
|
14848
|
+
# the system.
|
14849
|
+
#
|
14850
|
+
# <note markdown="1"> You can't enter the Amazon Resource Name (ARN) for a parameter,
|
14851
|
+
# only the parameter name itself.
|
14852
|
+
#
|
14853
|
+
# </note>
|
14854
|
+
#
|
14855
|
+
# The fully qualified name includes the complete hierarchy of the
|
14856
|
+
# parameter path and name. For parameters in a hierarchy, you must
|
14857
|
+
# include a leading forward slash character (/) when you create or
|
14858
|
+
# reference a parameter. For example:
|
14767
14859
|
# `/Dev/DBServer/MySQL/db-string13`
|
14768
14860
|
#
|
14769
14861
|
# Naming Constraints:
|
@@ -14903,8 +14995,8 @@ module Aws::SSM
|
|
14903
14995
|
# configured to use parameter policies. You can create a maximum of
|
14904
14996
|
# 100,000 advanced parameters for each Region in an Amazon Web
|
14905
14997
|
# Services account. Advanced parameters incur a charge. For more
|
14906
|
-
# information, see [
|
14907
|
-
#
|
14998
|
+
# information, see [Managing parameter tiers][1] in the *Amazon Web
|
14999
|
+
# Services Systems Manager User Guide*.
|
14908
15000
|
#
|
14909
15001
|
# You can change a standard parameter to an advanced parameter any
|
14910
15002
|
# time. But you can't revert an advanced parameter to a standard
|
@@ -14964,7 +15056,7 @@ module Aws::SSM
|
|
14964
15056
|
#
|
14965
15057
|
#
|
14966
15058
|
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html
|
14967
|
-
# [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/ps-default-tier
|
15059
|
+
# [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html#ps-default-tier
|
14968
15060
|
# @return [String]
|
14969
15061
|
#
|
14970
15062
|
# @!attribute [rw] policies
|
@@ -15029,7 +15121,7 @@ module Aws::SSM
|
|
15029
15121
|
# created successfully, see [Setting up notifications or trigger
|
15030
15122
|
# actions based on Parameter Store events][1]. For more information
|
15031
15123
|
# about AMI format validation , see [Native parameter support for
|
15032
|
-
# Amazon Machine Image
|
15124
|
+
# Amazon Machine Image IDs][2].
|
15033
15125
|
#
|
15034
15126
|
# </note>
|
15035
15127
|
#
|
@@ -15338,18 +15430,13 @@ module Aws::SSM
|
|
15338
15430
|
# service-linked role for Systems Manager exists in your account, it
|
15339
15431
|
# is created when you run `RegisterTaskWithMaintenanceWindow`.
|
15340
15432
|
#
|
15341
|
-
# For more information, see
|
15342
|
-
# Web Services Systems Manager User
|
15343
|
-
#
|
15344
|
-
# * [Using service-linked roles for Systems Manager][1]
|
15345
|
-
#
|
15346
|
-
# * [Should I use a service-linked role or a custom service role to
|
15347
|
-
# 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*:
|
15348
15436
|
#
|
15349
15437
|
#
|
15350
15438
|
#
|
15351
15439
|
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions
|
15352
|
-
# [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role
|
15353
15440
|
# @return [String]
|
15354
15441
|
#
|
15355
15442
|
# @!attribute [rw] task_type
|
@@ -15993,13 +16080,13 @@ module Aws::SSM
|
|
15993
16080
|
# Organizations options, then Systems Manager automatically enables
|
15994
16081
|
# all OpsData sources in the selected Amazon Web Services Regions for
|
15995
16082
|
# all Amazon Web Services accounts in your organization (or in the
|
15996
|
-
# selected organization units). For more information, see [
|
15997
|
-
#
|
15998
|
-
# 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*.
|
15999
16086
|
#
|
16000
16087
|
#
|
16001
16088
|
#
|
16002
|
-
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-
|
16089
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resource-data-sync.html
|
16003
16090
|
# @return [Boolean]
|
16004
16091
|
#
|
16005
16092
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResourceDataSyncSource AWS API Documentation
|
@@ -16072,13 +16159,13 @@ module Aws::SSM
|
|
16072
16159
|
# Organizations options, then Systems Manager automatically enables
|
16073
16160
|
# all OpsData sources in the selected Amazon Web Services Regions for
|
16074
16161
|
# all Amazon Web Services accounts in your organization (or in the
|
16075
|
-
# selected organization units). For more information, see [
|
16076
|
-
#
|
16077
|
-
# 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*.
|
16078
16165
|
#
|
16079
16166
|
#
|
16080
16167
|
#
|
16081
|
-
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-
|
16168
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resource-data-sync.html
|
16082
16169
|
# @return [Boolean]
|
16083
16170
|
#
|
16084
16171
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResourceDataSyncSourceWithState AWS API Documentation
|
@@ -16131,6 +16218,19 @@ module Aws::SSM
|
|
16131
16218
|
include Aws::Structure
|
16132
16219
|
end
|
16133
16220
|
|
16221
|
+
# The specified parameter to be shared could not be found.
|
16222
|
+
#
|
16223
|
+
# @!attribute [rw] message
|
16224
|
+
# @return [String]
|
16225
|
+
#
|
16226
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResourceNotFoundException AWS API Documentation
|
16227
|
+
#
|
16228
|
+
class ResourceNotFoundException < Struct.new(
|
16229
|
+
:message)
|
16230
|
+
SENSITIVE = []
|
16231
|
+
include Aws::Structure
|
16232
|
+
end
|
16233
|
+
|
16134
16234
|
# The hash provided in the call doesn't match the stored hash. This
|
16135
16235
|
# exception is thrown when trying to update an obsolete policy version
|
16136
16236
|
# or when multiple requests to update a policy are sent.
|
@@ -16187,6 +16287,19 @@ module Aws::SSM
|
|
16187
16287
|
include Aws::Structure
|
16188
16288
|
end
|
16189
16289
|
|
16290
|
+
# No policies with the specified policy ID and hash could be found.
|
16291
|
+
#
|
16292
|
+
# @!attribute [rw] message
|
16293
|
+
# @return [String]
|
16294
|
+
#
|
16295
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResourcePolicyNotFoundException AWS API Documentation
|
16296
|
+
#
|
16297
|
+
class ResourcePolicyNotFoundException < Struct.new(
|
16298
|
+
:message)
|
16299
|
+
SENSITIVE = []
|
16300
|
+
include Aws::Structure
|
16301
|
+
end
|
16302
|
+
|
16190
16303
|
# The inventory item result attribute.
|
16191
16304
|
#
|
16192
16305
|
# @!attribute [rw] type_name
|
@@ -16469,9 +16582,8 @@ module Aws::SSM
|
|
16469
16582
|
# identify the managed nodes to send commands to, you can a send
|
16470
16583
|
# command to tens, hundreds, or thousands of nodes at once.
|
16471
16584
|
#
|
16472
|
-
# For more information about how to use targets, see [
|
16473
|
-
#
|
16474
|
-
# 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*.
|
16475
16587
|
#
|
16476
16588
|
#
|
16477
16589
|
#
|
@@ -16489,9 +16601,8 @@ module Aws::SSM
|
|
16489
16601
|
# To send a command to a smaller number of managed nodes, you can use
|
16490
16602
|
# the `InstanceIds` option instead.
|
16491
16603
|
#
|
16492
|
-
# For more information about how to use targets, see [
|
16493
|
-
#
|
16494
|
-
# 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*.
|
16495
16606
|
#
|
16496
16607
|
#
|
16497
16608
|
#
|
@@ -16503,7 +16614,7 @@ module Aws::SSM
|
|
16503
16614
|
# document) to run. This can be a public document or a custom
|
16504
16615
|
# document. To run a shared document belonging to another account,
|
16505
16616
|
# specify the document Amazon Resource Name (ARN). For more
|
16506
|
-
# information about how to use shared documents, see [
|
16617
|
+
# information about how to use shared documents, see [Sharing SSM
|
16507
16618
|
# documents][1] in the *Amazon Web Services Systems Manager User
|
16508
16619
|
# Guide*.
|
16509
16620
|
#
|
@@ -16970,12 +17081,12 @@ module Aws::SSM
|
|
16970
17081
|
# The name of the SSM document to run. This can be a public document
|
16971
17082
|
# or a custom document. To run a shared document belonging to another
|
16972
17083
|
# account, specify the document ARN. For more information about how to
|
16973
|
-
# use shared documents, see [
|
16974
|
-
#
|
17084
|
+
# use shared documents, see [Sharing SSM documents][1] in the *Amazon
|
17085
|
+
# Web Services Systems Manager User Guide*.
|
16975
17086
|
#
|
16976
17087
|
#
|
16977
17088
|
#
|
16978
|
-
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-
|
17089
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-ssm-sharing.html
|
16979
17090
|
# @return [String]
|
16980
17091
|
#
|
16981
17092
|
# @!attribute [rw] document_version
|
@@ -17595,8 +17706,8 @@ module Aws::SSM
|
|
17595
17706
|
# Amazon Web Services Region where the association was created.
|
17596
17707
|
#
|
17597
17708
|
# For more information about how to send commands that target managed
|
17598
|
-
# nodes using `Key,Value` parameters, see [Targeting multiple
|
17599
|
-
#
|
17709
|
+
# nodes using `Key,Value` parameters, see [Targeting multiple managed
|
17710
|
+
# nodes][2] in the *Amazon Web Services Systems Manager User Guide*.
|
17600
17711
|
#
|
17601
17712
|
#
|
17602
17713
|
#
|
@@ -17774,6 +17885,11 @@ module Aws::SSM
|
|
17774
17885
|
# @!attribute [rw] name
|
17775
17886
|
# The name of the parameter from which you want to delete one or more
|
17776
17887
|
# labels.
|
17888
|
+
#
|
17889
|
+
# <note markdown="1"> You can't enter the Amazon Resource Name (ARN) for a parameter,
|
17890
|
+
# only the parameter name itself.
|
17891
|
+
#
|
17892
|
+
# </note>
|
17777
17893
|
# @return [String]
|
17778
17894
|
#
|
17779
17895
|
# @!attribute [rw] parameter_version
|
@@ -17829,8 +17945,9 @@ module Aws::SSM
|
|
17829
17945
|
# Patching for applications released by Microsoft is only available on
|
17830
17946
|
# EC2 instances and advanced instances. To patch applications released
|
17831
17947
|
# by Microsoft on on-premises servers and VMs, you must enable advanced
|
17832
|
-
# instances. For more information, see [
|
17833
|
-
# tier][1] in the *Amazon Web Services Systems
|
17948
|
+
# instances. For more information, see [Turning on the
|
17949
|
+
# advanced-instances tier][1] in the *Amazon Web Services Systems
|
17950
|
+
# Manager User Guide*.
|
17834
17951
|
#
|
17835
17952
|
#
|
17836
17953
|
#
|
@@ -17909,8 +18026,8 @@ module Aws::SSM
|
|
17909
18026
|
end
|
17910
18027
|
|
17911
18028
|
# The document doesn't support the platform type of the given managed
|
17912
|
-
# node
|
17913
|
-
#
|
18029
|
+
# node IDs. For example, you sent an document for a Windows managed node
|
18030
|
+
# to a Linux node.
|
17914
18031
|
#
|
17915
18032
|
# @!attribute [rw] message
|
17916
18033
|
# @return [String]
|
@@ -18665,18 +18782,13 @@ module Aws::SSM
|
|
18665
18782
|
# service-linked role for Systems Manager exists in your account, it
|
18666
18783
|
# is created when you run `RegisterTaskWithMaintenanceWindow`.
|
18667
18784
|
#
|
18668
|
-
# For more information, see
|
18669
|
-
# Web Services Systems Manager User
|
18670
|
-
#
|
18671
|
-
# * [Using service-linked roles for Systems Manager][1]
|
18672
|
-
#
|
18673
|
-
# * [Should I use a service-linked role or a custom service role to
|
18674
|
-
# 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*:
|
18675
18788
|
#
|
18676
18789
|
#
|
18677
18790
|
#
|
18678
18791
|
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions
|
18679
|
-
# [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role
|
18680
18792
|
# @return [String]
|
18681
18793
|
#
|
18682
18794
|
# @!attribute [rw] task_parameters
|
@@ -18956,8 +19068,9 @@ module Aws::SSM
|
|
18956
19068
|
# want to assign to the managed node. This IAM role must provide
|
18957
19069
|
# AssumeRole permissions for the Amazon Web Services Systems Manager
|
18958
19070
|
# service principal `ssm.amazonaws.com`. For more information, see
|
18959
|
-
# [Create an IAM service role for a hybrid
|
18960
|
-
# *Amazon Web Services Systems Manager User
|
19071
|
+
# [Create an IAM service role for a hybrid and multicloud
|
19072
|
+
# environment][1] in the *Amazon Web Services Systems Manager User
|
19073
|
+
# Guide*.
|
18961
19074
|
#
|
18962
19075
|
# <note markdown="1"> You can't specify an IAM service-linked role for this parameter.
|
18963
19076
|
# You must create a unique role.
|
@@ -19220,12 +19333,13 @@ module Aws::SSM
|
|
19220
19333
|
# baseline, and its status is reported as `InstalledOther`. This is
|
19221
19334
|
# the default action if no option is specified.
|
19222
19335
|
#
|
19223
|
-
# *
|
19224
|
-
#
|
19225
|
-
#
|
19226
|
-
#
|
19227
|
-
#
|
19228
|
-
# is reported as
|
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*.
|
19229
19343
|
# @return [String]
|
19230
19344
|
#
|
19231
19345
|
# @!attribute [rw] description
|