aws-sdk-ssm 1.112.0 → 1.116.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssm/client.rb +163 -103
- data/lib/aws-sdk-ssm/types.rb +233 -149
- data/lib/aws-sdk-ssm.rb +1 -1
- metadata +4 -4
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -10,11 +10,12 @@
|
|
10
10
|
module Aws::SSM
|
11
11
|
module Types
|
12
12
|
|
13
|
-
# Information includes the account ID where the
|
14
|
-
# shared and the version shared with that account.
|
13
|
+
# Information includes the Amazon Web Services account ID where the
|
14
|
+
# current document is shared and the version shared with that account.
|
15
15
|
#
|
16
16
|
# @!attribute [rw] account_id
|
17
|
-
# The account ID where the current document is
|
17
|
+
# The Amazon Web Services account ID where the current document is
|
18
|
+
# shared.
|
18
19
|
# @return [String]
|
19
20
|
#
|
20
21
|
# @!attribute [rw] shared_document_version
|
@@ -263,7 +264,7 @@ module Aws::SSM
|
|
263
264
|
# @return [String]
|
264
265
|
#
|
265
266
|
# @!attribute [rw] instance_id
|
266
|
-
# The ID
|
267
|
+
# The instance ID.
|
267
268
|
# @return [String]
|
268
269
|
#
|
269
270
|
# @!attribute [rw] association_id
|
@@ -331,7 +332,7 @@ module Aws::SSM
|
|
331
332
|
# @return [String]
|
332
333
|
#
|
333
334
|
# @!attribute [rw] instance_id
|
334
|
-
# The ID
|
335
|
+
# The instance ID.
|
335
336
|
# @return [String]
|
336
337
|
#
|
337
338
|
# @!attribute [rw] association_version
|
@@ -471,8 +472,8 @@ module Aws::SSM
|
|
471
472
|
# @return [Array<String>]
|
472
473
|
#
|
473
474
|
# @!attribute [rw] target_locations
|
474
|
-
# The combination of
|
475
|
-
# association.
|
475
|
+
# The combination of Amazon Web Services Regions and Amazon Web
|
476
|
+
# Services accounts where you want to run the association.
|
476
477
|
# @return [Array<Types::TargetLocation>]
|
477
478
|
#
|
478
479
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AssociationDescription AWS API Documentation
|
@@ -922,8 +923,9 @@ module Aws::SSM
|
|
922
923
|
# @return [Array<String>]
|
923
924
|
#
|
924
925
|
# @!attribute [rw] target_locations
|
925
|
-
# The combination of
|
926
|
-
#
|
926
|
+
# The combination of Amazon Web Services Regions and Amazon Web
|
927
|
+
# Services accounts where you wanted to run the association when this
|
928
|
+
# association version was created.
|
927
929
|
# @return [Array<Types::TargetLocation>]
|
928
930
|
#
|
929
931
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AssociationVersionInfo AWS API Documentation
|
@@ -1223,8 +1225,8 @@ module Aws::SSM
|
|
1223
1225
|
# @return [String]
|
1224
1226
|
#
|
1225
1227
|
# @!attribute [rw] target_locations
|
1226
|
-
# The combination of Regions and/or
|
1227
|
-
# Automation.
|
1228
|
+
# The combination of Amazon Web Services Regions and/or Amazon Web
|
1229
|
+
# Services accounts where you want to run the Automation.
|
1228
1230
|
# @return [Array<Types::TargetLocation>]
|
1229
1231
|
#
|
1230
1232
|
# @!attribute [rw] progress_counters
|
@@ -1441,9 +1443,10 @@ module Aws::SSM
|
|
1441
1443
|
# @!attribute [rw] automation_type
|
1442
1444
|
# Use this filter with DescribeAutomationExecutions. Specify either
|
1443
1445
|
# Local or CrossAccount. CrossAccount is an Automation that runs in
|
1444
|
-
# multiple
|
1445
|
-
#
|
1446
|
-
#
|
1446
|
+
# multiple Amazon Web Services Regions and Amazon Web Services
|
1447
|
+
# accounts. For more information, see [Running Automation workflows in
|
1448
|
+
# multiple Amazon Web Services Regions and accounts][1] in the *Amazon
|
1449
|
+
# Web Services Systems Manager User Guide*.
|
1447
1450
|
#
|
1448
1451
|
#
|
1449
1452
|
#
|
@@ -1868,7 +1871,7 @@ module Aws::SSM
|
|
1868
1871
|
# @!attribute [rw] output_s3_region
|
1869
1872
|
# (Deprecated) You can no longer specify this parameter. The system
|
1870
1873
|
# ignores it. Instead, Systems Manager automatically determines the
|
1871
|
-
# Region of the S3 bucket.
|
1874
|
+
# Amazon Web Services Region of the S3 bucket.
|
1872
1875
|
# @return [String]
|
1873
1876
|
#
|
1874
1877
|
# @!attribute [rw] output_s3_bucket_name
|
@@ -2657,12 +2660,12 @@ module Aws::SSM
|
|
2657
2660
|
# @return [String]
|
2658
2661
|
#
|
2659
2662
|
# @!attribute [rw] iam_role
|
2660
|
-
# The Identity and Access Management (IAM) role that you
|
2661
|
-
# assign to the managed instance. This
|
2662
|
-
# permissions for the Amazon Web Services Systems Manager
|
2663
|
-
# principal `ssm.amazonaws.com`. For more information, see
|
2664
|
-
# IAM service role for a hybrid environment][1] in the
|
2665
|
-
# Services Systems Manager User Guide*.
|
2663
|
+
# The name of the Identity and Access Management (IAM) role that you
|
2664
|
+
# want to assign to the managed instance. This IAM role must provide
|
2665
|
+
# AssumeRole permissions for the Amazon Web Services Systems Manager
|
2666
|
+
# service principal `ssm.amazonaws.com`. For more information, see
|
2667
|
+
# [Create an IAM service role for a hybrid environment][1] in the
|
2668
|
+
# *Amazon Web Services Systems Manager User Guide*.
|
2666
2669
|
#
|
2667
2670
|
#
|
2668
2671
|
#
|
@@ -2855,8 +2858,9 @@ module Aws::SSM
|
|
2855
2858
|
# you created, or a document that is shared with you from another
|
2856
2859
|
# account.
|
2857
2860
|
#
|
2858
|
-
# For SSM documents that are shared with you from other
|
2859
|
-
# must specify the complete SSM document ARN,
|
2861
|
+
# For SSM documents that are shared with you from other Amazon Web
|
2862
|
+
# Services accounts, you must specify the complete SSM document ARN,
|
2863
|
+
# in the following format:
|
2860
2864
|
#
|
2861
2865
|
# `arn:aws:ssm:region:account-id:document/document-name `
|
2862
2866
|
#
|
@@ -2870,7 +2874,18 @@ module Aws::SSM
|
|
2870
2874
|
# @return [String]
|
2871
2875
|
#
|
2872
2876
|
# @!attribute [rw] instance_id
|
2873
|
-
# The ID
|
2877
|
+
# The instance ID.
|
2878
|
+
#
|
2879
|
+
# <note markdown="1"> `InstanceId` has been deprecated. To specify an instance ID for an
|
2880
|
+
# association, use the `Targets` parameter. Requests that include the
|
2881
|
+
# parameter `InstanceID` with Systems Manager documents (SSM
|
2882
|
+
# documents) that use schema version 2.0 or later will fail. In
|
2883
|
+
# addition, if you use the parameter `InstanceId`, you can't use the
|
2884
|
+
# parameters `AssociationName`, `DocumentVersion`, `MaxErrors`,
|
2885
|
+
# `MaxConcurrency`, `OutputLocation`, or `ScheduleExpression`. To use
|
2886
|
+
# these parameters, you must use the `Targets` parameter.
|
2887
|
+
#
|
2888
|
+
# </note>
|
2874
2889
|
# @return [String]
|
2875
2890
|
#
|
2876
2891
|
# @!attribute [rw] parameters
|
@@ -3073,8 +3088,8 @@ module Aws::SSM
|
|
3073
3088
|
# account.
|
3074
3089
|
#
|
3075
3090
|
# For Systems Manager documents (SSM documents) that are shared with
|
3076
|
-
# you from other accounts, you must specify the
|
3077
|
-
# ARN, in the following format:
|
3091
|
+
# you from other Amazon Web Services accounts, you must specify the
|
3092
|
+
# complete SSM document ARN, in the following format:
|
3078
3093
|
#
|
3079
3094
|
# `arn:partition:ssm:region:account-id:document/document-name `
|
3080
3095
|
#
|
@@ -3114,10 +3129,10 @@ module Aws::SSM
|
|
3114
3129
|
# @!attribute [rw] targets
|
3115
3130
|
# The targets for the association. You can target instances by using
|
3116
3131
|
# tags, Amazon Web Services resource groups, all instances in an
|
3117
|
-
# account, or individual instance IDs. For more
|
3118
|
-
# choosing targets for an association, see [Using
|
3119
|
-
# controls with State Manager associations][1] in the
|
3120
|
-
# Services Systems Manager User Guide*.
|
3132
|
+
# Amazon Web Services account, or individual instance IDs. For more
|
3133
|
+
# information about choosing targets for an association, see [Using
|
3134
|
+
# targets and rate controls with State Manager associations][1] in the
|
3135
|
+
# *Amazon Web Services Systems Manager User Guide*.
|
3121
3136
|
#
|
3122
3137
|
#
|
3123
3138
|
#
|
@@ -3217,9 +3232,10 @@ module Aws::SSM
|
|
3217
3232
|
# @return [Array<String>]
|
3218
3233
|
#
|
3219
3234
|
# @!attribute [rw] target_locations
|
3220
|
-
# A location is a combination of
|
3221
|
-
#
|
3222
|
-
# multiple Regions and
|
3235
|
+
# A location is a combination of Amazon Web Services Regions and
|
3236
|
+
# Amazon Web Services accounts where you want to run the association.
|
3237
|
+
# Use this action to create an association in multiple Regions and
|
3238
|
+
# multiple accounts.
|
3223
3239
|
# @return [Array<Types::TargetLocation>]
|
3224
3240
|
#
|
3225
3241
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociationRequest AWS API Documentation
|
@@ -3808,8 +3824,9 @@ module Aws::SSM
|
|
3808
3824
|
# maximum of five tags for an OpsMetadata object. Tags enable you to
|
3809
3825
|
# categorize a resource in different ways, such as by purpose, owner,
|
3810
3826
|
# or environment. For example, you might want to tag an OpsMetadata
|
3811
|
-
# object to identify an environment or target
|
3812
|
-
# you could specify the following key-value
|
3827
|
+
# object to identify an environment or target Amazon Web Services
|
3828
|
+
# Region. In this case, you could specify the following key-value
|
3829
|
+
# pairs:
|
3813
3830
|
#
|
3814
3831
|
# * `Key=Environment,Value=Production`
|
3815
3832
|
#
|
@@ -4079,10 +4096,10 @@ module Aws::SSM
|
|
4079
4096
|
# synchronizes data to an S3 bucket for Inventory. If you specify
|
4080
4097
|
# `SyncToDestination`, you must provide a value for `S3Destination`.
|
4081
4098
|
# Specify `SyncFromSource` to synchronize data from a single account
|
4082
|
-
# and multiple Regions, or multiple
|
4083
|
-
#
|
4084
|
-
#
|
4085
|
-
# `SyncToDestination`.
|
4099
|
+
# and multiple Regions, or multiple Amazon Web Services accounts and
|
4100
|
+
# Amazon Web Services Regions, as listed in Organizations for
|
4101
|
+
# Explorer. If you specify `SyncFromSource`, you must provide a value
|
4102
|
+
# for `SyncSource`. The default value is `SyncToDestination`.
|
4086
4103
|
# @return [String]
|
4087
4104
|
#
|
4088
4105
|
# @!attribute [rw] sync_source
|
@@ -4156,7 +4173,18 @@ module Aws::SSM
|
|
4156
4173
|
# @return [String]
|
4157
4174
|
#
|
4158
4175
|
# @!attribute [rw] instance_id
|
4159
|
-
# The ID
|
4176
|
+
# The instance ID.
|
4177
|
+
#
|
4178
|
+
# <note markdown="1"> `InstanceId` has been deprecated. To specify an instance ID for an
|
4179
|
+
# association, use the `Targets` parameter. Requests that include the
|
4180
|
+
# parameter `InstanceID` with Systems Manager documents (SSM
|
4181
|
+
# documents) that use schema version 2.0 or later will fail. In
|
4182
|
+
# addition, if you use the parameter `InstanceId`, you can't use the
|
4183
|
+
# parameters `AssociationName`, `DocumentVersion`, `MaxErrors`,
|
4184
|
+
# `MaxConcurrency`, `OutputLocation`, or `ScheduleExpression`. To use
|
4185
|
+
# these parameters, you must use the `Targets` parameter.
|
4186
|
+
#
|
4187
|
+
# </note>
|
4160
4188
|
# @return [String]
|
4161
4189
|
#
|
4162
4190
|
# @!attribute [rw] association_id
|
@@ -4396,7 +4424,9 @@ module Aws::SSM
|
|
4396
4424
|
# }
|
4397
4425
|
#
|
4398
4426
|
# @!attribute [rw] names
|
4399
|
-
# The names of the parameters to delete.
|
4427
|
+
# The names of the parameters to delete. After deleting a parameter,
|
4428
|
+
# wait for at least 30 seconds to create a parameter with the same
|
4429
|
+
# name.
|
4400
4430
|
# @return [Array<String>]
|
4401
4431
|
#
|
4402
4432
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteParametersRequest AWS API Documentation
|
@@ -4711,7 +4741,7 @@ module Aws::SSM
|
|
4711
4741
|
end
|
4712
4742
|
|
4713
4743
|
# @!attribute [rw] activation_list
|
4714
|
-
# A list of activations for your account.
|
4744
|
+
# A list of activations for your Amazon Web Services account.
|
4715
4745
|
# @return [Array<Types::Activation>]
|
4716
4746
|
#
|
4717
4747
|
# @!attribute [rw] next_token
|
@@ -5252,12 +5282,12 @@ module Aws::SSM
|
|
5252
5282
|
|
5253
5283
|
# @!attribute [rw] account_ids
|
5254
5284
|
# The account IDs that have permission to use this document. The ID
|
5255
|
-
# can be either an account or *All*.
|
5285
|
+
# can be either an Amazon Web Services account or *All*.
|
5256
5286
|
# @return [Array<String>]
|
5257
5287
|
#
|
5258
5288
|
# @!attribute [rw] account_sharing_info_list
|
5259
|
-
# A list of accounts where the current document is
|
5260
|
-
# version shared with each account.
|
5289
|
+
# A list of Amazon Web Services accounts where the current document is
|
5290
|
+
# shared and the version shared with each account.
|
5261
5291
|
# @return [Array<Types::AccountSharingInfo>]
|
5262
5292
|
#
|
5263
5293
|
# @!attribute [rw] next_token
|
@@ -8201,7 +8231,7 @@ module Aws::SSM
|
|
8201
8231
|
# }
|
8202
8232
|
#
|
8203
8233
|
# @!attribute [rw] target
|
8204
|
-
# The ID
|
8234
|
+
# The instance ID.
|
8205
8235
|
# @return [String]
|
8206
8236
|
#
|
8207
8237
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetConnectionStatusRequest AWS API Documentation
|
@@ -8341,7 +8371,7 @@ module Aws::SSM
|
|
8341
8371
|
end
|
8342
8372
|
|
8343
8373
|
# @!attribute [rw] instance_id
|
8344
|
-
# The ID
|
8374
|
+
# The instance ID.
|
8345
8375
|
# @return [String]
|
8346
8376
|
#
|
8347
8377
|
# @!attribute [rw] snapshot_id
|
@@ -9384,7 +9414,7 @@ module Aws::SSM
|
|
9384
9414
|
end
|
9385
9415
|
|
9386
9416
|
# @!attribute [rw] entities
|
9387
|
-
# The list of aggregated and filtered OpsData.
|
9417
|
+
# The list of aggregated details and filtered OpsData.
|
9388
9418
|
# @return [Array<Types::OpsEntity>]
|
9389
9419
|
#
|
9390
9420
|
# @!attribute [rw] next_token
|
@@ -9470,6 +9500,9 @@ module Aws::SSM
|
|
9470
9500
|
#
|
9471
9501
|
# @!attribute [rw] name
|
9472
9502
|
# The name of the parameter you want to query.
|
9503
|
+
#
|
9504
|
+
# To query by parameter label, use `"Name": "name:label"`. To query by
|
9505
|
+
# parameter version, use `"Name": "name:version"`.
|
9473
9506
|
# @return [String]
|
9474
9507
|
#
|
9475
9508
|
# @!attribute [rw] with_decryption
|
@@ -9604,6 +9637,9 @@ module Aws::SSM
|
|
9604
9637
|
#
|
9605
9638
|
# @!attribute [rw] names
|
9606
9639
|
# Names of the parameters for which you want to query information.
|
9640
|
+
#
|
9641
|
+
# To query by parameter label, use `"Name": "name:label"`. To query by
|
9642
|
+
# parameter version, use `"Name": "name:version"`.
|
9607
9643
|
# @return [Array<String>]
|
9608
9644
|
#
|
9609
9645
|
# @!attribute [rw] with_decryption
|
@@ -9699,6 +9735,15 @@ module Aws::SSM
|
|
9699
9735
|
#
|
9700
9736
|
# @!attribute [rw] baseline_id
|
9701
9737
|
# The ID of the patch baseline to retrieve.
|
9738
|
+
#
|
9739
|
+
# <note markdown="1"> To retrieve information about an Amazon Web Services managed patch
|
9740
|
+
# baseline, specify the full Amazon Resource Name (ARN) of the
|
9741
|
+
# baseline. For example, for the baseline
|
9742
|
+
# `AWS-AmazonLinuxDefaultPatchBaseline`, specify
|
9743
|
+
# `arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7`
|
9744
|
+
# instead of `pb-0e392de35e7c563b7`.
|
9745
|
+
#
|
9746
|
+
# </note>
|
9702
9747
|
# @return [String]
|
9703
9748
|
#
|
9704
9749
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaselineRequest AWS API Documentation
|
@@ -12143,11 +12188,11 @@ module Aws::SSM
|
|
12143
12188
|
# }
|
12144
12189
|
#
|
12145
12190
|
# @!attribute [rw] name
|
12146
|
-
# The name of the
|
12191
|
+
# The name of the change template.
|
12147
12192
|
# @return [String]
|
12148
12193
|
#
|
12149
12194
|
# @!attribute [rw] document_version
|
12150
|
-
# The version of the
|
12195
|
+
# The version of the change template.
|
12151
12196
|
# @return [String]
|
12152
12197
|
#
|
12153
12198
|
# @!attribute [rw] metadata
|
@@ -12179,20 +12224,21 @@ module Aws::SSM
|
|
12179
12224
|
end
|
12180
12225
|
|
12181
12226
|
# @!attribute [rw] name
|
12182
|
-
# The name of the
|
12227
|
+
# The name of the change template.
|
12183
12228
|
# @return [String]
|
12184
12229
|
#
|
12185
12230
|
# @!attribute [rw] document_version
|
12186
|
-
# The version of the
|
12231
|
+
# The version of the change template.
|
12187
12232
|
# @return [String]
|
12188
12233
|
#
|
12189
12234
|
# @!attribute [rw] author
|
12190
12235
|
# The user ID of the person in the organization who requested the
|
12191
|
-
#
|
12236
|
+
# review of the change template.
|
12192
12237
|
# @return [String]
|
12193
12238
|
#
|
12194
12239
|
# @!attribute [rw] metadata
|
12195
|
-
# Information about the response to the
|
12240
|
+
# Information about the response to the change template approval
|
12241
|
+
# request.
|
12196
12242
|
# @return [Types::DocumentMetadataResponseInfo]
|
12197
12243
|
#
|
12198
12244
|
# @!attribute [rw] next_token
|
@@ -12697,8 +12743,8 @@ module Aws::SSM
|
|
12697
12743
|
# View a list of resource data syncs according to the sync type.
|
12698
12744
|
# Specify `SyncToDestination` to view resource data syncs that
|
12699
12745
|
# synchronize data to an Amazon S3 bucket. Specify `SyncFromSource` to
|
12700
|
-
# view resource data syncs from Organizations or from multiple
|
12701
|
-
# Regions.
|
12746
|
+
# view resource data syncs from Organizations or from multiple Amazon
|
12747
|
+
# Web Services Regions.
|
12702
12748
|
# @return [String]
|
12703
12749
|
#
|
12704
12750
|
# @!attribute [rw] next_token
|
@@ -12809,7 +12855,7 @@ module Aws::SSM
|
|
12809
12855
|
# @return [String]
|
12810
12856
|
#
|
12811
12857
|
# @!attribute [rw] s3_region
|
12812
|
-
# The Region where the S3 bucket is located.
|
12858
|
+
# The Amazon Web Services Region where the S3 bucket is located.
|
12813
12859
|
# @return [String]
|
12814
12860
|
#
|
12815
12861
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/LoggingInfo AWS API Documentation
|
@@ -13991,17 +14037,33 @@ module Aws::SSM
|
|
13991
14037
|
|
13992
14038
|
# Operations engineers and IT professionals use Amazon Web Services
|
13993
14039
|
# Systems Manager OpsCenter to view, investigate, and remediate
|
13994
|
-
# operational
|
13995
|
-
# Amazon Web Services resources.
|
13996
|
-
#
|
13997
|
-
#
|
14040
|
+
# operational work items (OpsItems) impacting the performance and health
|
14041
|
+
# of their Amazon Web Services resources. OpsCenter is integrated with
|
14042
|
+
# Amazon EventBridge and Amazon CloudWatch. This means you can configure
|
14043
|
+
# these services to automatically create an OpsItem in OpsCenter when a
|
14044
|
+
# CloudWatch alarm enters the ALARM state or when EventBridge processes
|
14045
|
+
# an event from any Amazon Web Services service that publishes events.
|
14046
|
+
# Configuring Amazon CloudWatch alarms and EventBridge events to
|
14047
|
+
# automatically create OpsItems allows you to quickly diagnose and
|
14048
|
+
# remediate issues with Amazon Web Services resources from a single
|
14049
|
+
# console.
|
14050
|
+
#
|
14051
|
+
# To help you diagnose issues, each OpsItem includes contextually
|
14052
|
+
# relevant information such as the name and ID of the Amazon Web
|
14053
|
+
# Services resource that generated the OpsItem, alarm or event details,
|
14054
|
+
# alarm history, and an alarm timeline graph. For the Amazon Web
|
14055
|
+
# Services resource, OpsCenter aggregates information from Config,
|
14056
|
+
# CloudTrail logs, and EventBridge, so you don't have to navigate
|
14057
|
+
# across multiple console pages during your investigation. For more
|
14058
|
+
# information, see [OpsCenter][1] in the *Amazon Web Services Systems
|
14059
|
+
# Manager User Guide*.
|
13998
14060
|
#
|
13999
14061
|
#
|
14000
14062
|
#
|
14001
14063
|
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html
|
14002
14064
|
#
|
14003
14065
|
# @!attribute [rw] created_by
|
14004
|
-
# The ARN of the account that created the OpsItem.
|
14066
|
+
# The ARN of the Amazon Web Services account that created the OpsItem.
|
14005
14067
|
# @return [String]
|
14006
14068
|
#
|
14007
14069
|
# @!attribute [rw] ops_item_type
|
@@ -14018,7 +14080,8 @@ module Aws::SSM
|
|
14018
14080
|
# @return [String]
|
14019
14081
|
#
|
14020
14082
|
# @!attribute [rw] last_modified_by
|
14021
|
-
# The ARN of the account that last updated the
|
14083
|
+
# The ARN of the Amazon Web Services account that last updated the
|
14084
|
+
# OpsItem.
|
14022
14085
|
# @return [String]
|
14023
14086
|
#
|
14024
14087
|
# @!attribute [rw] last_modified_time
|
@@ -14905,7 +14968,7 @@ module Aws::SSM
|
|
14905
14968
|
:last_modified_date,
|
14906
14969
|
:arn,
|
14907
14970
|
:data_type)
|
14908
|
-
SENSITIVE = []
|
14971
|
+
SENSITIVE = [:value]
|
14909
14972
|
include Aws::Structure
|
14910
14973
|
end
|
14911
14974
|
|
@@ -15003,7 +15066,7 @@ module Aws::SSM
|
|
15003
15066
|
:tier,
|
15004
15067
|
:policies,
|
15005
15068
|
:data_type)
|
15006
|
-
SENSITIVE = []
|
15069
|
+
SENSITIVE = [:value]
|
15007
15070
|
include Aws::Structure
|
15008
15071
|
end
|
15009
15072
|
|
@@ -15036,8 +15099,8 @@ module Aws::SSM
|
|
15036
15099
|
include Aws::Structure
|
15037
15100
|
end
|
15038
15101
|
|
15039
|
-
# You have exceeded the number of parameters for this
|
15040
|
-
# one or more parameters and try again.
|
15102
|
+
# You have exceeded the number of parameters for this Amazon Web
|
15103
|
+
# Services account. Delete one or more parameters and try again.
|
15041
15104
|
#
|
15042
15105
|
# @!attribute [rw] message
|
15043
15106
|
# @return [String]
|
@@ -15877,28 +15940,33 @@ module Aws::SSM
|
|
15877
15940
|
# Automation execution.
|
15878
15941
|
#
|
15879
15942
|
# @!attribute [rw] total_steps
|
15880
|
-
# The total number of steps run in all specified
|
15881
|
-
# for the current Automation
|
15943
|
+
# The total number of steps run in all specified Amazon Web Services
|
15944
|
+
# Regions and Amazon Web Services accounts for the current Automation
|
15945
|
+
# execution.
|
15882
15946
|
# @return [Integer]
|
15883
15947
|
#
|
15884
15948
|
# @!attribute [rw] success_steps
|
15885
15949
|
# The total number of steps that successfully completed in all
|
15886
|
-
# specified
|
15950
|
+
# specified Amazon Web Services Regions and Amazon Web Services
|
15951
|
+
# accounts for the current Automation execution.
|
15887
15952
|
# @return [Integer]
|
15888
15953
|
#
|
15889
15954
|
# @!attribute [rw] failed_steps
|
15890
|
-
# The total number of steps that failed to run in all specified
|
15891
|
-
# Regions and accounts for the
|
15955
|
+
# The total number of steps that failed to run in all specified Amazon
|
15956
|
+
# Web Services Regions and Amazon Web Services accounts for the
|
15957
|
+
# current Automation execution.
|
15892
15958
|
# @return [Integer]
|
15893
15959
|
#
|
15894
15960
|
# @!attribute [rw] cancelled_steps
|
15895
15961
|
# The total number of steps that the system cancelled in all specified
|
15896
|
-
# Regions and accounts for the
|
15962
|
+
# Amazon Web Services Regions and Amazon Web Services accounts for the
|
15963
|
+
# current Automation execution.
|
15897
15964
|
# @return [Integer]
|
15898
15965
|
#
|
15899
15966
|
# @!attribute [rw] timed_out_steps
|
15900
|
-
# The total number of steps that timed out in all specified
|
15901
|
-
# and accounts for the current
|
15967
|
+
# The total number of steps that timed out in all specified Amazon Web
|
15968
|
+
# Services Regions and Amazon Web Services accounts for the current
|
15969
|
+
# Automation execution.
|
15902
15970
|
# @return [Integer]
|
15903
15971
|
#
|
15904
15972
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ProgressCounters AWS API Documentation
|
@@ -16095,7 +16163,8 @@ module Aws::SSM
|
|
16095
16163
|
#
|
16096
16164
|
# * Parameter names are case sensitive.
|
16097
16165
|
#
|
16098
|
-
# * A parameter name must be unique within an
|
16166
|
+
# * A parameter name must be unique within an Amazon Web Services
|
16167
|
+
# Region
|
16099
16168
|
#
|
16100
16169
|
# * A parameter name can't be prefixed with "`aws`" or "`ssm`"
|
16101
16170
|
# (case-insensitive).
|
@@ -16171,11 +16240,11 @@ module Aws::SSM
|
|
16171
16240
|
# @!attribute [rw] key_id
|
16172
16241
|
# The Key Management Service (KMS) ID that you want to use to encrypt
|
16173
16242
|
# a parameter. Either the default KMS key automatically assigned to
|
16174
|
-
# your account or a custom key. Required for
|
16175
|
-
# `SecureString` data type.
|
16243
|
+
# your Amazon Web Services account or a custom key. Required for
|
16244
|
+
# parameters that use the `SecureString` data type.
|
16176
16245
|
#
|
16177
16246
|
# If you don't specify a key ID, the system uses the default key
|
16178
|
-
# associated with your account.
|
16247
|
+
# associated with your Amazon Web Services account.
|
16179
16248
|
#
|
16180
16249
|
# * To use your default KMS key, choose the `SecureString` data type,
|
16181
16250
|
# and do *not* specify the `Key ID` when you create the parameter.
|
@@ -16223,15 +16292,16 @@ module Aws::SSM
|
|
16223
16292
|
# Parameter Store offers a standard tier and an advanced tier for
|
16224
16293
|
# parameters. Standard parameters have a content size limit of 4 KB
|
16225
16294
|
# and can't be configured to use parameter policies. You can create a
|
16226
|
-
# maximum of 10,000 standard parameters for each Region in an
|
16227
|
-
# Standard parameters are offered at no
|
16295
|
+
# maximum of 10,000 standard parameters for each Region in an Amazon
|
16296
|
+
# Web Services account. Standard parameters are offered at no
|
16297
|
+
# additional cost.
|
16228
16298
|
#
|
16229
16299
|
# Advanced parameters have a content size limit of 8 KB and can be
|
16230
16300
|
# configured to use parameter policies. You can create a maximum of
|
16231
|
-
# 100,000 advanced parameters for each Region in an
|
16232
|
-
# parameters incur a charge. For more
|
16233
|
-
# advanced parameter tiers][1] in the
|
16234
|
-
# Manager User Guide*.
|
16301
|
+
# 100,000 advanced parameters for each Region in an Amazon Web
|
16302
|
+
# Services account. Advanced parameters incur a charge. For more
|
16303
|
+
# information, see [Standard and advanced parameter tiers][1] in the
|
16304
|
+
# *Amazon Web Services Systems Manager User Guide*.
|
16235
16305
|
#
|
16236
16306
|
# You can change a standard parameter to an advanced parameter any
|
16237
16307
|
# time. But you can't revert an advanced parameter to a standard
|
@@ -16281,8 +16351,8 @@ module Aws::SSM
|
|
16281
16351
|
#
|
16282
16352
|
# * The parameter uses a parameter policy.
|
16283
16353
|
#
|
16284
|
-
# * More than 10,000 parameters already exist in your
|
16285
|
-
# current Region.
|
16354
|
+
# * More than 10,000 parameters already exist in your Amazon Web
|
16355
|
+
# Services account in the current Amazon Web Services Region.
|
16286
16356
|
#
|
16287
16357
|
# For more information about configuring the default tier option, see
|
16288
16358
|
# [Specifying a default parameter tier][2] in the *Amazon Web Services
|
@@ -16338,10 +16408,10 @@ module Aws::SSM
|
|
16338
16408
|
# When you create a `String` parameter and specify `aws:ec2:image`,
|
16339
16409
|
# Amazon Web Services Systems Manager validates the parameter value is
|
16340
16410
|
# in the required format, such as `ami-12345abcdeEXAMPLE`, and that
|
16341
|
-
# the specified AMI is available in your account.
|
16342
|
-
# information, see [Native parameter support for Amazon
|
16343
|
-
# (AMI) IDs][1] in the *Amazon Web Services Systems
|
16344
|
-
# Guide*.
|
16411
|
+
# the specified AMI is available in your Amazon Web Services account.
|
16412
|
+
# For more information, see [Native parameter support for Amazon
|
16413
|
+
# Machine Image (AMI) IDs][1] in the *Amazon Web Services Systems
|
16414
|
+
# Manager User Guide*.
|
16345
16415
|
#
|
16346
16416
|
#
|
16347
16417
|
#
|
@@ -16362,7 +16432,7 @@ module Aws::SSM
|
|
16362
16432
|
:tier,
|
16363
16433
|
:policies,
|
16364
16434
|
:data_type)
|
16365
|
-
SENSITIVE = []
|
16435
|
+
SENSITIVE = [:value]
|
16366
16436
|
include Aws::Structure
|
16367
16437
|
end
|
16368
16438
|
|
@@ -17060,7 +17130,7 @@ module Aws::SSM
|
|
17060
17130
|
# Information about the `AwsOrganizationsSource` resource data sync
|
17061
17131
|
# source. A sync source of this type can synchronize data from
|
17062
17132
|
# Organizations or, if an Amazon Web Services organization isn't
|
17063
|
-
# present, from multiple Regions.
|
17133
|
+
# present, from multiple Amazon Web Services Regions.
|
17064
17134
|
#
|
17065
17135
|
# @note When making an API call, you may pass ResourceDataSyncAwsOrganizationsSource
|
17066
17136
|
# data as a hash:
|
@@ -17123,9 +17193,10 @@ module Aws::SSM
|
|
17123
17193
|
end
|
17124
17194
|
|
17125
17195
|
# Synchronize Amazon Web Services Systems Manager Inventory data from
|
17126
|
-
# multiple accounts defined in Organizations to a
|
17127
|
-
# bucket. Data is synchronized to individual key
|
17128
|
-
# bucket. Each key prefix represents a different
|
17196
|
+
# multiple Amazon Web Services accounts defined in Organizations to a
|
17197
|
+
# centralized Amazon S3 bucket. Data is synchronized to individual key
|
17198
|
+
# prefixes in the central bucket. Each key prefix represents a different
|
17199
|
+
# Amazon Web Services account ID.
|
17129
17200
|
#
|
17130
17201
|
# @note When making an API call, you may pass ResourceDataSyncDestinationDataSharing
|
17131
17202
|
# data as a hash:
|
@@ -17171,7 +17242,7 @@ module Aws::SSM
|
|
17171
17242
|
# `SyncToDestination`, then the resource data sync synchronizes data
|
17172
17243
|
# to an S3 bucket. If the `SyncType` is `SyncFromSource` then the
|
17173
17244
|
# resource data sync synchronizes data from Organizations or from
|
17174
|
-
# multiple Regions.
|
17245
|
+
# multiple Amazon Web Services Regions.
|
17175
17246
|
# @return [String]
|
17176
17247
|
#
|
17177
17248
|
# @!attribute [rw] sync_source
|
@@ -17296,7 +17367,8 @@ module Aws::SSM
|
|
17296
17367
|
# @return [String]
|
17297
17368
|
#
|
17298
17369
|
# @!attribute [rw] region
|
17299
|
-
# The Region with the S3 bucket targeted by the
|
17370
|
+
# The Amazon Web Services Region with the S3 bucket targeted by the
|
17371
|
+
# resource data sync.
|
17300
17372
|
# @return [String]
|
17301
17373
|
#
|
17302
17374
|
# @!attribute [rw] awskms_key_arn
|
@@ -17355,21 +17427,23 @@ module Aws::SSM
|
|
17355
17427
|
# @return [Types::ResourceDataSyncAwsOrganizationsSource]
|
17356
17428
|
#
|
17357
17429
|
# @!attribute [rw] source_regions
|
17358
|
-
# The `SyncSource` Regions included in the
|
17430
|
+
# The `SyncSource` Amazon Web Services Regions included in the
|
17431
|
+
# resource data sync.
|
17359
17432
|
# @return [Array<String>]
|
17360
17433
|
#
|
17361
17434
|
# @!attribute [rw] include_future_regions
|
17362
17435
|
# Whether to automatically synchronize and aggregate data from new
|
17363
|
-
# Regions when those Regions come online.
|
17436
|
+
# Amazon Web Services Regions when those Regions come online.
|
17364
17437
|
# @return [Boolean]
|
17365
17438
|
#
|
17366
17439
|
# @!attribute [rw] enable_all_ops_data_sources
|
17367
17440
|
# When you create a resource data sync, if you choose one of the
|
17368
17441
|
# Organizations options, then Systems Manager automatically enables
|
17369
|
-
# all OpsData sources in the selected
|
17370
|
-
#
|
17371
|
-
# information, see [About
|
17372
|
-
# syncs][1] in the *Amazon
|
17442
|
+
# all OpsData sources in the selected Amazon Web Services Regions for
|
17443
|
+
# all Amazon Web Services accounts in your organization (or in the
|
17444
|
+
# selected organization units). For more information, see [About
|
17445
|
+
# multiple account and Region resource data syncs][1] in the *Amazon
|
17446
|
+
# Web Services Systems Manager User Guide*.
|
17373
17447
|
#
|
17374
17448
|
#
|
17375
17449
|
#
|
@@ -17415,12 +17489,13 @@ module Aws::SSM
|
|
17415
17489
|
# @return [Types::ResourceDataSyncAwsOrganizationsSource]
|
17416
17490
|
#
|
17417
17491
|
# @!attribute [rw] source_regions
|
17418
|
-
# The `SyncSource` Regions included in the
|
17492
|
+
# The `SyncSource` Amazon Web Services Regions included in the
|
17493
|
+
# resource data sync.
|
17419
17494
|
# @return [Array<String>]
|
17420
17495
|
#
|
17421
17496
|
# @!attribute [rw] include_future_regions
|
17422
17497
|
# Whether to automatically synchronize and aggregate data from new
|
17423
|
-
# Regions when those Regions come online.
|
17498
|
+
# Amazon Web Services Regions when those Regions come online.
|
17424
17499
|
# @return [Boolean]
|
17425
17500
|
#
|
17426
17501
|
# @!attribute [rw] state
|
@@ -17443,10 +17518,11 @@ module Aws::SSM
|
|
17443
17518
|
# @!attribute [rw] enable_all_ops_data_sources
|
17444
17519
|
# When you create a resource data sync, if you choose one of the
|
17445
17520
|
# Organizations options, then Systems Manager automatically enables
|
17446
|
-
# all OpsData sources in the selected
|
17447
|
-
#
|
17448
|
-
# information, see [About
|
17449
|
-
# syncs][1] in the *Amazon
|
17521
|
+
# all OpsData sources in the selected Amazon Web Services Regions for
|
17522
|
+
# all Amazon Web Services accounts in your organization (or in the
|
17523
|
+
# selected organization units). For more information, see [About
|
17524
|
+
# multiple account and Region resource data syncs][1] in the *Amazon
|
17525
|
+
# Web Services Systems Manager User Guide*.
|
17450
17526
|
#
|
17451
17527
|
#
|
17452
17528
|
#
|
@@ -17559,11 +17635,12 @@ module Aws::SSM
|
|
17559
17635
|
# Format:
|
17560
17636
|
# `wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)`.
|
17561
17637
|
#
|
17562
|
-
# **region** represents the Region identifier for an
|
17563
|
-
# by Amazon Web Services Systems Manager,
|
17564
|
-
# US East (Ohio) Region. For a list of
|
17565
|
-
# see the **Region** column in [Systems
|
17566
|
-
# in the *Amazon Web Services General
|
17638
|
+
# **region** represents the Region identifier for an Amazon Web
|
17639
|
+
# Services Region supported by Amazon Web Services Systems Manager,
|
17640
|
+
# such as `us-east-2` for the US East (Ohio) Region. For a list of
|
17641
|
+
# supported **region** values, see the **Region** column in [Systems
|
17642
|
+
# Manager service endpoints][1] in the *Amazon Web Services General
|
17643
|
+
# Reference*.
|
17567
17644
|
#
|
17568
17645
|
# **session-id** represents the ID of a Session Manager session, such
|
17569
17646
|
# as `1a2b3c4dEXAMPLE`.
|
@@ -17682,8 +17759,8 @@ module Aws::SSM
|
|
17682
17759
|
# @return [String]
|
17683
17760
|
#
|
17684
17761
|
# @!attribute [rw] target_locations
|
17685
|
-
# Information about the
|
17686
|
-
# Runbook operation.
|
17762
|
+
# Information about the Amazon Web Services Regions and Amazon Web
|
17763
|
+
# Services accounts targeted by the current Runbook operation.
|
17687
17764
|
# @return [Array<Types::TargetLocation>]
|
17688
17765
|
#
|
17689
17766
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/Runbook AWS API Documentation
|
@@ -17971,7 +18048,7 @@ module Aws::SSM
|
|
17971
18048
|
# @!attribute [rw] output_s3_region
|
17972
18049
|
# (Deprecated) You can no longer specify this parameter. The system
|
17973
18050
|
# ignores it. Instead, Systems Manager automatically determines the
|
17974
|
-
# Region of the S3 bucket.
|
18051
|
+
# Amazon Web Services Region of the S3 bucket.
|
17975
18052
|
# @return [String]
|
17976
18053
|
#
|
17977
18054
|
# @!attribute [rw] output_s3_bucket_name
|
@@ -18475,12 +18552,13 @@ module Aws::SSM
|
|
18475
18552
|
# @return [String]
|
18476
18553
|
#
|
18477
18554
|
# @!attribute [rw] target_locations
|
18478
|
-
# A location is a combination of Regions and/or
|
18479
|
-
# want to run the automation.
|
18480
|
-
#
|
18481
|
-
#
|
18482
|
-
#
|
18483
|
-
#
|
18555
|
+
# A location is a combination of Amazon Web Services Regions and/or
|
18556
|
+
# Amazon Web Services accounts where you want to run the automation.
|
18557
|
+
# Use this operation to start an automation in multiple Amazon Web
|
18558
|
+
# Services Regions and multiple Amazon Web Services accounts. For more
|
18559
|
+
# information, see [Running Automation workflows in multiple Amazon
|
18560
|
+
# Web Services Regions and Amazon Web Services accounts][1] in the
|
18561
|
+
# *Amazon Web Services Systems Manager User Guide*.
|
18484
18562
|
#
|
18485
18563
|
#
|
18486
18564
|
#
|
@@ -18637,8 +18715,8 @@ module Aws::SSM
|
|
18637
18715
|
# maximum of five tags for a change request. Tags enable you to
|
18638
18716
|
# categorize a resource in different ways, such as by purpose, owner,
|
18639
18717
|
# or environment. For example, you might want to tag a change request
|
18640
|
-
# to identify an environment or target Region. In
|
18641
|
-
# specify the following key-value pairs:
|
18718
|
+
# to identify an environment or target Amazon Web Services Region. In
|
18719
|
+
# this case, you could specify the following key-value pairs:
|
18642
18720
|
#
|
18643
18721
|
# * `Key=Environment,Value=Production`
|
18644
18722
|
#
|
@@ -18739,11 +18817,12 @@ module Aws::SSM
|
|
18739
18817
|
# Format:
|
18740
18818
|
# `wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)`
|
18741
18819
|
#
|
18742
|
-
# **region** represents the Region identifier for an
|
18743
|
-
# by Amazon Web Services Systems Manager,
|
18744
|
-
# US East (Ohio) Region. For a list of
|
18745
|
-
# see the **Region** column in [Systems
|
18746
|
-
# in the *Amazon Web Services General
|
18820
|
+
# **region** represents the Region identifier for an Amazon Web
|
18821
|
+
# Services Region supported by Amazon Web Services Systems Manager,
|
18822
|
+
# such as `us-east-2` for the US East (Ohio) Region. For a list of
|
18823
|
+
# supported **region** values, see the **Region** column in [Systems
|
18824
|
+
# Manager service endpoints][1] in the *Amazon Web Services General
|
18825
|
+
# Reference*.
|
18747
18826
|
#
|
18748
18827
|
# **session-id** represents the ID of a Session Manager session, such
|
18749
18828
|
# as `1a2b3c4dEXAMPLE`.
|
@@ -18869,8 +18948,8 @@ module Aws::SSM
|
|
18869
18948
|
# @return [Array<Types::Target>]
|
18870
18949
|
#
|
18871
18950
|
# @!attribute [rw] target_location
|
18872
|
-
# The combination of
|
18873
|
-
# Automation execution.
|
18951
|
+
# The combination of Amazon Web Services Regions and Amazon Web
|
18952
|
+
# Services accounts targeted by the current Automation execution.
|
18874
18953
|
# @return [Types::TargetLocation]
|
18875
18954
|
#
|
18876
18955
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StepExecution AWS API Documentation
|
@@ -19066,7 +19145,7 @@ module Aws::SSM
|
|
19066
19145
|
# `Key=InstanceIds,Values=* `
|
19067
19146
|
#
|
19068
19147
|
# This example demonstrates how to target all managed instances in the
|
19069
|
-
# Region where the association was created.
|
19148
|
+
# Amazon Web Services Region where the association was created.
|
19070
19149
|
#
|
19071
19150
|
# For more information about how to send commands that target instances
|
19072
19151
|
# using `Key,Value` parameters, see [Targeting multiple instances][2] in
|
@@ -19124,8 +19203,8 @@ module Aws::SSM
|
|
19124
19203
|
include Aws::Structure
|
19125
19204
|
end
|
19126
19205
|
|
19127
|
-
# The combination of Regions and
|
19128
|
-
# Automation execution.
|
19206
|
+
# The combination of Amazon Web Services Regions and Amazon Web Services
|
19207
|
+
# accounts targeted by the current Automation execution.
|
19129
19208
|
#
|
19130
19209
|
# @note When making an API call, you may pass TargetLocation
|
19131
19210
|
# data as a hash:
|
@@ -19139,16 +19218,18 @@ module Aws::SSM
|
|
19139
19218
|
# }
|
19140
19219
|
#
|
19141
19220
|
# @!attribute [rw] accounts
|
19142
|
-
# The accounts targeted by the current Automation
|
19221
|
+
# The Amazon Web Services accounts targeted by the current Automation
|
19222
|
+
# execution.
|
19143
19223
|
# @return [Array<String>]
|
19144
19224
|
#
|
19145
19225
|
# @!attribute [rw] regions
|
19146
|
-
# The Regions targeted by the current Automation
|
19226
|
+
# The Amazon Web Services Regions targeted by the current Automation
|
19227
|
+
# execution.
|
19147
19228
|
# @return [Array<String>]
|
19148
19229
|
#
|
19149
19230
|
# @!attribute [rw] target_location_max_concurrency
|
19150
|
-
# The maximum number of
|
19151
|
-
# Automation concurrently.
|
19231
|
+
# The maximum number of Amazon Web Services Regions and Amazon Web
|
19232
|
+
# Services accounts allowed to run the Automation concurrently.
|
19152
19233
|
# @return [String]
|
19153
19234
|
#
|
19154
19235
|
# @!attribute [rw] target_location_max_errors
|
@@ -19501,8 +19582,8 @@ module Aws::SSM
|
|
19501
19582
|
# account.
|
19502
19583
|
#
|
19503
19584
|
# For Systems Manager document (SSM document) that are shared with you
|
19504
|
-
# from other accounts, you must specify the
|
19505
|
-
# in the following format:
|
19585
|
+
# from other Amazon Web Services accounts, you must specify the
|
19586
|
+
# complete SSM document ARN, in the following format:
|
19506
19587
|
#
|
19507
19588
|
# `arn:aws:ssm:region:account-id:document/document-name `
|
19508
19589
|
#
|
@@ -19617,9 +19698,10 @@ module Aws::SSM
|
|
19617
19698
|
# @return [Array<String>]
|
19618
19699
|
#
|
19619
19700
|
# @!attribute [rw] target_locations
|
19620
|
-
# A location is a combination of
|
19621
|
-
#
|
19622
|
-
# multiple Regions and
|
19701
|
+
# A location is a combination of Amazon Web Services Regions and
|
19702
|
+
# Amazon Web Services accounts where you want to run the association.
|
19703
|
+
# Use this action to update an association in multiple Regions and
|
19704
|
+
# multiple accounts.
|
19623
19705
|
# @return [Array<Types::TargetLocation>]
|
19624
19706
|
#
|
19625
19707
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociationRequest AWS API Documentation
|
@@ -19677,7 +19759,7 @@ module Aws::SSM
|
|
19677
19759
|
# @return [String]
|
19678
19760
|
#
|
19679
19761
|
# @!attribute [rw] instance_id
|
19680
|
-
# The ID
|
19762
|
+
# The instance ID.
|
19681
19763
|
# @return [String]
|
19682
19764
|
#
|
19683
19765
|
# @!attribute [rw] association_status
|
@@ -19764,15 +19846,17 @@ module Aws::SSM
|
|
19764
19846
|
# }
|
19765
19847
|
#
|
19766
19848
|
# @!attribute [rw] name
|
19767
|
-
# The name of the
|
19849
|
+
# The name of the change template for which a version's metadata is
|
19850
|
+
# to be updated.
|
19768
19851
|
# @return [String]
|
19769
19852
|
#
|
19770
19853
|
# @!attribute [rw] document_version
|
19771
|
-
# The version of a
|
19854
|
+
# The version of a change template in which to update approval
|
19855
|
+
# metadata.
|
19772
19856
|
# @return [String]
|
19773
19857
|
#
|
19774
19858
|
# @!attribute [rw] document_reviews
|
19775
|
-
# The
|
19859
|
+
# The change template review details to update.
|
19776
19860
|
# @return [Types::DocumentReviews]
|
19777
19861
|
#
|
19778
19862
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocumentMetadataRequest AWS API Documentation
|