aws-sdk-ssm 1.0.0.rc3 → 1.0.0.rc4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ssm.rb +1 -1
- data/lib/aws-sdk-ssm/client.rb +227 -68
- data/lib/aws-sdk-ssm/client_api.rb +12 -11
- data/lib/aws-sdk-ssm/types.rb +530 -90
- metadata +2 -2
@@ -413,7 +413,9 @@ module Aws::SSM
|
|
413
413
|
MaintenanceWindowTaskTargetId = Shapes::StringShape.new(name: 'MaintenanceWindowTaskTargetId')
|
414
414
|
MaintenanceWindowTaskType = Shapes::StringShape.new(name: 'MaintenanceWindowTaskType')
|
415
415
|
ManagedInstanceId = Shapes::StringShape.new(name: 'ManagedInstanceId')
|
416
|
+
MaxConcurrency = Shapes::StringShape.new(name: 'MaxConcurrency')
|
416
417
|
MaxDocumentSizeExceeded = Shapes::StructureShape.new(name: 'MaxDocumentSizeExceeded')
|
418
|
+
MaxErrors = Shapes::StringShape.new(name: 'MaxErrors')
|
417
419
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
418
420
|
MaxResultsEC2Compatible = Shapes::IntegerShape.new(name: 'MaxResultsEC2Compatible')
|
419
421
|
ModifyDocumentPermissionRequest = Shapes::StructureShape.new(name: 'ModifyDocumentPermissionRequest')
|
@@ -588,7 +590,6 @@ module Aws::SSM
|
|
588
590
|
UpdatePatchBaselineRequest = Shapes::StructureShape.new(name: 'UpdatePatchBaselineRequest')
|
589
591
|
UpdatePatchBaselineResult = Shapes::StructureShape.new(name: 'UpdatePatchBaselineResult')
|
590
592
|
Url = Shapes::StringShape.new(name: 'Url')
|
591
|
-
VelocityConstraint = Shapes::StringShape.new(name: 'VelocityConstraint')
|
592
593
|
Version = Shapes::StringShape.new(name: 'Version')
|
593
594
|
|
594
595
|
AccountIdList.member = Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId")
|
@@ -720,8 +721,8 @@ module Aws::SSM
|
|
720
721
|
Command.add_member(:output_s3_region, Shapes::ShapeRef.new(shape: S3Region, location_name: "OutputS3Region"))
|
721
722
|
Command.add_member(:output_s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "OutputS3BucketName"))
|
722
723
|
Command.add_member(:output_s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "OutputS3KeyPrefix"))
|
723
|
-
Command.add_member(:max_concurrency, Shapes::ShapeRef.new(shape:
|
724
|
-
Command.add_member(:max_errors, Shapes::ShapeRef.new(shape:
|
724
|
+
Command.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
725
|
+
Command.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
|
725
726
|
Command.add_member(:target_count, Shapes::ShapeRef.new(shape: TargetCount, location_name: "TargetCount"))
|
726
727
|
Command.add_member(:completed_count, Shapes::ShapeRef.new(shape: CompletedCount, location_name: "CompletedCount"))
|
727
728
|
Command.add_member(:error_count, Shapes::ShapeRef.new(shape: ErrorCount, location_name: "ErrorCount"))
|
@@ -1283,8 +1284,8 @@ module Aws::SSM
|
|
1283
1284
|
GetMaintenanceWindowExecutionTaskResult.add_member(:type, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskType, location_name: "Type"))
|
1284
1285
|
GetMaintenanceWindowExecutionTaskResult.add_member(:task_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskParametersList, location_name: "TaskParameters"))
|
1285
1286
|
GetMaintenanceWindowExecutionTaskResult.add_member(:priority, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskPriority, location_name: "Priority"))
|
1286
|
-
GetMaintenanceWindowExecutionTaskResult.add_member(:max_concurrency, Shapes::ShapeRef.new(shape:
|
1287
|
-
GetMaintenanceWindowExecutionTaskResult.add_member(:max_errors, Shapes::ShapeRef.new(shape:
|
1287
|
+
GetMaintenanceWindowExecutionTaskResult.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
1288
|
+
GetMaintenanceWindowExecutionTaskResult.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
|
1288
1289
|
GetMaintenanceWindowExecutionTaskResult.add_member(:status, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionStatus, location_name: "Status"))
|
1289
1290
|
GetMaintenanceWindowExecutionTaskResult.add_member(:status_details, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionStatusDetails, location_name: "StatusDetails"))
|
1290
1291
|
GetMaintenanceWindowExecutionTaskResult.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "StartTime"))
|
@@ -1651,8 +1652,8 @@ module Aws::SSM
|
|
1651
1652
|
MaintenanceWindowTask.add_member(:priority, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskPriority, location_name: "Priority"))
|
1652
1653
|
MaintenanceWindowTask.add_member(:logging_info, Shapes::ShapeRef.new(shape: LoggingInfo, location_name: "LoggingInfo"))
|
1653
1654
|
MaintenanceWindowTask.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRoleArn"))
|
1654
|
-
MaintenanceWindowTask.add_member(:max_concurrency, Shapes::ShapeRef.new(shape:
|
1655
|
-
MaintenanceWindowTask.add_member(:max_errors, Shapes::ShapeRef.new(shape:
|
1655
|
+
MaintenanceWindowTask.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
1656
|
+
MaintenanceWindowTask.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
|
1656
1657
|
MaintenanceWindowTask.struct_class = Types::MaintenanceWindowTask
|
1657
1658
|
|
1658
1659
|
MaintenanceWindowTaskList.member = Shapes::ShapeRef.new(shape: MaintenanceWindowTask)
|
@@ -1854,8 +1855,8 @@ module Aws::SSM
|
|
1854
1855
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:task_type, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskType, required: true, location_name: "TaskType"))
|
1855
1856
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:task_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskParameters, location_name: "TaskParameters"))
|
1856
1857
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:priority, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskPriority, location_name: "Priority", metadata: {"box"=>true}))
|
1857
|
-
RegisterTaskWithMaintenanceWindowRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape:
|
1858
|
-
RegisterTaskWithMaintenanceWindowRequest.add_member(:max_errors, Shapes::ShapeRef.new(shape:
|
1858
|
+
RegisterTaskWithMaintenanceWindowRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, required: true, location_name: "MaxConcurrency"))
|
1859
|
+
RegisterTaskWithMaintenanceWindowRequest.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, required: true, location_name: "MaxErrors"))
|
1859
1860
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:logging_info, Shapes::ShapeRef.new(shape: LoggingInfo, location_name: "LoggingInfo"))
|
1860
1861
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1861
1862
|
RegisterTaskWithMaintenanceWindowRequest.struct_class = Types::RegisterTaskWithMaintenanceWindowRequest
|
@@ -1894,8 +1895,8 @@ module Aws::SSM
|
|
1894
1895
|
SendCommandRequest.add_member(:output_s3_region, Shapes::ShapeRef.new(shape: S3Region, location_name: "OutputS3Region"))
|
1895
1896
|
SendCommandRequest.add_member(:output_s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "OutputS3BucketName"))
|
1896
1897
|
SendCommandRequest.add_member(:output_s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "OutputS3KeyPrefix"))
|
1897
|
-
SendCommandRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape:
|
1898
|
-
SendCommandRequest.add_member(:max_errors, Shapes::ShapeRef.new(shape:
|
1898
|
+
SendCommandRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
1899
|
+
SendCommandRequest.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
|
1899
1900
|
SendCommandRequest.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRoleArn"))
|
1900
1901
|
SendCommandRequest.add_member(:notification_config, Shapes::ShapeRef.new(shape: NotificationConfig, location_name: "NotificationConfig"))
|
1901
1902
|
SendCommandRequest.struct_class = Types::SendCommandRequest
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -53,6 +53,8 @@ module Aws::SSM
|
|
53
53
|
# The date the activation was created.
|
54
54
|
# @return [Time]
|
55
55
|
#
|
56
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/Activation AWS API Documentation
|
57
|
+
#
|
56
58
|
class Activation < Struct.new(
|
57
59
|
:activation_id,
|
58
60
|
:description,
|
@@ -94,6 +96,8 @@ module Aws::SSM
|
|
94
96
|
# and we set the value to an empty string.
|
95
97
|
# @return [Array<Types::Tag>]
|
96
98
|
#
|
99
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AddTagsToResourceRequest AWS API Documentation
|
100
|
+
#
|
97
101
|
class AddTagsToResourceRequest < Struct.new(
|
98
102
|
:resource_type,
|
99
103
|
:resource_id,
|
@@ -101,9 +105,12 @@ module Aws::SSM
|
|
101
105
|
include Aws::Structure
|
102
106
|
end
|
103
107
|
|
108
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AddTagsToResourceResult AWS API Documentation
|
109
|
+
#
|
104
110
|
class AddTagsToResourceResult < Aws::EmptyStructure; end
|
105
111
|
|
106
|
-
# Describes an association of
|
112
|
+
# Describes an association of a Systems Manager document and an
|
113
|
+
# instance.
|
107
114
|
#
|
108
115
|
# @!attribute [rw] name
|
109
116
|
# The name of the SSM document.
|
@@ -140,6 +147,8 @@ module Aws::SSM
|
|
140
147
|
# runs.
|
141
148
|
# @return [String]
|
142
149
|
#
|
150
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/Association AWS API Documentation
|
151
|
+
#
|
143
152
|
class Association < Struct.new(
|
144
153
|
:name,
|
145
154
|
:instance_id,
|
@@ -212,6 +221,8 @@ module Aws::SSM
|
|
212
221
|
# The last date on which the association was successfully run.
|
213
222
|
# @return [Time]
|
214
223
|
#
|
224
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AssociationDescription AWS API Documentation
|
225
|
+
#
|
215
226
|
class AssociationDescription < Struct.new(
|
216
227
|
:name,
|
217
228
|
:instance_id,
|
@@ -248,6 +259,8 @@ module Aws::SSM
|
|
248
259
|
# The filter value.
|
249
260
|
# @return [String]
|
250
261
|
#
|
262
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AssociationFilter AWS API Documentation
|
263
|
+
#
|
251
264
|
class AssociationFilter < Struct.new(
|
252
265
|
:key,
|
253
266
|
:value)
|
@@ -272,6 +285,8 @@ module Aws::SSM
|
|
272
285
|
# status.
|
273
286
|
# @return [Hash<String,Integer>]
|
274
287
|
#
|
288
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AssociationOverview AWS API Documentation
|
289
|
+
#
|
275
290
|
class AssociationOverview < Struct.new(
|
276
291
|
:status,
|
277
292
|
:detailed_status,
|
@@ -307,6 +322,8 @@ module Aws::SSM
|
|
307
322
|
# A user-defined string.
|
308
323
|
# @return [String]
|
309
324
|
#
|
325
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AssociationStatus AWS API Documentation
|
326
|
+
#
|
310
327
|
class AssociationStatus < Struct.new(
|
311
328
|
:date,
|
312
329
|
:name,
|
@@ -362,6 +379,8 @@ module Aws::SSM
|
|
362
379
|
# set to Failed.
|
363
380
|
# @return [String]
|
364
381
|
#
|
382
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AutomationExecution AWS API Documentation
|
383
|
+
#
|
365
384
|
class AutomationExecution < Struct.new(
|
366
385
|
:automation_execution_id,
|
367
386
|
:document_name,
|
@@ -397,6 +416,8 @@ module Aws::SSM
|
|
397
416
|
# the filter's key.
|
398
417
|
# @return [Array<String>]
|
399
418
|
#
|
419
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AutomationExecutionFilter AWS API Documentation
|
420
|
+
#
|
400
421
|
class AutomationExecutionFilter < Struct.new(
|
401
422
|
:key,
|
402
423
|
:values)
|
@@ -443,6 +464,8 @@ module Aws::SSM
|
|
443
464
|
# The list of execution outputs as defined in the Automation document.
|
444
465
|
# @return [Hash<String,Array<String>>]
|
445
466
|
#
|
467
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AutomationExecutionMetadata AWS API Documentation
|
468
|
+
#
|
446
469
|
class AutomationExecutionMetadata < Struct.new(
|
447
470
|
:automation_execution_id,
|
448
471
|
:document_name,
|
@@ -474,6 +497,8 @@ module Aws::SSM
|
|
474
497
|
# on which it was requested.
|
475
498
|
# @return [Array<String>]
|
476
499
|
#
|
500
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CancelCommandRequest AWS API Documentation
|
501
|
+
#
|
477
502
|
class CancelCommandRequest < Struct.new(
|
478
503
|
:command_id,
|
479
504
|
:instance_ids)
|
@@ -483,6 +508,8 @@ module Aws::SSM
|
|
483
508
|
# Whether or not the command was successfully canceled. There is no
|
484
509
|
# guarantee that a request can be canceled.
|
485
510
|
#
|
511
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CancelCommandResult AWS API Documentation
|
512
|
+
#
|
486
513
|
class CancelCommandResult < Aws::EmptyStructure; end
|
487
514
|
|
488
515
|
# Describes a command request.
|
@@ -492,7 +519,7 @@ module Aws::SSM
|
|
492
519
|
# @return [String]
|
493
520
|
#
|
494
521
|
# @!attribute [rw] document_name
|
495
|
-
# The name of the
|
522
|
+
# The name of the document requested for execution.
|
496
523
|
# @return [String]
|
497
524
|
#
|
498
525
|
# @!attribute [rw] comment
|
@@ -507,8 +534,8 @@ module Aws::SSM
|
|
507
534
|
# @return [Time]
|
508
535
|
#
|
509
536
|
# @!attribute [rw] parameters
|
510
|
-
# The parameter values to be inserted in the
|
511
|
-
#
|
537
|
+
# The parameter values to be inserted in the document when executing
|
538
|
+
# the command.
|
512
539
|
# @return [Hash<String,Array<String>>]
|
513
540
|
#
|
514
541
|
# @!attribute [rw] instance_ids
|
@@ -517,7 +544,7 @@ module Aws::SSM
|
|
517
544
|
#
|
518
545
|
# @!attribute [rw] targets
|
519
546
|
# An array of search criteria that targets instances using a
|
520
|
-
# `Key
|
547
|
+
# `Key`,`Value` combination that you specify. `Targets` is required if
|
521
548
|
# you don't provide one or more instance IDs in the call.
|
522
549
|
# @return [Array<Types::Target>]
|
523
550
|
#
|
@@ -534,9 +561,8 @@ module Aws::SSM
|
|
534
561
|
# more information than `Status` because it includes states resulting
|
535
562
|
# from error and concurrency control parameters. `StatusDetails` can
|
536
563
|
# show different results than `Status`. For more information about
|
537
|
-
# these statuses, see [
|
538
|
-
#
|
539
|
-
# values:
|
564
|
+
# these statuses, see [Run Command Status][1]. `StatusDetails` can be
|
565
|
+
# one of the following values:
|
540
566
|
#
|
541
567
|
# * Pending – The command has not been sent to any instances.
|
542
568
|
#
|
@@ -572,8 +598,7 @@ module Aws::SSM
|
|
572
598
|
#
|
573
599
|
#
|
574
600
|
#
|
575
|
-
# [1]: http://docs.aws.amazon.com/
|
576
|
-
# [2]: http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/monitor-commands.html
|
601
|
+
# [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-about-status.html
|
577
602
|
# @return [String]
|
578
603
|
#
|
579
604
|
# @!attribute [rw] output_s3_region
|
@@ -598,13 +623,11 @@ module Aws::SSM
|
|
598
623
|
# command at the same time. You can specify a number of instances,
|
599
624
|
# such as 10, or a percentage of instances, such as 10%. The default
|
600
625
|
# value is 50. For more information about how to use `MaxConcurrency`,
|
601
|
-
# see [Executing a Command Using
|
602
|
-
# [Executing a Command Using Amazon EC2 Run Command][2] (Windows).
|
626
|
+
# see [Executing a Command Using Systems Manager Run Command][1].
|
603
627
|
#
|
604
628
|
#
|
605
629
|
#
|
606
|
-
# [1]: http://docs.aws.amazon.com/
|
607
|
-
# [2]: http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/run-command.html
|
630
|
+
# [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html
|
608
631
|
# @return [String]
|
609
632
|
#
|
610
633
|
# @!attribute [rw] max_errors
|
@@ -612,14 +635,12 @@ module Aws::SSM
|
|
612
635
|
# the command to additional targets. You can specify a number of
|
613
636
|
# errors, such as 10, or a percentage or errors, such as 10%. The
|
614
637
|
# default value is 50. For more information about how to use
|
615
|
-
# `MaxErrors`, see [Executing a Command Using
|
616
|
-
# Command][1]
|
617
|
-
# Command][2] (Windows).
|
638
|
+
# `MaxErrors`, see [Executing a Command Using Systems Manager Run
|
639
|
+
# Command][1].
|
618
640
|
#
|
619
641
|
#
|
620
642
|
#
|
621
|
-
# [1]: http://docs.aws.amazon.com/
|
622
|
-
# [2]: http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/run-command.html
|
643
|
+
# [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html
|
623
644
|
# @return [String]
|
624
645
|
#
|
625
646
|
# @!attribute [rw] target_count
|
@@ -648,6 +669,8 @@ module Aws::SSM
|
|
648
669
|
# changes.
|
649
670
|
# @return [Types::NotificationConfig]
|
650
671
|
#
|
672
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/Command AWS API Documentation
|
673
|
+
#
|
651
674
|
class Command < Struct.new(
|
652
675
|
:command_id,
|
653
676
|
:document_name,
|
@@ -690,6 +713,8 @@ module Aws::SSM
|
|
690
713
|
# The filter value. For example: June 30, 2015.
|
691
714
|
# @return [String]
|
692
715
|
#
|
716
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CommandFilter AWS API Documentation
|
717
|
+
#
|
693
718
|
class CommandFilter < Struct.new(
|
694
719
|
:key,
|
695
720
|
:value)
|
@@ -740,8 +765,8 @@ module Aws::SSM
|
|
740
765
|
# information than `Status` because it includes states resulting from
|
741
766
|
# error and concurrency control parameters. `StatusDetails` can show
|
742
767
|
# different results than `Status`. For more information about these
|
743
|
-
# statuses, see [
|
744
|
-
#
|
768
|
+
# statuses, see [Run Command Status][1]. `StatusDetails` can be one of
|
769
|
+
# the following values:
|
745
770
|
#
|
746
771
|
# * Pending – The command has not been sent to the instance.
|
747
772
|
#
|
@@ -784,8 +809,7 @@ module Aws::SSM
|
|
784
809
|
#
|
785
810
|
#
|
786
811
|
#
|
787
|
-
# [1]: http://docs.aws.amazon.com/
|
788
|
-
# [2]: http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/monitor-commands.html
|
812
|
+
# [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-about-status.html
|
789
813
|
# @return [String]
|
790
814
|
#
|
791
815
|
# @!attribute [rw] trace_output
|
@@ -822,6 +846,8 @@ module Aws::SSM
|
|
822
846
|
# changes on a per instance basis.
|
823
847
|
# @return [Types::NotificationConfig]
|
824
848
|
#
|
849
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CommandInvocation AWS API Documentation
|
850
|
+
#
|
825
851
|
class CommandInvocation < Struct.new(
|
826
852
|
:command_id,
|
827
853
|
:instance_id,
|
@@ -859,9 +885,8 @@ module Aws::SSM
|
|
859
885
|
# more information than `Status` because it includes states resulting
|
860
886
|
# from error and concurrency control parameters. `StatusDetails` can
|
861
887
|
# show different results than `Status`. For more information about
|
862
|
-
# these statuses, see [
|
863
|
-
#
|
864
|
-
# values:
|
888
|
+
# these statuses, see [Run Command Status][1]. `StatusDetails` can be
|
889
|
+
# one of the following values:
|
865
890
|
#
|
866
891
|
# * Pending – The command has not been sent to the instance.
|
867
892
|
#
|
@@ -904,8 +929,7 @@ module Aws::SSM
|
|
904
929
|
#
|
905
930
|
#
|
906
931
|
#
|
907
|
-
# [1]: http://docs.aws.amazon.com/
|
908
|
-
# [2]: http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/monitor-commands.html
|
932
|
+
# [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-about-status.html
|
909
933
|
# @return [String]
|
910
934
|
#
|
911
935
|
# @!attribute [rw] response_code
|
@@ -974,6 +998,8 @@ module Aws::SSM
|
|
974
998
|
# `awsrunShellScript` is the name of the plugin.
|
975
999
|
# @return [String]
|
976
1000
|
#
|
1001
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CommandPlugin AWS API Documentation
|
1002
|
+
#
|
977
1003
|
class CommandPlugin < Struct.new(
|
978
1004
|
:name,
|
979
1005
|
:status,
|
@@ -1027,6 +1053,8 @@ module Aws::SSM
|
|
1027
1053
|
# value is 24 hours.
|
1028
1054
|
# @return [Time]
|
1029
1055
|
#
|
1056
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateActivationRequest AWS API Documentation
|
1057
|
+
#
|
1030
1058
|
class CreateActivationRequest < Struct.new(
|
1031
1059
|
:description,
|
1032
1060
|
:default_instance_name,
|
@@ -1047,6 +1075,8 @@ module Aws::SSM
|
|
1047
1075
|
# ID.
|
1048
1076
|
# @return [String]
|
1049
1077
|
#
|
1078
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateActivationResult AWS API Documentation
|
1079
|
+
#
|
1050
1080
|
class CreateActivationResult < Struct.new(
|
1051
1081
|
:activation_id,
|
1052
1082
|
:activation_code)
|
@@ -1087,12 +1117,15 @@ module Aws::SSM
|
|
1087
1117
|
# One or more associations.
|
1088
1118
|
# @return [Array<Types::CreateAssociationBatchRequestEntry>]
|
1089
1119
|
#
|
1120
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociationBatchRequest AWS API Documentation
|
1121
|
+
#
|
1090
1122
|
class CreateAssociationBatchRequest < Struct.new(
|
1091
1123
|
:entries)
|
1092
1124
|
include Aws::Structure
|
1093
1125
|
end
|
1094
1126
|
|
1095
|
-
# Describes the association of
|
1127
|
+
# Describes the association of a Systems Manager document and an
|
1128
|
+
# instance.
|
1096
1129
|
#
|
1097
1130
|
# @note When making an API call, you may pass CreateAssociationBatchRequestEntry
|
1098
1131
|
# data as a hash:
|
@@ -1150,6 +1183,8 @@ module Aws::SSM
|
|
1150
1183
|
# request.
|
1151
1184
|
# @return [Types::InstanceAssociationOutputLocation]
|
1152
1185
|
#
|
1186
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociationBatchRequestEntry AWS API Documentation
|
1187
|
+
#
|
1153
1188
|
class CreateAssociationBatchRequestEntry < Struct.new(
|
1154
1189
|
:name,
|
1155
1190
|
:instance_id,
|
@@ -1169,6 +1204,8 @@ module Aws::SSM
|
|
1169
1204
|
# Information about the associations that failed.
|
1170
1205
|
# @return [Array<Types::FailedCreateAssociation>]
|
1171
1206
|
#
|
1207
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociationBatchResult AWS API Documentation
|
1208
|
+
#
|
1172
1209
|
class CreateAssociationBatchResult < Struct.new(
|
1173
1210
|
:successful,
|
1174
1211
|
:failed)
|
@@ -1202,7 +1239,7 @@ module Aws::SSM
|
|
1202
1239
|
# }
|
1203
1240
|
#
|
1204
1241
|
# @!attribute [rw] name
|
1205
|
-
# The name of the
|
1242
|
+
# The name of the Systems Manager document.
|
1206
1243
|
# @return [String]
|
1207
1244
|
#
|
1208
1245
|
# @!attribute [rw] document_version
|
@@ -1243,6 +1280,8 @@ module Aws::SSM
|
|
1243
1280
|
# "folder name" \} \}"`
|
1244
1281
|
# @return [Types::InstanceAssociationOutputLocation]
|
1245
1282
|
#
|
1283
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociationRequest AWS API Documentation
|
1284
|
+
#
|
1246
1285
|
class CreateAssociationRequest < Struct.new(
|
1247
1286
|
:name,
|
1248
1287
|
:document_version,
|
@@ -1258,6 +1297,8 @@ module Aws::SSM
|
|
1258
1297
|
# Information about the association.
|
1259
1298
|
# @return [Types::AssociationDescription]
|
1260
1299
|
#
|
1300
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociationResult AWS API Documentation
|
1301
|
+
#
|
1261
1302
|
class CreateAssociationResult < Struct.new(
|
1262
1303
|
:association_description)
|
1263
1304
|
include Aws::Structure
|
@@ -1277,7 +1318,7 @@ module Aws::SSM
|
|
1277
1318
|
# @return [String]
|
1278
1319
|
#
|
1279
1320
|
# @!attribute [rw] name
|
1280
|
-
# A name for the
|
1321
|
+
# A name for the Systems Manager document.
|
1281
1322
|
# @return [String]
|
1282
1323
|
#
|
1283
1324
|
# @!attribute [rw] document_type
|
@@ -1285,6 +1326,8 @@ module Aws::SSM
|
|
1285
1326
|
# Policy, Automation, and Command.
|
1286
1327
|
# @return [String]
|
1287
1328
|
#
|
1329
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateDocumentRequest AWS API Documentation
|
1330
|
+
#
|
1288
1331
|
class CreateDocumentRequest < Struct.new(
|
1289
1332
|
:content,
|
1290
1333
|
:name,
|
@@ -1293,9 +1336,11 @@ module Aws::SSM
|
|
1293
1336
|
end
|
1294
1337
|
|
1295
1338
|
# @!attribute [rw] document_description
|
1296
|
-
# Information about the
|
1339
|
+
# Information about the Systems Manager document.
|
1297
1340
|
# @return [Types::DocumentDescription]
|
1298
1341
|
#
|
1342
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateDocumentResult AWS API Documentation
|
1343
|
+
#
|
1299
1344
|
class CreateDocumentResult < Struct.new(
|
1300
1345
|
:document_description)
|
1301
1346
|
include Aws::Structure
|
@@ -1343,6 +1388,8 @@ module Aws::SSM
|
|
1343
1388
|
# not need to pass this option.
|
1344
1389
|
# @return [String]
|
1345
1390
|
#
|
1391
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateMaintenanceWindowRequest AWS API Documentation
|
1392
|
+
#
|
1346
1393
|
class CreateMaintenanceWindowRequest < Struct.new(
|
1347
1394
|
:name,
|
1348
1395
|
:schedule,
|
@@ -1357,6 +1404,8 @@ module Aws::SSM
|
|
1357
1404
|
# The ID of the created Maintenance Window.
|
1358
1405
|
# @return [String]
|
1359
1406
|
#
|
1407
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateMaintenanceWindowResult AWS API Documentation
|
1408
|
+
#
|
1360
1409
|
class CreateMaintenanceWindowResult < Struct.new(
|
1361
1410
|
:window_id)
|
1362
1411
|
include Aws::Structure
|
@@ -1427,6 +1476,8 @@ module Aws::SSM
|
|
1427
1476
|
# not need to pass this option.
|
1428
1477
|
# @return [String]
|
1429
1478
|
#
|
1479
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreatePatchBaselineRequest AWS API Documentation
|
1480
|
+
#
|
1430
1481
|
class CreatePatchBaselineRequest < Struct.new(
|
1431
1482
|
:name,
|
1432
1483
|
:global_filters,
|
@@ -1442,6 +1493,8 @@ module Aws::SSM
|
|
1442
1493
|
# The ID of the created patch baseline.
|
1443
1494
|
# @return [String]
|
1444
1495
|
#
|
1496
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreatePatchBaselineResult AWS API Documentation
|
1497
|
+
#
|
1445
1498
|
class CreatePatchBaselineResult < Struct.new(
|
1446
1499
|
:baseline_id)
|
1447
1500
|
include Aws::Structure
|
@@ -1458,11 +1511,15 @@ module Aws::SSM
|
|
1458
1511
|
# The ID of the activation that you want to delete.
|
1459
1512
|
# @return [String]
|
1460
1513
|
#
|
1514
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteActivationRequest AWS API Documentation
|
1515
|
+
#
|
1461
1516
|
class DeleteActivationRequest < Struct.new(
|
1462
1517
|
:activation_id)
|
1463
1518
|
include Aws::Structure
|
1464
1519
|
end
|
1465
1520
|
|
1521
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteActivationResult AWS API Documentation
|
1522
|
+
#
|
1466
1523
|
class DeleteActivationResult < Aws::EmptyStructure; end
|
1467
1524
|
|
1468
1525
|
# @note When making an API call, you may pass DeleteAssociationRequest
|
@@ -1475,7 +1532,7 @@ module Aws::SSM
|
|
1475
1532
|
# }
|
1476
1533
|
#
|
1477
1534
|
# @!attribute [rw] name
|
1478
|
-
# The name of the
|
1535
|
+
# The name of the Systems Manager document.
|
1479
1536
|
# @return [String]
|
1480
1537
|
#
|
1481
1538
|
# @!attribute [rw] instance_id
|
@@ -1486,6 +1543,8 @@ module Aws::SSM
|
|
1486
1543
|
# The association ID that you want to delete.
|
1487
1544
|
# @return [String]
|
1488
1545
|
#
|
1546
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteAssociationRequest AWS API Documentation
|
1547
|
+
#
|
1489
1548
|
class DeleteAssociationRequest < Struct.new(
|
1490
1549
|
:name,
|
1491
1550
|
:instance_id,
|
@@ -1493,6 +1552,8 @@ module Aws::SSM
|
|
1493
1552
|
include Aws::Structure
|
1494
1553
|
end
|
1495
1554
|
|
1555
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteAssociationResult AWS API Documentation
|
1556
|
+
#
|
1496
1557
|
class DeleteAssociationResult < Aws::EmptyStructure; end
|
1497
1558
|
|
1498
1559
|
# @note When making an API call, you may pass DeleteDocumentRequest
|
@@ -1503,14 +1564,18 @@ module Aws::SSM
|
|
1503
1564
|
# }
|
1504
1565
|
#
|
1505
1566
|
# @!attribute [rw] name
|
1506
|
-
# The name of the
|
1567
|
+
# The name of the document.
|
1507
1568
|
# @return [String]
|
1508
1569
|
#
|
1570
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteDocumentRequest AWS API Documentation
|
1571
|
+
#
|
1509
1572
|
class DeleteDocumentRequest < Struct.new(
|
1510
1573
|
:name)
|
1511
1574
|
include Aws::Structure
|
1512
1575
|
end
|
1513
1576
|
|
1577
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteDocumentResult AWS API Documentation
|
1578
|
+
#
|
1514
1579
|
class DeleteDocumentResult < Aws::EmptyStructure; end
|
1515
1580
|
|
1516
1581
|
# @note When making an API call, you may pass DeleteMaintenanceWindowRequest
|
@@ -1524,6 +1589,8 @@ module Aws::SSM
|
|
1524
1589
|
# The ID of the Maintenance Window to delete.
|
1525
1590
|
# @return [String]
|
1526
1591
|
#
|
1592
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteMaintenanceWindowRequest AWS API Documentation
|
1593
|
+
#
|
1527
1594
|
class DeleteMaintenanceWindowRequest < Struct.new(
|
1528
1595
|
:window_id)
|
1529
1596
|
include Aws::Structure
|
@@ -1533,6 +1600,8 @@ module Aws::SSM
|
|
1533
1600
|
# The ID of the deleted Maintenance Window.
|
1534
1601
|
# @return [String]
|
1535
1602
|
#
|
1603
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteMaintenanceWindowResult AWS API Documentation
|
1604
|
+
#
|
1536
1605
|
class DeleteMaintenanceWindowResult < Struct.new(
|
1537
1606
|
:window_id)
|
1538
1607
|
include Aws::Structure
|
@@ -1549,11 +1618,15 @@ module Aws::SSM
|
|
1549
1618
|
# The name of the parameter to delete.
|
1550
1619
|
# @return [String]
|
1551
1620
|
#
|
1621
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteParameterRequest AWS API Documentation
|
1622
|
+
#
|
1552
1623
|
class DeleteParameterRequest < Struct.new(
|
1553
1624
|
:name)
|
1554
1625
|
include Aws::Structure
|
1555
1626
|
end
|
1556
1627
|
|
1628
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteParameterResult AWS API Documentation
|
1629
|
+
#
|
1557
1630
|
class DeleteParameterResult < Aws::EmptyStructure; end
|
1558
1631
|
|
1559
1632
|
# @note When making an API call, you may pass DeletePatchBaselineRequest
|
@@ -1567,6 +1640,8 @@ module Aws::SSM
|
|
1567
1640
|
# The ID of the patch baseline to delete.
|
1568
1641
|
# @return [String]
|
1569
1642
|
#
|
1643
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeletePatchBaselineRequest AWS API Documentation
|
1644
|
+
#
|
1570
1645
|
class DeletePatchBaselineRequest < Struct.new(
|
1571
1646
|
:baseline_id)
|
1572
1647
|
include Aws::Structure
|
@@ -1576,6 +1651,8 @@ module Aws::SSM
|
|
1576
1651
|
# The ID of the deleted patch baseline.
|
1577
1652
|
# @return [String]
|
1578
1653
|
#
|
1654
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeletePatchBaselineResult AWS API Documentation
|
1655
|
+
#
|
1579
1656
|
class DeletePatchBaselineResult < Struct.new(
|
1580
1657
|
:baseline_id)
|
1581
1658
|
include Aws::Structure
|
@@ -1593,11 +1670,15 @@ module Aws::SSM
|
|
1593
1670
|
# the activation process.
|
1594
1671
|
# @return [String]
|
1595
1672
|
#
|
1673
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterManagedInstanceRequest AWS API Documentation
|
1674
|
+
#
|
1596
1675
|
class DeregisterManagedInstanceRequest < Struct.new(
|
1597
1676
|
:instance_id)
|
1598
1677
|
include Aws::Structure
|
1599
1678
|
end
|
1600
1679
|
|
1680
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterManagedInstanceResult AWS API Documentation
|
1681
|
+
#
|
1601
1682
|
class DeregisterManagedInstanceResult < Aws::EmptyStructure; end
|
1602
1683
|
|
1603
1684
|
# @note When making an API call, you may pass DeregisterPatchBaselineForPatchGroupRequest
|
@@ -1617,6 +1698,8 @@ module Aws::SSM
|
|
1617
1698
|
# patch baseline.
|
1618
1699
|
# @return [String]
|
1619
1700
|
#
|
1701
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterPatchBaselineForPatchGroupRequest AWS API Documentation
|
1702
|
+
#
|
1620
1703
|
class DeregisterPatchBaselineForPatchGroupRequest < Struct.new(
|
1621
1704
|
:baseline_id,
|
1622
1705
|
:patch_group)
|
@@ -1631,6 +1714,8 @@ module Aws::SSM
|
|
1631
1714
|
# The name of the patch group deregistered from the patch baseline.
|
1632
1715
|
# @return [String]
|
1633
1716
|
#
|
1717
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterPatchBaselineForPatchGroupResult AWS API Documentation
|
1718
|
+
#
|
1634
1719
|
class DeregisterPatchBaselineForPatchGroupResult < Struct.new(
|
1635
1720
|
:baseline_id,
|
1636
1721
|
:patch_group)
|
@@ -1653,6 +1738,8 @@ module Aws::SSM
|
|
1653
1738
|
# The ID of the target definition to remove.
|
1654
1739
|
# @return [String]
|
1655
1740
|
#
|
1741
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterTargetFromMaintenanceWindowRequest AWS API Documentation
|
1742
|
+
#
|
1656
1743
|
class DeregisterTargetFromMaintenanceWindowRequest < Struct.new(
|
1657
1744
|
:window_id,
|
1658
1745
|
:window_target_id)
|
@@ -1667,6 +1754,8 @@ module Aws::SSM
|
|
1667
1754
|
# The ID of the removed target definition.
|
1668
1755
|
# @return [String]
|
1669
1756
|
#
|
1757
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterTargetFromMaintenanceWindowResult AWS API Documentation
|
1758
|
+
#
|
1670
1759
|
class DeregisterTargetFromMaintenanceWindowResult < Struct.new(
|
1671
1760
|
:window_id,
|
1672
1761
|
:window_target_id)
|
@@ -1689,6 +1778,8 @@ module Aws::SSM
|
|
1689
1778
|
# The ID of the task to remove from the Maintenance Window.
|
1690
1779
|
# @return [String]
|
1691
1780
|
#
|
1781
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterTaskFromMaintenanceWindowRequest AWS API Documentation
|
1782
|
+
#
|
1692
1783
|
class DeregisterTaskFromMaintenanceWindowRequest < Struct.new(
|
1693
1784
|
:window_id,
|
1694
1785
|
:window_task_id)
|
@@ -1703,6 +1794,8 @@ module Aws::SSM
|
|
1703
1794
|
# The ID of the task removed from the Maintenance Window.
|
1704
1795
|
# @return [String]
|
1705
1796
|
#
|
1797
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterTaskFromMaintenanceWindowResult AWS API Documentation
|
1798
|
+
#
|
1706
1799
|
class DeregisterTaskFromMaintenanceWindowResult < Struct.new(
|
1707
1800
|
:window_id,
|
1708
1801
|
:window_task_id)
|
@@ -1727,6 +1820,8 @@ module Aws::SSM
|
|
1727
1820
|
# The filter values.
|
1728
1821
|
# @return [Array<String>]
|
1729
1822
|
#
|
1823
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeActivationsFilter AWS API Documentation
|
1824
|
+
#
|
1730
1825
|
class DescribeActivationsFilter < Struct.new(
|
1731
1826
|
:filter_key,
|
1732
1827
|
:filter_values)
|
@@ -1762,6 +1857,8 @@ module Aws::SSM
|
|
1762
1857
|
# results.
|
1763
1858
|
# @return [String]
|
1764
1859
|
#
|
1860
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeActivationsRequest AWS API Documentation
|
1861
|
+
#
|
1765
1862
|
class DescribeActivationsRequest < Struct.new(
|
1766
1863
|
:filters,
|
1767
1864
|
:max_results,
|
@@ -1778,6 +1875,8 @@ module Aws::SSM
|
|
1778
1875
|
# the next set of results.
|
1779
1876
|
# @return [String]
|
1780
1877
|
#
|
1878
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeActivationsResult AWS API Documentation
|
1879
|
+
#
|
1781
1880
|
class DescribeActivationsResult < Struct.new(
|
1782
1881
|
:activation_list,
|
1783
1882
|
:next_token)
|
@@ -1805,6 +1904,8 @@ module Aws::SSM
|
|
1805
1904
|
# The association ID for which you want information.
|
1806
1905
|
# @return [String]
|
1807
1906
|
#
|
1907
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociationRequest AWS API Documentation
|
1908
|
+
#
|
1808
1909
|
class DescribeAssociationRequest < Struct.new(
|
1809
1910
|
:name,
|
1810
1911
|
:instance_id,
|
@@ -1816,6 +1917,8 @@ module Aws::SSM
|
|
1816
1917
|
# Information about the association.
|
1817
1918
|
# @return [Types::AssociationDescription]
|
1818
1919
|
#
|
1920
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociationResult AWS API Documentation
|
1921
|
+
#
|
1819
1922
|
class DescribeAssociationResult < Struct.new(
|
1820
1923
|
:association_description)
|
1821
1924
|
include Aws::Structure
|
@@ -1850,6 +1953,8 @@ module Aws::SSM
|
|
1850
1953
|
# token from a previous call.)
|
1851
1954
|
# @return [String]
|
1852
1955
|
#
|
1956
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAutomationExecutionsRequest AWS API Documentation
|
1957
|
+
#
|
1853
1958
|
class DescribeAutomationExecutionsRequest < Struct.new(
|
1854
1959
|
:filters,
|
1855
1960
|
:max_results,
|
@@ -1867,6 +1972,8 @@ module Aws::SSM
|
|
1867
1972
|
# no additional items to return, the string is empty.
|
1868
1973
|
# @return [String]
|
1869
1974
|
#
|
1975
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAutomationExecutionsResult AWS API Documentation
|
1976
|
+
#
|
1870
1977
|
class DescribeAutomationExecutionsResult < Struct.new(
|
1871
1978
|
:automation_execution_metadata_list,
|
1872
1979
|
:next_token)
|
@@ -1900,6 +2007,8 @@ module Aws::SSM
|
|
1900
2007
|
# token from a previous call.)
|
1901
2008
|
# @return [String]
|
1902
2009
|
#
|
2010
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAvailablePatchesRequest AWS API Documentation
|
2011
|
+
#
|
1903
2012
|
class DescribeAvailablePatchesRequest < Struct.new(
|
1904
2013
|
:filters,
|
1905
2014
|
:max_results,
|
@@ -1916,6 +2025,8 @@ module Aws::SSM
|
|
1916
2025
|
# no additional items to return, the string is empty.
|
1917
2026
|
# @return [String]
|
1918
2027
|
#
|
2028
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAvailablePatchesResult AWS API Documentation
|
2029
|
+
#
|
1919
2030
|
class DescribeAvailablePatchesResult < Struct.new(
|
1920
2031
|
:patches,
|
1921
2032
|
:next_token)
|
@@ -1939,6 +2050,8 @@ module Aws::SSM
|
|
1939
2050
|
# *Share*.
|
1940
2051
|
# @return [String]
|
1941
2052
|
#
|
2053
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeDocumentPermissionRequest AWS API Documentation
|
2054
|
+
#
|
1942
2055
|
class DescribeDocumentPermissionRequest < Struct.new(
|
1943
2056
|
:name,
|
1944
2057
|
:permission_type)
|
@@ -1950,6 +2063,8 @@ module Aws::SSM
|
|
1950
2063
|
# can be either an AWS account or *All*.
|
1951
2064
|
# @return [Array<String>]
|
1952
2065
|
#
|
2066
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeDocumentPermissionResponse AWS API Documentation
|
2067
|
+
#
|
1953
2068
|
class DescribeDocumentPermissionResponse < Struct.new(
|
1954
2069
|
:account_ids)
|
1955
2070
|
include Aws::Structure
|
@@ -1972,6 +2087,8 @@ module Aws::SSM
|
|
1972
2087
|
# specific version or the default version.
|
1973
2088
|
# @return [String]
|
1974
2089
|
#
|
2090
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeDocumentRequest AWS API Documentation
|
2091
|
+
#
|
1975
2092
|
class DescribeDocumentRequest < Struct.new(
|
1976
2093
|
:name,
|
1977
2094
|
:document_version)
|
@@ -1982,6 +2099,8 @@ module Aws::SSM
|
|
1982
2099
|
# Information about the SSM document.
|
1983
2100
|
# @return [Types::DocumentDescription]
|
1984
2101
|
#
|
2102
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeDocumentResult AWS API Documentation
|
2103
|
+
#
|
1985
2104
|
class DescribeDocumentResult < Struct.new(
|
1986
2105
|
:document)
|
1987
2106
|
include Aws::Structure
|
@@ -2011,6 +2130,8 @@ module Aws::SSM
|
|
2011
2130
|
# token from a previous call.)
|
2012
2131
|
# @return [String]
|
2013
2132
|
#
|
2133
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeEffectiveInstanceAssociationsRequest AWS API Documentation
|
2134
|
+
#
|
2014
2135
|
class DescribeEffectiveInstanceAssociationsRequest < Struct.new(
|
2015
2136
|
:instance_id,
|
2016
2137
|
:max_results,
|
@@ -2027,6 +2148,8 @@ module Aws::SSM
|
|
2027
2148
|
# no additional items to return, the string is empty.
|
2028
2149
|
# @return [String]
|
2029
2150
|
#
|
2151
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeEffectiveInstanceAssociationsResult AWS API Documentation
|
2152
|
+
#
|
2030
2153
|
class DescribeEffectiveInstanceAssociationsResult < Struct.new(
|
2031
2154
|
:associations,
|
2032
2155
|
:next_token)
|
@@ -2055,6 +2178,8 @@ module Aws::SSM
|
|
2055
2178
|
# token from a previous call.)
|
2056
2179
|
# @return [String]
|
2057
2180
|
#
|
2181
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeEffectivePatchesForPatchBaselineRequest AWS API Documentation
|
2182
|
+
#
|
2058
2183
|
class DescribeEffectivePatchesForPatchBaselineRequest < Struct.new(
|
2059
2184
|
:baseline_id,
|
2060
2185
|
:max_results,
|
@@ -2071,6 +2196,8 @@ module Aws::SSM
|
|
2071
2196
|
# no additional items to return, the string is empty.
|
2072
2197
|
# @return [String]
|
2073
2198
|
#
|
2199
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeEffectivePatchesForPatchBaselineResult AWS API Documentation
|
2200
|
+
#
|
2074
2201
|
class DescribeEffectivePatchesForPatchBaselineResult < Struct.new(
|
2075
2202
|
:effective_patches,
|
2076
2203
|
:next_token)
|
@@ -2101,6 +2228,8 @@ module Aws::SSM
|
|
2101
2228
|
# token from a previous call.)
|
2102
2229
|
# @return [String]
|
2103
2230
|
#
|
2231
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstanceAssociationsStatusRequest AWS API Documentation
|
2232
|
+
#
|
2104
2233
|
class DescribeInstanceAssociationsStatusRequest < Struct.new(
|
2105
2234
|
:instance_id,
|
2106
2235
|
:max_results,
|
@@ -2117,6 +2246,8 @@ module Aws::SSM
|
|
2117
2246
|
# no additional items to return, the string is empty.
|
2118
2247
|
# @return [String]
|
2119
2248
|
#
|
2249
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstanceAssociationsStatusResult AWS API Documentation
|
2250
|
+
#
|
2120
2251
|
class DescribeInstanceAssociationsStatusResult < Struct.new(
|
2121
2252
|
:instance_association_status_infos,
|
2122
2253
|
:next_token)
|
@@ -2164,6 +2295,8 @@ module Aws::SSM
|
|
2164
2295
|
# token from a previous call.)
|
2165
2296
|
# @return [String]
|
2166
2297
|
#
|
2298
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstanceInformationRequest AWS API Documentation
|
2299
|
+
#
|
2167
2300
|
class DescribeInstanceInformationRequest < Struct.new(
|
2168
2301
|
:instance_information_filter_list,
|
2169
2302
|
:filters,
|
@@ -2181,6 +2314,8 @@ module Aws::SSM
|
|
2181
2314
|
# no additional items to return, the string is empty.
|
2182
2315
|
# @return [String]
|
2183
2316
|
#
|
2317
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstanceInformationResult AWS API Documentation
|
2318
|
+
#
|
2184
2319
|
class DescribeInstanceInformationResult < Struct.new(
|
2185
2320
|
:instance_information_list,
|
2186
2321
|
:next_token)
|
@@ -2227,6 +2362,8 @@ module Aws::SSM
|
|
2227
2362
|
# The maximum number of patches to return (per page).
|
2228
2363
|
# @return [Integer]
|
2229
2364
|
#
|
2365
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatchStatesForPatchGroupRequest AWS API Documentation
|
2366
|
+
#
|
2230
2367
|
class DescribeInstancePatchStatesForPatchGroupRequest < Struct.new(
|
2231
2368
|
:patch_group,
|
2232
2369
|
:filters,
|
@@ -2244,6 +2381,8 @@ module Aws::SSM
|
|
2244
2381
|
# no additional items to return, the string is empty.
|
2245
2382
|
# @return [String]
|
2246
2383
|
#
|
2384
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatchStatesForPatchGroupResult AWS API Documentation
|
2385
|
+
#
|
2247
2386
|
class DescribeInstancePatchStatesForPatchGroupResult < Struct.new(
|
2248
2387
|
:instance_patch_states,
|
2249
2388
|
:next_token)
|
@@ -2273,6 +2412,8 @@ module Aws::SSM
|
|
2273
2412
|
# The maximum number of instances to return (per page).
|
2274
2413
|
# @return [Integer]
|
2275
2414
|
#
|
2415
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatchStatesRequest AWS API Documentation
|
2416
|
+
#
|
2276
2417
|
class DescribeInstancePatchStatesRequest < Struct.new(
|
2277
2418
|
:instance_ids,
|
2278
2419
|
:next_token,
|
@@ -2289,6 +2430,8 @@ module Aws::SSM
|
|
2289
2430
|
# no additional items to return, the string is empty.
|
2290
2431
|
# @return [String]
|
2291
2432
|
#
|
2433
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatchStatesResult AWS API Documentation
|
2434
|
+
#
|
2292
2435
|
class DescribeInstancePatchStatesResult < Struct.new(
|
2293
2436
|
:instance_patch_states,
|
2294
2437
|
:next_token)
|
@@ -2332,6 +2475,8 @@ module Aws::SSM
|
|
2332
2475
|
# The maximum number of patches to return (per page).
|
2333
2476
|
# @return [Integer]
|
2334
2477
|
#
|
2478
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatchesRequest AWS API Documentation
|
2479
|
+
#
|
2335
2480
|
class DescribeInstancePatchesRequest < Struct.new(
|
2336
2481
|
:instance_id,
|
2337
2482
|
:filters,
|
@@ -2364,6 +2509,8 @@ module Aws::SSM
|
|
2364
2509
|
# no additional items to return, the string is empty.
|
2365
2510
|
# @return [String]
|
2366
2511
|
#
|
2512
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatchesResult AWS API Documentation
|
2513
|
+
#
|
2367
2514
|
class DescribeInstancePatchesResult < Struct.new(
|
2368
2515
|
:patches,
|
2369
2516
|
:next_token)
|
@@ -2413,6 +2560,8 @@ module Aws::SSM
|
|
2413
2560
|
# token from a previous call.)
|
2414
2561
|
# @return [String]
|
2415
2562
|
#
|
2563
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutionTaskInvocationsRequest AWS API Documentation
|
2564
|
+
#
|
2416
2565
|
class DescribeMaintenanceWindowExecutionTaskInvocationsRequest < Struct.new(
|
2417
2566
|
:window_execution_id,
|
2418
2567
|
:task_id,
|
@@ -2431,6 +2580,8 @@ module Aws::SSM
|
|
2431
2580
|
# no additional items to return, the string is empty.
|
2432
2581
|
# @return [String]
|
2433
2582
|
#
|
2583
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutionTaskInvocationsResult AWS API Documentation
|
2584
|
+
#
|
2434
2585
|
class DescribeMaintenanceWindowExecutionTaskInvocationsResult < Struct.new(
|
2435
2586
|
:window_execution_task_invocation_identities,
|
2436
2587
|
:next_token)
|
@@ -2475,6 +2626,8 @@ module Aws::SSM
|
|
2475
2626
|
# token from a previous call.)
|
2476
2627
|
# @return [String]
|
2477
2628
|
#
|
2629
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutionTasksRequest AWS API Documentation
|
2630
|
+
#
|
2478
2631
|
class DescribeMaintenanceWindowExecutionTasksRequest < Struct.new(
|
2479
2632
|
:window_execution_id,
|
2480
2633
|
:filters,
|
@@ -2492,6 +2645,8 @@ module Aws::SSM
|
|
2492
2645
|
# no additional items to return, the string is empty.
|
2493
2646
|
# @return [String]
|
2494
2647
|
#
|
2648
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutionTasksResult AWS API Documentation
|
2649
|
+
#
|
2495
2650
|
class DescribeMaintenanceWindowExecutionTasksResult < Struct.new(
|
2496
2651
|
:window_execution_task_identities,
|
2497
2652
|
:next_token)
|
@@ -2540,6 +2695,8 @@ module Aws::SSM
|
|
2540
2695
|
# token from a previous call.)
|
2541
2696
|
# @return [String]
|
2542
2697
|
#
|
2698
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutionsRequest AWS API Documentation
|
2699
|
+
#
|
2543
2700
|
class DescribeMaintenanceWindowExecutionsRequest < Struct.new(
|
2544
2701
|
:window_id,
|
2545
2702
|
:filters,
|
@@ -2557,6 +2714,8 @@ module Aws::SSM
|
|
2557
2714
|
# no additional items to return, the string is empty.
|
2558
2715
|
# @return [String]
|
2559
2716
|
#
|
2717
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutionsResult AWS API Documentation
|
2718
|
+
#
|
2560
2719
|
class DescribeMaintenanceWindowExecutionsResult < Struct.new(
|
2561
2720
|
:window_executions,
|
2562
2721
|
:next_token)
|
@@ -2599,6 +2758,8 @@ module Aws::SSM
|
|
2599
2758
|
# token from a previous call.)
|
2600
2759
|
# @return [String]
|
2601
2760
|
#
|
2761
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowTargetsRequest AWS API Documentation
|
2762
|
+
#
|
2602
2763
|
class DescribeMaintenanceWindowTargetsRequest < Struct.new(
|
2603
2764
|
:window_id,
|
2604
2765
|
:filters,
|
@@ -2616,6 +2777,8 @@ module Aws::SSM
|
|
2616
2777
|
# no additional items to return, the string is empty.
|
2617
2778
|
# @return [String]
|
2618
2779
|
#
|
2780
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowTargetsResult AWS API Documentation
|
2781
|
+
#
|
2619
2782
|
class DescribeMaintenanceWindowTargetsResult < Struct.new(
|
2620
2783
|
:targets,
|
2621
2784
|
:next_token)
|
@@ -2658,6 +2821,8 @@ module Aws::SSM
|
|
2658
2821
|
# token from a previous call.)
|
2659
2822
|
# @return [String]
|
2660
2823
|
#
|
2824
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowTasksRequest AWS API Documentation
|
2825
|
+
#
|
2661
2826
|
class DescribeMaintenanceWindowTasksRequest < Struct.new(
|
2662
2827
|
:window_id,
|
2663
2828
|
:filters,
|
@@ -2675,6 +2840,8 @@ module Aws::SSM
|
|
2675
2840
|
# no additional items to return, the string is empty.
|
2676
2841
|
# @return [String]
|
2677
2842
|
#
|
2843
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowTasksResult AWS API Documentation
|
2844
|
+
#
|
2678
2845
|
class DescribeMaintenanceWindowTasksResult < Struct.new(
|
2679
2846
|
:tasks,
|
2680
2847
|
:next_token)
|
@@ -2711,6 +2878,8 @@ module Aws::SSM
|
|
2711
2878
|
# token from a previous call.)
|
2712
2879
|
# @return [String]
|
2713
2880
|
#
|
2881
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowsRequest AWS API Documentation
|
2882
|
+
#
|
2714
2883
|
class DescribeMaintenanceWindowsRequest < Struct.new(
|
2715
2884
|
:filters,
|
2716
2885
|
:max_results,
|
@@ -2727,6 +2896,8 @@ module Aws::SSM
|
|
2727
2896
|
# no additional items to return, the string is empty.
|
2728
2897
|
# @return [String]
|
2729
2898
|
#
|
2899
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowsResult AWS API Documentation
|
2900
|
+
#
|
2730
2901
|
class DescribeMaintenanceWindowsResult < Struct.new(
|
2731
2902
|
:window_identities,
|
2732
2903
|
:next_token)
|
@@ -2763,6 +2934,8 @@ module Aws::SSM
|
|
2763
2934
|
# token from a previous call.)
|
2764
2935
|
# @return [String]
|
2765
2936
|
#
|
2937
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeParametersRequest AWS API Documentation
|
2938
|
+
#
|
2766
2939
|
class DescribeParametersRequest < Struct.new(
|
2767
2940
|
:filters,
|
2768
2941
|
:max_results,
|
@@ -2779,6 +2952,8 @@ module Aws::SSM
|
|
2779
2952
|
# no additional items to return, the string is empty.
|
2780
2953
|
# @return [String]
|
2781
2954
|
#
|
2955
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeParametersResult AWS API Documentation
|
2956
|
+
#
|
2782
2957
|
class DescribeParametersResult < Struct.new(
|
2783
2958
|
:parameters,
|
2784
2959
|
:next_token)
|
@@ -2816,6 +2991,8 @@ module Aws::SSM
|
|
2816
2991
|
# token from a previous call.)
|
2817
2992
|
# @return [String]
|
2818
2993
|
#
|
2994
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchBaselinesRequest AWS API Documentation
|
2995
|
+
#
|
2819
2996
|
class DescribePatchBaselinesRequest < Struct.new(
|
2820
2997
|
:filters,
|
2821
2998
|
:max_results,
|
@@ -2832,6 +3009,8 @@ module Aws::SSM
|
|
2832
3009
|
# no additional items to return, the string is empty.
|
2833
3010
|
# @return [String]
|
2834
3011
|
#
|
3012
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchBaselinesResult AWS API Documentation
|
3013
|
+
#
|
2835
3014
|
class DescribePatchBaselinesResult < Struct.new(
|
2836
3015
|
:baseline_identities,
|
2837
3016
|
:next_token)
|
@@ -2850,6 +3029,8 @@ module Aws::SSM
|
|
2850
3029
|
# retrieved.
|
2851
3030
|
# @return [String]
|
2852
3031
|
#
|
3032
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchGroupStateRequest AWS API Documentation
|
3033
|
+
#
|
2853
3034
|
class DescribePatchGroupStateRequest < Struct.new(
|
2854
3035
|
:patch_group)
|
2855
3036
|
include Aws::Structure
|
@@ -2882,6 +3063,8 @@ module Aws::SSM
|
|
2882
3063
|
# The number of instances with patches that aren’t applicable.
|
2883
3064
|
# @return [Integer]
|
2884
3065
|
#
|
3066
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchGroupStateResult AWS API Documentation
|
3067
|
+
#
|
2885
3068
|
class DescribePatchGroupStateResult < Struct.new(
|
2886
3069
|
:instances,
|
2887
3070
|
:instances_with_installed_patches,
|
@@ -2909,6 +3092,8 @@ module Aws::SSM
|
|
2909
3092
|
# token from a previous call.)
|
2910
3093
|
# @return [String]
|
2911
3094
|
#
|
3095
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchGroupsRequest AWS API Documentation
|
3096
|
+
#
|
2912
3097
|
class DescribePatchGroupsRequest < Struct.new(
|
2913
3098
|
:max_results,
|
2914
3099
|
:next_token)
|
@@ -2929,6 +3114,8 @@ module Aws::SSM
|
|
2929
3114
|
# no additional items to return, the string is empty.
|
2930
3115
|
# @return [String]
|
2931
3116
|
#
|
3117
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchGroupsResult AWS API Documentation
|
3118
|
+
#
|
2932
3119
|
class DescribePatchGroupsResult < Struct.new(
|
2933
3120
|
:mappings,
|
2934
3121
|
:next_token)
|
@@ -2945,6 +3132,8 @@ module Aws::SSM
|
|
2945
3132
|
# The default version of the document.
|
2946
3133
|
# @return [String]
|
2947
3134
|
#
|
3135
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DocumentDefaultVersionDescription AWS API Documentation
|
3136
|
+
#
|
2948
3137
|
class DocumentDefaultVersionDescription < Struct.new(
|
2949
3138
|
:name,
|
2950
3139
|
:default_version)
|
@@ -2984,7 +3173,7 @@ module Aws::SSM
|
|
2984
3173
|
# @return [String]
|
2985
3174
|
#
|
2986
3175
|
# @!attribute [rw] created_date
|
2987
|
-
# The date when the
|
3176
|
+
# The date when the document was created.
|
2988
3177
|
# @return [Time]
|
2989
3178
|
#
|
2990
3179
|
# @!attribute [rw] status
|
@@ -3023,6 +3212,8 @@ module Aws::SSM
|
|
3023
3212
|
# The default version.
|
3024
3213
|
# @return [String]
|
3025
3214
|
#
|
3215
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DocumentDescription AWS API Documentation
|
3216
|
+
#
|
3026
3217
|
class DocumentDescription < Struct.new(
|
3027
3218
|
:sha_1,
|
3028
3219
|
:hash,
|
@@ -3060,6 +3251,8 @@ module Aws::SSM
|
|
3060
3251
|
# The value of the filter.
|
3061
3252
|
# @return [String]
|
3062
3253
|
#
|
3254
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DocumentFilter AWS API Documentation
|
3255
|
+
#
|
3063
3256
|
class DocumentFilter < Struct.new(
|
3064
3257
|
:key,
|
3065
3258
|
:value)
|
@@ -3092,6 +3285,8 @@ module Aws::SSM
|
|
3092
3285
|
# The schema version.
|
3093
3286
|
# @return [String]
|
3094
3287
|
#
|
3288
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DocumentIdentifier AWS API Documentation
|
3289
|
+
#
|
3095
3290
|
class DocumentIdentifier < Struct.new(
|
3096
3291
|
:name,
|
3097
3292
|
:owner,
|
@@ -3102,8 +3297,8 @@ module Aws::SSM
|
|
3102
3297
|
include Aws::Structure
|
3103
3298
|
end
|
3104
3299
|
|
3105
|
-
# Parameters specified in
|
3106
|
-
# when the command is run.
|
3300
|
+
# Parameters specified in a System Manager document that execute on the
|
3301
|
+
# server when the command is run.
|
3107
3302
|
#
|
3108
3303
|
# @!attribute [rw] name
|
3109
3304
|
# The name of the parameter.
|
@@ -3125,6 +3320,8 @@ module Aws::SSM
|
|
3125
3320
|
# value are optional.
|
3126
3321
|
# @return [String]
|
3127
3322
|
#
|
3323
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DocumentParameter AWS API Documentation
|
3324
|
+
#
|
3128
3325
|
class DocumentParameter < Struct.new(
|
3129
3326
|
:name,
|
3130
3327
|
:type,
|
@@ -3151,6 +3348,8 @@ module Aws::SSM
|
|
3151
3348
|
# An identifier for the default version of the document.
|
3152
3349
|
# @return [Boolean]
|
3153
3350
|
#
|
3351
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DocumentVersionInfo AWS API Documentation
|
3352
|
+
#
|
3154
3353
|
class DocumentVersionInfo < Struct.new(
|
3155
3354
|
:name,
|
3156
3355
|
:document_version,
|
@@ -3178,6 +3377,8 @@ module Aws::SSM
|
|
3178
3377
|
# the date the patch was or will be approved.
|
3179
3378
|
# @return [Types::PatchStatus]
|
3180
3379
|
#
|
3380
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/EffectivePatch AWS API Documentation
|
3381
|
+
#
|
3181
3382
|
class EffectivePatch < Struct.new(
|
3182
3383
|
:patch,
|
3183
3384
|
:patch_status)
|
@@ -3198,6 +3399,8 @@ module Aws::SSM
|
|
3198
3399
|
# The source of the failure.
|
3199
3400
|
# @return [String]
|
3200
3401
|
#
|
3402
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/FailedCreateAssociation AWS API Documentation
|
3403
|
+
#
|
3201
3404
|
class FailedCreateAssociation < Struct.new(
|
3202
3405
|
:entry,
|
3203
3406
|
:message,
|
@@ -3218,6 +3421,8 @@ module Aws::SSM
|
|
3218
3421
|
# when the execution of an Automation document is initiated.
|
3219
3422
|
# @return [String]
|
3220
3423
|
#
|
3424
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetAutomationExecutionRequest AWS API Documentation
|
3425
|
+
#
|
3221
3426
|
class GetAutomationExecutionRequest < Struct.new(
|
3222
3427
|
:automation_execution_id)
|
3223
3428
|
include Aws::Structure
|
@@ -3228,6 +3433,8 @@ module Aws::SSM
|
|
3228
3433
|
# execution.
|
3229
3434
|
# @return [Types::AutomationExecution]
|
3230
3435
|
#
|
3436
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetAutomationExecutionResult AWS API Documentation
|
3437
|
+
#
|
3231
3438
|
class GetAutomationExecutionResult < Struct.new(
|
3232
3439
|
:automation_execution)
|
3233
3440
|
include Aws::Structure
|
@@ -3254,10 +3461,12 @@ module Aws::SSM
|
|
3254
3461
|
#
|
3255
3462
|
# @!attribute [rw] plugin_name
|
3256
3463
|
# (Optional) The name of the plugin for which you want detailed
|
3257
|
-
# results. If the
|
3258
|
-
#
|
3464
|
+
# results. If the document contains only one plugin, the name can be
|
3465
|
+
# omitted and the details will be returned.
|
3259
3466
|
# @return [String]
|
3260
3467
|
#
|
3468
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetCommandInvocationRequest AWS API Documentation
|
3469
|
+
#
|
3261
3470
|
class GetCommandInvocationRequest < Struct.new(
|
3262
3471
|
:command_id,
|
3263
3472
|
:instance_id,
|
@@ -3280,8 +3489,8 @@ module Aws::SSM
|
|
3280
3489
|
# @return [String]
|
3281
3490
|
#
|
3282
3491
|
# @!attribute [rw] document_name
|
3283
|
-
# The name of the
|
3284
|
-
# AWS-RunShellScript
|
3492
|
+
# The name of the document that was executed. For example,
|
3493
|
+
# AWS-RunShellScript.
|
3285
3494
|
# @return [String]
|
3286
3495
|
#
|
3287
3496
|
# @!attribute [rw] plugin_name
|
@@ -3323,9 +3532,9 @@ module Aws::SSM
|
|
3323
3532
|
# `StatusDetails` includes more information than `Status` because it
|
3324
3533
|
# includes states resulting from error and concurrency control
|
3325
3534
|
# parameters. `StatusDetails` can show different results than
|
3326
|
-
# `Status`. For more information about these statuses, see [
|
3327
|
-
#
|
3328
|
-
#
|
3535
|
+
# `Status`. For more information about these statuses, see [Run
|
3536
|
+
# Command Status][1]. `StatusDetails` can be one of the following
|
3537
|
+
# values:
|
3329
3538
|
#
|
3330
3539
|
# * Pending – The command has not been sent to the instance.
|
3331
3540
|
#
|
@@ -3374,8 +3583,7 @@ module Aws::SSM
|
|
3374
3583
|
#
|
3375
3584
|
#
|
3376
3585
|
#
|
3377
|
-
# [1]: http://docs.aws.amazon.com/
|
3378
|
-
# [2]: http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/monitor-commands.html
|
3586
|
+
# [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-about-status.html
|
3379
3587
|
# @return [String]
|
3380
3588
|
#
|
3381
3589
|
# @!attribute [rw] standard_output_content
|
@@ -3400,6 +3608,8 @@ module Aws::SSM
|
|
3400
3608
|
# the command has not finished executing, then this string is empty.
|
3401
3609
|
# @return [String]
|
3402
3610
|
#
|
3611
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetCommandInvocationResult AWS API Documentation
|
3612
|
+
#
|
3403
3613
|
class GetCommandInvocationResult < Struct.new(
|
3404
3614
|
:command_id,
|
3405
3615
|
:instance_id,
|
@@ -3421,12 +3631,16 @@ module Aws::SSM
|
|
3421
3631
|
|
3422
3632
|
# @api private
|
3423
3633
|
#
|
3634
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDefaultPatchBaselineRequest AWS API Documentation
|
3635
|
+
#
|
3424
3636
|
class GetDefaultPatchBaselineRequest < Aws::EmptyStructure; end
|
3425
3637
|
|
3426
3638
|
# @!attribute [rw] baseline_id
|
3427
3639
|
# The ID of the default patch baseline.
|
3428
3640
|
# @return [String]
|
3429
3641
|
#
|
3642
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDefaultPatchBaselineResult AWS API Documentation
|
3643
|
+
#
|
3430
3644
|
class GetDefaultPatchBaselineResult < Struct.new(
|
3431
3645
|
:baseline_id)
|
3432
3646
|
include Aws::Structure
|
@@ -3449,6 +3663,8 @@ module Aws::SSM
|
|
3449
3663
|
# The user-defined snapshot ID.
|
3450
3664
|
# @return [String]
|
3451
3665
|
#
|
3666
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDeployablePatchSnapshotForInstanceRequest AWS API Documentation
|
3667
|
+
#
|
3452
3668
|
class GetDeployablePatchSnapshotForInstanceRequest < Struct.new(
|
3453
3669
|
:instance_id,
|
3454
3670
|
:snapshot_id)
|
@@ -3468,6 +3684,8 @@ module Aws::SSM
|
|
3468
3684
|
# snapshot.
|
3469
3685
|
# @return [String]
|
3470
3686
|
#
|
3687
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDeployablePatchSnapshotForInstanceResult AWS API Documentation
|
3688
|
+
#
|
3471
3689
|
class GetDeployablePatchSnapshotForInstanceResult < Struct.new(
|
3472
3690
|
:instance_id,
|
3473
3691
|
:snapshot_id,
|
@@ -3491,6 +3709,8 @@ module Aws::SSM
|
|
3491
3709
|
# The document version for which you want information.
|
3492
3710
|
# @return [String]
|
3493
3711
|
#
|
3712
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDocumentRequest AWS API Documentation
|
3713
|
+
#
|
3494
3714
|
class GetDocumentRequest < Struct.new(
|
3495
3715
|
:name,
|
3496
3716
|
:document_version)
|
@@ -3513,6 +3733,8 @@ module Aws::SSM
|
|
3513
3733
|
# The document type.
|
3514
3734
|
# @return [String]
|
3515
3735
|
#
|
3736
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDocumentResult AWS API Documentation
|
3737
|
+
#
|
3516
3738
|
class GetDocumentResult < Struct.new(
|
3517
3739
|
:name,
|
3518
3740
|
:document_version,
|
@@ -3561,6 +3783,8 @@ module Aws::SSM
|
|
3561
3783
|
# next set of results.
|
3562
3784
|
# @return [Integer]
|
3563
3785
|
#
|
3786
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetInventoryRequest AWS API Documentation
|
3787
|
+
#
|
3564
3788
|
class GetInventoryRequest < Struct.new(
|
3565
3789
|
:filters,
|
3566
3790
|
:result_attributes,
|
@@ -3579,6 +3803,8 @@ module Aws::SSM
|
|
3579
3803
|
# no additional items to return, the string is empty.
|
3580
3804
|
# @return [String]
|
3581
3805
|
#
|
3806
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetInventoryResult AWS API Documentation
|
3807
|
+
#
|
3582
3808
|
class GetInventoryResult < Struct.new(
|
3583
3809
|
:entities,
|
3584
3810
|
:next_token)
|
@@ -3609,6 +3835,8 @@ module Aws::SSM
|
|
3609
3835
|
# next set of results.
|
3610
3836
|
# @return [Integer]
|
3611
3837
|
#
|
3838
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetInventorySchemaRequest AWS API Documentation
|
3839
|
+
#
|
3612
3840
|
class GetInventorySchemaRequest < Struct.new(
|
3613
3841
|
:type_name,
|
3614
3842
|
:next_token,
|
@@ -3625,6 +3853,8 @@ module Aws::SSM
|
|
3625
3853
|
# no additional items to return, the string is empty.
|
3626
3854
|
# @return [String]
|
3627
3855
|
#
|
3856
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetInventorySchemaResult AWS API Documentation
|
3857
|
+
#
|
3628
3858
|
class GetInventorySchemaResult < Struct.new(
|
3629
3859
|
:schemas,
|
3630
3860
|
:next_token)
|
@@ -3642,6 +3872,8 @@ module Aws::SSM
|
|
3642
3872
|
# The ID of the Maintenance Window execution that includes the task.
|
3643
3873
|
# @return [String]
|
3644
3874
|
#
|
3875
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecutionRequest AWS API Documentation
|
3876
|
+
#
|
3645
3877
|
class GetMaintenanceWindowExecutionRequest < Struct.new(
|
3646
3878
|
:window_execution_id)
|
3647
3879
|
include Aws::Structure
|
@@ -3672,6 +3904,8 @@ module Aws::SSM
|
|
3672
3904
|
# The time the Maintenance Window finished executing.
|
3673
3905
|
# @return [Time]
|
3674
3906
|
#
|
3907
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecutionResult AWS API Documentation
|
3908
|
+
#
|
3675
3909
|
class GetMaintenanceWindowExecutionResult < Struct.new(
|
3676
3910
|
:window_execution_id,
|
3677
3911
|
:task_ids,
|
@@ -3699,6 +3933,8 @@ module Aws::SSM
|
|
3699
3933
|
# that should be retrieved.
|
3700
3934
|
# @return [String]
|
3701
3935
|
#
|
3936
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecutionTaskRequest AWS API Documentation
|
3937
|
+
#
|
3702
3938
|
class GetMaintenanceWindowExecutionTaskRequest < Struct.new(
|
3703
3939
|
:window_execution_id,
|
3704
3940
|
:task_id)
|
@@ -3766,6 +4002,8 @@ module Aws::SSM
|
|
3766
4002
|
# The time the task execution completed.
|
3767
4003
|
# @return [Time]
|
3768
4004
|
#
|
4005
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecutionTaskResult AWS API Documentation
|
4006
|
+
#
|
3769
4007
|
class GetMaintenanceWindowExecutionTaskResult < Struct.new(
|
3770
4008
|
:window_execution_id,
|
3771
4009
|
:task_execution_id,
|
@@ -3794,6 +4032,8 @@ module Aws::SSM
|
|
3794
4032
|
# The ID of the desired Maintenance Window.
|
3795
4033
|
# @return [String]
|
3796
4034
|
#
|
4035
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowRequest AWS API Documentation
|
4036
|
+
#
|
3797
4037
|
class GetMaintenanceWindowRequest < Struct.new(
|
3798
4038
|
:window_id)
|
3799
4039
|
include Aws::Structure
|
@@ -3838,6 +4078,8 @@ module Aws::SSM
|
|
3838
4078
|
# The date the Maintenance Window was last modified.
|
3839
4079
|
# @return [Time]
|
3840
4080
|
#
|
4081
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowResult AWS API Documentation
|
4082
|
+
#
|
3841
4083
|
class GetMaintenanceWindowResult < Struct.new(
|
3842
4084
|
:window_id,
|
3843
4085
|
:name,
|
@@ -3881,6 +4123,8 @@ module Aws::SSM
|
|
3881
4123
|
# token from a previous call.)
|
3882
4124
|
# @return [String]
|
3883
4125
|
#
|
4126
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParameterHistoryRequest AWS API Documentation
|
4127
|
+
#
|
3884
4128
|
class GetParameterHistoryRequest < Struct.new(
|
3885
4129
|
:name,
|
3886
4130
|
:with_decryption,
|
@@ -3898,6 +4142,8 @@ module Aws::SSM
|
|
3898
4142
|
# no additional items to return, the string is empty.
|
3899
4143
|
# @return [String]
|
3900
4144
|
#
|
4145
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParameterHistoryResult AWS API Documentation
|
4146
|
+
#
|
3901
4147
|
class GetParameterHistoryResult < Struct.new(
|
3902
4148
|
:parameters,
|
3903
4149
|
:next_token)
|
@@ -3922,6 +4168,8 @@ module Aws::SSM
|
|
3922
4168
|
# StringList parameter types.
|
3923
4169
|
# @return [Boolean]
|
3924
4170
|
#
|
4171
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParametersRequest AWS API Documentation
|
4172
|
+
#
|
3925
4173
|
class GetParametersRequest < Struct.new(
|
3926
4174
|
:names,
|
3927
4175
|
:with_decryption)
|
@@ -3929,7 +4177,7 @@ module Aws::SSM
|
|
3929
4177
|
end
|
3930
4178
|
|
3931
4179
|
# @!attribute [rw] parameters
|
3932
|
-
# A list of
|
4180
|
+
# A list of details for a parameter.
|
3933
4181
|
# @return [Array<Types::Parameter>]
|
3934
4182
|
#
|
3935
4183
|
# @!attribute [rw] invalid_parameters
|
@@ -3937,6 +4185,8 @@ module Aws::SSM
|
|
3937
4185
|
# when executed.
|
3938
4186
|
# @return [Array<String>]
|
3939
4187
|
#
|
4188
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParametersResult AWS API Documentation
|
4189
|
+
#
|
3940
4190
|
class GetParametersResult < Struct.new(
|
3941
4191
|
:parameters,
|
3942
4192
|
:invalid_parameters)
|
@@ -3955,6 +4205,8 @@ module Aws::SSM
|
|
3955
4205
|
# retrieved.
|
3956
4206
|
# @return [String]
|
3957
4207
|
#
|
4208
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaselineForPatchGroupRequest AWS API Documentation
|
4209
|
+
#
|
3958
4210
|
class GetPatchBaselineForPatchGroupRequest < Struct.new(
|
3959
4211
|
:patch_group)
|
3960
4212
|
include Aws::Structure
|
@@ -3969,6 +4221,8 @@ module Aws::SSM
|
|
3969
4221
|
# The name of the patch group.
|
3970
4222
|
# @return [String]
|
3971
4223
|
#
|
4224
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaselineForPatchGroupResult AWS API Documentation
|
4225
|
+
#
|
3972
4226
|
class GetPatchBaselineForPatchGroupResult < Struct.new(
|
3973
4227
|
:baseline_id,
|
3974
4228
|
:patch_group)
|
@@ -3986,6 +4240,8 @@ module Aws::SSM
|
|
3986
4240
|
# The ID of the patch baseline to retrieve.
|
3987
4241
|
# @return [String]
|
3988
4242
|
#
|
4243
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaselineRequest AWS API Documentation
|
4244
|
+
#
|
3989
4245
|
class GetPatchBaselineRequest < Struct.new(
|
3990
4246
|
:baseline_id)
|
3991
4247
|
include Aws::Structure
|
@@ -4031,6 +4287,8 @@ module Aws::SSM
|
|
4031
4287
|
# A description of the patch baseline.
|
4032
4288
|
# @return [String]
|
4033
4289
|
#
|
4290
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaselineResult AWS API Documentation
|
4291
|
+
#
|
4034
4292
|
class GetPatchBaselineResult < Struct.new(
|
4035
4293
|
:baseline_id,
|
4036
4294
|
:name,
|
@@ -4055,6 +4313,8 @@ module Aws::SSM
|
|
4055
4313
|
# The number of associations for the instance(s).
|
4056
4314
|
# @return [Hash<String,Integer>]
|
4057
4315
|
#
|
4316
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InstanceAggregatedAssociationOverview AWS API Documentation
|
4317
|
+
#
|
4058
4318
|
class InstanceAggregatedAssociationOverview < Struct.new(
|
4059
4319
|
:detailed_status,
|
4060
4320
|
:instance_association_status_aggregated_count)
|
@@ -4075,6 +4335,8 @@ module Aws::SSM
|
|
4075
4335
|
# The content of the association document for the instance(s).
|
4076
4336
|
# @return [String]
|
4077
4337
|
#
|
4338
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InstanceAssociation AWS API Documentation
|
4339
|
+
#
|
4078
4340
|
class InstanceAssociation < Struct.new(
|
4079
4341
|
:association_id,
|
4080
4342
|
:instance_id,
|
@@ -4101,6 +4363,8 @@ module Aws::SSM
|
|
4101
4363
|
# request.
|
4102
4364
|
# @return [Types::S3OutputLocation]
|
4103
4365
|
#
|
4366
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InstanceAssociationOutputLocation AWS API Documentation
|
4367
|
+
#
|
4104
4368
|
class InstanceAssociationOutputLocation < Struct.new(
|
4105
4369
|
:s3_location)
|
4106
4370
|
include Aws::Structure
|
@@ -4114,6 +4378,8 @@ module Aws::SSM
|
|
4114
4378
|
# this request.
|
4115
4379
|
# @return [Types::S3OutputUrl]
|
4116
4380
|
#
|
4381
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InstanceAssociationOutputUrl AWS API Documentation
|
4382
|
+
#
|
4117
4383
|
class InstanceAssociationOutputUrl < Struct.new(
|
4118
4384
|
:s3_output_url)
|
4119
4385
|
include Aws::Structure
|
@@ -4162,6 +4428,8 @@ module Aws::SSM
|
|
4162
4428
|
# this request.
|
4163
4429
|
# @return [Types::InstanceAssociationOutputUrl]
|
4164
4430
|
#
|
4431
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InstanceAssociationStatusInfo AWS API Documentation
|
4432
|
+
#
|
4165
4433
|
class InstanceAssociationStatusInfo < Struct.new(
|
4166
4434
|
:association_id,
|
4167
4435
|
:name,
|
@@ -4183,7 +4451,7 @@ module Aws::SSM
|
|
4183
4451
|
# @return [String]
|
4184
4452
|
#
|
4185
4453
|
# @!attribute [rw] ping_status
|
4186
|
-
# Connection status of the SSM
|
4454
|
+
# Connection status of the SSM Agent.
|
4187
4455
|
# @return [String]
|
4188
4456
|
#
|
4189
4457
|
# @!attribute [rw] last_ping_date_time
|
@@ -4191,11 +4459,11 @@ module Aws::SSM
|
|
4191
4459
|
# @return [Time]
|
4192
4460
|
#
|
4193
4461
|
# @!attribute [rw] agent_version
|
4194
|
-
# The version of the SSM
|
4462
|
+
# The version of the SSM Agent running on your Linux instance.
|
4195
4463
|
# @return [String]
|
4196
4464
|
#
|
4197
4465
|
# @!attribute [rw] is_latest_version
|
4198
|
-
# Indicates whether latest version of the SSM
|
4466
|
+
# Indicates whether latest version of the SSM Agent is running on your
|
4199
4467
|
# instance.
|
4200
4468
|
# @return [Boolean]
|
4201
4469
|
#
|
@@ -4259,6 +4527,8 @@ module Aws::SSM
|
|
4259
4527
|
# Information about the association.
|
4260
4528
|
# @return [Types::InstanceAggregatedAssociationOverview]
|
4261
4529
|
#
|
4530
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InstanceInformation AWS API Documentation
|
4531
|
+
#
|
4262
4532
|
class InstanceInformation < Struct.new(
|
4263
4533
|
:instance_id,
|
4264
4534
|
:ping_status,
|
@@ -4300,6 +4570,8 @@ module Aws::SSM
|
|
4300
4570
|
# The filter values.
|
4301
4571
|
# @return [Array<String>]
|
4302
4572
|
#
|
4573
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InstanceInformationFilter AWS API Documentation
|
4574
|
+
#
|
4303
4575
|
class InstanceInformationFilter < Struct.new(
|
4304
4576
|
:key,
|
4305
4577
|
:value_set)
|
@@ -4328,6 +4600,8 @@ module Aws::SSM
|
|
4328
4600
|
# The filter values.
|
4329
4601
|
# @return [Array<String>]
|
4330
4602
|
#
|
4603
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InstanceInformationStringFilter AWS API Documentation
|
4604
|
+
#
|
4331
4605
|
class InstanceInformationStringFilter < Struct.new(
|
4332
4606
|
:key,
|
4333
4607
|
:values)
|
@@ -4403,6 +4677,8 @@ module Aws::SSM
|
|
4403
4677
|
# patch compliance state) or INSTALL (install missing patches).
|
4404
4678
|
# @return [String]
|
4405
4679
|
#
|
4680
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InstancePatchState AWS API Documentation
|
4681
|
+
#
|
4406
4682
|
class InstancePatchState < Struct.new(
|
4407
4683
|
:instance_id,
|
4408
4684
|
:patch_group,
|
@@ -4448,6 +4724,8 @@ module Aws::SSM
|
|
4448
4724
|
# Equal, NotEqual, LessThan or GreaterThan.
|
4449
4725
|
# @return [String]
|
4450
4726
|
#
|
4727
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InstancePatchStateFilter AWS API Documentation
|
4728
|
+
#
|
4451
4729
|
class InstancePatchStateFilter < Struct.new(
|
4452
4730
|
:key,
|
4453
4731
|
:values,
|
@@ -4483,6 +4761,8 @@ module Aws::SSM
|
|
4483
4761
|
# "Equal"\|"NotEqual"\|"BeginWith"\|"LessThan"\|"GreaterThan"
|
4484
4762
|
# @return [String]
|
4485
4763
|
#
|
4764
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InventoryFilter AWS API Documentation
|
4765
|
+
#
|
4486
4766
|
class InventoryFilter < Struct.new(
|
4487
4767
|
:key,
|
4488
4768
|
:values,
|
@@ -4535,6 +4815,8 @@ module Aws::SSM
|
|
4535
4815
|
# The inventory data of the inventory type.
|
4536
4816
|
# @return [Array<Hash<String,String>>]
|
4537
4817
|
#
|
4818
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InventoryItem AWS API Documentation
|
4819
|
+
#
|
4538
4820
|
class InventoryItem < Struct.new(
|
4539
4821
|
:type_name,
|
4540
4822
|
:schema_version,
|
@@ -4555,6 +4837,8 @@ module Aws::SSM
|
|
4555
4837
|
# The data type of the inventory item attribute.
|
4556
4838
|
# @return [String]
|
4557
4839
|
#
|
4840
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InventoryItemAttribute AWS API Documentation
|
4841
|
+
#
|
4558
4842
|
class InventoryItemAttribute < Struct.new(
|
4559
4843
|
:name,
|
4560
4844
|
:data_type)
|
@@ -4581,6 +4865,8 @@ module Aws::SSM
|
|
4581
4865
|
# attribute name.
|
4582
4866
|
# @return [Array<Types::InventoryItemAttribute>]
|
4583
4867
|
#
|
4868
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InventoryItemSchema AWS API Documentation
|
4869
|
+
#
|
4584
4870
|
class InventoryItemSchema < Struct.new(
|
4585
4871
|
:type_name,
|
4586
4872
|
:version,
|
@@ -4600,6 +4886,8 @@ module Aws::SSM
|
|
4600
4886
|
# The data section in the inventory result entity json.
|
4601
4887
|
# @return [Hash<String,Types::InventoryResultItem>]
|
4602
4888
|
#
|
4889
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InventoryResultEntity AWS API Documentation
|
4890
|
+
#
|
4603
4891
|
class InventoryResultEntity < Struct.new(
|
4604
4892
|
:id,
|
4605
4893
|
:data)
|
@@ -4632,6 +4920,8 @@ module Aws::SSM
|
|
4632
4920
|
# attribute names and values.
|
4633
4921
|
# @return [Array<Hash<String,String>>]
|
4634
4922
|
#
|
4923
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InventoryResultItem AWS API Documentation
|
4924
|
+
#
|
4635
4925
|
class InventoryResultItem < Struct.new(
|
4636
4926
|
:type_name,
|
4637
4927
|
:schema_version,
|
@@ -4671,6 +4961,8 @@ module Aws::SSM
|
|
4671
4961
|
# token from a previous call.)
|
4672
4962
|
# @return [String]
|
4673
4963
|
#
|
4964
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListAssociationsRequest AWS API Documentation
|
4965
|
+
#
|
4674
4966
|
class ListAssociationsRequest < Struct.new(
|
4675
4967
|
:association_filter_list,
|
4676
4968
|
:max_results,
|
@@ -4687,6 +4979,8 @@ module Aws::SSM
|
|
4687
4979
|
# no additional items to return, the string is empty.
|
4688
4980
|
# @return [String]
|
4689
4981
|
#
|
4982
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListAssociationsResult AWS API Documentation
|
4983
|
+
#
|
4690
4984
|
class ListAssociationsResult < Struct.new(
|
4691
4985
|
:associations,
|
4692
4986
|
:next_token)
|
@@ -4739,6 +5033,8 @@ module Aws::SSM
|
|
4739
5033
|
# executions and any command output. By default this is set to False.
|
4740
5034
|
# @return [Boolean]
|
4741
5035
|
#
|
5036
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListCommandInvocationsRequest AWS API Documentation
|
5037
|
+
#
|
4742
5038
|
class ListCommandInvocationsRequest < Struct.new(
|
4743
5039
|
:command_id,
|
4744
5040
|
:instance_id,
|
@@ -4758,6 +5054,8 @@ module Aws::SSM
|
|
4758
5054
|
# received this token from a previous call.)
|
4759
5055
|
# @return [String]
|
4760
5056
|
#
|
5057
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListCommandInvocationsResult AWS API Documentation
|
5058
|
+
#
|
4761
5059
|
class ListCommandInvocationsResult < Struct.new(
|
4762
5060
|
:command_invocations,
|
4763
5061
|
:next_token)
|
@@ -4804,6 +5102,8 @@ module Aws::SSM
|
|
4804
5102
|
# specific list of results.
|
4805
5103
|
# @return [Array<Types::CommandFilter>]
|
4806
5104
|
#
|
5105
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListCommandsRequest AWS API Documentation
|
5106
|
+
#
|
4807
5107
|
class ListCommandsRequest < Struct.new(
|
4808
5108
|
:command_id,
|
4809
5109
|
:instance_id,
|
@@ -4822,6 +5122,8 @@ module Aws::SSM
|
|
4822
5122
|
# received this token from a previous call.)
|
4823
5123
|
# @return [String]
|
4824
5124
|
#
|
5125
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListCommandsResult AWS API Documentation
|
5126
|
+
#
|
4825
5127
|
class ListCommandsResult < Struct.new(
|
4826
5128
|
:commands,
|
4827
5129
|
:next_token)
|
@@ -4852,6 +5154,8 @@ module Aws::SSM
|
|
4852
5154
|
# token from a previous call.)
|
4853
5155
|
# @return [String]
|
4854
5156
|
#
|
5157
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListDocumentVersionsRequest AWS API Documentation
|
5158
|
+
#
|
4855
5159
|
class ListDocumentVersionsRequest < Struct.new(
|
4856
5160
|
:name,
|
4857
5161
|
:max_results,
|
@@ -4868,6 +5172,8 @@ module Aws::SSM
|
|
4868
5172
|
# no additional items to return, the string is empty.
|
4869
5173
|
# @return [String]
|
4870
5174
|
#
|
5175
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListDocumentVersionsResult AWS API Documentation
|
5176
|
+
#
|
4871
5177
|
class ListDocumentVersionsResult < Struct.new(
|
4872
5178
|
:document_versions,
|
4873
5179
|
:next_token)
|
@@ -4904,6 +5210,8 @@ module Aws::SSM
|
|
4904
5210
|
# token from a previous call.)
|
4905
5211
|
# @return [String]
|
4906
5212
|
#
|
5213
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListDocumentsRequest AWS API Documentation
|
5214
|
+
#
|
4907
5215
|
class ListDocumentsRequest < Struct.new(
|
4908
5216
|
:document_filter_list,
|
4909
5217
|
:max_results,
|
@@ -4920,6 +5228,8 @@ module Aws::SSM
|
|
4920
5228
|
# no additional items to return, the string is empty.
|
4921
5229
|
# @return [String]
|
4922
5230
|
#
|
5231
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListDocumentsResult AWS API Documentation
|
5232
|
+
#
|
4923
5233
|
class ListDocumentsResult < Struct.new(
|
4924
5234
|
:document_identifiers,
|
4925
5235
|
:next_token)
|
@@ -4967,6 +5277,8 @@ module Aws::SSM
|
|
4967
5277
|
# next set of results.
|
4968
5278
|
# @return [Integer]
|
4969
5279
|
#
|
5280
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListInventoryEntriesRequest AWS API Documentation
|
5281
|
+
#
|
4970
5282
|
class ListInventoryEntriesRequest < Struct.new(
|
4971
5283
|
:instance_id,
|
4972
5284
|
:type_name,
|
@@ -5003,6 +5315,8 @@ module Aws::SSM
|
|
5003
5315
|
# no additional items to return, the string is empty.
|
5004
5316
|
# @return [String]
|
5005
5317
|
#
|
5318
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListInventoryEntriesResult AWS API Documentation
|
5319
|
+
#
|
5006
5320
|
class ListInventoryEntriesResult < Struct.new(
|
5007
5321
|
:type_name,
|
5008
5322
|
:instance_id,
|
@@ -5029,6 +5343,8 @@ module Aws::SSM
|
|
5029
5343
|
# The resource ID for which you want to see a list of tags.
|
5030
5344
|
# @return [String]
|
5031
5345
|
#
|
5346
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListTagsForResourceRequest AWS API Documentation
|
5347
|
+
#
|
5032
5348
|
class ListTagsForResourceRequest < Struct.new(
|
5033
5349
|
:resource_type,
|
5034
5350
|
:resource_id)
|
@@ -5039,6 +5355,8 @@ module Aws::SSM
|
|
5039
5355
|
# A list of tags.
|
5040
5356
|
# @return [Array<Types::Tag>]
|
5041
5357
|
#
|
5358
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListTagsForResourceResult AWS API Documentation
|
5359
|
+
#
|
5042
5360
|
class ListTagsForResourceResult < Struct.new(
|
5043
5361
|
:tag_list)
|
5044
5362
|
include Aws::Structure
|
@@ -5067,6 +5385,8 @@ module Aws::SSM
|
|
5067
5385
|
# The region where the Amazon S3 bucket is located.
|
5068
5386
|
# @return [String]
|
5069
5387
|
#
|
5388
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/LoggingInfo AWS API Documentation
|
5389
|
+
#
|
5070
5390
|
class LoggingInfo < Struct.new(
|
5071
5391
|
:s3_bucket_name,
|
5072
5392
|
:s3_key_prefix,
|
@@ -5101,6 +5421,8 @@ module Aws::SSM
|
|
5101
5421
|
# The time the execution finished.
|
5102
5422
|
# @return [Time]
|
5103
5423
|
#
|
5424
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/MaintenanceWindowExecution AWS API Documentation
|
5425
|
+
#
|
5104
5426
|
class MaintenanceWindowExecution < Struct.new(
|
5105
5427
|
:window_id,
|
5106
5428
|
:window_execution_id,
|
@@ -5148,6 +5470,8 @@ module Aws::SSM
|
|
5148
5470
|
# The type of executed task.
|
5149
5471
|
# @return [String]
|
5150
5472
|
#
|
5473
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/MaintenanceWindowExecutionTaskIdentity AWS API Documentation
|
5474
|
+
#
|
5151
5475
|
class MaintenanceWindowExecutionTaskIdentity < Struct.new(
|
5152
5476
|
:window_execution_id,
|
5153
5477
|
:task_execution_id,
|
@@ -5216,6 +5540,8 @@ module Aws::SSM
|
|
5216
5540
|
# invocation was performed for.
|
5217
5541
|
# @return [String]
|
5218
5542
|
#
|
5543
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/MaintenanceWindowExecutionTaskInvocationIdentity AWS API Documentation
|
5544
|
+
#
|
5219
5545
|
class MaintenanceWindowExecutionTaskInvocationIdentity < Struct.new(
|
5220
5546
|
:window_execution_id,
|
5221
5547
|
:task_execution_id,
|
@@ -5249,6 +5575,8 @@ module Aws::SSM
|
|
5249
5575
|
# The filter values.
|
5250
5576
|
# @return [Array<String>]
|
5251
5577
|
#
|
5578
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/MaintenanceWindowFilter AWS API Documentation
|
5579
|
+
#
|
5252
5580
|
class MaintenanceWindowFilter < Struct.new(
|
5253
5581
|
:key,
|
5254
5582
|
:values)
|
@@ -5278,6 +5606,8 @@ module Aws::SSM
|
|
5278
5606
|
# Systems Manager stops scheduling new tasks for execution.
|
5279
5607
|
# @return [Integer]
|
5280
5608
|
#
|
5609
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/MaintenanceWindowIdentity AWS API Documentation
|
5610
|
+
#
|
5281
5611
|
class MaintenanceWindowIdentity < Struct.new(
|
5282
5612
|
:window_id,
|
5283
5613
|
:name,
|
@@ -5314,6 +5644,8 @@ module Aws::SSM
|
|
5314
5644
|
# Window.
|
5315
5645
|
# @return [String]
|
5316
5646
|
#
|
5647
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/MaintenanceWindowTarget AWS API Documentation
|
5648
|
+
#
|
5317
5649
|
class MaintenanceWindowTarget < Struct.new(
|
5318
5650
|
:window_id,
|
5319
5651
|
:window_target_id,
|
@@ -5377,6 +5709,8 @@ module Aws::SSM
|
|
5377
5709
|
# scheduled.
|
5378
5710
|
# @return [String]
|
5379
5711
|
#
|
5712
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/MaintenanceWindowTask AWS API Documentation
|
5713
|
+
#
|
5380
5714
|
class MaintenanceWindowTask < Struct.new(
|
5381
5715
|
:window_id,
|
5382
5716
|
:window_task_id,
|
@@ -5406,6 +5740,8 @@ module Aws::SSM
|
|
5406
5740
|
# characters in length.
|
5407
5741
|
# @return [Array<String>]
|
5408
5742
|
#
|
5743
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/MaintenanceWindowTaskParameterValueExpression AWS API Documentation
|
5744
|
+
#
|
5409
5745
|
class MaintenanceWindowTaskParameterValueExpression < Struct.new(
|
5410
5746
|
:values)
|
5411
5747
|
include Aws::Structure
|
@@ -5443,6 +5779,8 @@ module Aws::SSM
|
|
5443
5779
|
# system removes access to the document.
|
5444
5780
|
# @return [Array<String>]
|
5445
5781
|
#
|
5782
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ModifyDocumentPermissionRequest AWS API Documentation
|
5783
|
+
#
|
5446
5784
|
class ModifyDocumentPermissionRequest < Struct.new(
|
5447
5785
|
:name,
|
5448
5786
|
:permission_type,
|
@@ -5451,6 +5789,8 @@ module Aws::SSM
|
|
5451
5789
|
include Aws::Structure
|
5452
5790
|
end
|
5453
5791
|
|
5792
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ModifyDocumentPermissionResponse AWS API Documentation
|
5793
|
+
#
|
5454
5794
|
class ModifyDocumentPermissionResponse < Aws::EmptyStructure; end
|
5455
5795
|
|
5456
5796
|
# Configurations for sending notifications.
|
@@ -5474,12 +5814,12 @@ module Aws::SSM
|
|
5474
5814
|
# The different events for which you can receive notifications. These
|
5475
5815
|
# events include the following: All (events), InProgress, Success,
|
5476
5816
|
# TimedOut, Cancelled, Failed. To learn more about these events, see
|
5477
|
-
# [
|
5478
|
-
# Guide
|
5817
|
+
# [Setting Up Events and Notifications][1] in the *Amazon EC2 Systems
|
5818
|
+
# Manager User Guide*.
|
5479
5819
|
#
|
5480
5820
|
#
|
5481
5821
|
#
|
5482
|
-
# [1]: http://docs.aws.amazon.com/
|
5822
|
+
# [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html
|
5483
5823
|
# @return [Array<String>]
|
5484
5824
|
#
|
5485
5825
|
# @!attribute [rw] notification_type
|
@@ -5489,6 +5829,8 @@ module Aws::SSM
|
|
5489
5829
|
# changes.
|
5490
5830
|
# @return [String]
|
5491
5831
|
#
|
5832
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/NotificationConfig AWS API Documentation
|
5833
|
+
#
|
5492
5834
|
class NotificationConfig < Struct.new(
|
5493
5835
|
:notification_arn,
|
5494
5836
|
:notification_events,
|
@@ -5511,6 +5853,8 @@ module Aws::SSM
|
|
5511
5853
|
# The parameter value.
|
5512
5854
|
# @return [String]
|
5513
5855
|
#
|
5856
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/Parameter AWS API Documentation
|
5857
|
+
#
|
5514
5858
|
class Parameter < Struct.new(
|
5515
5859
|
:name,
|
5516
5860
|
:type,
|
@@ -5549,6 +5893,8 @@ module Aws::SSM
|
|
5549
5893
|
# The parameter value.
|
5550
5894
|
# @return [String]
|
5551
5895
|
#
|
5896
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ParameterHistory AWS API Documentation
|
5897
|
+
#
|
5552
5898
|
class ParameterHistory < Struct.new(
|
5553
5899
|
:name,
|
5554
5900
|
:type,
|
@@ -5589,6 +5935,8 @@ module Aws::SSM
|
|
5589
5935
|
# Description of the parameter actions.
|
5590
5936
|
# @return [String]
|
5591
5937
|
#
|
5938
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ParameterMetadata AWS API Documentation
|
5939
|
+
#
|
5592
5940
|
class ParameterMetadata < Struct.new(
|
5593
5941
|
:name,
|
5594
5942
|
:type,
|
@@ -5618,6 +5966,8 @@ module Aws::SSM
|
|
5618
5966
|
# The filter values.
|
5619
5967
|
# @return [Array<String>]
|
5620
5968
|
#
|
5969
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ParametersFilter AWS API Documentation
|
5970
|
+
#
|
5621
5971
|
class ParametersFilter < Struct.new(
|
5622
5972
|
:key,
|
5623
5973
|
:values)
|
@@ -5683,6 +6033,8 @@ module Aws::SSM
|
|
5683
6033
|
# The language of the patch if it’s language-specific.
|
5684
6034
|
# @return [String]
|
5685
6035
|
#
|
6036
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/Patch AWS API Documentation
|
6037
|
+
#
|
5686
6038
|
class Patch < Struct.new(
|
5687
6039
|
:id,
|
5688
6040
|
:release_date,
|
@@ -5718,6 +6070,8 @@ module Aws::SSM
|
|
5718
6070
|
# Whether this is the default baseline.
|
5719
6071
|
# @return [Boolean]
|
5720
6072
|
#
|
6073
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PatchBaselineIdentity AWS API Documentation
|
6074
|
+
#
|
5721
6075
|
class PatchBaselineIdentity < Struct.new(
|
5722
6076
|
:baseline_id,
|
5723
6077
|
:baseline_name,
|
@@ -5756,6 +6110,8 @@ module Aws::SSM
|
|
5756
6110
|
# The date/time the patch was installed on the instance.
|
5757
6111
|
# @return [Time]
|
5758
6112
|
#
|
6113
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PatchComplianceData AWS API Documentation
|
6114
|
+
#
|
5759
6115
|
class PatchComplianceData < Struct.new(
|
5760
6116
|
:title,
|
5761
6117
|
:kb_id,
|
@@ -5785,6 +6141,8 @@ module Aws::SSM
|
|
5785
6141
|
# The value for the filter key.
|
5786
6142
|
# @return [Array<String>]
|
5787
6143
|
#
|
6144
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PatchFilter AWS API Documentation
|
6145
|
+
#
|
5788
6146
|
class PatchFilter < Struct.new(
|
5789
6147
|
:key,
|
5790
6148
|
:values)
|
@@ -5809,6 +6167,8 @@ module Aws::SSM
|
|
5809
6167
|
# The set of patch filters that make up the group.
|
5810
6168
|
# @return [Array<Types::PatchFilter>]
|
5811
6169
|
#
|
6170
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PatchFilterGroup AWS API Documentation
|
6171
|
+
#
|
5812
6172
|
class PatchFilterGroup < Struct.new(
|
5813
6173
|
:patch_filters)
|
5814
6174
|
include Aws::Structure
|
@@ -5825,6 +6185,8 @@ module Aws::SSM
|
|
5825
6185
|
# The patch baseline the patch group is registered with.
|
5826
6186
|
# @return [Types::PatchBaselineIdentity]
|
5827
6187
|
#
|
6188
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PatchGroupPatchBaselineMapping AWS API Documentation
|
6189
|
+
#
|
5828
6190
|
class PatchGroupPatchBaselineMapping < Struct.new(
|
5829
6191
|
:patch_group,
|
5830
6192
|
:baseline_identity)
|
@@ -5849,6 +6211,8 @@ module Aws::SSM
|
|
5849
6211
|
# The value for the filter.
|
5850
6212
|
# @return [Array<String>]
|
5851
6213
|
#
|
6214
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PatchOrchestratorFilter AWS API Documentation
|
6215
|
+
#
|
5852
6216
|
class PatchOrchestratorFilter < Struct.new(
|
5853
6217
|
:key,
|
5854
6218
|
:values)
|
@@ -5881,6 +6245,8 @@ module Aws::SSM
|
|
5881
6245
|
# the rule the patch is marked as approved in the patch baseline.
|
5882
6246
|
# @return [Integer]
|
5883
6247
|
#
|
6248
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PatchRule AWS API Documentation
|
6249
|
+
#
|
5884
6250
|
class PatchRule < Struct.new(
|
5885
6251
|
:patch_filter_group,
|
5886
6252
|
:approve_after_days)
|
@@ -5912,6 +6278,8 @@ module Aws::SSM
|
|
5912
6278
|
# The rules that make up the rule group.
|
5913
6279
|
# @return [Array<Types::PatchRule>]
|
5914
6280
|
#
|
6281
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PatchRuleGroup AWS API Documentation
|
6282
|
+
#
|
5915
6283
|
class PatchRuleGroup < Struct.new(
|
5916
6284
|
:patch_rules)
|
5917
6285
|
include Aws::Structure
|
@@ -5929,6 +6297,8 @@ module Aws::SSM
|
|
5929
6297
|
# is PENDING\_APPROVAL).
|
5930
6298
|
# @return [Time]
|
5931
6299
|
#
|
6300
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PatchStatus AWS API Documentation
|
6301
|
+
#
|
5932
6302
|
class PatchStatus < Struct.new(
|
5933
6303
|
:deployment_status,
|
5934
6304
|
:approval_date)
|
@@ -5964,12 +6334,16 @@ module Aws::SSM
|
|
5964
6334
|
# The inventory items that you want to add or update on instances.
|
5965
6335
|
# @return [Array<Types::InventoryItem>]
|
5966
6336
|
#
|
6337
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutInventoryRequest AWS API Documentation
|
6338
|
+
#
|
5967
6339
|
class PutInventoryRequest < Struct.new(
|
5968
6340
|
:instance_id,
|
5969
6341
|
:items)
|
5970
6342
|
include Aws::Structure
|
5971
6343
|
end
|
5972
6344
|
|
6345
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutInventoryResult AWS API Documentation
|
6346
|
+
#
|
5973
6347
|
class PutInventoryResult < Aws::EmptyStructure; end
|
5974
6348
|
|
5975
6349
|
# @note When making an API call, you may pass PutParameterRequest
|
@@ -6005,9 +6379,12 @@ module Aws::SSM
|
|
6005
6379
|
# @return [String]
|
6006
6380
|
#
|
6007
6381
|
# @!attribute [rw] overwrite
|
6008
|
-
# Overwrite an existing parameter.
|
6382
|
+
# Overwrite an existing parameter. If not specified, will default to
|
6383
|
+
# "false".
|
6009
6384
|
# @return [Boolean]
|
6010
6385
|
#
|
6386
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutParameterRequest AWS API Documentation
|
6387
|
+
#
|
6011
6388
|
class PutParameterRequest < Struct.new(
|
6012
6389
|
:name,
|
6013
6390
|
:description,
|
@@ -6018,6 +6395,8 @@ module Aws::SSM
|
|
6018
6395
|
include Aws::Structure
|
6019
6396
|
end
|
6020
6397
|
|
6398
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutParameterResult AWS API Documentation
|
6399
|
+
#
|
6021
6400
|
class PutParameterResult < Aws::EmptyStructure; end
|
6022
6401
|
|
6023
6402
|
# @note When making an API call, you may pass RegisterDefaultPatchBaselineRequest
|
@@ -6032,6 +6411,8 @@ module Aws::SSM
|
|
6032
6411
|
# baseline.
|
6033
6412
|
# @return [String]
|
6034
6413
|
#
|
6414
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterDefaultPatchBaselineRequest AWS API Documentation
|
6415
|
+
#
|
6035
6416
|
class RegisterDefaultPatchBaselineRequest < Struct.new(
|
6036
6417
|
:baseline_id)
|
6037
6418
|
include Aws::Structure
|
@@ -6041,6 +6422,8 @@ module Aws::SSM
|
|
6041
6422
|
# The ID of the default patch baseline.
|
6042
6423
|
# @return [String]
|
6043
6424
|
#
|
6425
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterDefaultPatchBaselineResult AWS API Documentation
|
6426
|
+
#
|
6044
6427
|
class RegisterDefaultPatchBaselineResult < Struct.new(
|
6045
6428
|
:baseline_id)
|
6046
6429
|
include Aws::Structure
|
@@ -6063,6 +6446,8 @@ module Aws::SSM
|
|
6063
6446
|
# baseline.
|
6064
6447
|
# @return [String]
|
6065
6448
|
#
|
6449
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterPatchBaselineForPatchGroupRequest AWS API Documentation
|
6450
|
+
#
|
6066
6451
|
class RegisterPatchBaselineForPatchGroupRequest < Struct.new(
|
6067
6452
|
:baseline_id,
|
6068
6453
|
:patch_group)
|
@@ -6077,6 +6462,8 @@ module Aws::SSM
|
|
6077
6462
|
# The name of the patch group registered with the patch baseline.
|
6078
6463
|
# @return [String]
|
6079
6464
|
#
|
6465
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterPatchBaselineForPatchGroupResult AWS API Documentation
|
6466
|
+
#
|
6080
6467
|
class RegisterPatchBaselineForPatchGroupResult < Struct.new(
|
6081
6468
|
:baseline_id,
|
6082
6469
|
:patch_group)
|
@@ -6128,6 +6515,8 @@ module Aws::SSM
|
|
6128
6515
|
# not need to pass this option.
|
6129
6516
|
# @return [String]
|
6130
6517
|
#
|
6518
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterTargetWithMaintenanceWindowRequest AWS API Documentation
|
6519
|
+
#
|
6131
6520
|
class RegisterTargetWithMaintenanceWindowRequest < Struct.new(
|
6132
6521
|
:window_id,
|
6133
6522
|
:resource_type,
|
@@ -6141,6 +6530,8 @@ module Aws::SSM
|
|
6141
6530
|
# The ID of the target definition in this Maintenance Window.
|
6142
6531
|
# @return [String]
|
6143
6532
|
#
|
6533
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterTargetWithMaintenanceWindowResult AWS API Documentation
|
6534
|
+
#
|
6144
6535
|
class RegisterTargetWithMaintenanceWindowResult < Struct.new(
|
6145
6536
|
:window_target_id)
|
6146
6537
|
include Aws::Structure
|
@@ -6166,8 +6557,8 @@ module Aws::SSM
|
|
6166
6557
|
# },
|
6167
6558
|
# },
|
6168
6559
|
# priority: 1,
|
6169
|
-
# max_concurrency: "
|
6170
|
-
# max_errors: "
|
6560
|
+
# max_concurrency: "MaxConcurrency", # required
|
6561
|
+
# max_errors: "MaxErrors", # required
|
6171
6562
|
# logging_info: {
|
6172
6563
|
# s3_bucket_name: "S3BucketName", # required
|
6173
6564
|
# s3_key_prefix: "S3KeyPrefix",
|
@@ -6232,6 +6623,8 @@ module Aws::SSM
|
|
6232
6623
|
# not need to pass this option.
|
6233
6624
|
# @return [String]
|
6234
6625
|
#
|
6626
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterTaskWithMaintenanceWindowRequest AWS API Documentation
|
6627
|
+
#
|
6235
6628
|
class RegisterTaskWithMaintenanceWindowRequest < Struct.new(
|
6236
6629
|
:window_id,
|
6237
6630
|
:targets,
|
@@ -6251,6 +6644,8 @@ module Aws::SSM
|
|
6251
6644
|
# The id of the task in the Maintenance Window.
|
6252
6645
|
# @return [String]
|
6253
6646
|
#
|
6647
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterTaskWithMaintenanceWindowResult AWS API Documentation
|
6648
|
+
#
|
6254
6649
|
class RegisterTaskWithMaintenanceWindowResult < Struct.new(
|
6255
6650
|
:window_task_id)
|
6256
6651
|
include Aws::Structure
|
@@ -6277,6 +6672,8 @@ module Aws::SSM
|
|
6277
6672
|
# Tag keys that you want to remove from the specified resource.
|
6278
6673
|
# @return [Array<String>]
|
6279
6674
|
#
|
6675
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RemoveTagsFromResourceRequest AWS API Documentation
|
6676
|
+
#
|
6280
6677
|
class RemoveTagsFromResourceRequest < Struct.new(
|
6281
6678
|
:resource_type,
|
6282
6679
|
:resource_id,
|
@@ -6284,6 +6681,8 @@ module Aws::SSM
|
|
6284
6681
|
include Aws::Structure
|
6285
6682
|
end
|
6286
6683
|
|
6684
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RemoveTagsFromResourceResult AWS API Documentation
|
6685
|
+
#
|
6287
6686
|
class RemoveTagsFromResourceResult < Aws::EmptyStructure; end
|
6288
6687
|
|
6289
6688
|
# The inventory item result attribute.
|
@@ -6300,6 +6699,8 @@ module Aws::SSM
|
|
6300
6699
|
# “AWS:InstanceInformation”. Default Value: “AWS:InstanceInformation”.
|
6301
6700
|
# @return [String]
|
6302
6701
|
#
|
6702
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResultAttribute AWS API Documentation
|
6703
|
+
#
|
6303
6704
|
class ResultAttribute < Struct.new(
|
6304
6705
|
:type_name)
|
6305
6706
|
include Aws::Structure
|
@@ -6329,6 +6730,8 @@ module Aws::SSM
|
|
6329
6730
|
# The Amazon S3 bucket subfolder.
|
6330
6731
|
# @return [String]
|
6331
6732
|
#
|
6733
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/S3OutputLocation AWS API Documentation
|
6734
|
+
#
|
6332
6735
|
class S3OutputLocation < Struct.new(
|
6333
6736
|
:output_s3_region,
|
6334
6737
|
:output_s3_bucket_name,
|
@@ -6344,6 +6747,8 @@ module Aws::SSM
|
|
6344
6747
|
# this request.
|
6345
6748
|
# @return [String]
|
6346
6749
|
#
|
6750
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/S3OutputUrl AWS API Documentation
|
6751
|
+
#
|
6347
6752
|
class S3OutputUrl < Struct.new(
|
6348
6753
|
:output_url)
|
6349
6754
|
include Aws::Structure
|
@@ -6371,8 +6776,8 @@ module Aws::SSM
|
|
6371
6776
|
# output_s3_region: "S3Region",
|
6372
6777
|
# output_s3_bucket_name: "S3BucketName",
|
6373
6778
|
# output_s3_key_prefix: "S3KeyPrefix",
|
6374
|
-
# max_concurrency: "
|
6375
|
-
# max_errors: "
|
6779
|
+
# max_concurrency: "MaxConcurrency",
|
6780
|
+
# max_errors: "MaxErrors",
|
6376
6781
|
# service_role_arn: "ServiceRole",
|
6377
6782
|
# notification_config: {
|
6378
6783
|
# notification_arn: "NotificationArn",
|
@@ -6388,21 +6793,19 @@ module Aws::SSM
|
|
6388
6793
|
#
|
6389
6794
|
# @!attribute [rw] targets
|
6390
6795
|
# (Optional) An array of search criteria that targets instances using
|
6391
|
-
# a `Key
|
6796
|
+
# a `Key`,`Value` combination that you specify. `Targets` is required
|
6392
6797
|
# if you don't provide one or more instance IDs in the call. For more
|
6393
6798
|
# information about how to use `Targets`, see [Executing a Command
|
6394
|
-
# Using
|
6395
|
-
# Using Amazon EC2 Run Command][2] (Windows).
|
6799
|
+
# Using Systems Manager Run Command][1].
|
6396
6800
|
#
|
6397
6801
|
#
|
6398
6802
|
#
|
6399
|
-
# [1]: http://docs.aws.amazon.com/
|
6400
|
-
# [2]: http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/run-command.html
|
6803
|
+
# [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html
|
6401
6804
|
# @return [Array<Types::Target>]
|
6402
6805
|
#
|
6403
6806
|
# @!attribute [rw] document_name
|
6404
|
-
# Required. The name of the
|
6405
|
-
#
|
6807
|
+
# Required. The name of the Systems Manager document to execute. This
|
6808
|
+
# can be a public document or a custom document.
|
6406
6809
|
# @return [String]
|
6407
6810
|
#
|
6408
6811
|
# @!attribute [rw] document_hash
|
@@ -6433,8 +6836,8 @@ module Aws::SSM
|
|
6433
6836
|
# @return [String]
|
6434
6837
|
#
|
6435
6838
|
# @!attribute [rw] parameters
|
6436
|
-
# The required and optional parameters specified in the
|
6437
|
-
#
|
6839
|
+
# The required and optional parameters specified in the document being
|
6840
|
+
# executed.
|
6438
6841
|
# @return [Hash<String,Array<String>>]
|
6439
6842
|
#
|
6440
6843
|
# @!attribute [rw] output_s3_region
|
@@ -6458,13 +6861,11 @@ module Aws::SSM
|
|
6458
6861
|
# execute the command at the same time. You can specify a number such
|
6459
6862
|
# as “10” or a percentage such as “10%”. The default value is 50. For
|
6460
6863
|
# more information about how to use `MaxConcurrency`, see [Executing a
|
6461
|
-
# Command Using
|
6462
|
-
# Command Using Amazon EC2 Run Command][2] (Windows).
|
6864
|
+
# Command Using Systems Manager Run Command][1].
|
6463
6865
|
#
|
6464
6866
|
#
|
6465
6867
|
#
|
6466
|
-
# [1]: http://docs.aws.amazon.com/
|
6467
|
-
# [2]: http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/run-command.html
|
6868
|
+
# [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html
|
6468
6869
|
# @return [String]
|
6469
6870
|
#
|
6470
6871
|
# @!attribute [rw] max_errors
|
@@ -6473,14 +6874,12 @@ module Aws::SSM
|
|
6473
6874
|
# `MaxErrors`, the systems stops sending the command to additional
|
6474
6875
|
# targets. You can specify a number like “10” or a percentage like
|
6475
6876
|
# “10%”. The default value is 50. For more information about how to
|
6476
|
-
# use `MaxErrors`, see [Executing a Command Using
|
6477
|
-
# Command][1]
|
6478
|
-
# Command][2] (Windows).
|
6877
|
+
# use `MaxErrors`, see [Executing a Command Using Systems Manager Run
|
6878
|
+
# Command][1].
|
6479
6879
|
#
|
6480
6880
|
#
|
6481
6881
|
#
|
6482
|
-
# [1]: http://docs.aws.amazon.com/
|
6483
|
-
# [2]: http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/run-command.html
|
6882
|
+
# [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html
|
6484
6883
|
# @return [String]
|
6485
6884
|
#
|
6486
6885
|
# @!attribute [rw] service_role_arn
|
@@ -6491,6 +6890,8 @@ module Aws::SSM
|
|
6491
6890
|
# Configurations for sending notifications.
|
6492
6891
|
# @return [Types::NotificationConfig]
|
6493
6892
|
#
|
6893
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/SendCommandRequest AWS API Documentation
|
6894
|
+
#
|
6494
6895
|
class SendCommandRequest < Struct.new(
|
6495
6896
|
:instance_ids,
|
6496
6897
|
:targets,
|
@@ -6515,6 +6916,8 @@ module Aws::SSM
|
|
6515
6916
|
# command ID which can be used future references to this request.
|
6516
6917
|
# @return [Types::Command]
|
6517
6918
|
#
|
6919
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/SendCommandResult AWS API Documentation
|
6920
|
+
#
|
6518
6921
|
class SendCommandResult < Struct.new(
|
6519
6922
|
:command)
|
6520
6923
|
include Aws::Structure
|
@@ -6544,6 +6947,8 @@ module Aws::SSM
|
|
6544
6947
|
# parameters in the Automation document.
|
6545
6948
|
# @return [Hash<String,Array<String>>]
|
6546
6949
|
#
|
6950
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartAutomationExecutionRequest AWS API Documentation
|
6951
|
+
#
|
6547
6952
|
class StartAutomationExecutionRequest < Struct.new(
|
6548
6953
|
:document_name,
|
6549
6954
|
:document_version,
|
@@ -6555,6 +6960,8 @@ module Aws::SSM
|
|
6555
6960
|
# The unique ID of a newly scheduled automation execution.
|
6556
6961
|
# @return [String]
|
6557
6962
|
#
|
6963
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartAutomationExecutionResult AWS API Documentation
|
6964
|
+
#
|
6558
6965
|
class StartAutomationExecutionResult < Struct.new(
|
6559
6966
|
:automation_execution_id)
|
6560
6967
|
include Aws::Structure
|
@@ -6609,6 +7016,8 @@ module Aws::SSM
|
|
6609
7016
|
# If a step failed, this message explains why the execution failed.
|
6610
7017
|
# @return [String]
|
6611
7018
|
#
|
7019
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StepExecution AWS API Documentation
|
7020
|
+
#
|
6612
7021
|
class StepExecution < Struct.new(
|
6613
7022
|
:step_name,
|
6614
7023
|
:action,
|
@@ -6634,11 +7043,15 @@ module Aws::SSM
|
|
6634
7043
|
# The execution ID of the Automation to stop.
|
6635
7044
|
# @return [String]
|
6636
7045
|
#
|
7046
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StopAutomationExecutionRequest AWS API Documentation
|
7047
|
+
#
|
6637
7048
|
class StopAutomationExecutionRequest < Struct.new(
|
6638
7049
|
:automation_execution_id)
|
6639
7050
|
include Aws::Structure
|
6640
7051
|
end
|
6641
7052
|
|
7053
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StopAutomationExecutionResult AWS API Documentation
|
7054
|
+
#
|
6642
7055
|
class StopAutomationExecutionResult < Aws::EmptyStructure; end
|
6643
7056
|
|
6644
7057
|
# Metadata that you assign to your managed instances. Tags enable you to
|
@@ -6661,6 +7074,8 @@ module Aws::SSM
|
|
6661
7074
|
# The value of the tag.
|
6662
7075
|
# @return [String]
|
6663
7076
|
#
|
7077
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/Tag AWS API Documentation
|
7078
|
+
#
|
6664
7079
|
class Tag < Struct.new(
|
6665
7080
|
:key,
|
6666
7081
|
:value)
|
@@ -6668,7 +7083,7 @@ module Aws::SSM
|
|
6668
7083
|
end
|
6669
7084
|
|
6670
7085
|
# An array of search criteria that targets instances using a
|
6671
|
-
# `Key
|
7086
|
+
# `Key`,`Value` combination that you specify. `Targets` is required if
|
6672
7087
|
# you don't provide one or more instance IDs in the call.
|
6673
7088
|
#
|
6674
7089
|
# @note When making an API call, you may pass Target
|
@@ -6682,33 +7097,30 @@ module Aws::SSM
|
|
6682
7097
|
# @!attribute [rw] key
|
6683
7098
|
# User-defined criteria for sending commands that target instances
|
6684
7099
|
# that meet the criteria. `Key` can be `tag:<Amazon EC2 tag>` or
|
6685
|
-
# `
|
6686
|
-
#
|
6687
|
-
#
|
6688
|
-
# [Executing a Command Using Amazon EC2 Run Command][1] (Linux) or
|
6689
|
-
# [Executing a Command Using Amazon EC2 Run Command][2] (Windows).
|
7100
|
+
# `InstanceIds`. For more information about how to send commands that
|
7101
|
+
# target instances using `Key`,`Value` parameters, see [Executing a
|
7102
|
+
# Command Using Systems Manager Run Command][1].
|
6690
7103
|
#
|
6691
7104
|
#
|
6692
7105
|
#
|
6693
|
-
# [1]: http://docs.aws.amazon.com/
|
6694
|
-
# [2]: http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/run-command.html
|
7106
|
+
# [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html
|
6695
7107
|
# @return [String]
|
6696
7108
|
#
|
6697
7109
|
# @!attribute [rw] values
|
6698
7110
|
# User-defined criteria that maps to `Key`. For example, if you
|
6699
7111
|
# specified `tag:ServerRole`, you could specify `value:WebServer` to
|
6700
7112
|
# execute a command on instances that include Amazon EC2 tags of
|
6701
|
-
# ServerRole
|
6702
|
-
# commands that target instances using `Key
|
6703
|
-
# [Executing a Command Using
|
6704
|
-
# [Executing a Command Using Amazon EC2 Run Command][2] (Windows).
|
7113
|
+
# ServerRole,WebServer. For more information about how to send
|
7114
|
+
# commands that target instances using `Key`,`Value` parameters, see
|
7115
|
+
# [Executing a Command Using Systems Manager Run Command][1].
|
6705
7116
|
#
|
6706
7117
|
#
|
6707
7118
|
#
|
6708
|
-
# [1]: http://docs.aws.amazon.com/
|
6709
|
-
# [2]: http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/run-command.html
|
7119
|
+
# [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html
|
6710
7120
|
# @return [Array<String>]
|
6711
7121
|
#
|
7122
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/Target AWS API Documentation
|
7123
|
+
#
|
6712
7124
|
class Target < Struct.new(
|
6713
7125
|
:key,
|
6714
7126
|
:values)
|
@@ -6766,6 +7178,8 @@ module Aws::SSM
|
|
6766
7178
|
# "folder name" \} \}"`
|
6767
7179
|
# @return [Types::InstanceAssociationOutputLocation]
|
6768
7180
|
#
|
7181
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociationRequest AWS API Documentation
|
7182
|
+
#
|
6769
7183
|
class UpdateAssociationRequest < Struct.new(
|
6770
7184
|
:association_id,
|
6771
7185
|
:parameters,
|
@@ -6779,6 +7193,8 @@ module Aws::SSM
|
|
6779
7193
|
# The description of the association that was updated.
|
6780
7194
|
# @return [Types::AssociationDescription]
|
6781
7195
|
#
|
7196
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociationResult AWS API Documentation
|
7197
|
+
#
|
6782
7198
|
class UpdateAssociationResult < Struct.new(
|
6783
7199
|
:association_description)
|
6784
7200
|
include Aws::Structure
|
@@ -6810,6 +7226,8 @@ module Aws::SSM
|
|
6810
7226
|
# The association status.
|
6811
7227
|
# @return [Types::AssociationStatus]
|
6812
7228
|
#
|
7229
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociationStatusRequest AWS API Documentation
|
7230
|
+
#
|
6813
7231
|
class UpdateAssociationStatusRequest < Struct.new(
|
6814
7232
|
:name,
|
6815
7233
|
:instance_id,
|
@@ -6821,6 +7239,8 @@ module Aws::SSM
|
|
6821
7239
|
# Information about the association.
|
6822
7240
|
# @return [Types::AssociationDescription]
|
6823
7241
|
#
|
7242
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociationStatusResult AWS API Documentation
|
7243
|
+
#
|
6824
7244
|
class UpdateAssociationStatusResult < Struct.new(
|
6825
7245
|
:association_description)
|
6826
7246
|
include Aws::Structure
|
@@ -6844,6 +7264,8 @@ module Aws::SSM
|
|
6844
7264
|
# version.
|
6845
7265
|
# @return [String]
|
6846
7266
|
#
|
7267
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocumentDefaultVersionRequest AWS API Documentation
|
7268
|
+
#
|
6847
7269
|
class UpdateDocumentDefaultVersionRequest < Struct.new(
|
6848
7270
|
:name,
|
6849
7271
|
:document_version)
|
@@ -6855,6 +7277,8 @@ module Aws::SSM
|
|
6855
7277
|
# default version.
|
6856
7278
|
# @return [Types::DocumentDefaultVersionDescription]
|
6857
7279
|
#
|
7280
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocumentDefaultVersionResult AWS API Documentation
|
7281
|
+
#
|
6858
7282
|
class UpdateDocumentDefaultVersionResult < Struct.new(
|
6859
7283
|
:description)
|
6860
7284
|
include Aws::Structure
|
@@ -6881,6 +7305,8 @@ module Aws::SSM
|
|
6881
7305
|
# The version of the document that you want to update.
|
6882
7306
|
# @return [String]
|
6883
7307
|
#
|
7308
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocumentRequest AWS API Documentation
|
7309
|
+
#
|
6884
7310
|
class UpdateDocumentRequest < Struct.new(
|
6885
7311
|
:content,
|
6886
7312
|
:name,
|
@@ -6892,6 +7318,8 @@ module Aws::SSM
|
|
6892
7318
|
# A description of the document that was updated.
|
6893
7319
|
# @return [Types::DocumentDescription]
|
6894
7320
|
#
|
7321
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocumentResult AWS API Documentation
|
7322
|
+
#
|
6895
7323
|
class UpdateDocumentResult < Struct.new(
|
6896
7324
|
:document_description)
|
6897
7325
|
include Aws::Structure
|
@@ -6941,6 +7369,8 @@ module Aws::SSM
|
|
6941
7369
|
# Whether the Maintenance Window is enabled.
|
6942
7370
|
# @return [Boolean]
|
6943
7371
|
#
|
7372
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateMaintenanceWindowRequest AWS API Documentation
|
7373
|
+
#
|
6944
7374
|
class UpdateMaintenanceWindowRequest < Struct.new(
|
6945
7375
|
:window_id,
|
6946
7376
|
:name,
|
@@ -6983,6 +7413,8 @@ module Aws::SSM
|
|
6983
7413
|
# Whether the Maintenance Window is enabled.
|
6984
7414
|
# @return [Boolean]
|
6985
7415
|
#
|
7416
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateMaintenanceWindowResult AWS API Documentation
|
7417
|
+
#
|
6986
7418
|
class UpdateMaintenanceWindowResult < Struct.new(
|
6987
7419
|
:window_id,
|
6988
7420
|
:name,
|
@@ -7010,12 +7442,16 @@ module Aws::SSM
|
|
7010
7442
|
# The IAM role you want to assign or change.
|
7011
7443
|
# @return [String]
|
7012
7444
|
#
|
7445
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateManagedInstanceRoleRequest AWS API Documentation
|
7446
|
+
#
|
7013
7447
|
class UpdateManagedInstanceRoleRequest < Struct.new(
|
7014
7448
|
:instance_id,
|
7015
7449
|
:iam_role)
|
7016
7450
|
include Aws::Structure
|
7017
7451
|
end
|
7018
7452
|
|
7453
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateManagedInstanceRoleResult AWS API Documentation
|
7454
|
+
#
|
7019
7455
|
class UpdateManagedInstanceRoleResult < Aws::EmptyStructure; end
|
7020
7456
|
|
7021
7457
|
# @note When making an API call, you may pass UpdatePatchBaselineRequest
|
@@ -7080,6 +7516,8 @@ module Aws::SSM
|
|
7080
7516
|
# A description of the patch baseline.
|
7081
7517
|
# @return [String]
|
7082
7518
|
#
|
7519
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdatePatchBaselineRequest AWS API Documentation
|
7520
|
+
#
|
7083
7521
|
class UpdatePatchBaselineRequest < Struct.new(
|
7084
7522
|
:baseline_id,
|
7085
7523
|
:name,
|
@@ -7127,6 +7565,8 @@ module Aws::SSM
|
|
7127
7565
|
# A description of the Patch Baseline.
|
7128
7566
|
# @return [String]
|
7129
7567
|
#
|
7568
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdatePatchBaselineResult AWS API Documentation
|
7569
|
+
#
|
7130
7570
|
class UpdatePatchBaselineResult < Struct.new(
|
7131
7571
|
:baseline_id,
|
7132
7572
|
:name,
|