aws-sdk-ssm 1.73.0 → 1.78.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/lib/aws-sdk-ssm.rb +1 -1
- data/lib/aws-sdk-ssm/client.rb +366 -178
- data/lib/aws-sdk-ssm/client_api.rb +15 -1
- data/lib/aws-sdk-ssm/resource.rb +1 -7
- data/lib/aws-sdk-ssm/types.rb +527 -288
- metadata +4 -3
@@ -66,6 +66,7 @@ module Aws::SSM
|
|
66
66
|
AssociationStatus = Shapes::StructureShape.new(name: 'AssociationStatus')
|
67
67
|
AssociationStatusAggregatedCount = Shapes::MapShape.new(name: 'AssociationStatusAggregatedCount')
|
68
68
|
AssociationStatusName = Shapes::StringShape.new(name: 'AssociationStatusName')
|
69
|
+
AssociationSyncCompliance = Shapes::StringShape.new(name: 'AssociationSyncCompliance')
|
69
70
|
AssociationVersion = Shapes::StringShape.new(name: 'AssociationVersion')
|
70
71
|
AssociationVersionInfo = Shapes::StructureShape.new(name: 'AssociationVersionInfo')
|
71
72
|
AssociationVersionLimitExceeded = Shapes::StructureShape.new(name: 'AssociationVersionLimitExceeded')
|
@@ -171,6 +172,7 @@ module Aws::SSM
|
|
171
172
|
ComplianceSummaryItemList = Shapes::ListShape.new(name: 'ComplianceSummaryItemList')
|
172
173
|
ComplianceTypeCountLimitExceededException = Shapes::StructureShape.new(name: 'ComplianceTypeCountLimitExceededException')
|
173
174
|
ComplianceTypeName = Shapes::StringShape.new(name: 'ComplianceTypeName')
|
175
|
+
ComplianceUploadType = Shapes::StringShape.new(name: 'ComplianceUploadType')
|
174
176
|
CompliantSummary = Shapes::StructureShape.new(name: 'CompliantSummary')
|
175
177
|
ComputerName = Shapes::StringShape.new(name: 'ComputerName')
|
176
178
|
ConnectionStatus = Shapes::StringShape.new(name: 'ConnectionStatus')
|
@@ -721,6 +723,7 @@ module Aws::SSM
|
|
721
723
|
PSParameterVersion = Shapes::IntegerShape.new(name: 'PSParameterVersion')
|
722
724
|
Parameter = Shapes::StructureShape.new(name: 'Parameter')
|
723
725
|
ParameterAlreadyExists = Shapes::StructureShape.new(name: 'ParameterAlreadyExists')
|
726
|
+
ParameterDataType = Shapes::StringShape.new(name: 'ParameterDataType')
|
724
727
|
ParameterDescription = Shapes::StringShape.new(name: 'ParameterDescription')
|
725
728
|
ParameterHistory = Shapes::StructureShape.new(name: 'ParameterHistory')
|
726
729
|
ParameterHistoryList = Shapes::ListShape.new(name: 'ParameterHistoryList')
|
@@ -1106,6 +1109,7 @@ module Aws::SSM
|
|
1106
1109
|
AssociationDescription.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
|
1107
1110
|
AssociationDescription.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
1108
1111
|
AssociationDescription.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
1112
|
+
AssociationDescription.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
1109
1113
|
AssociationDescription.struct_class = Types::AssociationDescription
|
1110
1114
|
|
1111
1115
|
AssociationDescriptionList.member = Shapes::ShapeRef.new(shape: AssociationDescription)
|
@@ -1193,6 +1197,7 @@ module Aws::SSM
|
|
1193
1197
|
AssociationVersionInfo.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
|
1194
1198
|
AssociationVersionInfo.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
1195
1199
|
AssociationVersionInfo.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
1200
|
+
AssociationVersionInfo.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
1196
1201
|
AssociationVersionInfo.struct_class = Types::AssociationVersionInfo
|
1197
1202
|
|
1198
1203
|
AssociationVersionLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
@@ -1345,6 +1350,7 @@ module Aws::SSM
|
|
1345
1350
|
Command.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRole"))
|
1346
1351
|
Command.add_member(:notification_config, Shapes::ShapeRef.new(shape: NotificationConfig, location_name: "NotificationConfig"))
|
1347
1352
|
Command.add_member(:cloud_watch_output_config, Shapes::ShapeRef.new(shape: CloudWatchOutputConfig, location_name: "CloudWatchOutputConfig"))
|
1353
|
+
Command.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: TimeoutSeconds, location_name: "TimeoutSeconds"))
|
1348
1354
|
Command.struct_class = Types::Command
|
1349
1355
|
|
1350
1356
|
CommandFilter.add_member(:key, Shapes::ShapeRef.new(shape: CommandFilterKey, required: true, location_name: "key"))
|
@@ -1477,6 +1483,7 @@ module Aws::SSM
|
|
1477
1483
|
CreateAssociationBatchRequestEntry.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
|
1478
1484
|
CreateAssociationBatchRequestEntry.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
1479
1485
|
CreateAssociationBatchRequestEntry.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
1486
|
+
CreateAssociationBatchRequestEntry.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
1480
1487
|
CreateAssociationBatchRequestEntry.struct_class = Types::CreateAssociationBatchRequestEntry
|
1481
1488
|
|
1482
1489
|
CreateAssociationBatchResult.add_member(:successful, Shapes::ShapeRef.new(shape: AssociationDescriptionList, location_name: "Successful"))
|
@@ -1495,6 +1502,7 @@ module Aws::SSM
|
|
1495
1502
|
CreateAssociationRequest.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
|
1496
1503
|
CreateAssociationRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
1497
1504
|
CreateAssociationRequest.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
1505
|
+
CreateAssociationRequest.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
1498
1506
|
CreateAssociationRequest.struct_class = Types::CreateAssociationRequest
|
1499
1507
|
|
1500
1508
|
CreateAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
|
@@ -3190,6 +3198,7 @@ module Aws::SSM
|
|
3190
3198
|
Parameter.add_member(:source_result, Shapes::ShapeRef.new(shape: String, location_name: "SourceResult"))
|
3191
3199
|
Parameter.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastModifiedDate"))
|
3192
3200
|
Parameter.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
|
3201
|
+
Parameter.add_member(:data_type, Shapes::ShapeRef.new(shape: ParameterDataType, location_name: "DataType"))
|
3193
3202
|
Parameter.struct_class = Types::Parameter
|
3194
3203
|
|
3195
3204
|
ParameterAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
@@ -3207,6 +3216,7 @@ module Aws::SSM
|
|
3207
3216
|
ParameterHistory.add_member(:labels, Shapes::ShapeRef.new(shape: ParameterLabelList, location_name: "Labels"))
|
3208
3217
|
ParameterHistory.add_member(:tier, Shapes::ShapeRef.new(shape: ParameterTier, location_name: "Tier"))
|
3209
3218
|
ParameterHistory.add_member(:policies, Shapes::ShapeRef.new(shape: ParameterPolicyList, location_name: "Policies"))
|
3219
|
+
ParameterHistory.add_member(:data_type, Shapes::ShapeRef.new(shape: ParameterDataType, location_name: "DataType"))
|
3210
3220
|
ParameterHistory.struct_class = Types::ParameterHistory
|
3211
3221
|
|
3212
3222
|
ParameterHistoryList.member = Shapes::ShapeRef.new(shape: ParameterHistory)
|
@@ -3236,6 +3246,7 @@ module Aws::SSM
|
|
3236
3246
|
ParameterMetadata.add_member(:version, Shapes::ShapeRef.new(shape: PSParameterVersion, location_name: "Version"))
|
3237
3247
|
ParameterMetadata.add_member(:tier, Shapes::ShapeRef.new(shape: ParameterTier, location_name: "Tier"))
|
3238
3248
|
ParameterMetadata.add_member(:policies, Shapes::ShapeRef.new(shape: ParameterPolicyList, location_name: "Policies"))
|
3249
|
+
ParameterMetadata.add_member(:data_type, Shapes::ShapeRef.new(shape: ParameterDataType, location_name: "DataType"))
|
3239
3250
|
ParameterMetadata.struct_class = Types::ParameterMetadata
|
3240
3251
|
|
3241
3252
|
ParameterMetadataList.member = Shapes::ShapeRef.new(shape: ParameterMetadata)
|
@@ -3392,6 +3403,7 @@ module Aws::SSM
|
|
3392
3403
|
PutComplianceItemsRequest.add_member(:execution_summary, Shapes::ShapeRef.new(shape: ComplianceExecutionSummary, required: true, location_name: "ExecutionSummary"))
|
3393
3404
|
PutComplianceItemsRequest.add_member(:items, Shapes::ShapeRef.new(shape: ComplianceItemEntryList, required: true, location_name: "Items"))
|
3394
3405
|
PutComplianceItemsRequest.add_member(:item_content_hash, Shapes::ShapeRef.new(shape: ComplianceItemContentHash, location_name: "ItemContentHash"))
|
3406
|
+
PutComplianceItemsRequest.add_member(:upload_type, Shapes::ShapeRef.new(shape: ComplianceUploadType, location_name: "UploadType", metadata: {"box"=>true}))
|
3395
3407
|
PutComplianceItemsRequest.struct_class = Types::PutComplianceItemsRequest
|
3396
3408
|
|
3397
3409
|
PutComplianceItemsResult.struct_class = Types::PutComplianceItemsResult
|
@@ -3406,13 +3418,14 @@ module Aws::SSM
|
|
3406
3418
|
PutParameterRequest.add_member(:name, Shapes::ShapeRef.new(shape: PSParameterName, required: true, location_name: "Name"))
|
3407
3419
|
PutParameterRequest.add_member(:description, Shapes::ShapeRef.new(shape: ParameterDescription, location_name: "Description"))
|
3408
3420
|
PutParameterRequest.add_member(:value, Shapes::ShapeRef.new(shape: PSParameterValue, required: true, location_name: "Value"))
|
3409
|
-
PutParameterRequest.add_member(:type, Shapes::ShapeRef.new(shape: ParameterType,
|
3421
|
+
PutParameterRequest.add_member(:type, Shapes::ShapeRef.new(shape: ParameterType, location_name: "Type"))
|
3410
3422
|
PutParameterRequest.add_member(:key_id, Shapes::ShapeRef.new(shape: ParameterKeyId, location_name: "KeyId"))
|
3411
3423
|
PutParameterRequest.add_member(:overwrite, Shapes::ShapeRef.new(shape: Boolean, location_name: "Overwrite", metadata: {"box"=>true}))
|
3412
3424
|
PutParameterRequest.add_member(:allowed_pattern, Shapes::ShapeRef.new(shape: AllowedPattern, location_name: "AllowedPattern"))
|
3413
3425
|
PutParameterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3414
3426
|
PutParameterRequest.add_member(:tier, Shapes::ShapeRef.new(shape: ParameterTier, location_name: "Tier"))
|
3415
3427
|
PutParameterRequest.add_member(:policies, Shapes::ShapeRef.new(shape: ParameterPolicies, location_name: "Policies"))
|
3428
|
+
PutParameterRequest.add_member(:data_type, Shapes::ShapeRef.new(shape: ParameterDataType, location_name: "DataType"))
|
3416
3429
|
PutParameterRequest.struct_class = Types::PutParameterRequest
|
3417
3430
|
|
3418
3431
|
PutParameterResult.add_member(:version, Shapes::ShapeRef.new(shape: PSParameterVersion, location_name: "Version"))
|
@@ -3842,6 +3855,7 @@ module Aws::SSM
|
|
3842
3855
|
UpdateAssociationRequest.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
|
3843
3856
|
UpdateAssociationRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
3844
3857
|
UpdateAssociationRequest.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
3858
|
+
UpdateAssociationRequest.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
3845
3859
|
UpdateAssociationRequest.struct_class = Types::UpdateAssociationRequest
|
3846
3860
|
|
3847
3861
|
UpdateAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
|
data/lib/aws-sdk-ssm/resource.rb
CHANGED
@@ -6,13 +6,7 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::SSM
|
9
|
-
|
10
|
-
# To create a resource object:
|
11
|
-
# resource = Aws::SSM::Resource.new(region: 'us-west-2')
|
12
|
-
# You can supply a client object with custom configuration that will be used for all resource operations.
|
13
|
-
# If you do not pass +:client+, a default client will be constructed.
|
14
|
-
# client = Aws::SSM::Client.new(region: 'us-west-2')
|
15
|
-
# resource = Aws::SSM::Resource.new(client: client)
|
9
|
+
|
16
10
|
class Resource
|
17
11
|
|
18
12
|
# @param options ({})
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -306,8 +306,8 @@ module Aws::SSM
|
|
306
306
|
# @return [String]
|
307
307
|
#
|
308
308
|
# @!attribute [rw] output_location
|
309
|
-
# An
|
310
|
-
#
|
309
|
+
# An S3 bucket where you want to store the output details of the
|
310
|
+
# request.
|
311
311
|
# @return [Types::InstanceAssociationOutputLocation]
|
312
312
|
#
|
313
313
|
# @!attribute [rw] last_execution_date
|
@@ -357,6 +357,22 @@ module Aws::SSM
|
|
357
357
|
# The severity level that is assigned to the association.
|
358
358
|
# @return [String]
|
359
359
|
#
|
360
|
+
# @!attribute [rw] sync_compliance
|
361
|
+
# The mode for generating association compliance. You can specify
|
362
|
+
# `AUTO` or `MANUAL`. In `AUTO` mode, the system uses the status of
|
363
|
+
# the association execution to determine the compliance status. If the
|
364
|
+
# association execution runs successfully, then the association is
|
365
|
+
# `COMPLIANT`. If the association execution doesn't run successfully,
|
366
|
+
# the association is `NON-COMPLIANT`.
|
367
|
+
#
|
368
|
+
# In `MANUAL` mode, you must specify the `AssociationId` as a
|
369
|
+
# parameter for the PutComplianceItems API action. In this case,
|
370
|
+
# compliance data is not managed by State Manager. It is managed by
|
371
|
+
# your direct call to the PutComplianceItems API action.
|
372
|
+
#
|
373
|
+
# By default, all associations use `AUTO` mode.
|
374
|
+
# @return [String]
|
375
|
+
#
|
360
376
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AssociationDescription AWS API Documentation
|
361
377
|
#
|
362
378
|
class AssociationDescription < Struct.new(
|
@@ -379,7 +395,8 @@ module Aws::SSM
|
|
379
395
|
:association_name,
|
380
396
|
:max_errors,
|
381
397
|
:max_concurrency,
|
382
|
-
:compliance_severity
|
398
|
+
:compliance_severity,
|
399
|
+
:sync_compliance)
|
383
400
|
include Aws::Structure
|
384
401
|
end
|
385
402
|
|
@@ -575,7 +592,7 @@ module Aws::SSM
|
|
575
592
|
# data as a hash:
|
576
593
|
#
|
577
594
|
# {
|
578
|
-
# key: "InstanceId", # required, accepts InstanceId, Name, AssociationId, AssociationStatusName, LastExecutedBefore, LastExecutedAfter, AssociationName
|
595
|
+
# key: "InstanceId", # required, accepts InstanceId, Name, AssociationId, AssociationStatusName, LastExecutedBefore, LastExecutedAfter, AssociationName, ResourceGroupName
|
579
596
|
# value: "AssociationFilterValue", # required
|
580
597
|
# }
|
581
598
|
#
|
@@ -748,6 +765,22 @@ module Aws::SSM
|
|
748
765
|
# The severity level that is assigned to the association.
|
749
766
|
# @return [String]
|
750
767
|
#
|
768
|
+
# @!attribute [rw] sync_compliance
|
769
|
+
# The mode for generating association compliance. You can specify
|
770
|
+
# `AUTO` or `MANUAL`. In `AUTO` mode, the system uses the status of
|
771
|
+
# the association execution to determine the compliance status. If the
|
772
|
+
# association execution runs successfully, then the association is
|
773
|
+
# `COMPLIANT`. If the association execution doesn't run successfully,
|
774
|
+
# the association is `NON-COMPLIANT`.
|
775
|
+
#
|
776
|
+
# In `MANUAL` mode, you must specify the `AssociationId` as a
|
777
|
+
# parameter for the PutComplianceItems API action. In this case,
|
778
|
+
# compliance data is not managed by State Manager. It is managed by
|
779
|
+
# your direct call to the PutComplianceItems API action.
|
780
|
+
#
|
781
|
+
# By default, all associations use `AUTO` mode.
|
782
|
+
# @return [String]
|
783
|
+
#
|
751
784
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AssociationVersionInfo AWS API Documentation
|
752
785
|
#
|
753
786
|
class AssociationVersionInfo < Struct.new(
|
@@ -763,7 +796,8 @@ module Aws::SSM
|
|
763
796
|
:association_name,
|
764
797
|
:max_errors,
|
765
798
|
:max_concurrency,
|
766
|
-
:compliance_severity
|
799
|
+
:compliance_severity,
|
800
|
+
:sync_compliance)
|
767
801
|
include Aws::Structure
|
768
802
|
end
|
769
803
|
|
@@ -1135,7 +1169,7 @@ module Aws::SSM
|
|
1135
1169
|
# @return [String]
|
1136
1170
|
#
|
1137
1171
|
# @!attribute [rw] log_file
|
1138
|
-
# An
|
1172
|
+
# An S3 bucket where execution information is stored.
|
1139
1173
|
# @return [String]
|
1140
1174
|
#
|
1141
1175
|
# @!attribute [rw] outputs
|
@@ -1197,12 +1231,12 @@ module Aws::SSM
|
|
1197
1231
|
# Use this filter with DescribeAutomationExecutions. Specify either
|
1198
1232
|
# Local or CrossAccount. CrossAccount is an Automation that runs in
|
1199
1233
|
# multiple AWS Regions and accounts. For more information, see
|
1200
|
-
# [
|
1201
|
-
# the *AWS Systems Manager User Guide*.
|
1234
|
+
# [Running Automation workflows in multiple AWS Regions and
|
1235
|
+
# accounts][1] in the *AWS Systems Manager User Guide*.
|
1202
1236
|
#
|
1203
1237
|
#
|
1204
1238
|
#
|
1205
|
-
# [1]:
|
1239
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html
|
1206
1240
|
# @return [String]
|
1207
1241
|
#
|
1208
1242
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AutomationExecutionMetadata AWS API Documentation
|
@@ -1403,7 +1437,7 @@ module Aws::SSM
|
|
1403
1437
|
# more information than Status because it includes states resulting
|
1404
1438
|
# from error and concurrency control parameters. StatusDetails can
|
1405
1439
|
# show different results than Status. For more information about these
|
1406
|
-
# statuses, see [Understanding
|
1440
|
+
# statuses, see [Understanding command statuses][1] in the *AWS
|
1407
1441
|
# Systems Manager User Guide*. StatusDetails can be one of the
|
1408
1442
|
# following values:
|
1409
1443
|
#
|
@@ -1441,13 +1475,13 @@ module Aws::SSM
|
|
1441
1475
|
#
|
1442
1476
|
#
|
1443
1477
|
#
|
1444
|
-
# [1]:
|
1478
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html
|
1445
1479
|
# @return [String]
|
1446
1480
|
#
|
1447
1481
|
# @!attribute [rw] output_s3_region
|
1448
1482
|
# (Deprecated) You can no longer specify this parameter. The system
|
1449
1483
|
# ignores it. Instead, Systems Manager automatically determines the
|
1450
|
-
#
|
1484
|
+
# Region of the S3 bucket.
|
1451
1485
|
# @return [String]
|
1452
1486
|
#
|
1453
1487
|
# @!attribute [rw] output_s3_bucket_name
|
@@ -1466,12 +1500,12 @@ module Aws::SSM
|
|
1466
1500
|
# at the same time. You can specify a number of instances, such as 10,
|
1467
1501
|
# or a percentage of instances, such as 10%. The default value is 50.
|
1468
1502
|
# For more information about how to use MaxConcurrency, see [Running
|
1469
|
-
#
|
1503
|
+
# commands using Systems Manager Run Command][1] in the *AWS Systems
|
1470
1504
|
# Manager User Guide*.
|
1471
1505
|
#
|
1472
1506
|
#
|
1473
1507
|
#
|
1474
|
-
# [1]:
|
1508
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html
|
1475
1509
|
# @return [String]
|
1476
1510
|
#
|
1477
1511
|
# @!attribute [rw] max_errors
|
@@ -1479,12 +1513,12 @@ module Aws::SSM
|
|
1479
1513
|
# the command to additional targets. You can specify a number of
|
1480
1514
|
# errors, such as 10, or a percentage or errors, such as 10%. The
|
1481
1515
|
# default value is 0. For more information about how to use MaxErrors,
|
1482
|
-
# see [Running
|
1516
|
+
# see [Running commands using Systems Manager Run Command][1] in the
|
1483
1517
|
# *AWS Systems Manager User Guide*.
|
1484
1518
|
#
|
1485
1519
|
#
|
1486
1520
|
#
|
1487
|
-
# [1]:
|
1521
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html
|
1488
1522
|
# @return [String]
|
1489
1523
|
#
|
1490
1524
|
# @!attribute [rw] target_count
|
@@ -1522,6 +1556,10 @@ module Aws::SSM
|
|
1522
1556
|
# the command output.
|
1523
1557
|
# @return [Types::CloudWatchOutputConfig]
|
1524
1558
|
#
|
1559
|
+
# @!attribute [rw] timeout_seconds
|
1560
|
+
# The `TimeoutSeconds` value specified for a command.
|
1561
|
+
# @return [Integer]
|
1562
|
+
#
|
1525
1563
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/Command AWS API Documentation
|
1526
1564
|
#
|
1527
1565
|
class Command < Struct.new(
|
@@ -1547,7 +1585,8 @@ module Aws::SSM
|
|
1547
1585
|
:delivery_timed_out_count,
|
1548
1586
|
:service_role,
|
1549
1587
|
:notification_config,
|
1550
|
-
:cloud_watch_output_config
|
1588
|
+
:cloud_watch_output_config,
|
1589
|
+
:timeout_seconds)
|
1551
1590
|
include Aws::Structure
|
1552
1591
|
end
|
1553
1592
|
|
@@ -1632,9 +1671,9 @@ module Aws::SSM
|
|
1632
1671
|
# @return [String]
|
1633
1672
|
#
|
1634
1673
|
# @!attribute [rw] instance_name
|
1635
|
-
# The name of the invocation target. For
|
1636
|
-
#
|
1637
|
-
#
|
1674
|
+
# The name of the invocation target. For EC2 instances this is the
|
1675
|
+
# value for the aws:Name tag. For on-premises instances, this is the
|
1676
|
+
# name of the instance.
|
1638
1677
|
# @return [String]
|
1639
1678
|
#
|
1640
1679
|
# @!attribute [rw] comment
|
@@ -1664,7 +1703,7 @@ module Aws::SSM
|
|
1664
1703
|
# information than Status because it includes states resulting from
|
1665
1704
|
# error and concurrency control parameters. StatusDetails can show
|
1666
1705
|
# different results than Status. For more information about these
|
1667
|
-
# statuses, see [Understanding
|
1706
|
+
# statuses, see [Understanding command statuses][1] in the *AWS
|
1668
1707
|
# Systems Manager User Guide*. StatusDetails can be one of the
|
1669
1708
|
# following values:
|
1670
1709
|
#
|
@@ -1709,7 +1748,7 @@ module Aws::SSM
|
|
1709
1748
|
#
|
1710
1749
|
#
|
1711
1750
|
#
|
1712
|
-
# [1]:
|
1751
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html
|
1713
1752
|
# @return [String]
|
1714
1753
|
#
|
1715
1754
|
# @!attribute [rw] trace_output
|
@@ -1717,19 +1756,17 @@ module Aws::SSM
|
|
1717
1756
|
# @return [String]
|
1718
1757
|
#
|
1719
1758
|
# @!attribute [rw] standard_output_url
|
1720
|
-
# The URL to the plugin's StdOut file in Amazon S3, if the
|
1721
|
-
#
|
1759
|
+
# The URL to the plugin's StdOut file in Amazon S3, if the S3 bucket
|
1760
|
+
# was defined for the parent command. For an invocation,
|
1722
1761
|
# StandardOutputUrl is populated if there is just one plugin defined
|
1723
|
-
# for the command, and the
|
1724
|
-
# command.
|
1762
|
+
# for the command, and the S3 bucket was defined for the command.
|
1725
1763
|
# @return [String]
|
1726
1764
|
#
|
1727
1765
|
# @!attribute [rw] standard_error_url
|
1728
|
-
# The URL to the plugin's StdErr file in Amazon S3, if the
|
1729
|
-
#
|
1766
|
+
# The URL to the plugin's StdErr file in Amazon S3, if the S3 bucket
|
1767
|
+
# was defined for the parent command. For an invocation,
|
1730
1768
|
# StandardErrorUrl is populated if there is just one plugin defined
|
1731
|
-
# for the command, and the
|
1732
|
-
# command.
|
1769
|
+
# for the command, and the S3 bucket was defined for the command.
|
1733
1770
|
# @return [String]
|
1734
1771
|
#
|
1735
1772
|
# @!attribute [rw] command_plugins
|
@@ -1792,7 +1829,7 @@ module Aws::SSM
|
|
1792
1829
|
# more information than Status because it includes states resulting
|
1793
1830
|
# from error and concurrency control parameters. StatusDetails can
|
1794
1831
|
# show different results than Status. For more information about these
|
1795
|
-
# statuses, see [Understanding
|
1832
|
+
# statuses, see [Understanding command statuses][1] in the *AWS
|
1796
1833
|
# Systems Manager User Guide*. StatusDetails can be one of the
|
1797
1834
|
# following values:
|
1798
1835
|
#
|
@@ -1837,7 +1874,7 @@ module Aws::SSM
|
|
1837
1874
|
#
|
1838
1875
|
#
|
1839
1876
|
#
|
1840
|
-
# [1]:
|
1877
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html
|
1841
1878
|
# @return [String]
|
1842
1879
|
#
|
1843
1880
|
# @!attribute [rw] response_code
|
@@ -1859,8 +1896,8 @@ module Aws::SSM
|
|
1859
1896
|
#
|
1860
1897
|
# @!attribute [rw] standard_output_url
|
1861
1898
|
# The URL for the complete text written by the plugin to stdout in
|
1862
|
-
# Amazon S3. If the
|
1863
|
-
#
|
1899
|
+
# Amazon S3. If the S3 bucket for the command was not specified, then
|
1900
|
+
# this string is empty.
|
1864
1901
|
# @return [String]
|
1865
1902
|
#
|
1866
1903
|
# @!attribute [rw] standard_error_url
|
@@ -1870,8 +1907,8 @@ module Aws::SSM
|
|
1870
1907
|
#
|
1871
1908
|
# @!attribute [rw] output_s3_region
|
1872
1909
|
# (Deprecated) You can no longer specify this parameter. The system
|
1873
|
-
# ignores it. Instead, Systems Manager automatically determines the
|
1874
|
-
#
|
1910
|
+
# ignores it. Instead, Systems Manager automatically determines the S3
|
1911
|
+
# bucket region.
|
1875
1912
|
# @return [String]
|
1876
1913
|
#
|
1877
1914
|
# @!attribute [rw] output_s3_bucket_name
|
@@ -1881,7 +1918,7 @@ module Aws::SSM
|
|
1881
1918
|
#
|
1882
1919
|
# test\_folder/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-1234567876543/awsrunShellScript
|
1883
1920
|
#
|
1884
|
-
# test\_folder is the name of the
|
1921
|
+
# test\_folder is the name of the S3 bucket;
|
1885
1922
|
#
|
1886
1923
|
# ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3
|
1887
1924
|
# prefix;
|
@@ -1898,7 +1935,7 @@ module Aws::SSM
|
|
1898
1935
|
#
|
1899
1936
|
# test\_folder/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-1234567876543/awsrunShellScript
|
1900
1937
|
#
|
1901
|
-
# test\_folder is the name of the
|
1938
|
+
# test\_folder is the name of the S3 bucket;
|
1902
1939
|
#
|
1903
1940
|
# ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3
|
1904
1941
|
# prefix;
|
@@ -1967,7 +2004,7 @@ module Aws::SSM
|
|
1967
2004
|
|
1968
2005
|
# Information about the compliance as defined by the resource type. For
|
1969
2006
|
# example, for a patch resource type, `Items` includes information about
|
1970
|
-
# the PatchSeverity, Classification,
|
2007
|
+
# the PatchSeverity, Classification, and so on.
|
1971
2008
|
#
|
1972
2009
|
# @!attribute [rw] compliance_type
|
1973
2010
|
# The compliance type. For example, Association (for a State Manager
|
@@ -2212,12 +2249,12 @@ module Aws::SSM
|
|
2212
2249
|
# to assign to the managed instance. This IAM role must provide
|
2213
2250
|
# AssumeRole permissions for the Systems Manager service principal
|
2214
2251
|
# `ssm.amazonaws.com`. For more information, see [Create an IAM
|
2215
|
-
#
|
2252
|
+
# service role for a hybrid environment][1] in the *AWS Systems
|
2216
2253
|
# Manager User Guide*.
|
2217
2254
|
#
|
2218
2255
|
#
|
2219
2256
|
#
|
2220
|
-
# [1]:
|
2257
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-service-role.html
|
2221
2258
|
# @return [String]
|
2222
2259
|
#
|
2223
2260
|
# @!attribute [rw] registration_limit
|
@@ -2319,6 +2356,7 @@ module Aws::SSM
|
|
2319
2356
|
# max_errors: "MaxErrors",
|
2320
2357
|
# max_concurrency: "MaxConcurrency",
|
2321
2358
|
# compliance_severity: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, UNSPECIFIED
|
2359
|
+
# sync_compliance: "AUTO", # accepts AUTO, MANUAL
|
2322
2360
|
# },
|
2323
2361
|
# ],
|
2324
2362
|
# }
|
@@ -2366,6 +2404,7 @@ module Aws::SSM
|
|
2366
2404
|
# max_errors: "MaxErrors",
|
2367
2405
|
# max_concurrency: "MaxConcurrency",
|
2368
2406
|
# compliance_severity: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, UNSPECIFIED
|
2407
|
+
# sync_compliance: "AUTO", # accepts AUTO, MANUAL
|
2369
2408
|
# }
|
2370
2409
|
#
|
2371
2410
|
# @!attribute [rw] name
|
@@ -2419,8 +2458,7 @@ module Aws::SSM
|
|
2419
2458
|
# @return [String]
|
2420
2459
|
#
|
2421
2460
|
# @!attribute [rw] output_location
|
2422
|
-
# An
|
2423
|
-
# request.
|
2461
|
+
# An S3 bucket where you want to store the results of this request.
|
2424
2462
|
# @return [Types::InstanceAssociationOutputLocation]
|
2425
2463
|
#
|
2426
2464
|
# @!attribute [rw] association_name
|
@@ -2462,6 +2500,22 @@ module Aws::SSM
|
|
2462
2500
|
# The severity level to assign to the association.
|
2463
2501
|
# @return [String]
|
2464
2502
|
#
|
2503
|
+
# @!attribute [rw] sync_compliance
|
2504
|
+
# The mode for generating association compliance. You can specify
|
2505
|
+
# `AUTO` or `MANUAL`. In `AUTO` mode, the system uses the status of
|
2506
|
+
# the association execution to determine the compliance status. If the
|
2507
|
+
# association execution runs successfully, then the association is
|
2508
|
+
# `COMPLIANT`. If the association execution doesn't run successfully,
|
2509
|
+
# the association is `NON-COMPLIANT`.
|
2510
|
+
#
|
2511
|
+
# In `MANUAL` mode, you must specify the `AssociationId` as a
|
2512
|
+
# parameter for the PutComplianceItems API action. In this case,
|
2513
|
+
# compliance data is not managed by State Manager. It is managed by
|
2514
|
+
# your direct call to the PutComplianceItems API action.
|
2515
|
+
#
|
2516
|
+
# By default, all associations use `AUTO` mode.
|
2517
|
+
# @return [String]
|
2518
|
+
#
|
2465
2519
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociationBatchRequestEntry AWS API Documentation
|
2466
2520
|
#
|
2467
2521
|
class CreateAssociationBatchRequestEntry < Struct.new(
|
@@ -2476,7 +2530,8 @@ module Aws::SSM
|
|
2476
2530
|
:association_name,
|
2477
2531
|
:max_errors,
|
2478
2532
|
:max_concurrency,
|
2479
|
-
:compliance_severity
|
2533
|
+
:compliance_severity,
|
2534
|
+
:sync_compliance)
|
2480
2535
|
include Aws::Structure
|
2481
2536
|
end
|
2482
2537
|
|
@@ -2525,6 +2580,7 @@ module Aws::SSM
|
|
2525
2580
|
# max_errors: "MaxErrors",
|
2526
2581
|
# max_concurrency: "MaxConcurrency",
|
2527
2582
|
# compliance_severity: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, UNSPECIFIED
|
2583
|
+
# sync_compliance: "AUTO", # accepts AUTO, MANUAL
|
2528
2584
|
# }
|
2529
2585
|
#
|
2530
2586
|
# @!attribute [rw] name
|
@@ -2575,9 +2631,15 @@ module Aws::SSM
|
|
2575
2631
|
# @return [Hash<String,Array<String>>]
|
2576
2632
|
#
|
2577
2633
|
# @!attribute [rw] targets
|
2578
|
-
# The targets
|
2579
|
-
#
|
2580
|
-
#
|
2634
|
+
# The targets for the association. You can target instances by using
|
2635
|
+
# tags, AWS Resource Groups, all instances in an AWS account, or
|
2636
|
+
# individual instance IDs. For more information about choosing targets
|
2637
|
+
# for an association, see [Using targets and rate controls with State
|
2638
|
+
# Manager associations][1] in the *AWS Systems Manager User Guide*.
|
2639
|
+
#
|
2640
|
+
#
|
2641
|
+
#
|
2642
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-state-manager-targets-and-rate-controls.html
|
2581
2643
|
# @return [Array<Types::Target>]
|
2582
2644
|
#
|
2583
2645
|
# @!attribute [rw] schedule_expression
|
@@ -2586,8 +2648,8 @@ module Aws::SSM
|
|
2586
2648
|
# @return [String]
|
2587
2649
|
#
|
2588
2650
|
# @!attribute [rw] output_location
|
2589
|
-
# An
|
2590
|
-
#
|
2651
|
+
# An S3 bucket where you want to store the output details of the
|
2652
|
+
# request.
|
2591
2653
|
# @return [Types::InstanceAssociationOutputLocation]
|
2592
2654
|
#
|
2593
2655
|
# @!attribute [rw] association_name
|
@@ -2635,6 +2697,22 @@ module Aws::SSM
|
|
2635
2697
|
# The severity level to assign to the association.
|
2636
2698
|
# @return [String]
|
2637
2699
|
#
|
2700
|
+
# @!attribute [rw] sync_compliance
|
2701
|
+
# The mode for generating association compliance. You can specify
|
2702
|
+
# `AUTO` or `MANUAL`. In `AUTO` mode, the system uses the status of
|
2703
|
+
# the association execution to determine the compliance status. If the
|
2704
|
+
# association execution runs successfully, then the association is
|
2705
|
+
# `COMPLIANT`. If the association execution doesn't run successfully,
|
2706
|
+
# the association is `NON-COMPLIANT`.
|
2707
|
+
#
|
2708
|
+
# In `MANUAL` mode, you must specify the `AssociationId` as a
|
2709
|
+
# parameter for the PutComplianceItems API action. In this case,
|
2710
|
+
# compliance data is not managed by State Manager. It is managed by
|
2711
|
+
# your direct call to the PutComplianceItems API action.
|
2712
|
+
#
|
2713
|
+
# By default, all associations use `AUTO` mode.
|
2714
|
+
# @return [String]
|
2715
|
+
#
|
2638
2716
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociationRequest AWS API Documentation
|
2639
2717
|
#
|
2640
2718
|
class CreateAssociationRequest < Struct.new(
|
@@ -2649,7 +2727,8 @@ module Aws::SSM
|
|
2649
2727
|
:automation_target_parameter_name,
|
2650
2728
|
:max_errors,
|
2651
2729
|
:max_concurrency,
|
2652
|
-
:compliance_severity
|
2730
|
+
:compliance_severity,
|
2731
|
+
:sync_compliance)
|
2653
2732
|
include Aws::Structure
|
2654
2733
|
end
|
2655
2734
|
|
@@ -2696,13 +2775,38 @@ module Aws::SSM
|
|
2696
2775
|
# }
|
2697
2776
|
#
|
2698
2777
|
# @!attribute [rw] content
|
2699
|
-
#
|
2778
|
+
# The content for the new SSM document in JSON or YAML format. We
|
2779
|
+
# recommend storing the contents for your new document in an external
|
2780
|
+
# JSON or YAML file and referencing the file in a command.
|
2781
|
+
#
|
2782
|
+
# For examples, see the following topics in the *AWS Systems Manager
|
2783
|
+
# User Guide*.
|
2784
|
+
#
|
2785
|
+
# * [Create an SSM document (AWS API)][1]
|
2786
|
+
#
|
2787
|
+
# * [Create an SSM document (AWS CLI)][2]
|
2788
|
+
#
|
2789
|
+
# * [Create an SSM document (API)][1]
|
2790
|
+
#
|
2791
|
+
#
|
2792
|
+
#
|
2793
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-api.html
|
2794
|
+
# [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-cli.html
|
2700
2795
|
# @return [String]
|
2701
2796
|
#
|
2702
2797
|
# @!attribute [rw] requires
|
2703
|
-
# A list of SSM documents required by a document.
|
2798
|
+
# A list of SSM documents required by a document. This parameter is
|
2799
|
+
# used exclusively by AWS AppConfig. When a user creates an AppConfig
|
2800
|
+
# configuration in an SSM document, the user must also specify a
|
2801
|
+
# required document for validation purposes. In this case, an
|
2704
2802
|
# `ApplicationConfiguration` document requires an
|
2705
|
-
# `ApplicationConfigurationSchema` document.
|
2803
|
+
# `ApplicationConfigurationSchema` document for validation purposes.
|
2804
|
+
# For more information, see [AWS AppConfig][1] in the *AWS Systems
|
2805
|
+
# Manager User Guide*.
|
2806
|
+
#
|
2807
|
+
#
|
2808
|
+
#
|
2809
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/appconfig.html
|
2706
2810
|
# @return [Array<Types::DocumentRequires>]
|
2707
2811
|
#
|
2708
2812
|
# @!attribute [rw] attachments
|
@@ -2713,10 +2817,10 @@ module Aws::SSM
|
|
2713
2817
|
# @!attribute [rw] name
|
2714
2818
|
# A name for the Systems Manager document.
|
2715
2819
|
#
|
2716
|
-
#
|
2717
|
-
#
|
2820
|
+
# You can't use the following strings as document name prefixes.
|
2821
|
+
# These are reserved by AWS for use as document name prefixes:
|
2718
2822
|
#
|
2719
|
-
# * `aws
|
2823
|
+
# * `aws-`
|
2720
2824
|
#
|
2721
2825
|
# * `amazon`
|
2722
2826
|
#
|
@@ -2745,8 +2849,8 @@ module Aws::SSM
|
|
2745
2849
|
# the following value: /AWS::EC2::Instance. If you specify a value of
|
2746
2850
|
# '/' the document can run on all types of resources. If you don't
|
2747
2851
|
# specify a value, the document can't run on any resources. For a
|
2748
|
-
# list of valid resource types, see [AWS
|
2749
|
-
# in the *AWS CloudFormation User Guide*.
|
2852
|
+
# list of valid resource types, see [AWS resource and property types
|
2853
|
+
# reference][1] in the *AWS CloudFormation User Guide*.
|
2750
2854
|
#
|
2751
2855
|
#
|
2752
2856
|
#
|
@@ -2996,11 +3100,11 @@ module Aws::SSM
|
|
2996
3100
|
# resource in the request. Use the `/aws/automations` key in
|
2997
3101
|
# OperationalData to associate an Automation runbook with the OpsItem.
|
2998
3102
|
# To view AWS CLI example commands that use these keys, see [Creating
|
2999
|
-
# OpsItems
|
3103
|
+
# OpsItems manually][1] in the *AWS Systems Manager User Guide*.
|
3000
3104
|
#
|
3001
3105
|
#
|
3002
3106
|
#
|
3003
|
-
# [1]:
|
3107
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems
|
3004
3108
|
# @return [Hash<String,Types::OpsItemDataValue>]
|
3005
3109
|
#
|
3006
3110
|
# @!attribute [rw] notifications
|
@@ -3021,8 +3125,12 @@ module Aws::SSM
|
|
3021
3125
|
# @return [Array<Types::RelatedOpsItem>]
|
3022
3126
|
#
|
3023
3127
|
# @!attribute [rw] source
|
3024
|
-
# The origin of the OpsItem, such as Amazon EC2 or
|
3025
|
-
#
|
3128
|
+
# The origin of the OpsItem, such as Amazon EC2 or Systems Manager.
|
3129
|
+
#
|
3130
|
+
# <note markdown="1"> The source name can't contain the following strings: aws, amazon,
|
3131
|
+
# and amzn.
|
3132
|
+
#
|
3133
|
+
# </note>
|
3026
3134
|
# @return [String]
|
3027
3135
|
#
|
3028
3136
|
# @!attribute [rw] title
|
@@ -3033,7 +3141,7 @@ module Aws::SSM
|
|
3033
3141
|
# @!attribute [rw] tags
|
3034
3142
|
# Optional metadata that you assign to a resource. You can restrict
|
3035
3143
|
# access to OpsItems by using an inline IAM policy that specifies
|
3036
|
-
# tags. For more information, see [Getting
|
3144
|
+
# tags. For more information, see [Getting started with OpsCenter][1]
|
3037
3145
|
# in the *AWS Systems Manager User Guide*.
|
3038
3146
|
#
|
3039
3147
|
# Tags use a key-value pair. For example:
|
@@ -3047,7 +3155,7 @@ module Aws::SSM
|
|
3047
3155
|
#
|
3048
3156
|
#
|
3049
3157
|
#
|
3050
|
-
# [1]:
|
3158
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html#OpsCenter-getting-started-user-permissions
|
3051
3159
|
# @return [Array<Types::Tag>]
|
3052
3160
|
#
|
3053
3161
|
# @!attribute [rw] category
|
@@ -3089,7 +3197,7 @@ module Aws::SSM
|
|
3089
3197
|
# data as a hash:
|
3090
3198
|
#
|
3091
3199
|
# {
|
3092
|
-
# operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS
|
3200
|
+
# operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN
|
3093
3201
|
# name: "BaselineName", # required
|
3094
3202
|
# global_filters: {
|
3095
3203
|
# patch_filters: [ # required
|
@@ -3160,8 +3268,9 @@ module Aws::SSM
|
|
3160
3268
|
# A list of explicitly approved patches for the baseline.
|
3161
3269
|
#
|
3162
3270
|
# For information about accepted formats for lists of approved patches
|
3163
|
-
# and rejected patches, see [
|
3164
|
-
#
|
3271
|
+
# and rejected patches, see [About package name formats for approved
|
3272
|
+
# and rejected patch lists][1] in the *AWS Systems Manager User
|
3273
|
+
# Guide*.
|
3165
3274
|
#
|
3166
3275
|
#
|
3167
3276
|
#
|
@@ -3184,8 +3293,9 @@ module Aws::SSM
|
|
3184
3293
|
# A list of explicitly rejected patches for the baseline.
|
3185
3294
|
#
|
3186
3295
|
# For information about accepted formats for lists of approved patches
|
3187
|
-
# and rejected patches, see [
|
3188
|
-
#
|
3296
|
+
# and rejected patches, see [About package name formats for approved
|
3297
|
+
# and rejected patch lists][1] in the *AWS Systems Manager User
|
3298
|
+
# Guide*.
|
3189
3299
|
#
|
3190
3300
|
#
|
3191
3301
|
#
|
@@ -3310,18 +3420,24 @@ module Aws::SSM
|
|
3310
3420
|
# @return [String]
|
3311
3421
|
#
|
3312
3422
|
# @!attribute [rw] s3_destination
|
3313
|
-
# Amazon S3 configuration details for the sync.
|
3423
|
+
# Amazon S3 configuration details for the sync. This parameter is
|
3424
|
+
# required if the `SyncType` value is SyncToDestination.
|
3314
3425
|
# @return [Types::ResourceDataSyncS3Destination]
|
3315
3426
|
#
|
3316
3427
|
# @!attribute [rw] sync_type
|
3317
3428
|
# Specify `SyncToDestination` to create a resource data sync that
|
3318
|
-
# synchronizes data
|
3319
|
-
#
|
3320
|
-
#
|
3429
|
+
# synchronizes data to an S3 bucket for Inventory. If you specify
|
3430
|
+
# `SyncToDestination`, you must provide a value for `S3Destination`.
|
3431
|
+
# Specify `SyncFromSource` to synchronize data from a single account
|
3432
|
+
# and multiple Regions, or multiple AWS accounts and Regions, as
|
3433
|
+
# listed in AWS Organizations for Explorer. If you specify
|
3434
|
+
# `SyncFromSource`, you must provide a value for `SyncSource`. The
|
3435
|
+
# default value is `SyncToDestination`.
|
3321
3436
|
# @return [String]
|
3322
3437
|
#
|
3323
3438
|
# @!attribute [rw] sync_source
|
3324
|
-
# Specify information about the data sources to synchronize.
|
3439
|
+
# Specify information about the data sources to synchronize. This
|
3440
|
+
# parameter is required if the `SyncType` value is SyncFromSource.
|
3325
3441
|
# @return [Types::ResourceDataSyncSource]
|
3326
3442
|
#
|
3327
3443
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateResourceDataSyncRequest AWS API Documentation
|
@@ -3521,12 +3637,12 @@ module Aws::SSM
|
|
3521
3637
|
#
|
3522
3638
|
# @!attribute [rw] deletion_summary
|
3523
3639
|
# A summary of the delete operation. For more information about this
|
3524
|
-
# summary, see [
|
3525
|
-
#
|
3640
|
+
# summary, see [Deleting custom inventory][1] in the *AWS Systems
|
3641
|
+
# Manager User Guide*.
|
3526
3642
|
#
|
3527
3643
|
#
|
3528
3644
|
#
|
3529
|
-
# [1]:
|
3645
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-custom.html#sysman-inventory-delete-summary
|
3530
3646
|
# @return [Types::InventoryDeletionSummary]
|
3531
3647
|
#
|
3532
3648
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteInventoryResult AWS API Documentation
|
@@ -4321,8 +4437,8 @@ module Aws::SSM
|
|
4321
4437
|
# @return [Array<String>]
|
4322
4438
|
#
|
4323
4439
|
# @!attribute [rw] account_sharing_info_list
|
4324
|
-
# A list of
|
4325
|
-
#
|
4440
|
+
# A list of AWS accounts where the current document is shared and the
|
4441
|
+
# version shared with each account.
|
4326
4442
|
# @return [Array<Types::AccountSharingInfo>]
|
4327
4443
|
#
|
4328
4444
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeDocumentPermissionResponse AWS API Documentation
|
@@ -4547,19 +4663,21 @@ module Aws::SSM
|
|
4547
4663
|
#
|
4548
4664
|
# @!attribute [rw] instance_information_filter_list
|
4549
4665
|
# This is a legacy method. We recommend that you don't use this
|
4550
|
-
# method. Instead, use the
|
4551
|
-
#
|
4552
|
-
#
|
4666
|
+
# method. Instead, use the `Filters` data type. `Filters` enables you
|
4667
|
+
# to return instance information by filtering based on tags applied to
|
4668
|
+
# managed instances.
|
4553
4669
|
#
|
4554
|
-
#
|
4555
|
-
#
|
4556
|
-
#
|
4670
|
+
# <note markdown="1"> Attempting to use `InstanceInformationFilterList` and `Filters`
|
4671
|
+
# leads to an exception error.
|
4672
|
+
#
|
4673
|
+
# </note>
|
4557
4674
|
# @return [Array<Types::InstanceInformationFilter>]
|
4558
4675
|
#
|
4559
4676
|
# @!attribute [rw] filters
|
4560
4677
|
# One or more filters. Use a filter to return a more specific list of
|
4561
|
-
# instances. You can filter on
|
4562
|
-
#
|
4678
|
+
# instances. You can filter based on tags applied to EC2 instances.
|
4679
|
+
# Use this `Filters` data type instead of
|
4680
|
+
# `InstanceInformationFilterList`, which is deprecated.
|
4563
4681
|
# @return [Array<Types::InstanceInformationStringFilter>]
|
4564
4682
|
#
|
4565
4683
|
# @!attribute [rw] max_results
|
@@ -5393,7 +5511,7 @@ module Aws::SSM
|
|
5393
5511
|
# }
|
5394
5512
|
#
|
5395
5513
|
# @!attribute [rw] ops_item_filters
|
5396
|
-
# One or more filters to limit the
|
5514
|
+
# One or more filters to limit the response.
|
5397
5515
|
#
|
5398
5516
|
# * Key: CreatedTime
|
5399
5517
|
#
|
@@ -5762,7 +5880,7 @@ module Aws::SSM
|
|
5762
5880
|
# data as a hash:
|
5763
5881
|
#
|
5764
5882
|
# {
|
5765
|
-
# operating_system: "WINDOWS", # required, accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS
|
5883
|
+
# operating_system: "WINDOWS", # required, accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN
|
5766
5884
|
# property: "PRODUCT", # required, accepts PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PRIORITY, SEVERITY
|
5767
5885
|
# patch_set: "OS", # accepts OS, APPLICATION
|
5768
5886
|
# max_results: 1,
|
@@ -6012,8 +6130,8 @@ module Aws::SSM
|
|
6012
6130
|
# @!attribute [rw] target_type
|
6013
6131
|
# The target type which defines the kinds of resources the document
|
6014
6132
|
# can run on. For example, /AWS::EC2::Instance. For a list of valid
|
6015
|
-
# resource types, see [AWS
|
6016
|
-
# CloudFormation User Guide*.
|
6133
|
+
# resource types, see [AWS resource and property types reference][1]
|
6134
|
+
# in the *AWS CloudFormation User Guide*.
|
6017
6135
|
#
|
6018
6136
|
#
|
6019
6137
|
#
|
@@ -6026,7 +6144,7 @@ module Aws::SSM
|
|
6026
6144
|
#
|
6027
6145
|
# @!attribute [rw] attachments_information
|
6028
6146
|
# Details about the document attachments, including names, locations,
|
6029
|
-
# sizes,
|
6147
|
+
# sizes, and so on.
|
6030
6148
|
# @return [Array<Types::AttachmentInformation>]
|
6031
6149
|
#
|
6032
6150
|
# @!attribute [rw] requires
|
@@ -6063,7 +6181,7 @@ module Aws::SSM
|
|
6063
6181
|
include Aws::Structure
|
6064
6182
|
end
|
6065
6183
|
|
6066
|
-
#
|
6184
|
+
# This data type is deprecated. Instead, use DocumentKeyValuesFilter.
|
6067
6185
|
#
|
6068
6186
|
# @note When making an API call, you may pass DocumentFilter
|
6069
6187
|
# data as a hash:
|
@@ -6128,8 +6246,8 @@ module Aws::SSM
|
|
6128
6246
|
# @!attribute [rw] target_type
|
6129
6247
|
# The target type which defines the kinds of resources the document
|
6130
6248
|
# can run on. For example, /AWS::EC2::Instance. For a list of valid
|
6131
|
-
# resource types, see [AWS
|
6132
|
-
# CloudFormation User Guide*.
|
6249
|
+
# resource types, see [AWS resource and property types reference][1]
|
6250
|
+
# in the *AWS CloudFormation User Guide*.
|
6133
6251
|
#
|
6134
6252
|
#
|
6135
6253
|
#
|
@@ -6169,8 +6287,8 @@ module Aws::SSM
|
|
6169
6287
|
# For keys, you can specify one or more tags that have been applied to a
|
6170
6288
|
# document.
|
6171
6289
|
#
|
6172
|
-
# Other valid values include Owner
|
6173
|
-
# DocumentType
|
6290
|
+
# Other valid values include `Owner`, `Name`, `PlatformTypes`,
|
6291
|
+
# `DocumentType`, and `TargetType`.
|
6174
6292
|
#
|
6175
6293
|
# Note that only one Owner can be specified in a request. For example:
|
6176
6294
|
# `Key=Owner,Values=Self`.
|
@@ -6187,7 +6305,7 @@ module Aws::SSM
|
|
6187
6305
|
# values are returned in the results.
|
6188
6306
|
#
|
6189
6307
|
# To specify a custom key and value pair, use the format
|
6190
|
-
# `Key=tag:
|
6308
|
+
# `Key=tag:tagName,Values=valueName`.
|
6191
6309
|
#
|
6192
6310
|
# For example, if you created a Key called region and are using the AWS
|
6193
6311
|
# CLI to call the `list-documents` command:
|
@@ -6376,7 +6494,7 @@ module Aws::SSM
|
|
6376
6494
|
# maintenance window or Patch baseline, doesn't exist.
|
6377
6495
|
#
|
6378
6496
|
# For information about resource quotas in Systems Manager, see [Systems
|
6379
|
-
# Manager
|
6497
|
+
# Manager service quotas][1] in the *AWS General Reference*.
|
6380
6498
|
#
|
6381
6499
|
#
|
6382
6500
|
#
|
@@ -6628,8 +6746,8 @@ module Aws::SSM
|
|
6628
6746
|
#
|
6629
6747
|
# @!attribute [rw] instance_id
|
6630
6748
|
# (Required) The ID of the managed instance targeted by the command. A
|
6631
|
-
# managed instance can be an
|
6632
|
-
#
|
6749
|
+
# managed instance can be an EC2 instance or an instance in your
|
6750
|
+
# hybrid environment that is configured for Systems Manager.
|
6633
6751
|
# @return [String]
|
6634
6752
|
#
|
6635
6753
|
# @!attribute [rw] plugin_name
|
@@ -6653,7 +6771,7 @@ module Aws::SSM
|
|
6653
6771
|
#
|
6654
6772
|
# @!attribute [rw] instance_id
|
6655
6773
|
# The ID of the managed instance targeted by the command. A managed
|
6656
|
-
# instance can be an
|
6774
|
+
# instance can be an EC2 instance or an instance in your hybrid
|
6657
6775
|
# environment that is configured for Systems Manager.
|
6658
6776
|
# @return [String]
|
6659
6777
|
#
|
@@ -6720,7 +6838,7 @@ module Aws::SSM
|
|
6720
6838
|
# includes states resulting from error and concurrency control
|
6721
6839
|
# parameters. StatusDetails can show different results than Status.
|
6722
6840
|
# For more information about these statuses, see [Understanding
|
6723
|
-
#
|
6841
|
+
# command statuses][1] in the *AWS Systems Manager User Guide*.
|
6724
6842
|
# StatusDetails can be one of the following values:
|
6725
6843
|
#
|
6726
6844
|
# * Pending: The command has not been sent to the instance.
|
@@ -6730,10 +6848,11 @@ module Aws::SSM
|
|
6730
6848
|
#
|
6731
6849
|
# * Delayed: The system attempted to send the command to the target,
|
6732
6850
|
# but the target was not available. The instance might not be
|
6733
|
-
# available because of network issues, the instance was
|
6734
|
-
#
|
6851
|
+
# available because of network issues, because the instance was
|
6852
|
+
# stopped, or for similar reasons. The system will try to send the
|
6853
|
+
# command again.
|
6735
6854
|
#
|
6736
|
-
# * Success: The command or plugin
|
6855
|
+
# * Success: The command or plugin ran successfully. This is a
|
6737
6856
|
# terminal state.
|
6738
6857
|
#
|
6739
6858
|
# * Delivery Timed Out: The command was not delivered to the instance
|
@@ -6769,7 +6888,7 @@ module Aws::SSM
|
|
6769
6888
|
#
|
6770
6889
|
#
|
6771
6890
|
#
|
6772
|
-
# [1]:
|
6891
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html
|
6773
6892
|
# @return [String]
|
6774
6893
|
#
|
6775
6894
|
# @!attribute [rw] standard_output_content
|
@@ -6780,8 +6899,8 @@ module Aws::SSM
|
|
6780
6899
|
#
|
6781
6900
|
# @!attribute [rw] standard_output_url
|
6782
6901
|
# The URL for the complete text written by the plugin to stdout in
|
6783
|
-
# Amazon S3. If an
|
6784
|
-
#
|
6902
|
+
# Amazon S3. If an S3 bucket was not specified, then this string is
|
6903
|
+
# empty.
|
6785
6904
|
# @return [String]
|
6786
6905
|
#
|
6787
6906
|
# @!attribute [rw] standard_error_content
|
@@ -6861,7 +6980,7 @@ module Aws::SSM
|
|
6861
6980
|
# data as a hash:
|
6862
6981
|
#
|
6863
6982
|
# {
|
6864
|
-
# operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS
|
6983
|
+
# operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN
|
6865
6984
|
# }
|
6866
6985
|
#
|
6867
6986
|
# @!attribute [rw] operating_system
|
@@ -6963,7 +7082,7 @@ module Aws::SSM
|
|
6963
7082
|
# @!attribute [rw] version_name
|
6964
7083
|
# An optional field specifying the version of the artifact associated
|
6965
7084
|
# with the document. For example, "Release 12, Update 6". This value
|
6966
|
-
# is unique across all versions of a document
|
7085
|
+
# is unique across all versions of a document and can't be changed.
|
6967
7086
|
# @return [String]
|
6968
7087
|
#
|
6969
7088
|
# @!attribute [rw] document_version
|
@@ -7031,7 +7150,7 @@ module Aws::SSM
|
|
7031
7150
|
#
|
7032
7151
|
# @!attribute [rw] attachments_content
|
7033
7152
|
# A description of the document attachments, including names,
|
7034
|
-
# locations, sizes,
|
7153
|
+
# locations, sizes, and so on.
|
7035
7154
|
# @return [Array<Types::AttachmentContent>]
|
7036
7155
|
#
|
7037
7156
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDocumentResult AWS API Documentation
|
@@ -8073,7 +8192,7 @@ module Aws::SSM
|
|
8073
8192
|
#
|
8074
8193
|
# {
|
8075
8194
|
# patch_group: "PatchGroup", # required
|
8076
|
-
# operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS
|
8195
|
+
# operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN
|
8077
8196
|
# }
|
8078
8197
|
#
|
8079
8198
|
# @!attribute [rw] patch_group
|
@@ -8234,7 +8353,10 @@ module Aws::SSM
|
|
8234
8353
|
# }
|
8235
8354
|
#
|
8236
8355
|
# @!attribute [rw] setting_id
|
8237
|
-
# The ID of the service setting to get.
|
8356
|
+
# The ID of the service setting to get. The setting ID can be
|
8357
|
+
# `/ssm/parameter-store/default-parameter-tier`,
|
8358
|
+
# `/ssm/parameter-store/high-throughput-enabled`, or
|
8359
|
+
# `/ssm/managed-instance/activation-tier`.
|
8238
8360
|
# @return [String]
|
8239
8361
|
#
|
8240
8362
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetServiceSettingRequest AWS API Documentation
|
@@ -8258,21 +8380,21 @@ module Aws::SSM
|
|
8258
8380
|
end
|
8259
8381
|
|
8260
8382
|
# A hierarchy can have a maximum of 15 levels. For more information, see
|
8261
|
-
# [Requirements and
|
8383
|
+
# [Requirements and constraints for parameter names][1] in the *AWS
|
8262
8384
|
# Systems Manager User Guide*.
|
8263
8385
|
#
|
8264
8386
|
#
|
8265
8387
|
#
|
8266
|
-
# [1]:
|
8388
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-parameter-name-constraints.html
|
8267
8389
|
#
|
8268
8390
|
# @!attribute [rw] message
|
8269
8391
|
# A hierarchy can have a maximum of 15 levels. For more information,
|
8270
|
-
# see [Requirements and
|
8392
|
+
# see [Requirements and constraints for parameter names][1] in the
|
8271
8393
|
# *AWS Systems Manager User Guide*.
|
8272
8394
|
#
|
8273
8395
|
#
|
8274
8396
|
#
|
8275
|
-
# [1]:
|
8397
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-parameter-name-constraints.html
|
8276
8398
|
# @return [String]
|
8277
8399
|
#
|
8278
8400
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/HierarchyLevelLimitExceededException AWS API Documentation
|
@@ -8283,14 +8405,15 @@ module Aws::SSM
|
|
8283
8405
|
end
|
8284
8406
|
|
8285
8407
|
# Parameter Store does not support changing a parameter type in a
|
8286
|
-
# hierarchy. For example, you can't change a parameter from a String
|
8287
|
-
# type to a SecureString type. You must create a new, unique
|
8408
|
+
# hierarchy. For example, you can't change a parameter from a `String`
|
8409
|
+
# type to a `SecureString` type. You must create a new, unique
|
8410
|
+
# parameter.
|
8288
8411
|
#
|
8289
8412
|
# @!attribute [rw] message
|
8290
8413
|
# Parameter Store does not support changing a parameter type in a
|
8291
|
-
# hierarchy. For example, you can't change a parameter from a
|
8292
|
-
# type to a SecureString type. You must create a new,
|
8293
|
-
# parameter.
|
8414
|
+
# hierarchy. For example, you can't change a parameter from a
|
8415
|
+
# `String` type to a `SecureString` type. You must create a new,
|
8416
|
+
# unique parameter.
|
8294
8417
|
# @return [String]
|
8295
8418
|
#
|
8296
8419
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/HierarchyTypeMismatchException AWS API Documentation
|
@@ -8374,8 +8497,7 @@ module Aws::SSM
|
|
8374
8497
|
include Aws::Structure
|
8375
8498
|
end
|
8376
8499
|
|
8377
|
-
# An
|
8378
|
-
# request.
|
8500
|
+
# An S3 bucket where you want to store the results of this request.
|
8379
8501
|
#
|
8380
8502
|
# @note When making an API call, you may pass InstanceAssociationOutputLocation
|
8381
8503
|
# data as a hash:
|
@@ -8389,8 +8511,7 @@ module Aws::SSM
|
|
8389
8511
|
# }
|
8390
8512
|
#
|
8391
8513
|
# @!attribute [rw] s3_location
|
8392
|
-
# An
|
8393
|
-
# request.
|
8514
|
+
# An S3 bucket where you want to store the results of this request.
|
8394
8515
|
# @return [Types::S3OutputLocation]
|
8395
8516
|
#
|
8396
8517
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InstanceAssociationOutputLocation AWS API Documentation
|
@@ -8400,12 +8521,12 @@ module Aws::SSM
|
|
8400
8521
|
include Aws::Structure
|
8401
8522
|
end
|
8402
8523
|
|
8403
|
-
# The URL of
|
8404
|
-
#
|
8524
|
+
# The URL of S3 bucket where you want to store the results of this
|
8525
|
+
# request.
|
8405
8526
|
#
|
8406
8527
|
# @!attribute [rw] s3_output_url
|
8407
|
-
# The URL of
|
8408
|
-
#
|
8528
|
+
# The URL of S3 bucket where you want to store the results of this
|
8529
|
+
# request.
|
8409
8530
|
# @return [Types::S3OutputUrl]
|
8410
8531
|
#
|
8411
8532
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InstanceAssociationOutputUrl AWS API Documentation
|
@@ -8458,8 +8579,8 @@ module Aws::SSM
|
|
8458
8579
|
# @return [String]
|
8459
8580
|
#
|
8460
8581
|
# @!attribute [rw] output_url
|
8461
|
-
# A URL for an
|
8462
|
-
#
|
8582
|
+
# A URL for an S3 bucket where you want to store the results of this
|
8583
|
+
# request.
|
8463
8584
|
# @return [Types::InstanceAssociationOutputUrl]
|
8464
8585
|
#
|
8465
8586
|
# @!attribute [rw] association_name
|
@@ -8530,7 +8651,7 @@ module Aws::SSM
|
|
8530
8651
|
# @!attribute [rw] iam_role
|
8531
8652
|
# The Amazon Identity and Access Management (IAM) role assigned to the
|
8532
8653
|
# on-premises Systems Manager managed instances. This call does not
|
8533
|
-
# return the IAM role for
|
8654
|
+
# return the IAM role for EC2 instances.
|
8534
8655
|
# @return [String]
|
8535
8656
|
#
|
8536
8657
|
# @!attribute [rw] registration_date
|
@@ -8685,17 +8806,17 @@ module Aws::SSM
|
|
8685
8806
|
# @!attribute [rw] install_override_list
|
8686
8807
|
# An https URL or an Amazon S3 path-style URL to a list of patches to
|
8687
8808
|
# be installed. This patch installation list, which you maintain in an
|
8688
|
-
#
|
8809
|
+
# S3 bucket in YAML format and specify in the SSM document
|
8689
8810
|
# `AWS-RunPatchBaseline`, overrides the patches specified by the
|
8690
8811
|
# default patch baseline.
|
8691
8812
|
#
|
8692
8813
|
# For more information about the `InstallOverrideList` parameter, see
|
8693
|
-
# [About the SSM
|
8814
|
+
# [About the SSM document AWS-RunPatchBaseline][1] in the *AWS Systems
|
8694
8815
|
# Manager User Guide*.
|
8695
8816
|
#
|
8696
8817
|
#
|
8697
8818
|
#
|
8698
|
-
# [1]:
|
8819
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-about-aws-runpatchbaseline.html
|
8699
8820
|
# @return [String]
|
8700
8821
|
#
|
8701
8822
|
# @!attribute [rw] owner_information
|
@@ -9386,7 +9507,7 @@ module Aws::SSM
|
|
9386
9507
|
#
|
9387
9508
|
#
|
9388
9509
|
#
|
9389
|
-
# [1]:
|
9510
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/rc-sns-notifications.html
|
9390
9511
|
#
|
9391
9512
|
# @!attribute [rw] message
|
9392
9513
|
# @return [String]
|
@@ -9412,8 +9533,8 @@ module Aws::SSM
|
|
9412
9533
|
end
|
9413
9534
|
|
9414
9535
|
# The target is not valid or does not exist. It might not be configured
|
9415
|
-
# for
|
9416
|
-
#
|
9536
|
+
# for Systems Manager or you might not have permission to perform the
|
9537
|
+
# operation.
|
9417
9538
|
#
|
9418
9539
|
# @!attribute [rw] message
|
9419
9540
|
# @return [String]
|
@@ -9540,12 +9661,12 @@ module Aws::SSM
|
|
9540
9661
|
#
|
9541
9662
|
# @!attribute [rw] deletion_summary
|
9542
9663
|
# Information about the delete operation. For more information about
|
9543
|
-
# this summary, see [Understanding the
|
9664
|
+
# this summary, see [Understanding the delete inventory summary][1] in
|
9544
9665
|
# the *AWS Systems Manager User Guide*.
|
9545
9666
|
#
|
9546
9667
|
#
|
9547
9668
|
#
|
9548
|
-
# [1]:
|
9669
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-custom.html#sysman-inventory-delete
|
9549
9670
|
# @return [Types::InventoryDeletionSummary]
|
9550
9671
|
#
|
9551
9672
|
# @!attribute [rw] last_status_update_time
|
@@ -9638,6 +9759,16 @@ module Aws::SSM
|
|
9638
9759
|
#
|
9639
9760
|
# @!attribute [rw] type
|
9640
9761
|
# The type of filter.
|
9762
|
+
#
|
9763
|
+
# <note markdown="1"> The `Exists` filter must be used with aggregators. For more
|
9764
|
+
# information, see [Aggregating inventory data][1] in the *AWS Systems
|
9765
|
+
# Manager User Guide*.
|
9766
|
+
#
|
9767
|
+
# </note>
|
9768
|
+
#
|
9769
|
+
#
|
9770
|
+
#
|
9771
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-aggregate.html
|
9641
9772
|
# @return [String]
|
9642
9773
|
#
|
9643
9774
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InventoryFilter AWS API Documentation
|
@@ -9937,12 +10068,12 @@ module Aws::SSM
|
|
9937
10068
|
|
9938
10069
|
# @!attribute [rw] invalid_labels
|
9939
10070
|
# The label does not meet the requirements. For information about
|
9940
|
-
# parameter label requirements, see [Labeling
|
10071
|
+
# parameter label requirements, see [Labeling parameters][1] in the
|
9941
10072
|
# *AWS Systems Manager User Guide*.
|
9942
10073
|
#
|
9943
10074
|
#
|
9944
10075
|
#
|
9945
|
-
# [1]:
|
10076
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html
|
9946
10077
|
# @return [Array<String>]
|
9947
10078
|
#
|
9948
10079
|
# @!attribute [rw] parameter_version
|
@@ -10014,7 +10145,7 @@ module Aws::SSM
|
|
10014
10145
|
# {
|
10015
10146
|
# association_filter_list: [
|
10016
10147
|
# {
|
10017
|
-
# key: "InstanceId", # required, accepts InstanceId, Name, AssociationId, AssociationStatusName, LastExecutedBefore, LastExecutedAfter, AssociationName
|
10148
|
+
# key: "InstanceId", # required, accepts InstanceId, Name, AssociationId, AssociationStatusName, LastExecutedBefore, LastExecutedAfter, AssociationName, ResourceGroupName
|
10018
10149
|
# value: "AssociationFilterValue", # required
|
10019
10150
|
# },
|
10020
10151
|
# ],
|
@@ -10102,8 +10233,7 @@ module Aws::SSM
|
|
10102
10233
|
#
|
10103
10234
|
# @!attribute [rw] filters
|
10104
10235
|
# (Optional) One or more filters. Use a filter to return a more
|
10105
|
-
# specific list of results.
|
10106
|
-
# supported for ListCommandInvocations.
|
10236
|
+
# specific list of results.
|
10107
10237
|
# @return [Array<Types::CommandFilter>]
|
10108
10238
|
#
|
10109
10239
|
# @!attribute [rw] details
|
@@ -10411,13 +10541,17 @@ module Aws::SSM
|
|
10411
10541
|
# }
|
10412
10542
|
#
|
10413
10543
|
# @!attribute [rw] document_filter_list
|
10414
|
-
#
|
10415
|
-
# results.
|
10544
|
+
# This data type is deprecated. Instead, use `Filters`.
|
10416
10545
|
# @return [Array<Types::DocumentFilter>]
|
10417
10546
|
#
|
10418
10547
|
# @!attribute [rw] filters
|
10419
|
-
# One or more
|
10420
|
-
# results.
|
10548
|
+
# One or more DocumentKeyValuesFilter objects. Use a filter to return
|
10549
|
+
# a more specific list of results. For keys, you can specify one or
|
10550
|
+
# more key-value pair tags that have been applied to a document. Other
|
10551
|
+
# valid keys include `Owner`, `Name`, `PlatformTypes`, `DocumentType`,
|
10552
|
+
# and `TargetType`. For example, to return documents you own use
|
10553
|
+
# `Key=Owner,Values=Self`. To specify a custom key-value pair, use the
|
10554
|
+
# format `Key=tag:tagName,Values=valueName`.
|
10421
10555
|
# @return [Array<Types::DocumentKeyValuesFilter>]
|
10422
10556
|
#
|
10423
10557
|
# @!attribute [rw] max_results
|
@@ -10699,7 +10833,7 @@ module Aws::SSM
|
|
10699
10833
|
include Aws::Structure
|
10700
10834
|
end
|
10701
10835
|
|
10702
|
-
# Information about an
|
10836
|
+
# Information about an S3 bucket to write instance-level logs to.
|
10703
10837
|
#
|
10704
10838
|
# <note markdown="1"> `LoggingInfo` has been deprecated. To specify an S3 bucket to contain
|
10705
10839
|
# logs, instead use the `OutputS3BucketName` and `OutputS3KeyPrefix`
|
@@ -10720,15 +10854,15 @@ module Aws::SSM
|
|
10720
10854
|
# }
|
10721
10855
|
#
|
10722
10856
|
# @!attribute [rw] s3_bucket_name
|
10723
|
-
# The name of an
|
10857
|
+
# The name of an S3 bucket where execution logs are stored .
|
10724
10858
|
# @return [String]
|
10725
10859
|
#
|
10726
10860
|
# @!attribute [rw] s3_key_prefix
|
10727
|
-
# (Optional) The
|
10861
|
+
# (Optional) The S3 bucket subfolder.
|
10728
10862
|
# @return [String]
|
10729
10863
|
#
|
10730
10864
|
# @!attribute [rw] s3_region
|
10731
|
-
# The
|
10865
|
+
# The Region where the S3 bucket is located.
|
10732
10866
|
# @return [String]
|
10733
10867
|
#
|
10734
10868
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/LoggingInfo AWS API Documentation
|
@@ -11218,11 +11352,11 @@ module Aws::SSM
|
|
11218
11352
|
# @return [Types::NotificationConfig]
|
11219
11353
|
#
|
11220
11354
|
# @!attribute [rw] output_s3_bucket_name
|
11221
|
-
# The name of the
|
11355
|
+
# The name of the S3 bucket.
|
11222
11356
|
# @return [String]
|
11223
11357
|
#
|
11224
11358
|
# @!attribute [rw] output_s3_key_prefix
|
11225
|
-
# The
|
11359
|
+
# The S3 bucket subfolder.
|
11226
11360
|
# @return [String]
|
11227
11361
|
#
|
11228
11362
|
# @!attribute [rw] parameters
|
@@ -11406,7 +11540,7 @@ module Aws::SSM
|
|
11406
11540
|
# @return [Integer]
|
11407
11541
|
#
|
11408
11542
|
# @!attribute [rw] logging_info
|
11409
|
-
# Information about an
|
11543
|
+
# Information about an S3 bucket to write task-level logs to.
|
11410
11544
|
#
|
11411
11545
|
# <note markdown="1"> `LoggingInfo` has been deprecated. To specify an S3 bucket to
|
11412
11546
|
# contain logs, instead use the `OutputS3BucketName` and
|
@@ -11657,12 +11791,12 @@ module Aws::SSM
|
|
11657
11791
|
# The different events for which you can receive notifications. These
|
11658
11792
|
# events include the following: All (events), InProgress, Success,
|
11659
11793
|
# TimedOut, Cancelled, Failed. To learn more about these events, see
|
11660
|
-
# [
|
11661
|
-
# the *AWS Systems Manager User Guide*.
|
11794
|
+
# [Monitoring Systems Manager status changes using Amazon SNS
|
11795
|
+
# notifications][1] in the *AWS Systems Manager User Guide*.
|
11662
11796
|
#
|
11663
11797
|
#
|
11664
11798
|
#
|
11665
|
-
# [1]:
|
11799
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/monitoring-sns-notifications.html
|
11666
11800
|
# @return [Array<String>]
|
11667
11801
|
#
|
11668
11802
|
# @!attribute [rw] notification_type
|
@@ -11837,7 +11971,7 @@ module Aws::SSM
|
|
11837
11971
|
#
|
11838
11972
|
#
|
11839
11973
|
#
|
11840
|
-
# [1]:
|
11974
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html
|
11841
11975
|
#
|
11842
11976
|
# @!attribute [rw] created_by
|
11843
11977
|
# The ARN of the AWS account that created the OpsItem.
|
@@ -11878,12 +12012,12 @@ module Aws::SSM
|
|
11878
12012
|
#
|
11879
12013
|
# @!attribute [rw] status
|
11880
12014
|
# The OpsItem status. Status can be `Open`, `In Progress`, or
|
11881
|
-
# `Resolved`. For more information, see [Editing OpsItem
|
12015
|
+
# `Resolved`. For more information, see [Editing OpsItem details][1]
|
11882
12016
|
# in the *AWS Systems Manager User Guide*.
|
11883
12017
|
#
|
11884
12018
|
#
|
11885
12019
|
#
|
11886
|
-
# [1]:
|
12020
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html
|
11887
12021
|
# @return [String]
|
11888
12022
|
#
|
11889
12023
|
# @!attribute [rw] ops_item_id
|
@@ -11901,8 +12035,8 @@ module Aws::SSM
|
|
11901
12035
|
# @return [String]
|
11902
12036
|
#
|
11903
12037
|
# @!attribute [rw] source
|
11904
|
-
# The origin of the OpsItem, such as Amazon EC2 or
|
11905
|
-
#
|
12038
|
+
# The origin of the OpsItem, such as Amazon EC2 or Systems Manager.
|
12039
|
+
# The impacted resource is a subset of source.
|
11906
12040
|
# @return [String]
|
11907
12041
|
#
|
11908
12042
|
# @!attribute [rw] operational_data
|
@@ -11928,11 +12062,11 @@ module Aws::SSM
|
|
11928
12062
|
# resource in the request. Use the `/aws/automations` key in
|
11929
12063
|
# OperationalData to associate an Automation runbook with the OpsItem.
|
11930
12064
|
# To view AWS CLI example commands that use these keys, see [Creating
|
11931
|
-
# OpsItems
|
12065
|
+
# OpsItems manually][1] in the *AWS Systems Manager User Guide*.
|
11932
12066
|
#
|
11933
12067
|
#
|
11934
12068
|
#
|
11935
|
-
# [1]:
|
12069
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems
|
11936
12070
|
# @return [Hash<String,Types::OpsItemDataValue>]
|
11937
12071
|
#
|
11938
12072
|
# @!attribute [rw] category
|
@@ -12065,7 +12199,7 @@ module Aws::SSM
|
|
12065
12199
|
#
|
12066
12200
|
#
|
12067
12201
|
#
|
12068
|
-
# [1]:
|
12202
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-learn-more.html#OpsCenter-learn-more-limits
|
12069
12203
|
#
|
12070
12204
|
# @!attribute [rw] resource_types
|
12071
12205
|
# @return [Array<String>]
|
@@ -12222,8 +12356,7 @@ module Aws::SSM
|
|
12222
12356
|
# are stored.
|
12223
12357
|
#
|
12224
12358
|
# @!attribute [rw] output_source_id
|
12225
|
-
# The ID of the output source, for example the URL of an
|
12226
|
-
# bucket.
|
12359
|
+
# The ID of the output source, for example the URL of an S3 bucket.
|
12227
12360
|
# @return [String]
|
12228
12361
|
#
|
12229
12362
|
# @!attribute [rw] output_source_type
|
@@ -12239,15 +12372,15 @@ module Aws::SSM
|
|
12239
12372
|
include Aws::Structure
|
12240
12373
|
end
|
12241
12374
|
|
12242
|
-
# An
|
12375
|
+
# An Systems Manager parameter in Parameter Store.
|
12243
12376
|
#
|
12244
12377
|
# @!attribute [rw] name
|
12245
12378
|
# The name of the parameter.
|
12246
12379
|
# @return [String]
|
12247
12380
|
#
|
12248
12381
|
# @!attribute [rw] type
|
12249
|
-
# The type of parameter. Valid values include the following: String
|
12250
|
-
#
|
12382
|
+
# The type of parameter. Valid values include the following: `String`,
|
12383
|
+
# `StringList`, and `SecureString`.
|
12251
12384
|
# @return [String]
|
12252
12385
|
#
|
12253
12386
|
# @!attribute [rw] value
|
@@ -12283,6 +12416,11 @@ module Aws::SSM
|
|
12283
12416
|
# The Amazon Resource Name (ARN) of the parameter.
|
12284
12417
|
# @return [String]
|
12285
12418
|
#
|
12419
|
+
# @!attribute [rw] data_type
|
12420
|
+
# The data type of the parameter, such as `text` or `aws:ec2:image`.
|
12421
|
+
# The default is `text`.
|
12422
|
+
# @return [String]
|
12423
|
+
#
|
12286
12424
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/Parameter AWS API Documentation
|
12287
12425
|
#
|
12288
12426
|
class Parameter < Struct.new(
|
@@ -12293,7 +12431,8 @@ module Aws::SSM
|
|
12293
12431
|
:selector,
|
12294
12432
|
:source_result,
|
12295
12433
|
:last_modified_date,
|
12296
|
-
:arn
|
12434
|
+
:arn,
|
12435
|
+
:data_type)
|
12297
12436
|
include Aws::Structure
|
12298
12437
|
end
|
12299
12438
|
|
@@ -12361,14 +12500,19 @@ module Aws::SSM
|
|
12361
12500
|
# @!attribute [rw] policies
|
12362
12501
|
# Information about the policies assigned to a parameter.
|
12363
12502
|
#
|
12364
|
-
# [
|
12365
|
-
#
|
12503
|
+
# [Assigning parameter policies][1] in the *AWS Systems Manager User
|
12504
|
+
# Guide*.
|
12366
12505
|
#
|
12367
12506
|
#
|
12368
12507
|
#
|
12369
12508
|
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html
|
12370
12509
|
# @return [Array<Types::ParameterInlinePolicy>]
|
12371
12510
|
#
|
12511
|
+
# @!attribute [rw] data_type
|
12512
|
+
# The data type of the parameter, such as `text` or `aws:ec2:image`.
|
12513
|
+
# The default is `text`.
|
12514
|
+
# @return [String]
|
12515
|
+
#
|
12372
12516
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ParameterHistory AWS API Documentation
|
12373
12517
|
#
|
12374
12518
|
class ParameterHistory < Struct.new(
|
@@ -12383,7 +12527,8 @@ module Aws::SSM
|
|
12383
12527
|
:version,
|
12384
12528
|
:labels,
|
12385
12529
|
:tier,
|
12386
|
-
:policies
|
12530
|
+
:policies,
|
12531
|
+
:data_type)
|
12387
12532
|
include Aws::Structure
|
12388
12533
|
end
|
12389
12534
|
|
@@ -12448,7 +12593,7 @@ module Aws::SSM
|
|
12448
12593
|
#
|
12449
12594
|
# @!attribute [rw] type
|
12450
12595
|
# The type of parameter. Valid parameter types include the following:
|
12451
|
-
# String
|
12596
|
+
# `String`, `StringList`, and `SecureString`.
|
12452
12597
|
# @return [String]
|
12453
12598
|
#
|
12454
12599
|
# @!attribute [rw] key_id
|
@@ -12486,6 +12631,11 @@ module Aws::SSM
|
|
12486
12631
|
# A list of policies associated with a parameter.
|
12487
12632
|
# @return [Array<Types::ParameterInlinePolicy>]
|
12488
12633
|
#
|
12634
|
+
# @!attribute [rw] data_type
|
12635
|
+
# The data type of the parameter, such as `text` or `aws:ec2:image`.
|
12636
|
+
# The default is `text`.
|
12637
|
+
# @return [String]
|
12638
|
+
#
|
12489
12639
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ParameterMetadata AWS API Documentation
|
12490
12640
|
#
|
12491
12641
|
class ParameterMetadata < Struct.new(
|
@@ -12498,7 +12648,8 @@ module Aws::SSM
|
|
12498
12648
|
:allowed_pattern,
|
12499
12649
|
:version,
|
12500
12650
|
:tier,
|
12501
|
-
:policies
|
12651
|
+
:policies,
|
12652
|
+
:data_type)
|
12502
12653
|
include Aws::Structure
|
12503
12654
|
end
|
12504
12655
|
|
@@ -12542,12 +12693,12 @@ module Aws::SSM
|
|
12542
12693
|
# not valid: `Name`, `Path`, and `Tier`.
|
12543
12694
|
#
|
12544
12695
|
# For examples of CLI commands demonstrating valid parameter filter
|
12545
|
-
# constructions, see [Searching for Systems Manager
|
12696
|
+
# constructions, see [Searching for Systems Manager parameters][1] in
|
12546
12697
|
# the *AWS Systems Manager User Guide*.
|
12547
12698
|
#
|
12548
12699
|
#
|
12549
12700
|
#
|
12550
|
-
# [1]:
|
12701
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-search.html
|
12551
12702
|
#
|
12552
12703
|
# @note When making an API call, you may pass ParameterStringFilter
|
12553
12704
|
# data as a hash:
|
@@ -12775,12 +12926,12 @@ module Aws::SSM
|
|
12775
12926
|
# @!attribute [rw] state
|
12776
12927
|
# The state of the patch on the instance, such as INSTALLED or FAILED.
|
12777
12928
|
#
|
12778
|
-
# For descriptions of each patch state, see [About
|
12779
|
-
#
|
12929
|
+
# For descriptions of each patch state, see [About patch
|
12930
|
+
# compliance][1] in the *AWS Systems Manager User Guide*.
|
12780
12931
|
#
|
12781
12932
|
#
|
12782
12933
|
#
|
12783
|
-
# [1]:
|
12934
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-compliance-about.html#sysman-compliance-monitor-patch
|
12784
12935
|
# @return [String]
|
12785
12936
|
#
|
12786
12937
|
# @!attribute [rw] installed_time
|
@@ -12944,19 +13095,22 @@ module Aws::SSM
|
|
12944
13095
|
#
|
12945
13096
|
# @!attribute [rw] compliance_level
|
12946
13097
|
# A compliance severity level for all approved patches in a patch
|
12947
|
-
# baseline.
|
12948
|
-
# Unspecified, Critical, High, Medium, Low, and Informational.
|
13098
|
+
# baseline.
|
12949
13099
|
# @return [String]
|
12950
13100
|
#
|
12951
13101
|
# @!attribute [rw] approve_after_days
|
12952
13102
|
# The number of days after the release date of each patch matched by
|
12953
13103
|
# the rule that the patch is marked as approved in the patch baseline.
|
12954
13104
|
# For example, a value of `7` means that patches are approved seven
|
12955
|
-
# days after they are released.
|
13105
|
+
# days after they are released. Not supported on Ubuntu Server.
|
12956
13106
|
# @return [Integer]
|
12957
13107
|
#
|
12958
13108
|
# @!attribute [rw] approve_until_date
|
12959
|
-
#
|
13109
|
+
# The cutoff date for auto approval of released patches. Any patches
|
13110
|
+
# released on or before this date are installed automatically. Not
|
13111
|
+
# supported on Ubuntu Server.
|
13112
|
+
#
|
13113
|
+
# Enter dates in the format `YYYY-MM-DD`. For example, `2020-12-31`.
|
12960
13114
|
# @return [String]
|
12961
13115
|
#
|
12962
13116
|
# @!attribute [rw] enable_non_security
|
@@ -13159,6 +13313,7 @@ module Aws::SSM
|
|
13159
13313
|
# },
|
13160
13314
|
# ],
|
13161
13315
|
# item_content_hash: "ComplianceItemContentHash",
|
13316
|
+
# upload_type: "COMPLETE", # accepts COMPLETE, PARTIAL
|
13162
13317
|
# }
|
13163
13318
|
#
|
13164
13319
|
# @!attribute [rw] resource_id
|
@@ -13186,7 +13341,7 @@ module Aws::SSM
|
|
13186
13341
|
# @!attribute [rw] items
|
13187
13342
|
# Information about the compliance as defined by the resource type.
|
13188
13343
|
# For example, for a patch compliance type, `Items` includes
|
13189
|
-
# information about the PatchSeverity, Classification,
|
13344
|
+
# information about the PatchSeverity, Classification, and so on.
|
13190
13345
|
# @return [Array<Types::ComplianceItemEntry>]
|
13191
13346
|
#
|
13192
13347
|
# @!attribute [rw] item_content_hash
|
@@ -13196,6 +13351,22 @@ module Aws::SSM
|
|
13196
13351
|
# ignored.
|
13197
13352
|
# @return [String]
|
13198
13353
|
#
|
13354
|
+
# @!attribute [rw] upload_type
|
13355
|
+
# The mode for uploading compliance items. You can specify `COMPLETE`
|
13356
|
+
# or `PARTIAL`. In `COMPLETE` mode, the system overwrites all existing
|
13357
|
+
# compliance information for the resource. You must provide a full
|
13358
|
+
# list of compliance items each time you send the request.
|
13359
|
+
#
|
13360
|
+
# In `PARTIAL` mode, the system overwrites compliance information for
|
13361
|
+
# a specific association. The association must be configured with
|
13362
|
+
# `SyncCompliance` set to `MANUAL`. By default, all requests use
|
13363
|
+
# `COMPLETE` mode.
|
13364
|
+
#
|
13365
|
+
# <note markdown="1"> This attribute is only valid for association compliance.
|
13366
|
+
#
|
13367
|
+
# </note>
|
13368
|
+
# @return [String]
|
13369
|
+
#
|
13199
13370
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutComplianceItemsRequest AWS API Documentation
|
13200
13371
|
#
|
13201
13372
|
class PutComplianceItemsRequest < Struct.new(
|
@@ -13204,7 +13375,8 @@ module Aws::SSM
|
|
13204
13375
|
:compliance_type,
|
13205
13376
|
:execution_summary,
|
13206
13377
|
:items,
|
13207
|
-
:item_content_hash
|
13378
|
+
:item_content_hash,
|
13379
|
+
:upload_type)
|
13208
13380
|
include Aws::Structure
|
13209
13381
|
end
|
13210
13382
|
|
@@ -13269,7 +13441,7 @@ module Aws::SSM
|
|
13269
13441
|
# name: "PSParameterName", # required
|
13270
13442
|
# description: "ParameterDescription",
|
13271
13443
|
# value: "PSParameterValue", # required
|
13272
|
-
# type: "String", #
|
13444
|
+
# type: "String", # accepts String, StringList, SecureString
|
13273
13445
|
# key_id: "ParameterKeyId",
|
13274
13446
|
# overwrite: false,
|
13275
13447
|
# allowed_pattern: "AllowedPattern",
|
@@ -13281,6 +13453,7 @@ module Aws::SSM
|
|
13281
13453
|
# ],
|
13282
13454
|
# tier: "Standard", # accepts Standard, Advanced, Intelligent-Tiering
|
13283
13455
|
# policies: "ParameterPolicies",
|
13456
|
+
# data_type: "ParameterDataType",
|
13284
13457
|
# }
|
13285
13458
|
#
|
13286
13459
|
# @!attribute [rw] name
|
@@ -13309,8 +13482,8 @@ module Aws::SSM
|
|
13309
13482
|
# levels.
|
13310
13483
|
#
|
13311
13484
|
# For additional information about valid values for parameter names,
|
13312
|
-
# see [
|
13313
|
-
# *AWS Systems Manager User Guide*.
|
13485
|
+
# see [About requirements and constraints for parameter names][1] in
|
13486
|
+
# the *AWS Systems Manager User Guide*.
|
13314
13487
|
#
|
13315
13488
|
# <note markdown="1"> The maximum length constraint listed below includes capacity for
|
13316
13489
|
# additional system attributes that are not part of the name. The
|
@@ -13324,7 +13497,7 @@ module Aws::SSM
|
|
13324
13497
|
#
|
13325
13498
|
#
|
13326
13499
|
#
|
13327
|
-
# [1]:
|
13500
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-parameter-name-constraints.html
|
13328
13501
|
# @return [String]
|
13329
13502
|
#
|
13330
13503
|
# @!attribute [rw] description
|
@@ -13416,8 +13589,9 @@ module Aws::SSM
|
|
13416
13589
|
# Advanced parameters have a content size limit of 8 KB and can be
|
13417
13590
|
# configured to use parameter policies. You can create a maximum of
|
13418
13591
|
# 100,000 advanced parameters for each Region in an AWS account.
|
13419
|
-
# Advanced parameters incur a charge. For more information, see
|
13420
|
-
#
|
13592
|
+
# Advanced parameters incur a charge. For more information, see
|
13593
|
+
# [Standard and advanced parameter tiers][1] in the *AWS Systems
|
13594
|
+
# Manager User Guide*.
|
13421
13595
|
#
|
13422
13596
|
# You can change a standard parameter to an advanced parameter any
|
13423
13597
|
# time. But you can't revert an advanced parameter to a standard
|
@@ -13471,13 +13645,13 @@ module Aws::SSM
|
|
13471
13645
|
# the current Region.
|
13472
13646
|
#
|
13473
13647
|
# For more information about configuring the default tier option, see
|
13474
|
-
# [Specifying a
|
13648
|
+
# [Specifying a default parameter tier][2] in the *AWS Systems Manager
|
13475
13649
|
# User Guide*.
|
13476
13650
|
#
|
13477
13651
|
#
|
13478
13652
|
#
|
13479
|
-
# [1]:
|
13480
|
-
# [2]:
|
13653
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html
|
13654
|
+
# [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/ps-default-tier.html
|
13481
13655
|
# @return [String]
|
13482
13656
|
#
|
13483
13657
|
# @!attribute [rw] policies
|
@@ -13503,11 +13677,33 @@ module Aws::SSM
|
|
13503
13677
|
#
|
13504
13678
|
# All existing policies are preserved until you send new policies or
|
13505
13679
|
# an empty policy. For more information about parameter policies, see
|
13506
|
-
# [
|
13680
|
+
# [Assigning parameter policies][1].
|
13507
13681
|
#
|
13508
13682
|
#
|
13509
13683
|
#
|
13510
|
-
# [1]:
|
13684
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html
|
13685
|
+
# @return [String]
|
13686
|
+
#
|
13687
|
+
# @!attribute [rw] data_type
|
13688
|
+
# The data type for a `String` parameter. Supported data types include
|
13689
|
+
# plain text and Amazon Machine Image IDs.
|
13690
|
+
#
|
13691
|
+
# **The following data type values are supported.**
|
13692
|
+
#
|
13693
|
+
# * `text`
|
13694
|
+
#
|
13695
|
+
# * `aws:ec2:image`
|
13696
|
+
#
|
13697
|
+
# When you create a `String` parameter and specify `aws:ec2:image`,
|
13698
|
+
# Systems Manager validates the parameter value is in the required
|
13699
|
+
# format, such as `ami-12345abcdeEXAMPLE`, and that the specified AMI
|
13700
|
+
# is available in your AWS account. For more information, see [Native
|
13701
|
+
# parameter support for Amazon Machine Image IDs][1] in the *AWS
|
13702
|
+
# Systems Manager User Guide*.
|
13703
|
+
#
|
13704
|
+
#
|
13705
|
+
#
|
13706
|
+
# [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html
|
13511
13707
|
# @return [String]
|
13512
13708
|
#
|
13513
13709
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutParameterRequest AWS API Documentation
|
@@ -13522,7 +13718,8 @@ module Aws::SSM
|
|
13522
13718
|
:allowed_pattern,
|
13523
13719
|
:tags,
|
13524
13720
|
:tier,
|
13525
|
-
:policies
|
13721
|
+
:policies,
|
13722
|
+
:data_type)
|
13526
13723
|
include Aws::Structure
|
13527
13724
|
end
|
13528
13725
|
|
@@ -13683,8 +13880,8 @@ module Aws::SSM
|
|
13683
13880
|
# </note>
|
13684
13881
|
#
|
13685
13882
|
# For more information about these examples formats, including the
|
13686
|
-
# best use case for each one, see [Examples: Register
|
13687
|
-
#
|
13883
|
+
# best use case for each one, see [Examples: Register targets with a
|
13884
|
+
# maintenance window][1] in the *AWS Systems Manager User Guide*.
|
13688
13885
|
#
|
13689
13886
|
#
|
13690
13887
|
#
|
@@ -13838,15 +14035,15 @@ module Aws::SSM
|
|
13838
14035
|
# For more information, see the following topics in the in the *AWS
|
13839
14036
|
# Systems Manager User Guide*\:
|
13840
14037
|
#
|
13841
|
-
# * [
|
14038
|
+
# * [Using service-linked roles for Systems Manager][1]
|
13842
14039
|
#
|
13843
|
-
# * [Should I
|
13844
|
-
#
|
14040
|
+
# * [Should I use a service-linked role or a custom service role to
|
14041
|
+
# run maintenance window tasks? ][2]
|
13845
14042
|
#
|
13846
14043
|
#
|
13847
14044
|
#
|
13848
|
-
# [1]:
|
13849
|
-
# [2]:
|
14045
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions
|
14046
|
+
# [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role
|
13850
14047
|
# @return [String]
|
13851
14048
|
#
|
13852
14049
|
# @!attribute [rw] task_type
|
@@ -13888,8 +14085,8 @@ module Aws::SSM
|
|
13888
14085
|
# @return [String]
|
13889
14086
|
#
|
13890
14087
|
# @!attribute [rw] logging_info
|
13891
|
-
# A structure containing information about an
|
13892
|
-
#
|
14088
|
+
# A structure containing information about an S3 bucket to write
|
14089
|
+
# instance-level logs to.
|
13893
14090
|
#
|
13894
14091
|
# <note markdown="1"> `LoggingInfo` has been deprecated. To specify an S3 bucket to
|
13895
14092
|
# contain logs, instead use the `OutputS3BucketName` and
|
@@ -14034,7 +14231,11 @@ module Aws::SSM
|
|
14034
14231
|
# }
|
14035
14232
|
#
|
14036
14233
|
# @!attribute [rw] setting_id
|
14037
|
-
# The
|
14234
|
+
# The Amazon Resource Name (ARN) of the service setting to reset. The
|
14235
|
+
# setting ID can be `/ssm/parameter-store/default-parameter-tier`,
|
14236
|
+
# `/ssm/parameter-store/high-throughput-enabled`, or
|
14237
|
+
# `/ssm/managed-instance/activation-tier`. For example,
|
14238
|
+
# `arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled`.
|
14038
14239
|
# @return [String]
|
14039
14240
|
#
|
14040
14241
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResetServiceSettingRequest AWS API Documentation
|
@@ -14203,8 +14404,8 @@ module Aws::SSM
|
|
14203
14404
|
end
|
14204
14405
|
|
14205
14406
|
# Synchronize Systems Manager Inventory data from multiple AWS accounts
|
14206
|
-
# defined in AWS Organizations to a centralized
|
14207
|
-
#
|
14407
|
+
# defined in AWS Organizations to a centralized S3 bucket. Data is
|
14408
|
+
# synchronized to individual key prefixes in the central bucket. Each
|
14208
14409
|
# key prefix represents a different AWS account ID.
|
14209
14410
|
#
|
14210
14411
|
# @note When making an API call, you may pass ResourceDataSyncDestinationDataSharing
|
@@ -14247,9 +14448,9 @@ module Aws::SSM
|
|
14247
14448
|
# @!attribute [rw] sync_type
|
14248
14449
|
# The type of resource data sync. If `SyncType` is
|
14249
14450
|
# `SyncToDestination`, then the resource data sync synchronizes data
|
14250
|
-
# to an
|
14251
|
-
#
|
14252
|
-
#
|
14451
|
+
# to an S3 bucket. If the `SyncType` is `SyncFromSource` then the
|
14452
|
+
# resource data sync synchronizes data from AWS Organizations or from
|
14453
|
+
# multiple AWS Regions.
|
14253
14454
|
# @return [String]
|
14254
14455
|
#
|
14255
14456
|
# @!attribute [rw] sync_source
|
@@ -14257,7 +14458,7 @@ module Aws::SSM
|
|
14257
14458
|
# @return [Types::ResourceDataSyncSourceWithState]
|
14258
14459
|
#
|
14259
14460
|
# @!attribute [rw] s3_destination
|
14260
|
-
# Configuration information for the target
|
14461
|
+
# Configuration information for the target S3 bucket.
|
14261
14462
|
# @return [Types::ResourceDataSyncS3Destination]
|
14262
14463
|
#
|
14263
14464
|
# @!attribute [rw] last_sync_time
|
@@ -14341,8 +14542,7 @@ module Aws::SSM
|
|
14341
14542
|
include Aws::Structure
|
14342
14543
|
end
|
14343
14544
|
|
14344
|
-
# Information about the target
|
14345
|
-
# Sync.
|
14545
|
+
# Information about the target S3 bucket for the Resource Data Sync.
|
14346
14546
|
#
|
14347
14547
|
# @note When making an API call, you may pass ResourceDataSyncS3Destination
|
14348
14548
|
# data as a hash:
|
@@ -14359,8 +14559,7 @@ module Aws::SSM
|
|
14359
14559
|
# }
|
14360
14560
|
#
|
14361
14561
|
# @!attribute [rw] bucket_name
|
14362
|
-
# The name of the
|
14363
|
-
# stored.
|
14562
|
+
# The name of the S3 bucket where the aggregated data is stored.
|
14364
14563
|
# @return [String]
|
14365
14564
|
#
|
14366
14565
|
# @!attribute [rw] prefix
|
@@ -14373,13 +14572,13 @@ module Aws::SSM
|
|
14373
14572
|
# @return [String]
|
14374
14573
|
#
|
14375
14574
|
# @!attribute [rw] region
|
14376
|
-
# The AWS Region with the
|
14377
|
-
#
|
14575
|
+
# The AWS Region with the S3 bucket targeted by the Resource Data
|
14576
|
+
# Sync.
|
14378
14577
|
# @return [String]
|
14379
14578
|
#
|
14380
14579
|
# @!attribute [rw] awskms_key_arn
|
14381
14580
|
# The ARN of an encryption key for a destination in Amazon S3. Must
|
14382
|
-
# belong to the same Region as the destination
|
14581
|
+
# belong to the same Region as the destination S3 bucket.
|
14383
14582
|
# @return [String]
|
14384
14583
|
#
|
14385
14584
|
# @!attribute [rw] destination_data_sharing
|
@@ -14530,7 +14729,7 @@ module Aws::SSM
|
|
14530
14729
|
# have been created.
|
14531
14730
|
#
|
14532
14731
|
# For information about resource quotas in Systems Manager, see [Systems
|
14533
|
-
# Manager
|
14732
|
+
# Manager service quotas][1] in the *AWS General Reference*.
|
14534
14733
|
#
|
14535
14734
|
#
|
14536
14735
|
#
|
@@ -14603,7 +14802,7 @@ module Aws::SSM
|
|
14603
14802
|
# **region** represents the Region identifier for an AWS Region
|
14604
14803
|
# supported by AWS Systems Manager, such as `us-east-2` for the US
|
14605
14804
|
# East (Ohio) Region. For a list of supported **region** values, see
|
14606
|
-
# the **Region** column in [Systems Manager
|
14805
|
+
# the **Region** column in [Systems Manager service endpoints][1] in
|
14607
14806
|
# the *AWS General Reference*.
|
14608
14807
|
#
|
14609
14808
|
# **session-id** represents the ID of a Session Manager session, such
|
@@ -14623,8 +14822,7 @@ module Aws::SSM
|
|
14623
14822
|
include Aws::Structure
|
14624
14823
|
end
|
14625
14824
|
|
14626
|
-
# An
|
14627
|
-
# request.
|
14825
|
+
# An S3 bucket where you want to store the results of this request.
|
14628
14826
|
#
|
14629
14827
|
# @note When making an API call, you may pass S3OutputLocation
|
14630
14828
|
# data as a hash:
|
@@ -14638,15 +14836,15 @@ module Aws::SSM
|
|
14638
14836
|
# @!attribute [rw] output_s3_region
|
14639
14837
|
# (Deprecated) You can no longer specify this parameter. The system
|
14640
14838
|
# ignores it. Instead, Systems Manager automatically determines the
|
14641
|
-
#
|
14839
|
+
# Region of the S3 bucket.
|
14642
14840
|
# @return [String]
|
14643
14841
|
#
|
14644
14842
|
# @!attribute [rw] output_s3_bucket_name
|
14645
|
-
# The name of the
|
14843
|
+
# The name of the S3 bucket.
|
14646
14844
|
# @return [String]
|
14647
14845
|
#
|
14648
14846
|
# @!attribute [rw] output_s3_key_prefix
|
14649
|
-
# The
|
14847
|
+
# The S3 bucket subfolder.
|
14650
14848
|
# @return [String]
|
14651
14849
|
#
|
14652
14850
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/S3OutputLocation AWS API Documentation
|
@@ -14658,12 +14856,12 @@ module Aws::SSM
|
|
14658
14856
|
include Aws::Structure
|
14659
14857
|
end
|
14660
14858
|
|
14661
|
-
# A URL for the
|
14662
|
-
#
|
14859
|
+
# A URL for the S3 bucket where you want to store the results of this
|
14860
|
+
# request.
|
14663
14861
|
#
|
14664
14862
|
# @!attribute [rw] output_url
|
14665
|
-
# A URL for an
|
14666
|
-
#
|
14863
|
+
# A URL for an S3 bucket where you want to store the results of this
|
14864
|
+
# request.
|
14667
14865
|
# @return [String]
|
14668
14866
|
#
|
14669
14867
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/S3OutputUrl AWS API Documentation
|
@@ -14792,24 +14990,25 @@ module Aws::SSM
|
|
14792
14990
|
# maximum of 50 IDs. If you prefer not to list individual instance
|
14793
14991
|
# IDs, you can instead send commands to a fleet of instances using the
|
14794
14992
|
# Targets parameter, which accepts EC2 tags. For more information
|
14795
|
-
# about how to use targets, see [
|
14796
|
-
# the *AWS Systems Manager User
|
14993
|
+
# about how to use targets, see [Using targets and rate controls to
|
14994
|
+
# send commands to a fleet][1] in the *AWS Systems Manager User
|
14995
|
+
# Guide*.
|
14797
14996
|
#
|
14798
14997
|
#
|
14799
14998
|
#
|
14800
|
-
# [1]:
|
14999
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html
|
14801
15000
|
# @return [Array<String>]
|
14802
15001
|
#
|
14803
15002
|
# @!attribute [rw] targets
|
14804
15003
|
# (Optional) An array of search criteria that targets instances using
|
14805
15004
|
# a Key,Value combination that you specify. Targets is required if you
|
14806
15005
|
# don't provide one or more instance IDs in the call. For more
|
14807
|
-
# information about how to use targets, see [Sending
|
14808
|
-
#
|
15006
|
+
# information about how to use targets, see [Sending commands to a
|
15007
|
+
# fleet][1] in the *AWS Systems Manager User Guide*.
|
14809
15008
|
#
|
14810
15009
|
#
|
14811
15010
|
#
|
14812
|
-
# [1]:
|
15011
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html
|
14813
15012
|
# @return [Array<Types::Target>]
|
14814
15013
|
#
|
14815
15014
|
# @!attribute [rw] document_name
|
@@ -14866,7 +15065,7 @@ module Aws::SSM
|
|
14866
15065
|
# @!attribute [rw] output_s3_region
|
14867
15066
|
# (Deprecated) You can no longer specify this parameter. The system
|
14868
15067
|
# ignores it. Instead, Systems Manager automatically determines the
|
14869
|
-
#
|
15068
|
+
# Region of the S3 bucket.
|
14870
15069
|
# @return [String]
|
14871
15070
|
#
|
14872
15071
|
# @!attribute [rw] output_s3_bucket_name
|
@@ -14883,12 +15082,12 @@ module Aws::SSM
|
|
14883
15082
|
# (Optional) The maximum number of instances that are allowed to run
|
14884
15083
|
# the command at the same time. You can specify a number such as 10 or
|
14885
15084
|
# a percentage such as 10%. The default value is 50. For more
|
14886
|
-
# information about how to use MaxConcurrency, see [Using
|
14887
|
-
#
|
15085
|
+
# information about how to use MaxConcurrency, see [Using concurrency
|
15086
|
+
# controls][1] in the *AWS Systems Manager User Guide*.
|
14888
15087
|
#
|
14889
15088
|
#
|
14890
15089
|
#
|
14891
|
-
# [1]:
|
15090
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-velocity
|
14892
15091
|
# @return [String]
|
14893
15092
|
#
|
14894
15093
|
# @!attribute [rw] max_errors
|
@@ -14897,11 +15096,11 @@ module Aws::SSM
|
|
14897
15096
|
# the systems stops sending the command to additional targets. You can
|
14898
15097
|
# specify a number like 10 or a percentage like 10%. The default value
|
14899
15098
|
# is 0. For more information about how to use MaxErrors, see [Using
|
14900
|
-
#
|
15099
|
+
# error controls][1] in the *AWS Systems Manager User Guide*.
|
14901
15100
|
#
|
14902
15101
|
#
|
14903
15102
|
#
|
14904
|
-
# [1]:
|
15103
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-maxerrors
|
14905
15104
|
# @return [String]
|
14906
15105
|
#
|
14907
15106
|
# @!attribute [rw] service_role_arn
|
@@ -15346,12 +15545,12 @@ module Aws::SSM
|
|
15346
15545
|
# A location is a combination of AWS Regions and/or AWS accounts where
|
15347
15546
|
# you want to run the Automation. Use this action to start an
|
15348
15547
|
# Automation in multiple Regions and multiple accounts. For more
|
15349
|
-
# information, see [
|
15350
|
-
#
|
15548
|
+
# information, see [Running Automation workflows in multiple AWS
|
15549
|
+
# Regions and accounts][1] in the *AWS Systems Manager User Guide*.
|
15351
15550
|
#
|
15352
15551
|
#
|
15353
15552
|
#
|
15354
|
-
# [1]:
|
15553
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html
|
15355
15554
|
# @return [Array<Types::TargetLocation>]
|
15356
15555
|
#
|
15357
15556
|
# @!attribute [rw] tags
|
@@ -15454,7 +15653,7 @@ module Aws::SSM
|
|
15454
15653
|
# **region** represents the Region identifier for an AWS Region
|
15455
15654
|
# supported by AWS Systems Manager, such as `us-east-2` for the US
|
15456
15655
|
# East (Ohio) Region. For a list of supported **region** values, see
|
15457
|
-
# the **Region** column in [Systems Manager
|
15656
|
+
# the **Region** column in [Systems Manager service endpoints][1] in
|
15458
15657
|
# the *AWS General Reference*.
|
15459
15658
|
#
|
15460
15659
|
# **session-id** represents the ID of a Session Manager session, such
|
@@ -15749,8 +15948,8 @@ module Aws::SSM
|
|
15749
15948
|
# `Key=resource-groups:ResourceTypeFilters,Values=AWS::EC2::INSTANCE,AWS::EC2::VPC
|
15750
15949
|
# `
|
15751
15950
|
#
|
15752
|
-
# This example demonstrates how to target only
|
15753
|
-
#
|
15951
|
+
# This example demonstrates how to target only EC2 instances and VPCs
|
15952
|
+
# in your maintenance window.
|
15754
15953
|
#
|
15755
15954
|
# * (State Manager association targets only) `Key=InstanceIds,Values=* `
|
15756
15955
|
#
|
@@ -15758,8 +15957,8 @@ module Aws::SSM
|
|
15758
15957
|
# AWS Region where the association was created.
|
15759
15958
|
#
|
15760
15959
|
# For information about how to send commands that target instances using
|
15761
|
-
# `Key,Value` parameters, see [
|
15762
|
-
#
|
15960
|
+
# `Key,Value` parameters, see [Targeting multiple instances][1] in the
|
15961
|
+
# *AWS Systems Manager User Guide*.
|
15763
15962
|
#
|
15764
15963
|
#
|
15765
15964
|
#
|
@@ -15781,7 +15980,7 @@ module Aws::SSM
|
|
15781
15980
|
# @!attribute [rw] values
|
15782
15981
|
# User-defined criteria that maps to `Key`. For example, if you
|
15783
15982
|
# specified `tag:ServerRole`, you could specify `value:WebServer` to
|
15784
|
-
# run a command on instances that include
|
15983
|
+
# run a command on instances that include EC2 tags of
|
15785
15984
|
# `ServerRole,WebServer`.
|
15786
15985
|
# @return [Array<String>]
|
15787
15986
|
#
|
@@ -15858,12 +16057,12 @@ module Aws::SSM
|
|
15858
16057
|
|
15859
16058
|
# The specified target instance for the session is not fully configured
|
15860
16059
|
# for use with Session Manager. For more information, see [Getting
|
15861
|
-
#
|
16060
|
+
# started with Session Manager][1] in the *AWS Systems Manager User
|
15862
16061
|
# Guide*.
|
15863
16062
|
#
|
15864
16063
|
#
|
15865
16064
|
#
|
15866
|
-
# [1]:
|
16065
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html
|
15867
16066
|
#
|
15868
16067
|
# @!attribute [rw] message
|
15869
16068
|
# @return [String]
|
@@ -15951,14 +16150,14 @@ module Aws::SSM
|
|
15951
16150
|
end
|
15952
16151
|
|
15953
16152
|
# Microsoft application patching is only available on EC2 instances and
|
15954
|
-
#
|
15955
|
-
# servers and VMs, you must enable
|
15956
|
-
# information, see [Using the
|
16153
|
+
# advanced instances. To patch Microsoft applications on on-premises
|
16154
|
+
# servers and VMs, you must enable advanced instances. For more
|
16155
|
+
# information, see [Using the advanced-instances tier][1] in the *AWS
|
15957
16156
|
# Systems Manager User Guide*.
|
15958
16157
|
#
|
15959
16158
|
#
|
15960
16159
|
#
|
15961
|
-
# [1]:
|
16160
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances-advanced.html
|
15962
16161
|
#
|
15963
16162
|
# @!attribute [rw] message
|
15964
16163
|
# @return [String]
|
@@ -16072,6 +16271,7 @@ module Aws::SSM
|
|
16072
16271
|
# max_errors: "MaxErrors",
|
16073
16272
|
# max_concurrency: "MaxConcurrency",
|
16074
16273
|
# compliance_severity: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, UNSPECIFIED
|
16274
|
+
# sync_compliance: "AUTO", # accepts AUTO, MANUAL
|
16075
16275
|
# }
|
16076
16276
|
#
|
16077
16277
|
# @!attribute [rw] association_id
|
@@ -16094,8 +16294,7 @@ module Aws::SSM
|
|
16094
16294
|
# @return [String]
|
16095
16295
|
#
|
16096
16296
|
# @!attribute [rw] output_location
|
16097
|
-
# An
|
16098
|
-
# request.
|
16297
|
+
# An S3 bucket where you want to store the results of this request.
|
16099
16298
|
# @return [Types::InstanceAssociationOutputLocation]
|
16100
16299
|
#
|
16101
16300
|
# @!attribute [rw] name
|
@@ -16177,6 +16376,22 @@ module Aws::SSM
|
|
16177
16376
|
# The severity level to assign to the association.
|
16178
16377
|
# @return [String]
|
16179
16378
|
#
|
16379
|
+
# @!attribute [rw] sync_compliance
|
16380
|
+
# The mode for generating association compliance. You can specify
|
16381
|
+
# `AUTO` or `MANUAL`. In `AUTO` mode, the system uses the status of
|
16382
|
+
# the association execution to determine the compliance status. If the
|
16383
|
+
# association execution runs successfully, then the association is
|
16384
|
+
# `COMPLIANT`. If the association execution doesn't run successfully,
|
16385
|
+
# the association is `NON-COMPLIANT`.
|
16386
|
+
#
|
16387
|
+
# In `MANUAL` mode, you must specify the `AssociationId` as a
|
16388
|
+
# parameter for the PutComplianceItems API action. In this case,
|
16389
|
+
# compliance data is not managed by State Manager. It is managed by
|
16390
|
+
# your direct call to the PutComplianceItems API action.
|
16391
|
+
#
|
16392
|
+
# By default, all associations use `AUTO` mode.
|
16393
|
+
# @return [String]
|
16394
|
+
#
|
16180
16395
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociationRequest AWS API Documentation
|
16181
16396
|
#
|
16182
16397
|
class UpdateAssociationRequest < Struct.new(
|
@@ -16192,7 +16407,8 @@ module Aws::SSM
|
|
16192
16407
|
:automation_target_parameter_name,
|
16193
16408
|
:max_errors,
|
16194
16409
|
:max_concurrency,
|
16195
|
-
:compliance_severity
|
16410
|
+
:compliance_severity,
|
16411
|
+
:sync_compliance)
|
16196
16412
|
include Aws::Structure
|
16197
16413
|
end
|
16198
16414
|
|
@@ -16331,7 +16547,10 @@ module Aws::SSM
|
|
16331
16547
|
# @return [String]
|
16332
16548
|
#
|
16333
16549
|
# @!attribute [rw] document_version
|
16334
|
-
# (Required) The version of the document that you want to
|
16550
|
+
# (Required) The latest version of the document that you want to
|
16551
|
+
# update. The latest document version can be specified using the
|
16552
|
+
# $LATEST variable or by the version number. Updating a previous
|
16553
|
+
# version of a document is not supported.
|
16335
16554
|
# @return [String]
|
16336
16555
|
#
|
16337
16556
|
# @!attribute [rw] document_format
|
@@ -16752,15 +16971,15 @@ module Aws::SSM
|
|
16752
16971
|
# For more information, see the following topics in the in the *AWS
|
16753
16972
|
# Systems Manager User Guide*\:
|
16754
16973
|
#
|
16755
|
-
# * [
|
16974
|
+
# * [Using service-linked roles for Systems Manager][1]
|
16756
16975
|
#
|
16757
|
-
# * [Should I
|
16758
|
-
#
|
16976
|
+
# * [Should I use a service-linked role or a custom service role to
|
16977
|
+
# run maintenance window tasks? ][2]
|
16759
16978
|
#
|
16760
16979
|
#
|
16761
16980
|
#
|
16762
|
-
# [1]:
|
16763
|
-
# [2]:
|
16981
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions
|
16982
|
+
# [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role
|
16764
16983
|
# @return [String]
|
16765
16984
|
#
|
16766
16985
|
# @!attribute [rw] task_parameters
|
@@ -17033,11 +17252,11 @@ module Aws::SSM
|
|
17033
17252
|
# resource in the request. Use the `/aws/automations` key in
|
17034
17253
|
# OperationalData to associate an Automation runbook with the OpsItem.
|
17035
17254
|
# To view AWS CLI example commands that use these keys, see [Creating
|
17036
|
-
# OpsItems
|
17255
|
+
# OpsItems manually][1] in the *AWS Systems Manager User Guide*.
|
17037
17256
|
#
|
17038
17257
|
#
|
17039
17258
|
#
|
17040
|
-
# [1]:
|
17259
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems
|
17041
17260
|
# @return [Hash<String,Types::OpsItemDataValue>]
|
17042
17261
|
#
|
17043
17262
|
# @!attribute [rw] operational_data_to_delete
|
@@ -17063,12 +17282,12 @@ module Aws::SSM
|
|
17063
17282
|
#
|
17064
17283
|
# @!attribute [rw] status
|
17065
17284
|
# The OpsItem status. Status can be `Open`, `In Progress`, or
|
17066
|
-
# `Resolved`. For more information, see [Editing OpsItem
|
17285
|
+
# `Resolved`. For more information, see [Editing OpsItem details][1]
|
17067
17286
|
# in the *AWS Systems Manager User Guide*.
|
17068
17287
|
#
|
17069
17288
|
#
|
17070
17289
|
#
|
17071
|
-
# [1]:
|
17290
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems.html#OpsCenter-working-with-OpsItems-editing-details
|
17072
17291
|
# @return [String]
|
17073
17292
|
#
|
17074
17293
|
# @!attribute [rw] ops_item_id
|
@@ -17177,8 +17396,9 @@ module Aws::SSM
|
|
17177
17396
|
# A list of explicitly approved patches for the baseline.
|
17178
17397
|
#
|
17179
17398
|
# For information about accepted formats for lists of approved patches
|
17180
|
-
# and rejected patches, see [
|
17181
|
-
#
|
17399
|
+
# and rejected patches, see [About package name formats for approved
|
17400
|
+
# and rejected patch lists][1] in the *AWS Systems Manager User
|
17401
|
+
# Guide*.
|
17182
17402
|
#
|
17183
17403
|
#
|
17184
17404
|
#
|
@@ -17200,8 +17420,9 @@ module Aws::SSM
|
|
17200
17420
|
# A list of explicitly rejected patches for the baseline.
|
17201
17421
|
#
|
17202
17422
|
# For information about accepted formats for lists of approved patches
|
17203
|
-
# and rejected patches, see [
|
17204
|
-
#
|
17423
|
+
# and rejected patches, see [About package name formats for approved
|
17424
|
+
# and rejected patch lists][1] in the *AWS Systems Manager User
|
17425
|
+
# Guide*.
|
17205
17426
|
#
|
17206
17427
|
#
|
17207
17428
|
#
|
@@ -17369,11 +17590,8 @@ module Aws::SSM
|
|
17369
17590
|
# @return [String]
|
17370
17591
|
#
|
17371
17592
|
# @!attribute [rw] sync_type
|
17372
|
-
# The type of resource data sync.
|
17373
|
-
#
|
17374
|
-
# to an Amazon S3 bucket. If the `SyncType` is `SyncFromSource` then
|
17375
|
-
# the resource data sync synchronizes data from AWS Organizations or
|
17376
|
-
# from multiple AWS Regions.
|
17593
|
+
# The type of resource data sync. The supported `SyncType` is
|
17594
|
+
# SyncFromSource.
|
17377
17595
|
# @return [String]
|
17378
17596
|
#
|
17379
17597
|
# @!attribute [rw] sync_source
|
@@ -17404,11 +17622,32 @@ module Aws::SSM
|
|
17404
17622
|
# }
|
17405
17623
|
#
|
17406
17624
|
# @!attribute [rw] setting_id
|
17407
|
-
# The
|
17625
|
+
# The Amazon Resource Name (ARN) of the service setting to reset. For
|
17626
|
+
# example,
|
17627
|
+
# `arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled`.
|
17628
|
+
# The setting ID can be one of the following.
|
17629
|
+
#
|
17630
|
+
# * `/ssm/parameter-store/default-parameter-tier`
|
17631
|
+
#
|
17632
|
+
# * `/ssm/parameter-store/high-throughput-enabled`
|
17633
|
+
#
|
17634
|
+
# * `/ssm/managed-instance/activation-tier`
|
17408
17635
|
# @return [String]
|
17409
17636
|
#
|
17410
17637
|
# @!attribute [rw] setting_value
|
17411
|
-
# The new value to specify for the service setting.
|
17638
|
+
# The new value to specify for the service setting. For the
|
17639
|
+
# `/ssm/parameter-store/default-parameter-tier` setting ID, the
|
17640
|
+
# setting value can be one of the following.
|
17641
|
+
#
|
17642
|
+
# * Standard
|
17643
|
+
#
|
17644
|
+
# * Advanced
|
17645
|
+
#
|
17646
|
+
# * Intelligent-Tiering
|
17647
|
+
#
|
17648
|
+
# For the `/ssm/parameter-store/high-throughput-enabled`, and
|
17649
|
+
# `/ssm/managed-instance/activation-tier` setting IDs, the setting
|
17650
|
+
# value can be true or false.
|
17412
17651
|
# @return [String]
|
17413
17652
|
#
|
17414
17653
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateServiceSettingRequest AWS API Documentation
|