aws-sdk-ssm 1.145.0 → 1.147.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssm/client.rb +23 -10
- data/lib/aws-sdk-ssm/client_api.rb +3 -0
- data/lib/aws-sdk-ssm/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-ssm/endpoint_provider.rb +80 -81
- data/lib/aws-sdk-ssm/types.rb +18 -3265
- data/lib/aws-sdk-ssm.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-ssm/types.rb
CHANGED
|
@@ -97,20 +97,6 @@ module Aws::SSM
|
|
|
97
97
|
include Aws::Structure
|
|
98
98
|
end
|
|
99
99
|
|
|
100
|
-
# @note When making an API call, you may pass AddTagsToResourceRequest
|
|
101
|
-
# data as a hash:
|
|
102
|
-
#
|
|
103
|
-
# {
|
|
104
|
-
# resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation, Association
|
|
105
|
-
# resource_id: "ResourceId", # required
|
|
106
|
-
# tags: [ # required
|
|
107
|
-
# {
|
|
108
|
-
# key: "TagKey", # required
|
|
109
|
-
# value: "TagValue", # required
|
|
110
|
-
# },
|
|
111
|
-
# ],
|
|
112
|
-
# }
|
|
113
|
-
#
|
|
114
100
|
# @!attribute [rw] resource_type
|
|
115
101
|
# Specifies the type of resource you are tagging.
|
|
116
102
|
#
|
|
@@ -176,13 +162,6 @@ module Aws::SSM
|
|
|
176
162
|
|
|
177
163
|
# A CloudWatch alarm you apply to an automation or command.
|
|
178
164
|
#
|
|
179
|
-
# @note When making an API call, you may pass Alarm
|
|
180
|
-
# data as a hash:
|
|
181
|
-
#
|
|
182
|
-
# {
|
|
183
|
-
# name: "AlarmName", # required
|
|
184
|
-
# }
|
|
185
|
-
#
|
|
186
165
|
# @!attribute [rw] name
|
|
187
166
|
# The name of your CloudWatch alarm.
|
|
188
167
|
# @return [String]
|
|
@@ -198,18 +177,6 @@ module Aws::SSM
|
|
|
198
177
|
# The details for the CloudWatch alarm you want to apply to an
|
|
199
178
|
# automation or command.
|
|
200
179
|
#
|
|
201
|
-
# @note When making an API call, you may pass AlarmConfiguration
|
|
202
|
-
# data as a hash:
|
|
203
|
-
#
|
|
204
|
-
# {
|
|
205
|
-
# ignore_poll_alarm_failure: false,
|
|
206
|
-
# alarms: [ # required
|
|
207
|
-
# {
|
|
208
|
-
# name: "AlarmName", # required
|
|
209
|
-
# },
|
|
210
|
-
# ],
|
|
211
|
-
# }
|
|
212
|
-
#
|
|
213
180
|
# @!attribute [rw] ignore_poll_alarm_failure
|
|
214
181
|
# If you specify `true` for this value, your automation or command
|
|
215
182
|
# continue to run even if we can't gather information about the state
|
|
@@ -263,16 +230,6 @@ module Aws::SSM
|
|
|
263
230
|
include Aws::Structure
|
|
264
231
|
end
|
|
265
232
|
|
|
266
|
-
# @note When making an API call, you may pass AssociateOpsItemRelatedItemRequest
|
|
267
|
-
# data as a hash:
|
|
268
|
-
#
|
|
269
|
-
# {
|
|
270
|
-
# ops_item_id: "OpsItemId", # required
|
|
271
|
-
# association_type: "OpsItemRelatedItemAssociationType", # required
|
|
272
|
-
# resource_type: "OpsItemRelatedItemAssociationResourceType", # required
|
|
273
|
-
# resource_uri: "OpsItemRelatedItemAssociationResourceUri", # required
|
|
274
|
-
# }
|
|
275
|
-
#
|
|
276
233
|
# @!attribute [rw] ops_item_id
|
|
277
234
|
# The ID of the OpsItem to which you want to associate a resource as a
|
|
278
235
|
# related item.
|
|
@@ -717,15 +674,6 @@ module Aws::SSM
|
|
|
717
674
|
|
|
718
675
|
# Filters used in the request.
|
|
719
676
|
#
|
|
720
|
-
# @note When making an API call, you may pass AssociationExecutionFilter
|
|
721
|
-
# data as a hash:
|
|
722
|
-
#
|
|
723
|
-
# {
|
|
724
|
-
# key: "ExecutionId", # required, accepts ExecutionId, Status, CreatedTime
|
|
725
|
-
# value: "AssociationExecutionFilterValue", # required
|
|
726
|
-
# type: "EQUAL", # required, accepts EQUAL, LESS_THAN, GREATER_THAN
|
|
727
|
-
# }
|
|
728
|
-
#
|
|
729
677
|
# @!attribute [rw] key
|
|
730
678
|
# The key value used in the request.
|
|
731
679
|
# @return [String]
|
|
@@ -805,14 +753,6 @@ module Aws::SSM
|
|
|
805
753
|
|
|
806
754
|
# Filters for the association execution.
|
|
807
755
|
#
|
|
808
|
-
# @note When making an API call, you may pass AssociationExecutionTargetsFilter
|
|
809
|
-
# data as a hash:
|
|
810
|
-
#
|
|
811
|
-
# {
|
|
812
|
-
# key: "Status", # required, accepts Status, ResourceId, ResourceType
|
|
813
|
-
# value: "AssociationExecutionTargetsFilterValue", # required
|
|
814
|
-
# }
|
|
815
|
-
#
|
|
816
756
|
# @!attribute [rw] key
|
|
817
757
|
# The key value used in the request.
|
|
818
758
|
# @return [String]
|
|
@@ -832,14 +772,6 @@ module Aws::SSM
|
|
|
832
772
|
|
|
833
773
|
# Describes a filter.
|
|
834
774
|
#
|
|
835
|
-
# @note When making an API call, you may pass AssociationFilter
|
|
836
|
-
# data as a hash:
|
|
837
|
-
#
|
|
838
|
-
# {
|
|
839
|
-
# key: "InstanceId", # required, accepts InstanceId, Name, AssociationId, AssociationStatusName, LastExecutedBefore, LastExecutedAfter, AssociationName, ResourceGroupName
|
|
840
|
-
# value: "AssociationFilterValue", # required
|
|
841
|
-
# }
|
|
842
|
-
#
|
|
843
775
|
# @!attribute [rw] key
|
|
844
776
|
# The name of the filter.
|
|
845
777
|
#
|
|
@@ -897,16 +829,6 @@ module Aws::SSM
|
|
|
897
829
|
|
|
898
830
|
# Describes an association status.
|
|
899
831
|
#
|
|
900
|
-
# @note When making an API call, you may pass AssociationStatus
|
|
901
|
-
# data as a hash:
|
|
902
|
-
#
|
|
903
|
-
# {
|
|
904
|
-
# date: Time.now, # required
|
|
905
|
-
# name: "Pending", # required, accepts Pending, Success, Failed
|
|
906
|
-
# message: "StatusMessage", # required
|
|
907
|
-
# additional_info: "StatusAdditionalInfo",
|
|
908
|
-
# }
|
|
909
|
-
#
|
|
910
832
|
# @!attribute [rw] date
|
|
911
833
|
# The date when the status changed.
|
|
912
834
|
# @return [Time]
|
|
@@ -1162,15 +1084,6 @@ module Aws::SSM
|
|
|
1162
1084
|
# file name and a key-value pair that identifies the location of an
|
|
1163
1085
|
# attachment to a document.
|
|
1164
1086
|
#
|
|
1165
|
-
# @note When making an API call, you may pass AttachmentsSource
|
|
1166
|
-
# data as a hash:
|
|
1167
|
-
#
|
|
1168
|
-
# {
|
|
1169
|
-
# key: "SourceUrl", # accepts SourceUrl, S3FileUrl, AttachmentReference
|
|
1170
|
-
# values: ["AttachmentsSourceValue"],
|
|
1171
|
-
# name: "AttachmentIdentifier",
|
|
1172
|
-
# }
|
|
1173
|
-
#
|
|
1174
1087
|
# @!attribute [rw] key
|
|
1175
1088
|
# The key of a key-value pair that identifies the location of an
|
|
1176
1089
|
# attachment to a document.
|
|
@@ -1463,14 +1376,6 @@ module Aws::SSM
|
|
|
1463
1376
|
# A filter used to match specific automation executions. This is used to
|
|
1464
1377
|
# limit the scope of Automation execution information returned.
|
|
1465
1378
|
#
|
|
1466
|
-
# @note When making an API call, you may pass AutomationExecutionFilter
|
|
1467
|
-
# data as a hash:
|
|
1468
|
-
#
|
|
1469
|
-
# {
|
|
1470
|
-
# key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey, TargetResourceGroup, AutomationSubtype, OpsItemId
|
|
1471
|
-
# values: ["AutomationExecutionFilterValue"], # required
|
|
1472
|
-
# }
|
|
1473
|
-
#
|
|
1474
1379
|
# @!attribute [rw] key
|
|
1475
1380
|
# One or more keys to limit the results.
|
|
1476
1381
|
# @return [String]
|
|
@@ -1715,51 +1620,6 @@ module Aws::SSM
|
|
|
1715
1620
|
|
|
1716
1621
|
# Defines the basic information about a patch baseline override.
|
|
1717
1622
|
#
|
|
1718
|
-
# @note When making an API call, you may pass BaselineOverride
|
|
1719
|
-
# data as a hash:
|
|
1720
|
-
#
|
|
1721
|
-
# {
|
|
1722
|
-
# operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, AMAZON_LINUX_2022, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
|
|
1723
|
-
# global_filters: {
|
|
1724
|
-
# patch_filters: [ # required
|
|
1725
|
-
# {
|
|
1726
|
-
# key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
|
|
1727
|
-
# values: ["PatchFilterValue"], # required
|
|
1728
|
-
# },
|
|
1729
|
-
# ],
|
|
1730
|
-
# },
|
|
1731
|
-
# approval_rules: {
|
|
1732
|
-
# patch_rules: [ # required
|
|
1733
|
-
# {
|
|
1734
|
-
# patch_filter_group: { # required
|
|
1735
|
-
# patch_filters: [ # required
|
|
1736
|
-
# {
|
|
1737
|
-
# key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
|
|
1738
|
-
# values: ["PatchFilterValue"], # required
|
|
1739
|
-
# },
|
|
1740
|
-
# ],
|
|
1741
|
-
# },
|
|
1742
|
-
# compliance_level: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL, UNSPECIFIED
|
|
1743
|
-
# approve_after_days: 1,
|
|
1744
|
-
# approve_until_date: "PatchStringDateTime",
|
|
1745
|
-
# enable_non_security: false,
|
|
1746
|
-
# },
|
|
1747
|
-
# ],
|
|
1748
|
-
# },
|
|
1749
|
-
# approved_patches: ["PatchId"],
|
|
1750
|
-
# approved_patches_compliance_level: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL, UNSPECIFIED
|
|
1751
|
-
# rejected_patches: ["PatchId"],
|
|
1752
|
-
# rejected_patches_action: "ALLOW_AS_DEPENDENCY", # accepts ALLOW_AS_DEPENDENCY, BLOCK
|
|
1753
|
-
# approved_patches_enable_non_security: false,
|
|
1754
|
-
# sources: [
|
|
1755
|
-
# {
|
|
1756
|
-
# name: "PatchSourceName", # required
|
|
1757
|
-
# products: ["PatchSourceProduct"], # required
|
|
1758
|
-
# configuration: "PatchSourceConfiguration", # required
|
|
1759
|
-
# },
|
|
1760
|
-
# ],
|
|
1761
|
-
# }
|
|
1762
|
-
#
|
|
1763
1623
|
# @!attribute [rw] operating_system
|
|
1764
1624
|
# The operating system rule used by the patch baseline override.
|
|
1765
1625
|
# @return [String]
|
|
@@ -1839,14 +1699,6 @@ module Aws::SSM
|
|
|
1839
1699
|
include Aws::Structure
|
|
1840
1700
|
end
|
|
1841
1701
|
|
|
1842
|
-
# @note When making an API call, you may pass CancelCommandRequest
|
|
1843
|
-
# data as a hash:
|
|
1844
|
-
#
|
|
1845
|
-
# {
|
|
1846
|
-
# command_id: "CommandId", # required
|
|
1847
|
-
# instance_ids: ["InstanceId"],
|
|
1848
|
-
# }
|
|
1849
|
-
#
|
|
1850
1702
|
# @!attribute [rw] command_id
|
|
1851
1703
|
# The ID of the command you want to cancel.
|
|
1852
1704
|
# @return [String]
|
|
@@ -1873,13 +1725,6 @@ module Aws::SSM
|
|
|
1873
1725
|
#
|
|
1874
1726
|
class CancelCommandResult < Aws::EmptyStructure; end
|
|
1875
1727
|
|
|
1876
|
-
# @note When making an API call, you may pass CancelMaintenanceWindowExecutionRequest
|
|
1877
|
-
# data as a hash:
|
|
1878
|
-
#
|
|
1879
|
-
# {
|
|
1880
|
-
# window_execution_id: "MaintenanceWindowExecutionId", # required
|
|
1881
|
-
# }
|
|
1882
|
-
#
|
|
1883
1728
|
# @!attribute [rw] window_execution_id
|
|
1884
1729
|
# The ID of the maintenance window execution to stop.
|
|
1885
1730
|
# @return [String]
|
|
@@ -1907,14 +1752,6 @@ module Aws::SSM
|
|
|
1907
1752
|
# Configuration options for sending command output to Amazon CloudWatch
|
|
1908
1753
|
# Logs.
|
|
1909
1754
|
#
|
|
1910
|
-
# @note When making an API call, you may pass CloudWatchOutputConfig
|
|
1911
|
-
# data as a hash:
|
|
1912
|
-
#
|
|
1913
|
-
# {
|
|
1914
|
-
# cloud_watch_log_group_name: "CloudWatchLogGroupName",
|
|
1915
|
-
# cloud_watch_output_enabled: false,
|
|
1916
|
-
# }
|
|
1917
|
-
#
|
|
1918
1755
|
# @!attribute [rw] cloud_watch_log_group_name
|
|
1919
1756
|
# The name of the CloudWatch Logs log group where you want to send
|
|
1920
1757
|
# command output. If you don't specify a group name, Amazon Web
|
|
@@ -2173,14 +2010,6 @@ module Aws::SSM
|
|
|
2173
2010
|
#
|
|
2174
2011
|
# </note>
|
|
2175
2012
|
#
|
|
2176
|
-
# @note When making an API call, you may pass CommandFilter
|
|
2177
|
-
# data as a hash:
|
|
2178
|
-
#
|
|
2179
|
-
# {
|
|
2180
|
-
# key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Status, ExecutionStage, DocumentName
|
|
2181
|
-
# value: "CommandFilterValue", # required
|
|
2182
|
-
# }
|
|
2183
|
-
#
|
|
2184
2013
|
# @!attribute [rw] key
|
|
2185
2014
|
# The name of the filter.
|
|
2186
2015
|
#
|
|
@@ -2605,15 +2434,6 @@ module Aws::SSM
|
|
|
2605
2434
|
# execution using a datetime object that is saved in the following
|
|
2606
2435
|
# format: yyyy-MM-dd'T'HH:mm:ss'Z'.
|
|
2607
2436
|
#
|
|
2608
|
-
# @note When making an API call, you may pass ComplianceExecutionSummary
|
|
2609
|
-
# data as a hash:
|
|
2610
|
-
#
|
|
2611
|
-
# {
|
|
2612
|
-
# execution_time: Time.now, # required
|
|
2613
|
-
# execution_id: "ComplianceExecutionId",
|
|
2614
|
-
# execution_type: "ComplianceExecutionType",
|
|
2615
|
-
# }
|
|
2616
|
-
#
|
|
2617
2437
|
# @!attribute [rw] execution_time
|
|
2618
2438
|
# The time the execution ran as a datetime object that is saved in the
|
|
2619
2439
|
# following format: yyyy-MM-dd'T'HH:mm:ss'Z'.
|
|
@@ -2711,19 +2531,6 @@ module Aws::SSM
|
|
|
2711
2531
|
|
|
2712
2532
|
# Information about a compliance item.
|
|
2713
2533
|
#
|
|
2714
|
-
# @note When making an API call, you may pass ComplianceItemEntry
|
|
2715
|
-
# data as a hash:
|
|
2716
|
-
#
|
|
2717
|
-
# {
|
|
2718
|
-
# id: "ComplianceItemId",
|
|
2719
|
-
# title: "ComplianceItemTitle",
|
|
2720
|
-
# severity: "CRITICAL", # required, accepts CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL, UNSPECIFIED
|
|
2721
|
-
# status: "COMPLIANT", # required, accepts COMPLIANT, NON_COMPLIANT
|
|
2722
|
-
# details: {
|
|
2723
|
-
# "AttributeName" => "AttributeValue",
|
|
2724
|
-
# },
|
|
2725
|
-
# }
|
|
2726
|
-
#
|
|
2727
2534
|
# @!attribute [rw] id
|
|
2728
2535
|
# The compliance item ID. For example, if the compliance item is a
|
|
2729
2536
|
# Windows patch, the ID could be the number of the KB article.
|
|
@@ -2765,15 +2572,6 @@ module Aws::SSM
|
|
|
2765
2572
|
# One or more filters. Use a filter to return a more specific list of
|
|
2766
2573
|
# results.
|
|
2767
2574
|
#
|
|
2768
|
-
# @note When making an API call, you may pass ComplianceStringFilter
|
|
2769
|
-
# data as a hash:
|
|
2770
|
-
#
|
|
2771
|
-
# {
|
|
2772
|
-
# key: "ComplianceStringFilterKey",
|
|
2773
|
-
# values: ["ComplianceFilterValue"],
|
|
2774
|
-
# type: "EQUAL", # accepts EQUAL, NOT_EQUAL, BEGIN_WITH, LESS_THAN, GREATER_THAN
|
|
2775
|
-
# }
|
|
2776
|
-
#
|
|
2777
2575
|
# @!attribute [rw] key
|
|
2778
2576
|
# The name of the filter.
|
|
2779
2577
|
# @return [String]
|
|
@@ -2856,29 +2654,6 @@ module Aws::SSM
|
|
|
2856
2654
|
include Aws::Structure
|
|
2857
2655
|
end
|
|
2858
2656
|
|
|
2859
|
-
# @note When making an API call, you may pass CreateActivationRequest
|
|
2860
|
-
# data as a hash:
|
|
2861
|
-
#
|
|
2862
|
-
# {
|
|
2863
|
-
# description: "ActivationDescription",
|
|
2864
|
-
# default_instance_name: "DefaultInstanceName",
|
|
2865
|
-
# iam_role: "IamRole", # required
|
|
2866
|
-
# registration_limit: 1,
|
|
2867
|
-
# expiration_date: Time.now,
|
|
2868
|
-
# tags: [
|
|
2869
|
-
# {
|
|
2870
|
-
# key: "TagKey", # required
|
|
2871
|
-
# value: "TagValue", # required
|
|
2872
|
-
# },
|
|
2873
|
-
# ],
|
|
2874
|
-
# registration_metadata: [
|
|
2875
|
-
# {
|
|
2876
|
-
# key: "RegistrationMetadataKey", # required
|
|
2877
|
-
# value: "RegistrationMetadataValue", # required
|
|
2878
|
-
# },
|
|
2879
|
-
# ],
|
|
2880
|
-
# }
|
|
2881
|
-
#
|
|
2882
2657
|
# @!attribute [rw] description
|
|
2883
2658
|
# A user-defined description of the resource that you want to register
|
|
2884
2659
|
# with Systems Manager.
|
|
@@ -2990,75 +2765,6 @@ module Aws::SSM
|
|
|
2990
2765
|
include Aws::Structure
|
|
2991
2766
|
end
|
|
2992
2767
|
|
|
2993
|
-
# @note When making an API call, you may pass CreateAssociationBatchRequest
|
|
2994
|
-
# data as a hash:
|
|
2995
|
-
#
|
|
2996
|
-
# {
|
|
2997
|
-
# entries: [ # required
|
|
2998
|
-
# {
|
|
2999
|
-
# name: "DocumentARN", # required
|
|
3000
|
-
# instance_id: "InstanceId",
|
|
3001
|
-
# parameters: {
|
|
3002
|
-
# "ParameterName" => ["ParameterValue"],
|
|
3003
|
-
# },
|
|
3004
|
-
# automation_target_parameter_name: "AutomationTargetParameterName",
|
|
3005
|
-
# document_version: "DocumentVersion",
|
|
3006
|
-
# targets: [
|
|
3007
|
-
# {
|
|
3008
|
-
# key: "TargetKey",
|
|
3009
|
-
# values: ["TargetValue"],
|
|
3010
|
-
# },
|
|
3011
|
-
# ],
|
|
3012
|
-
# schedule_expression: "ScheduleExpression",
|
|
3013
|
-
# output_location: {
|
|
3014
|
-
# s3_location: {
|
|
3015
|
-
# output_s3_region: "S3Region",
|
|
3016
|
-
# output_s3_bucket_name: "S3BucketName",
|
|
3017
|
-
# output_s3_key_prefix: "S3KeyPrefix",
|
|
3018
|
-
# },
|
|
3019
|
-
# },
|
|
3020
|
-
# association_name: "AssociationName",
|
|
3021
|
-
# max_errors: "MaxErrors",
|
|
3022
|
-
# max_concurrency: "MaxConcurrency",
|
|
3023
|
-
# compliance_severity: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, UNSPECIFIED
|
|
3024
|
-
# sync_compliance: "AUTO", # accepts AUTO, MANUAL
|
|
3025
|
-
# apply_only_at_cron_interval: false,
|
|
3026
|
-
# calendar_names: ["CalendarNameOrARN"],
|
|
3027
|
-
# target_locations: [
|
|
3028
|
-
# {
|
|
3029
|
-
# accounts: ["Account"],
|
|
3030
|
-
# regions: ["Region"],
|
|
3031
|
-
# target_location_max_concurrency: "MaxConcurrency",
|
|
3032
|
-
# target_location_max_errors: "MaxErrors",
|
|
3033
|
-
# execution_role_name: "ExecutionRoleName",
|
|
3034
|
-
# target_location_alarm_configuration: {
|
|
3035
|
-
# ignore_poll_alarm_failure: false,
|
|
3036
|
-
# alarms: [ # required
|
|
3037
|
-
# {
|
|
3038
|
-
# name: "AlarmName", # required
|
|
3039
|
-
# },
|
|
3040
|
-
# ],
|
|
3041
|
-
# },
|
|
3042
|
-
# },
|
|
3043
|
-
# ],
|
|
3044
|
-
# schedule_offset: 1,
|
|
3045
|
-
# target_maps: [
|
|
3046
|
-
# {
|
|
3047
|
-
# "TargetMapKey" => ["TargetMapValue"],
|
|
3048
|
-
# },
|
|
3049
|
-
# ],
|
|
3050
|
-
# alarm_configuration: {
|
|
3051
|
-
# ignore_poll_alarm_failure: false,
|
|
3052
|
-
# alarms: [ # required
|
|
3053
|
-
# {
|
|
3054
|
-
# name: "AlarmName", # required
|
|
3055
|
-
# },
|
|
3056
|
-
# ],
|
|
3057
|
-
# },
|
|
3058
|
-
# },
|
|
3059
|
-
# ],
|
|
3060
|
-
# }
|
|
3061
|
-
#
|
|
3062
2768
|
# @!attribute [rw] entries
|
|
3063
2769
|
# One or more associations.
|
|
3064
2770
|
# @return [Array<Types::CreateAssociationBatchRequestEntry>]
|
|
@@ -3074,71 +2780,6 @@ module Aws::SSM
|
|
|
3074
2780
|
# Describes the association of a Amazon Web Services Systems Manager
|
|
3075
2781
|
# document (SSM document) and a managed node.
|
|
3076
2782
|
#
|
|
3077
|
-
# @note When making an API call, you may pass CreateAssociationBatchRequestEntry
|
|
3078
|
-
# data as a hash:
|
|
3079
|
-
#
|
|
3080
|
-
# {
|
|
3081
|
-
# name: "DocumentARN", # required
|
|
3082
|
-
# instance_id: "InstanceId",
|
|
3083
|
-
# parameters: {
|
|
3084
|
-
# "ParameterName" => ["ParameterValue"],
|
|
3085
|
-
# },
|
|
3086
|
-
# automation_target_parameter_name: "AutomationTargetParameterName",
|
|
3087
|
-
# document_version: "DocumentVersion",
|
|
3088
|
-
# targets: [
|
|
3089
|
-
# {
|
|
3090
|
-
# key: "TargetKey",
|
|
3091
|
-
# values: ["TargetValue"],
|
|
3092
|
-
# },
|
|
3093
|
-
# ],
|
|
3094
|
-
# schedule_expression: "ScheduleExpression",
|
|
3095
|
-
# output_location: {
|
|
3096
|
-
# s3_location: {
|
|
3097
|
-
# output_s3_region: "S3Region",
|
|
3098
|
-
# output_s3_bucket_name: "S3BucketName",
|
|
3099
|
-
# output_s3_key_prefix: "S3KeyPrefix",
|
|
3100
|
-
# },
|
|
3101
|
-
# },
|
|
3102
|
-
# association_name: "AssociationName",
|
|
3103
|
-
# max_errors: "MaxErrors",
|
|
3104
|
-
# max_concurrency: "MaxConcurrency",
|
|
3105
|
-
# compliance_severity: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, UNSPECIFIED
|
|
3106
|
-
# sync_compliance: "AUTO", # accepts AUTO, MANUAL
|
|
3107
|
-
# apply_only_at_cron_interval: false,
|
|
3108
|
-
# calendar_names: ["CalendarNameOrARN"],
|
|
3109
|
-
# target_locations: [
|
|
3110
|
-
# {
|
|
3111
|
-
# accounts: ["Account"],
|
|
3112
|
-
# regions: ["Region"],
|
|
3113
|
-
# target_location_max_concurrency: "MaxConcurrency",
|
|
3114
|
-
# target_location_max_errors: "MaxErrors",
|
|
3115
|
-
# execution_role_name: "ExecutionRoleName",
|
|
3116
|
-
# target_location_alarm_configuration: {
|
|
3117
|
-
# ignore_poll_alarm_failure: false,
|
|
3118
|
-
# alarms: [ # required
|
|
3119
|
-
# {
|
|
3120
|
-
# name: "AlarmName", # required
|
|
3121
|
-
# },
|
|
3122
|
-
# ],
|
|
3123
|
-
# },
|
|
3124
|
-
# },
|
|
3125
|
-
# ],
|
|
3126
|
-
# schedule_offset: 1,
|
|
3127
|
-
# target_maps: [
|
|
3128
|
-
# {
|
|
3129
|
-
# "TargetMapKey" => ["TargetMapValue"],
|
|
3130
|
-
# },
|
|
3131
|
-
# ],
|
|
3132
|
-
# alarm_configuration: {
|
|
3133
|
-
# ignore_poll_alarm_failure: false,
|
|
3134
|
-
# alarms: [ # required
|
|
3135
|
-
# {
|
|
3136
|
-
# name: "AlarmName", # required
|
|
3137
|
-
# },
|
|
3138
|
-
# ],
|
|
3139
|
-
# },
|
|
3140
|
-
# }
|
|
3141
|
-
#
|
|
3142
2783
|
# @!attribute [rw] name
|
|
3143
2784
|
# The name of the SSM document that contains the configuration
|
|
3144
2785
|
# information for the managed node. You can specify Command or
|
|
@@ -3344,77 +2985,6 @@ module Aws::SSM
|
|
|
3344
2985
|
include Aws::Structure
|
|
3345
2986
|
end
|
|
3346
2987
|
|
|
3347
|
-
# @note When making an API call, you may pass CreateAssociationRequest
|
|
3348
|
-
# data as a hash:
|
|
3349
|
-
#
|
|
3350
|
-
# {
|
|
3351
|
-
# name: "DocumentARN", # required
|
|
3352
|
-
# document_version: "DocumentVersion",
|
|
3353
|
-
# instance_id: "InstanceId",
|
|
3354
|
-
# parameters: {
|
|
3355
|
-
# "ParameterName" => ["ParameterValue"],
|
|
3356
|
-
# },
|
|
3357
|
-
# targets: [
|
|
3358
|
-
# {
|
|
3359
|
-
# key: "TargetKey",
|
|
3360
|
-
# values: ["TargetValue"],
|
|
3361
|
-
# },
|
|
3362
|
-
# ],
|
|
3363
|
-
# schedule_expression: "ScheduleExpression",
|
|
3364
|
-
# output_location: {
|
|
3365
|
-
# s3_location: {
|
|
3366
|
-
# output_s3_region: "S3Region",
|
|
3367
|
-
# output_s3_bucket_name: "S3BucketName",
|
|
3368
|
-
# output_s3_key_prefix: "S3KeyPrefix",
|
|
3369
|
-
# },
|
|
3370
|
-
# },
|
|
3371
|
-
# association_name: "AssociationName",
|
|
3372
|
-
# automation_target_parameter_name: "AutomationTargetParameterName",
|
|
3373
|
-
# max_errors: "MaxErrors",
|
|
3374
|
-
# max_concurrency: "MaxConcurrency",
|
|
3375
|
-
# compliance_severity: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, UNSPECIFIED
|
|
3376
|
-
# sync_compliance: "AUTO", # accepts AUTO, MANUAL
|
|
3377
|
-
# apply_only_at_cron_interval: false,
|
|
3378
|
-
# calendar_names: ["CalendarNameOrARN"],
|
|
3379
|
-
# target_locations: [
|
|
3380
|
-
# {
|
|
3381
|
-
# accounts: ["Account"],
|
|
3382
|
-
# regions: ["Region"],
|
|
3383
|
-
# target_location_max_concurrency: "MaxConcurrency",
|
|
3384
|
-
# target_location_max_errors: "MaxErrors",
|
|
3385
|
-
# execution_role_name: "ExecutionRoleName",
|
|
3386
|
-
# target_location_alarm_configuration: {
|
|
3387
|
-
# ignore_poll_alarm_failure: false,
|
|
3388
|
-
# alarms: [ # required
|
|
3389
|
-
# {
|
|
3390
|
-
# name: "AlarmName", # required
|
|
3391
|
-
# },
|
|
3392
|
-
# ],
|
|
3393
|
-
# },
|
|
3394
|
-
# },
|
|
3395
|
-
# ],
|
|
3396
|
-
# schedule_offset: 1,
|
|
3397
|
-
# target_maps: [
|
|
3398
|
-
# {
|
|
3399
|
-
# "TargetMapKey" => ["TargetMapValue"],
|
|
3400
|
-
# },
|
|
3401
|
-
# ],
|
|
3402
|
-
# tags: [
|
|
3403
|
-
# {
|
|
3404
|
-
# key: "TagKey", # required
|
|
3405
|
-
# value: "TagValue", # required
|
|
3406
|
-
# },
|
|
3407
|
-
# ],
|
|
3408
|
-
# alarm_configuration: {
|
|
3409
|
-
# ignore_poll_alarm_failure: false,
|
|
3410
|
-
# alarms: [ # required
|
|
3411
|
-
# {
|
|
3412
|
-
# name: "AlarmName", # required
|
|
3413
|
-
# },
|
|
3414
|
-
# ],
|
|
3415
|
-
# },
|
|
3416
|
-
# }
|
|
3417
|
-
#
|
|
3418
2988
|
# @!attribute [rw] name
|
|
3419
2989
|
# The name of the SSM Command document or Automation runbook that
|
|
3420
2990
|
# contains the configuration information for the managed node.
|
|
@@ -3661,38 +3231,6 @@ module Aws::SSM
|
|
|
3661
3231
|
include Aws::Structure
|
|
3662
3232
|
end
|
|
3663
3233
|
|
|
3664
|
-
# @note When making an API call, you may pass CreateDocumentRequest
|
|
3665
|
-
# data as a hash:
|
|
3666
|
-
#
|
|
3667
|
-
# {
|
|
3668
|
-
# content: "DocumentContent", # required
|
|
3669
|
-
# requires: [
|
|
3670
|
-
# {
|
|
3671
|
-
# name: "DocumentARN", # required
|
|
3672
|
-
# version: "DocumentVersion",
|
|
3673
|
-
# },
|
|
3674
|
-
# ],
|
|
3675
|
-
# attachments: [
|
|
3676
|
-
# {
|
|
3677
|
-
# key: "SourceUrl", # accepts SourceUrl, S3FileUrl, AttachmentReference
|
|
3678
|
-
# values: ["AttachmentsSourceValue"],
|
|
3679
|
-
# name: "AttachmentIdentifier",
|
|
3680
|
-
# },
|
|
3681
|
-
# ],
|
|
3682
|
-
# name: "DocumentName", # required
|
|
3683
|
-
# display_name: "DocumentDisplayName",
|
|
3684
|
-
# version_name: "DocumentVersionName",
|
|
3685
|
-
# document_type: "Command", # accepts Command, Policy, Automation, Session, Package, ApplicationConfiguration, ApplicationConfigurationSchema, DeploymentStrategy, ChangeCalendar, Automation.ChangeTemplate, ProblemAnalysis, ProblemAnalysisTemplate, CloudFormation, ConformancePackTemplate
|
|
3686
|
-
# document_format: "YAML", # accepts YAML, JSON, TEXT
|
|
3687
|
-
# target_type: "TargetType",
|
|
3688
|
-
# tags: [
|
|
3689
|
-
# {
|
|
3690
|
-
# key: "TagKey", # required
|
|
3691
|
-
# value: "TagValue", # required
|
|
3692
|
-
# },
|
|
3693
|
-
# ],
|
|
3694
|
-
# }
|
|
3695
|
-
#
|
|
3696
3234
|
# @!attribute [rw] content
|
|
3697
3235
|
# The content for the new SSM document in JSON or YAML format. We
|
|
3698
3236
|
# recommend storing the contents for your new document in an external
|
|
@@ -3835,29 +3373,6 @@ module Aws::SSM
|
|
|
3835
3373
|
include Aws::Structure
|
|
3836
3374
|
end
|
|
3837
3375
|
|
|
3838
|
-
# @note When making an API call, you may pass CreateMaintenanceWindowRequest
|
|
3839
|
-
# data as a hash:
|
|
3840
|
-
#
|
|
3841
|
-
# {
|
|
3842
|
-
# name: "MaintenanceWindowName", # required
|
|
3843
|
-
# description: "MaintenanceWindowDescription",
|
|
3844
|
-
# start_date: "MaintenanceWindowStringDateTime",
|
|
3845
|
-
# end_date: "MaintenanceWindowStringDateTime",
|
|
3846
|
-
# schedule: "MaintenanceWindowSchedule", # required
|
|
3847
|
-
# schedule_timezone: "MaintenanceWindowTimezone",
|
|
3848
|
-
# schedule_offset: 1,
|
|
3849
|
-
# duration: 1, # required
|
|
3850
|
-
# cutoff: 1, # required
|
|
3851
|
-
# allow_unassociated_targets: false, # required
|
|
3852
|
-
# client_token: "ClientToken",
|
|
3853
|
-
# tags: [
|
|
3854
|
-
# {
|
|
3855
|
-
# key: "TagKey", # required
|
|
3856
|
-
# value: "TagValue", # required
|
|
3857
|
-
# },
|
|
3858
|
-
# ],
|
|
3859
|
-
# }
|
|
3860
|
-
#
|
|
3861
3376
|
# @!attribute [rw] name
|
|
3862
3377
|
# The name of the maintenance window.
|
|
3863
3378
|
# @return [String]
|
|
@@ -3991,46 +3506,6 @@ module Aws::SSM
|
|
|
3991
3506
|
include Aws::Structure
|
|
3992
3507
|
end
|
|
3993
3508
|
|
|
3994
|
-
# @note When making an API call, you may pass CreateOpsItemRequest
|
|
3995
|
-
# data as a hash:
|
|
3996
|
-
#
|
|
3997
|
-
# {
|
|
3998
|
-
# description: "OpsItemDescription", # required
|
|
3999
|
-
# ops_item_type: "OpsItemType",
|
|
4000
|
-
# operational_data: {
|
|
4001
|
-
# "OpsItemDataKey" => {
|
|
4002
|
-
# value: "OpsItemDataValueString",
|
|
4003
|
-
# type: "SearchableString", # accepts SearchableString, String
|
|
4004
|
-
# },
|
|
4005
|
-
# },
|
|
4006
|
-
# notifications: [
|
|
4007
|
-
# {
|
|
4008
|
-
# arn: "String",
|
|
4009
|
-
# },
|
|
4010
|
-
# ],
|
|
4011
|
-
# priority: 1,
|
|
4012
|
-
# related_ops_items: [
|
|
4013
|
-
# {
|
|
4014
|
-
# ops_item_id: "String", # required
|
|
4015
|
-
# },
|
|
4016
|
-
# ],
|
|
4017
|
-
# source: "OpsItemSource", # required
|
|
4018
|
-
# title: "OpsItemTitle", # required
|
|
4019
|
-
# tags: [
|
|
4020
|
-
# {
|
|
4021
|
-
# key: "TagKey", # required
|
|
4022
|
-
# value: "TagValue", # required
|
|
4023
|
-
# },
|
|
4024
|
-
# ],
|
|
4025
|
-
# category: "OpsItemCategory",
|
|
4026
|
-
# severity: "OpsItemSeverity",
|
|
4027
|
-
# actual_start_time: Time.now,
|
|
4028
|
-
# actual_end_time: Time.now,
|
|
4029
|
-
# planned_start_time: Time.now,
|
|
4030
|
-
# planned_end_time: Time.now,
|
|
4031
|
-
# account_id: "OpsItemAccountId",
|
|
4032
|
-
# }
|
|
4033
|
-
#
|
|
4034
3509
|
# @!attribute [rw] description
|
|
4035
3510
|
# Information about the OpsItem.
|
|
4036
3511
|
# @return [String]
|
|
@@ -4219,24 +3694,6 @@ module Aws::SSM
|
|
|
4219
3694
|
include Aws::Structure
|
|
4220
3695
|
end
|
|
4221
3696
|
|
|
4222
|
-
# @note When making an API call, you may pass CreateOpsMetadataRequest
|
|
4223
|
-
# data as a hash:
|
|
4224
|
-
#
|
|
4225
|
-
# {
|
|
4226
|
-
# resource_id: "OpsMetadataResourceId", # required
|
|
4227
|
-
# metadata: {
|
|
4228
|
-
# "MetadataKey" => {
|
|
4229
|
-
# value: "MetadataValueString",
|
|
4230
|
-
# },
|
|
4231
|
-
# },
|
|
4232
|
-
# tags: [
|
|
4233
|
-
# {
|
|
4234
|
-
# key: "TagKey", # required
|
|
4235
|
-
# value: "TagValue", # required
|
|
4236
|
-
# },
|
|
4237
|
-
# ],
|
|
4238
|
-
# }
|
|
4239
|
-
#
|
|
4240
3697
|
# @!attribute [rw] resource_id
|
|
4241
3698
|
# A resource ID for a new Application Manager application.
|
|
4242
3699
|
# @return [String]
|
|
@@ -4282,60 +3739,6 @@ module Aws::SSM
|
|
|
4282
3739
|
include Aws::Structure
|
|
4283
3740
|
end
|
|
4284
3741
|
|
|
4285
|
-
# @note When making an API call, you may pass CreatePatchBaselineRequest
|
|
4286
|
-
# data as a hash:
|
|
4287
|
-
#
|
|
4288
|
-
# {
|
|
4289
|
-
# operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, AMAZON_LINUX_2022, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
|
|
4290
|
-
# name: "BaselineName", # required
|
|
4291
|
-
# global_filters: {
|
|
4292
|
-
# patch_filters: [ # required
|
|
4293
|
-
# {
|
|
4294
|
-
# key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
|
|
4295
|
-
# values: ["PatchFilterValue"], # required
|
|
4296
|
-
# },
|
|
4297
|
-
# ],
|
|
4298
|
-
# },
|
|
4299
|
-
# approval_rules: {
|
|
4300
|
-
# patch_rules: [ # required
|
|
4301
|
-
# {
|
|
4302
|
-
# patch_filter_group: { # required
|
|
4303
|
-
# patch_filters: [ # required
|
|
4304
|
-
# {
|
|
4305
|
-
# key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
|
|
4306
|
-
# values: ["PatchFilterValue"], # required
|
|
4307
|
-
# },
|
|
4308
|
-
# ],
|
|
4309
|
-
# },
|
|
4310
|
-
# compliance_level: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL, UNSPECIFIED
|
|
4311
|
-
# approve_after_days: 1,
|
|
4312
|
-
# approve_until_date: "PatchStringDateTime",
|
|
4313
|
-
# enable_non_security: false,
|
|
4314
|
-
# },
|
|
4315
|
-
# ],
|
|
4316
|
-
# },
|
|
4317
|
-
# approved_patches: ["PatchId"],
|
|
4318
|
-
# approved_patches_compliance_level: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL, UNSPECIFIED
|
|
4319
|
-
# approved_patches_enable_non_security: false,
|
|
4320
|
-
# rejected_patches: ["PatchId"],
|
|
4321
|
-
# rejected_patches_action: "ALLOW_AS_DEPENDENCY", # accepts ALLOW_AS_DEPENDENCY, BLOCK
|
|
4322
|
-
# description: "BaselineDescription",
|
|
4323
|
-
# sources: [
|
|
4324
|
-
# {
|
|
4325
|
-
# name: "PatchSourceName", # required
|
|
4326
|
-
# products: ["PatchSourceProduct"], # required
|
|
4327
|
-
# configuration: "PatchSourceConfiguration", # required
|
|
4328
|
-
# },
|
|
4329
|
-
# ],
|
|
4330
|
-
# client_token: "ClientToken",
|
|
4331
|
-
# tags: [
|
|
4332
|
-
# {
|
|
4333
|
-
# key: "TagKey", # required
|
|
4334
|
-
# value: "TagValue", # required
|
|
4335
|
-
# },
|
|
4336
|
-
# ],
|
|
4337
|
-
# }
|
|
4338
|
-
#
|
|
4339
3742
|
# @!attribute [rw] operating_system
|
|
4340
3743
|
# Defines the operating system the patch baseline applies to. The
|
|
4341
3744
|
# default value is `WINDOWS`.
|
|
@@ -4476,38 +3879,6 @@ module Aws::SSM
|
|
|
4476
3879
|
include Aws::Structure
|
|
4477
3880
|
end
|
|
4478
3881
|
|
|
4479
|
-
# @note When making an API call, you may pass CreateResourceDataSyncRequest
|
|
4480
|
-
# data as a hash:
|
|
4481
|
-
#
|
|
4482
|
-
# {
|
|
4483
|
-
# sync_name: "ResourceDataSyncName", # required
|
|
4484
|
-
# s3_destination: {
|
|
4485
|
-
# bucket_name: "ResourceDataSyncS3BucketName", # required
|
|
4486
|
-
# prefix: "ResourceDataSyncS3Prefix",
|
|
4487
|
-
# sync_format: "JsonSerDe", # required, accepts JsonSerDe
|
|
4488
|
-
# region: "ResourceDataSyncS3Region", # required
|
|
4489
|
-
# awskms_key_arn: "ResourceDataSyncAWSKMSKeyARN",
|
|
4490
|
-
# destination_data_sharing: {
|
|
4491
|
-
# destination_data_sharing_type: "ResourceDataSyncDestinationDataSharingType",
|
|
4492
|
-
# },
|
|
4493
|
-
# },
|
|
4494
|
-
# sync_type: "ResourceDataSyncType",
|
|
4495
|
-
# sync_source: {
|
|
4496
|
-
# source_type: "ResourceDataSyncSourceType", # required
|
|
4497
|
-
# aws_organizations_source: {
|
|
4498
|
-
# organization_source_type: "ResourceDataSyncOrganizationSourceType", # required
|
|
4499
|
-
# organizational_units: [
|
|
4500
|
-
# {
|
|
4501
|
-
# organizational_unit_id: "ResourceDataSyncOrganizationalUnitId",
|
|
4502
|
-
# },
|
|
4503
|
-
# ],
|
|
4504
|
-
# },
|
|
4505
|
-
# source_regions: ["ResourceDataSyncSourceRegion"], # required
|
|
4506
|
-
# include_future_regions: false,
|
|
4507
|
-
# enable_all_ops_data_sources: false,
|
|
4508
|
-
# },
|
|
4509
|
-
# }
|
|
4510
|
-
#
|
|
4511
3882
|
# @!attribute [rw] sync_name
|
|
4512
3883
|
# A name for the configuration.
|
|
4513
3884
|
# @return [String]
|
|
@@ -4562,13 +3933,6 @@ module Aws::SSM
|
|
|
4562
3933
|
include Aws::Structure
|
|
4563
3934
|
end
|
|
4564
3935
|
|
|
4565
|
-
# @note When making an API call, you may pass DeleteActivationRequest
|
|
4566
|
-
# data as a hash:
|
|
4567
|
-
#
|
|
4568
|
-
# {
|
|
4569
|
-
# activation_id: "ActivationId", # required
|
|
4570
|
-
# }
|
|
4571
|
-
#
|
|
4572
3936
|
# @!attribute [rw] activation_id
|
|
4573
3937
|
# The ID of the activation that you want to delete.
|
|
4574
3938
|
# @return [String]
|
|
@@ -4585,15 +3949,6 @@ module Aws::SSM
|
|
|
4585
3949
|
#
|
|
4586
3950
|
class DeleteActivationResult < Aws::EmptyStructure; end
|
|
4587
3951
|
|
|
4588
|
-
# @note When making an API call, you may pass DeleteAssociationRequest
|
|
4589
|
-
# data as a hash:
|
|
4590
|
-
#
|
|
4591
|
-
# {
|
|
4592
|
-
# name: "DocumentARN",
|
|
4593
|
-
# instance_id: "InstanceId",
|
|
4594
|
-
# association_id: "AssociationId",
|
|
4595
|
-
# }
|
|
4596
|
-
#
|
|
4597
3952
|
# @!attribute [rw] name
|
|
4598
3953
|
# The name of the SSM document.
|
|
4599
3954
|
# @return [String]
|
|
@@ -4631,16 +3986,6 @@ module Aws::SSM
|
|
|
4631
3986
|
#
|
|
4632
3987
|
class DeleteAssociationResult < Aws::EmptyStructure; end
|
|
4633
3988
|
|
|
4634
|
-
# @note When making an API call, you may pass DeleteDocumentRequest
|
|
4635
|
-
# data as a hash:
|
|
4636
|
-
#
|
|
4637
|
-
# {
|
|
4638
|
-
# name: "DocumentName", # required
|
|
4639
|
-
# document_version: "DocumentVersion",
|
|
4640
|
-
# version_name: "DocumentVersionName",
|
|
4641
|
-
# force: false,
|
|
4642
|
-
# }
|
|
4643
|
-
#
|
|
4644
3989
|
# @!attribute [rw] name
|
|
4645
3990
|
# The name of the document.
|
|
4646
3991
|
# @return [String]
|
|
@@ -4678,16 +4023,6 @@ module Aws::SSM
|
|
|
4678
4023
|
#
|
|
4679
4024
|
class DeleteDocumentResult < Aws::EmptyStructure; end
|
|
4680
4025
|
|
|
4681
|
-
# @note When making an API call, you may pass DeleteInventoryRequest
|
|
4682
|
-
# data as a hash:
|
|
4683
|
-
#
|
|
4684
|
-
# {
|
|
4685
|
-
# type_name: "InventoryItemTypeName", # required
|
|
4686
|
-
# schema_delete_option: "DisableSchema", # accepts DisableSchema, DeleteSchema
|
|
4687
|
-
# dry_run: false,
|
|
4688
|
-
# client_token: "UUID",
|
|
4689
|
-
# }
|
|
4690
|
-
#
|
|
4691
4026
|
# @!attribute [rw] type_name
|
|
4692
4027
|
# The name of the custom inventory type for which you want to delete
|
|
4693
4028
|
# either all previously collected data or the inventory type itself.
|
|
@@ -4765,13 +4100,6 @@ module Aws::SSM
|
|
|
4765
4100
|
include Aws::Structure
|
|
4766
4101
|
end
|
|
4767
4102
|
|
|
4768
|
-
# @note When making an API call, you may pass DeleteMaintenanceWindowRequest
|
|
4769
|
-
# data as a hash:
|
|
4770
|
-
#
|
|
4771
|
-
# {
|
|
4772
|
-
# window_id: "MaintenanceWindowId", # required
|
|
4773
|
-
# }
|
|
4774
|
-
#
|
|
4775
4103
|
# @!attribute [rw] window_id
|
|
4776
4104
|
# The ID of the maintenance window to delete.
|
|
4777
4105
|
# @return [String]
|
|
@@ -4796,13 +4124,6 @@ module Aws::SSM
|
|
|
4796
4124
|
include Aws::Structure
|
|
4797
4125
|
end
|
|
4798
4126
|
|
|
4799
|
-
# @note When making an API call, you may pass DeleteOpsMetadataRequest
|
|
4800
|
-
# data as a hash:
|
|
4801
|
-
#
|
|
4802
|
-
# {
|
|
4803
|
-
# ops_metadata_arn: "OpsMetadataArn", # required
|
|
4804
|
-
# }
|
|
4805
|
-
#
|
|
4806
4127
|
# @!attribute [rw] ops_metadata_arn
|
|
4807
4128
|
# The Amazon Resource Name (ARN) of an OpsMetadata Object to delete.
|
|
4808
4129
|
# @return [String]
|
|
@@ -4819,13 +4140,6 @@ module Aws::SSM
|
|
|
4819
4140
|
#
|
|
4820
4141
|
class DeleteOpsMetadataResult < Aws::EmptyStructure; end
|
|
4821
4142
|
|
|
4822
|
-
# @note When making an API call, you may pass DeleteParameterRequest
|
|
4823
|
-
# data as a hash:
|
|
4824
|
-
#
|
|
4825
|
-
# {
|
|
4826
|
-
# name: "PSParameterName", # required
|
|
4827
|
-
# }
|
|
4828
|
-
#
|
|
4829
4143
|
# @!attribute [rw] name
|
|
4830
4144
|
# The name of the parameter to delete.
|
|
4831
4145
|
# @return [String]
|
|
@@ -4842,13 +4156,6 @@ module Aws::SSM
|
|
|
4842
4156
|
#
|
|
4843
4157
|
class DeleteParameterResult < Aws::EmptyStructure; end
|
|
4844
4158
|
|
|
4845
|
-
# @note When making an API call, you may pass DeleteParametersRequest
|
|
4846
|
-
# data as a hash:
|
|
4847
|
-
#
|
|
4848
|
-
# {
|
|
4849
|
-
# names: ["PSParameterName"], # required
|
|
4850
|
-
# }
|
|
4851
|
-
#
|
|
4852
4159
|
# @!attribute [rw] names
|
|
4853
4160
|
# The names of the parameters to delete. After deleting a parameter,
|
|
4854
4161
|
# wait for at least 30 seconds to create a parameter with the same
|
|
@@ -4881,13 +4188,6 @@ module Aws::SSM
|
|
|
4881
4188
|
include Aws::Structure
|
|
4882
4189
|
end
|
|
4883
4190
|
|
|
4884
|
-
# @note When making an API call, you may pass DeletePatchBaselineRequest
|
|
4885
|
-
# data as a hash:
|
|
4886
|
-
#
|
|
4887
|
-
# {
|
|
4888
|
-
# baseline_id: "BaselineId", # required
|
|
4889
|
-
# }
|
|
4890
|
-
#
|
|
4891
4191
|
# @!attribute [rw] baseline_id
|
|
4892
4192
|
# The ID of the patch baseline to delete.
|
|
4893
4193
|
# @return [String]
|
|
@@ -4912,14 +4212,6 @@ module Aws::SSM
|
|
|
4912
4212
|
include Aws::Structure
|
|
4913
4213
|
end
|
|
4914
4214
|
|
|
4915
|
-
# @note When making an API call, you may pass DeleteResourceDataSyncRequest
|
|
4916
|
-
# data as a hash:
|
|
4917
|
-
#
|
|
4918
|
-
# {
|
|
4919
|
-
# sync_name: "ResourceDataSyncName", # required
|
|
4920
|
-
# sync_type: "ResourceDataSyncType",
|
|
4921
|
-
# }
|
|
4922
|
-
#
|
|
4923
4215
|
# @!attribute [rw] sync_name
|
|
4924
4216
|
# The name of the configuration to delete.
|
|
4925
4217
|
# @return [String]
|
|
@@ -4941,15 +4233,6 @@ module Aws::SSM
|
|
|
4941
4233
|
#
|
|
4942
4234
|
class DeleteResourceDataSyncResult < Aws::EmptyStructure; end
|
|
4943
4235
|
|
|
4944
|
-
# @note When making an API call, you may pass DeleteResourcePolicyRequest
|
|
4945
|
-
# data as a hash:
|
|
4946
|
-
#
|
|
4947
|
-
# {
|
|
4948
|
-
# resource_arn: "ResourceArnString", # required
|
|
4949
|
-
# policy_id: "PolicyId", # required
|
|
4950
|
-
# policy_hash: "PolicyHash", # required
|
|
4951
|
-
# }
|
|
4952
|
-
#
|
|
4953
4236
|
# @!attribute [rw] resource_arn
|
|
4954
4237
|
# Amazon Resource Name (ARN) of the resource to which the policies are
|
|
4955
4238
|
# attached.
|
|
@@ -4978,13 +4261,6 @@ module Aws::SSM
|
|
|
4978
4261
|
#
|
|
4979
4262
|
class DeleteResourcePolicyResponse < Aws::EmptyStructure; end
|
|
4980
4263
|
|
|
4981
|
-
# @note When making an API call, you may pass DeregisterManagedInstanceRequest
|
|
4982
|
-
# data as a hash:
|
|
4983
|
-
#
|
|
4984
|
-
# {
|
|
4985
|
-
# instance_id: "ManagedInstanceId", # required
|
|
4986
|
-
# }
|
|
4987
|
-
#
|
|
4988
4264
|
# @!attribute [rw] instance_id
|
|
4989
4265
|
# The ID assigned to the managed node when you registered it using the
|
|
4990
4266
|
# activation process.
|
|
@@ -5002,14 +4278,6 @@ module Aws::SSM
|
|
|
5002
4278
|
#
|
|
5003
4279
|
class DeregisterManagedInstanceResult < Aws::EmptyStructure; end
|
|
5004
4280
|
|
|
5005
|
-
# @note When making an API call, you may pass DeregisterPatchBaselineForPatchGroupRequest
|
|
5006
|
-
# data as a hash:
|
|
5007
|
-
#
|
|
5008
|
-
# {
|
|
5009
|
-
# baseline_id: "BaselineId", # required
|
|
5010
|
-
# patch_group: "PatchGroup", # required
|
|
5011
|
-
# }
|
|
5012
|
-
#
|
|
5013
4281
|
# @!attribute [rw] baseline_id
|
|
5014
4282
|
# The ID of the patch baseline to deregister the patch group from.
|
|
5015
4283
|
# @return [String]
|
|
@@ -5045,15 +4313,6 @@ module Aws::SSM
|
|
|
5045
4313
|
include Aws::Structure
|
|
5046
4314
|
end
|
|
5047
4315
|
|
|
5048
|
-
# @note When making an API call, you may pass DeregisterTargetFromMaintenanceWindowRequest
|
|
5049
|
-
# data as a hash:
|
|
5050
|
-
#
|
|
5051
|
-
# {
|
|
5052
|
-
# window_id: "MaintenanceWindowId", # required
|
|
5053
|
-
# window_target_id: "MaintenanceWindowTargetId", # required
|
|
5054
|
-
# safe: false,
|
|
5055
|
-
# }
|
|
5056
|
-
#
|
|
5057
4316
|
# @!attribute [rw] window_id
|
|
5058
4317
|
# The ID of the maintenance window the target should be removed from.
|
|
5059
4318
|
# @return [String]
|
|
@@ -5095,14 +4354,6 @@ module Aws::SSM
|
|
|
5095
4354
|
include Aws::Structure
|
|
5096
4355
|
end
|
|
5097
4356
|
|
|
5098
|
-
# @note When making an API call, you may pass DeregisterTaskFromMaintenanceWindowRequest
|
|
5099
|
-
# data as a hash:
|
|
5100
|
-
#
|
|
5101
|
-
# {
|
|
5102
|
-
# window_id: "MaintenanceWindowId", # required
|
|
5103
|
-
# window_task_id: "MaintenanceWindowTaskId", # required
|
|
5104
|
-
# }
|
|
5105
|
-
#
|
|
5106
4357
|
# @!attribute [rw] window_id
|
|
5107
4358
|
# The ID of the maintenance window the task should be removed from.
|
|
5108
4359
|
# @return [String]
|
|
@@ -5139,14 +4390,6 @@ module Aws::SSM
|
|
|
5139
4390
|
|
|
5140
4391
|
# Filter for the DescribeActivation API.
|
|
5141
4392
|
#
|
|
5142
|
-
# @note When making an API call, you may pass DescribeActivationsFilter
|
|
5143
|
-
# data as a hash:
|
|
5144
|
-
#
|
|
5145
|
-
# {
|
|
5146
|
-
# filter_key: "ActivationIds", # accepts ActivationIds, DefaultInstanceName, IamRole
|
|
5147
|
-
# filter_values: ["String"],
|
|
5148
|
-
# }
|
|
5149
|
-
#
|
|
5150
4393
|
# @!attribute [rw] filter_key
|
|
5151
4394
|
# The name of the filter.
|
|
5152
4395
|
# @return [String]
|
|
@@ -5164,20 +4407,6 @@ module Aws::SSM
|
|
|
5164
4407
|
include Aws::Structure
|
|
5165
4408
|
end
|
|
5166
4409
|
|
|
5167
|
-
# @note When making an API call, you may pass DescribeActivationsRequest
|
|
5168
|
-
# data as a hash:
|
|
5169
|
-
#
|
|
5170
|
-
# {
|
|
5171
|
-
# filters: [
|
|
5172
|
-
# {
|
|
5173
|
-
# filter_key: "ActivationIds", # accepts ActivationIds, DefaultInstanceName, IamRole
|
|
5174
|
-
# filter_values: ["String"],
|
|
5175
|
-
# },
|
|
5176
|
-
# ],
|
|
5177
|
-
# max_results: 1,
|
|
5178
|
-
# next_token: "NextToken",
|
|
5179
|
-
# }
|
|
5180
|
-
#
|
|
5181
4410
|
# @!attribute [rw] filters
|
|
5182
4411
|
# A filter to view information about your activations.
|
|
5183
4412
|
# @return [Array<Types::DescribeActivationsFilter>]
|
|
@@ -5221,22 +4450,6 @@ module Aws::SSM
|
|
|
5221
4450
|
include Aws::Structure
|
|
5222
4451
|
end
|
|
5223
4452
|
|
|
5224
|
-
# @note When making an API call, you may pass DescribeAssociationExecutionTargetsRequest
|
|
5225
|
-
# data as a hash:
|
|
5226
|
-
#
|
|
5227
|
-
# {
|
|
5228
|
-
# association_id: "AssociationId", # required
|
|
5229
|
-
# execution_id: "AssociationExecutionId", # required
|
|
5230
|
-
# filters: [
|
|
5231
|
-
# {
|
|
5232
|
-
# key: "Status", # required, accepts Status, ResourceId, ResourceType
|
|
5233
|
-
# value: "AssociationExecutionTargetsFilterValue", # required
|
|
5234
|
-
# },
|
|
5235
|
-
# ],
|
|
5236
|
-
# max_results: 1,
|
|
5237
|
-
# next_token: "NextToken",
|
|
5238
|
-
# }
|
|
5239
|
-
#
|
|
5240
4453
|
# @!attribute [rw] association_id
|
|
5241
4454
|
# The association ID that includes the execution for which you want to
|
|
5242
4455
|
# view details.
|
|
@@ -5298,22 +4511,6 @@ module Aws::SSM
|
|
|
5298
4511
|
include Aws::Structure
|
|
5299
4512
|
end
|
|
5300
4513
|
|
|
5301
|
-
# @note When making an API call, you may pass DescribeAssociationExecutionsRequest
|
|
5302
|
-
# data as a hash:
|
|
5303
|
-
#
|
|
5304
|
-
# {
|
|
5305
|
-
# association_id: "AssociationId", # required
|
|
5306
|
-
# filters: [
|
|
5307
|
-
# {
|
|
5308
|
-
# key: "ExecutionId", # required, accepts ExecutionId, Status, CreatedTime
|
|
5309
|
-
# value: "AssociationExecutionFilterValue", # required
|
|
5310
|
-
# type: "EQUAL", # required, accepts EQUAL, LESS_THAN, GREATER_THAN
|
|
5311
|
-
# },
|
|
5312
|
-
# ],
|
|
5313
|
-
# max_results: 1,
|
|
5314
|
-
# next_token: "NextToken",
|
|
5315
|
-
# }
|
|
5316
|
-
#
|
|
5317
4514
|
# @!attribute [rw] association_id
|
|
5318
4515
|
# The association ID for which you want to view execution history
|
|
5319
4516
|
# details.
|
|
@@ -5370,16 +4567,6 @@ module Aws::SSM
|
|
|
5370
4567
|
include Aws::Structure
|
|
5371
4568
|
end
|
|
5372
4569
|
|
|
5373
|
-
# @note When making an API call, you may pass DescribeAssociationRequest
|
|
5374
|
-
# data as a hash:
|
|
5375
|
-
#
|
|
5376
|
-
# {
|
|
5377
|
-
# name: "DocumentARN",
|
|
5378
|
-
# instance_id: "InstanceId",
|
|
5379
|
-
# association_id: "AssociationId",
|
|
5380
|
-
# association_version: "AssociationVersion",
|
|
5381
|
-
# }
|
|
5382
|
-
#
|
|
5383
4570
|
# @!attribute [rw] name
|
|
5384
4571
|
# The name of the SSM document.
|
|
5385
4572
|
# @return [String]
|
|
@@ -5423,20 +4610,6 @@ module Aws::SSM
|
|
|
5423
4610
|
include Aws::Structure
|
|
5424
4611
|
end
|
|
5425
4612
|
|
|
5426
|
-
# @note When making an API call, you may pass DescribeAutomationExecutionsRequest
|
|
5427
|
-
# data as a hash:
|
|
5428
|
-
#
|
|
5429
|
-
# {
|
|
5430
|
-
# filters: [
|
|
5431
|
-
# {
|
|
5432
|
-
# key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey, TargetResourceGroup, AutomationSubtype, OpsItemId
|
|
5433
|
-
# values: ["AutomationExecutionFilterValue"], # required
|
|
5434
|
-
# },
|
|
5435
|
-
# ],
|
|
5436
|
-
# max_results: 1,
|
|
5437
|
-
# next_token: "NextToken",
|
|
5438
|
-
# }
|
|
5439
|
-
#
|
|
5440
4613
|
# @!attribute [rw] filters
|
|
5441
4614
|
# Filters used to limit the scope of executions that are requested.
|
|
5442
4615
|
# @return [Array<Types::AutomationExecutionFilter>]
|
|
@@ -5481,22 +4654,6 @@ module Aws::SSM
|
|
|
5481
4654
|
include Aws::Structure
|
|
5482
4655
|
end
|
|
5483
4656
|
|
|
5484
|
-
# @note When making an API call, you may pass DescribeAutomationStepExecutionsRequest
|
|
5485
|
-
# data as a hash:
|
|
5486
|
-
#
|
|
5487
|
-
# {
|
|
5488
|
-
# automation_execution_id: "AutomationExecutionId", # required
|
|
5489
|
-
# filters: [
|
|
5490
|
-
# {
|
|
5491
|
-
# key: "StartTimeBefore", # required, accepts StartTimeBefore, StartTimeAfter, StepExecutionStatus, StepExecutionId, StepName, Action
|
|
5492
|
-
# values: ["StepExecutionFilterValue"], # required
|
|
5493
|
-
# },
|
|
5494
|
-
# ],
|
|
5495
|
-
# next_token: "NextToken",
|
|
5496
|
-
# max_results: 1,
|
|
5497
|
-
# reverse_order: false,
|
|
5498
|
-
# }
|
|
5499
|
-
#
|
|
5500
4657
|
# @!attribute [rw] automation_execution_id
|
|
5501
4658
|
# The Automation execution ID for which you want step execution
|
|
5502
4659
|
# descriptions.
|
|
@@ -5554,20 +4711,6 @@ module Aws::SSM
|
|
|
5554
4711
|
include Aws::Structure
|
|
5555
4712
|
end
|
|
5556
4713
|
|
|
5557
|
-
# @note When making an API call, you may pass DescribeAvailablePatchesRequest
|
|
5558
|
-
# data as a hash:
|
|
5559
|
-
#
|
|
5560
|
-
# {
|
|
5561
|
-
# filters: [
|
|
5562
|
-
# {
|
|
5563
|
-
# key: "PatchOrchestratorFilterKey",
|
|
5564
|
-
# values: ["PatchOrchestratorFilterValue"],
|
|
5565
|
-
# },
|
|
5566
|
-
# ],
|
|
5567
|
-
# max_results: 1,
|
|
5568
|
-
# next_token: "NextToken",
|
|
5569
|
-
# }
|
|
5570
|
-
#
|
|
5571
4714
|
# @!attribute [rw] filters
|
|
5572
4715
|
# Each element in the array is a structure containing a key-value
|
|
5573
4716
|
# pair.
|
|
@@ -5702,16 +4845,6 @@ module Aws::SSM
|
|
|
5702
4845
|
include Aws::Structure
|
|
5703
4846
|
end
|
|
5704
4847
|
|
|
5705
|
-
# @note When making an API call, you may pass DescribeDocumentPermissionRequest
|
|
5706
|
-
# data as a hash:
|
|
5707
|
-
#
|
|
5708
|
-
# {
|
|
5709
|
-
# name: "DocumentName", # required
|
|
5710
|
-
# permission_type: "Share", # required, accepts Share
|
|
5711
|
-
# max_results: 1,
|
|
5712
|
-
# next_token: "NextToken",
|
|
5713
|
-
# }
|
|
5714
|
-
#
|
|
5715
4848
|
# @!attribute [rw] name
|
|
5716
4849
|
# The name of the document for which you are the owner.
|
|
5717
4850
|
# @return [String]
|
|
@@ -5768,15 +4901,6 @@ module Aws::SSM
|
|
|
5768
4901
|
include Aws::Structure
|
|
5769
4902
|
end
|
|
5770
4903
|
|
|
5771
|
-
# @note When making an API call, you may pass DescribeDocumentRequest
|
|
5772
|
-
# data as a hash:
|
|
5773
|
-
#
|
|
5774
|
-
# {
|
|
5775
|
-
# name: "DocumentARN", # required
|
|
5776
|
-
# document_version: "DocumentVersion",
|
|
5777
|
-
# version_name: "DocumentVersionName",
|
|
5778
|
-
# }
|
|
5779
|
-
#
|
|
5780
4904
|
# @!attribute [rw] name
|
|
5781
4905
|
# The name of the SSM document.
|
|
5782
4906
|
# @return [String]
|
|
@@ -5814,15 +4938,6 @@ module Aws::SSM
|
|
|
5814
4938
|
include Aws::Structure
|
|
5815
4939
|
end
|
|
5816
4940
|
|
|
5817
|
-
# @note When making an API call, you may pass DescribeEffectiveInstanceAssociationsRequest
|
|
5818
|
-
# data as a hash:
|
|
5819
|
-
#
|
|
5820
|
-
# {
|
|
5821
|
-
# instance_id: "InstanceId", # required
|
|
5822
|
-
# max_results: 1,
|
|
5823
|
-
# next_token: "NextToken",
|
|
5824
|
-
# }
|
|
5825
|
-
#
|
|
5826
4941
|
# @!attribute [rw] instance_id
|
|
5827
4942
|
# The managed node ID for which you want to view all associations.
|
|
5828
4943
|
# @return [String]
|
|
@@ -5866,15 +4981,6 @@ module Aws::SSM
|
|
|
5866
4981
|
include Aws::Structure
|
|
5867
4982
|
end
|
|
5868
4983
|
|
|
5869
|
-
# @note When making an API call, you may pass DescribeEffectivePatchesForPatchBaselineRequest
|
|
5870
|
-
# data as a hash:
|
|
5871
|
-
#
|
|
5872
|
-
# {
|
|
5873
|
-
# baseline_id: "BaselineId", # required
|
|
5874
|
-
# max_results: 1,
|
|
5875
|
-
# next_token: "NextToken",
|
|
5876
|
-
# }
|
|
5877
|
-
#
|
|
5878
4984
|
# @!attribute [rw] baseline_id
|
|
5879
4985
|
# The ID of the patch baseline to retrieve the effective patches for.
|
|
5880
4986
|
# @return [String]
|
|
@@ -5916,15 +5022,6 @@ module Aws::SSM
|
|
|
5916
5022
|
include Aws::Structure
|
|
5917
5023
|
end
|
|
5918
5024
|
|
|
5919
|
-
# @note When making an API call, you may pass DescribeInstanceAssociationsStatusRequest
|
|
5920
|
-
# data as a hash:
|
|
5921
|
-
#
|
|
5922
|
-
# {
|
|
5923
|
-
# instance_id: "InstanceId", # required
|
|
5924
|
-
# max_results: 1,
|
|
5925
|
-
# next_token: "NextToken",
|
|
5926
|
-
# }
|
|
5927
|
-
#
|
|
5928
5025
|
# @!attribute [rw] instance_id
|
|
5929
5026
|
# The managed node IDs for which you want association status
|
|
5930
5027
|
# information.
|
|
@@ -5969,26 +5066,6 @@ module Aws::SSM
|
|
|
5969
5066
|
include Aws::Structure
|
|
5970
5067
|
end
|
|
5971
5068
|
|
|
5972
|
-
# @note When making an API call, you may pass DescribeInstanceInformationRequest
|
|
5973
|
-
# data as a hash:
|
|
5974
|
-
#
|
|
5975
|
-
# {
|
|
5976
|
-
# instance_information_filter_list: [
|
|
5977
|
-
# {
|
|
5978
|
-
# key: "InstanceIds", # required, accepts InstanceIds, AgentVersion, PingStatus, PlatformTypes, ActivationIds, IamRole, ResourceType, AssociationStatus
|
|
5979
|
-
# value_set: ["InstanceInformationFilterValue"], # required
|
|
5980
|
-
# },
|
|
5981
|
-
# ],
|
|
5982
|
-
# filters: [
|
|
5983
|
-
# {
|
|
5984
|
-
# key: "InstanceInformationStringFilterKey", # required
|
|
5985
|
-
# values: ["InstanceInformationFilterValue"], # required
|
|
5986
|
-
# },
|
|
5987
|
-
# ],
|
|
5988
|
-
# max_results: 1,
|
|
5989
|
-
# next_token: "NextToken",
|
|
5990
|
-
# }
|
|
5991
|
-
#
|
|
5992
5069
|
# @!attribute [rw] instance_information_filter_list
|
|
5993
5070
|
# This is a legacy method. We recommend that you don't use this
|
|
5994
5071
|
# method. Instead, use the `Filters` data type. `Filters` enables you
|
|
@@ -6048,22 +5125,6 @@ module Aws::SSM
|
|
|
6048
5125
|
include Aws::Structure
|
|
6049
5126
|
end
|
|
6050
5127
|
|
|
6051
|
-
# @note When making an API call, you may pass DescribeInstancePatchStatesForPatchGroupRequest
|
|
6052
|
-
# data as a hash:
|
|
6053
|
-
#
|
|
6054
|
-
# {
|
|
6055
|
-
# patch_group: "PatchGroup", # required
|
|
6056
|
-
# filters: [
|
|
6057
|
-
# {
|
|
6058
|
-
# key: "InstancePatchStateFilterKey", # required
|
|
6059
|
-
# values: ["InstancePatchStateFilterValue"], # required
|
|
6060
|
-
# type: "Equal", # required, accepts Equal, NotEqual, LessThan, GreaterThan
|
|
6061
|
-
# },
|
|
6062
|
-
# ],
|
|
6063
|
-
# next_token: "NextToken",
|
|
6064
|
-
# max_results: 1,
|
|
6065
|
-
# }
|
|
6066
|
-
#
|
|
6067
5128
|
# @!attribute [rw] patch_group
|
|
6068
5129
|
# The name of the patch group for which the patch state information
|
|
6069
5130
|
# should be retrieved.
|
|
@@ -6118,15 +5179,6 @@ module Aws::SSM
|
|
|
6118
5179
|
include Aws::Structure
|
|
6119
5180
|
end
|
|
6120
5181
|
|
|
6121
|
-
# @note When making an API call, you may pass DescribeInstancePatchStatesRequest
|
|
6122
|
-
# data as a hash:
|
|
6123
|
-
#
|
|
6124
|
-
# {
|
|
6125
|
-
# instance_ids: ["InstanceId"], # required
|
|
6126
|
-
# next_token: "NextToken",
|
|
6127
|
-
# max_results: 1,
|
|
6128
|
-
# }
|
|
6129
|
-
#
|
|
6130
5182
|
# @!attribute [rw] instance_ids
|
|
6131
5183
|
# The ID of the managed node for which patch state information should
|
|
6132
5184
|
# be retrieved.
|
|
@@ -6169,21 +5221,6 @@ module Aws::SSM
|
|
|
6169
5221
|
include Aws::Structure
|
|
6170
5222
|
end
|
|
6171
5223
|
|
|
6172
|
-
# @note When making an API call, you may pass DescribeInstancePatchesRequest
|
|
6173
|
-
# data as a hash:
|
|
6174
|
-
#
|
|
6175
|
-
# {
|
|
6176
|
-
# instance_id: "InstanceId", # required
|
|
6177
|
-
# filters: [
|
|
6178
|
-
# {
|
|
6179
|
-
# key: "PatchOrchestratorFilterKey",
|
|
6180
|
-
# values: ["PatchOrchestratorFilterValue"],
|
|
6181
|
-
# },
|
|
6182
|
-
# ],
|
|
6183
|
-
# next_token: "NextToken",
|
|
6184
|
-
# max_results: 1,
|
|
6185
|
-
# }
|
|
6186
|
-
#
|
|
6187
5224
|
# @!attribute [rw] instance_id
|
|
6188
5225
|
# The ID of the managed node whose patch state information should be
|
|
6189
5226
|
# retrieved.
|
|
@@ -6265,15 +5302,6 @@ module Aws::SSM
|
|
|
6265
5302
|
include Aws::Structure
|
|
6266
5303
|
end
|
|
6267
5304
|
|
|
6268
|
-
# @note When making an API call, you may pass DescribeInventoryDeletionsRequest
|
|
6269
|
-
# data as a hash:
|
|
6270
|
-
#
|
|
6271
|
-
# {
|
|
6272
|
-
# deletion_id: "UUID",
|
|
6273
|
-
# next_token: "NextToken",
|
|
6274
|
-
# max_results: 1,
|
|
6275
|
-
# }
|
|
6276
|
-
#
|
|
6277
5305
|
# @!attribute [rw] deletion_id
|
|
6278
5306
|
# Specify the delete inventory ID for which you want information. This
|
|
6279
5307
|
# ID was returned by the `DeleteInventory` operation.
|
|
@@ -6318,22 +5346,6 @@ module Aws::SSM
|
|
|
6318
5346
|
include Aws::Structure
|
|
6319
5347
|
end
|
|
6320
5348
|
|
|
6321
|
-
# @note When making an API call, you may pass DescribeMaintenanceWindowExecutionTaskInvocationsRequest
|
|
6322
|
-
# data as a hash:
|
|
6323
|
-
#
|
|
6324
|
-
# {
|
|
6325
|
-
# window_execution_id: "MaintenanceWindowExecutionId", # required
|
|
6326
|
-
# task_id: "MaintenanceWindowExecutionTaskId", # required
|
|
6327
|
-
# filters: [
|
|
6328
|
-
# {
|
|
6329
|
-
# key: "MaintenanceWindowFilterKey",
|
|
6330
|
-
# values: ["MaintenanceWindowFilterValue"],
|
|
6331
|
-
# },
|
|
6332
|
-
# ],
|
|
6333
|
-
# max_results: 1,
|
|
6334
|
-
# next_token: "NextToken",
|
|
6335
|
-
# }
|
|
6336
|
-
#
|
|
6337
5349
|
# @!attribute [rw] window_execution_id
|
|
6338
5350
|
# The ID of the maintenance window execution the task is part of.
|
|
6339
5351
|
# @return [String]
|
|
@@ -6391,21 +5403,6 @@ module Aws::SSM
|
|
|
6391
5403
|
include Aws::Structure
|
|
6392
5404
|
end
|
|
6393
5405
|
|
|
6394
|
-
# @note When making an API call, you may pass DescribeMaintenanceWindowExecutionTasksRequest
|
|
6395
|
-
# data as a hash:
|
|
6396
|
-
#
|
|
6397
|
-
# {
|
|
6398
|
-
# window_execution_id: "MaintenanceWindowExecutionId", # required
|
|
6399
|
-
# filters: [
|
|
6400
|
-
# {
|
|
6401
|
-
# key: "MaintenanceWindowFilterKey",
|
|
6402
|
-
# values: ["MaintenanceWindowFilterValue"],
|
|
6403
|
-
# },
|
|
6404
|
-
# ],
|
|
6405
|
-
# max_results: 1,
|
|
6406
|
-
# next_token: "NextToken",
|
|
6407
|
-
# }
|
|
6408
|
-
#
|
|
6409
5406
|
# @!attribute [rw] window_execution_id
|
|
6410
5407
|
# The ID of the maintenance window execution whose task executions
|
|
6411
5408
|
# should be retrieved.
|
|
@@ -6458,21 +5455,6 @@ module Aws::SSM
|
|
|
6458
5455
|
include Aws::Structure
|
|
6459
5456
|
end
|
|
6460
5457
|
|
|
6461
|
-
# @note When making an API call, you may pass DescribeMaintenanceWindowExecutionsRequest
|
|
6462
|
-
# data as a hash:
|
|
6463
|
-
#
|
|
6464
|
-
# {
|
|
6465
|
-
# window_id: "MaintenanceWindowId", # required
|
|
6466
|
-
# filters: [
|
|
6467
|
-
# {
|
|
6468
|
-
# key: "MaintenanceWindowFilterKey",
|
|
6469
|
-
# values: ["MaintenanceWindowFilterValue"],
|
|
6470
|
-
# },
|
|
6471
|
-
# ],
|
|
6472
|
-
# max_results: 1,
|
|
6473
|
-
# next_token: "NextToken",
|
|
6474
|
-
# }
|
|
6475
|
-
#
|
|
6476
5458
|
# @!attribute [rw] window_id
|
|
6477
5459
|
# The ID of the maintenance window whose executions should be
|
|
6478
5460
|
# retrieved.
|
|
@@ -6529,28 +5511,6 @@ module Aws::SSM
|
|
|
6529
5511
|
include Aws::Structure
|
|
6530
5512
|
end
|
|
6531
5513
|
|
|
6532
|
-
# @note When making an API call, you may pass DescribeMaintenanceWindowScheduleRequest
|
|
6533
|
-
# data as a hash:
|
|
6534
|
-
#
|
|
6535
|
-
# {
|
|
6536
|
-
# window_id: "MaintenanceWindowId",
|
|
6537
|
-
# targets: [
|
|
6538
|
-
# {
|
|
6539
|
-
# key: "TargetKey",
|
|
6540
|
-
# values: ["TargetValue"],
|
|
6541
|
-
# },
|
|
6542
|
-
# ],
|
|
6543
|
-
# resource_type: "INSTANCE", # accepts INSTANCE, RESOURCE_GROUP
|
|
6544
|
-
# filters: [
|
|
6545
|
-
# {
|
|
6546
|
-
# key: "PatchOrchestratorFilterKey",
|
|
6547
|
-
# values: ["PatchOrchestratorFilterValue"],
|
|
6548
|
-
# },
|
|
6549
|
-
# ],
|
|
6550
|
-
# max_results: 1,
|
|
6551
|
-
# next_token: "NextToken",
|
|
6552
|
-
# }
|
|
6553
|
-
#
|
|
6554
5514
|
# @!attribute [rw] window_id
|
|
6555
5515
|
# The ID of the maintenance window to retrieve information about.
|
|
6556
5516
|
# @return [String]
|
|
@@ -6613,21 +5573,6 @@ module Aws::SSM
|
|
|
6613
5573
|
include Aws::Structure
|
|
6614
5574
|
end
|
|
6615
5575
|
|
|
6616
|
-
# @note When making an API call, you may pass DescribeMaintenanceWindowTargetsRequest
|
|
6617
|
-
# data as a hash:
|
|
6618
|
-
#
|
|
6619
|
-
# {
|
|
6620
|
-
# window_id: "MaintenanceWindowId", # required
|
|
6621
|
-
# filters: [
|
|
6622
|
-
# {
|
|
6623
|
-
# key: "MaintenanceWindowFilterKey",
|
|
6624
|
-
# values: ["MaintenanceWindowFilterValue"],
|
|
6625
|
-
# },
|
|
6626
|
-
# ],
|
|
6627
|
-
# max_results: 1,
|
|
6628
|
-
# next_token: "NextToken",
|
|
6629
|
-
# }
|
|
6630
|
-
#
|
|
6631
5576
|
# @!attribute [rw] window_id
|
|
6632
5577
|
# The ID of the maintenance window whose targets should be retrieved.
|
|
6633
5578
|
# @return [String]
|
|
@@ -6678,21 +5623,6 @@ module Aws::SSM
|
|
|
6678
5623
|
include Aws::Structure
|
|
6679
5624
|
end
|
|
6680
5625
|
|
|
6681
|
-
# @note When making an API call, you may pass DescribeMaintenanceWindowTasksRequest
|
|
6682
|
-
# data as a hash:
|
|
6683
|
-
#
|
|
6684
|
-
# {
|
|
6685
|
-
# window_id: "MaintenanceWindowId", # required
|
|
6686
|
-
# filters: [
|
|
6687
|
-
# {
|
|
6688
|
-
# key: "MaintenanceWindowFilterKey",
|
|
6689
|
-
# values: ["MaintenanceWindowFilterValue"],
|
|
6690
|
-
# },
|
|
6691
|
-
# ],
|
|
6692
|
-
# max_results: 1,
|
|
6693
|
-
# next_token: "NextToken",
|
|
6694
|
-
# }
|
|
6695
|
-
#
|
|
6696
5626
|
# @!attribute [rw] window_id
|
|
6697
5627
|
# The ID of the maintenance window whose tasks should be retrieved.
|
|
6698
5628
|
# @return [String]
|
|
@@ -6743,21 +5673,6 @@ module Aws::SSM
|
|
|
6743
5673
|
include Aws::Structure
|
|
6744
5674
|
end
|
|
6745
5675
|
|
|
6746
|
-
# @note When making an API call, you may pass DescribeMaintenanceWindowsForTargetRequest
|
|
6747
|
-
# data as a hash:
|
|
6748
|
-
#
|
|
6749
|
-
# {
|
|
6750
|
-
# targets: [ # required
|
|
6751
|
-
# {
|
|
6752
|
-
# key: "TargetKey",
|
|
6753
|
-
# values: ["TargetValue"],
|
|
6754
|
-
# },
|
|
6755
|
-
# ],
|
|
6756
|
-
# resource_type: "INSTANCE", # required, accepts INSTANCE, RESOURCE_GROUP
|
|
6757
|
-
# max_results: 1,
|
|
6758
|
-
# next_token: "NextToken",
|
|
6759
|
-
# }
|
|
6760
|
-
#
|
|
6761
5676
|
# @!attribute [rw] targets
|
|
6762
5677
|
# The managed node ID or key-value pair to retrieve information about.
|
|
6763
5678
|
# @return [Array<Types::Target>]
|
|
@@ -6808,20 +5723,6 @@ module Aws::SSM
|
|
|
6808
5723
|
include Aws::Structure
|
|
6809
5724
|
end
|
|
6810
5725
|
|
|
6811
|
-
# @note When making an API call, you may pass DescribeMaintenanceWindowsRequest
|
|
6812
|
-
# data as a hash:
|
|
6813
|
-
#
|
|
6814
|
-
# {
|
|
6815
|
-
# filters: [
|
|
6816
|
-
# {
|
|
6817
|
-
# key: "MaintenanceWindowFilterKey",
|
|
6818
|
-
# values: ["MaintenanceWindowFilterValue"],
|
|
6819
|
-
# },
|
|
6820
|
-
# ],
|
|
6821
|
-
# max_results: 1,
|
|
6822
|
-
# next_token: "NextToken",
|
|
6823
|
-
# }
|
|
6824
|
-
#
|
|
6825
5726
|
# @!attribute [rw] filters
|
|
6826
5727
|
# Optional filters used to narrow down the scope of the returned
|
|
6827
5728
|
# maintenance windows. Supported filter keys are `Name` and `Enabled`.
|
|
@@ -6867,21 +5768,6 @@ module Aws::SSM
|
|
|
6867
5768
|
include Aws::Structure
|
|
6868
5769
|
end
|
|
6869
5770
|
|
|
6870
|
-
# @note When making an API call, you may pass DescribeOpsItemsRequest
|
|
6871
|
-
# data as a hash:
|
|
6872
|
-
#
|
|
6873
|
-
# {
|
|
6874
|
-
# ops_item_filters: [
|
|
6875
|
-
# {
|
|
6876
|
-
# key: "Status", # required, accepts Status, CreatedBy, Source, Priority, Title, OpsItemId, CreatedTime, LastModifiedTime, ActualStartTime, ActualEndTime, PlannedStartTime, PlannedEndTime, OperationalData, OperationalDataKey, OperationalDataValue, ResourceId, AutomationId, Category, Severity, OpsItemType, ChangeRequestByRequesterArn, ChangeRequestByRequesterName, ChangeRequestByApproverArn, ChangeRequestByApproverName, ChangeRequestByTemplate, ChangeRequestByTargetsResourceGroup, InsightByType, AccountId
|
|
6877
|
-
# values: ["OpsItemFilterValue"], # required
|
|
6878
|
-
# operator: "Equal", # required, accepts Equal, Contains, GreaterThan, LessThan
|
|
6879
|
-
# },
|
|
6880
|
-
# ],
|
|
6881
|
-
# max_results: 1,
|
|
6882
|
-
# next_token: "String",
|
|
6883
|
-
# }
|
|
6884
|
-
#
|
|
6885
5771
|
# @!attribute [rw] ops_item_filters
|
|
6886
5772
|
# One or more filters to limit the response.
|
|
6887
5773
|
#
|
|
@@ -6985,27 +5871,6 @@ module Aws::SSM
|
|
|
6985
5871
|
include Aws::Structure
|
|
6986
5872
|
end
|
|
6987
5873
|
|
|
6988
|
-
# @note When making an API call, you may pass DescribeParametersRequest
|
|
6989
|
-
# data as a hash:
|
|
6990
|
-
#
|
|
6991
|
-
# {
|
|
6992
|
-
# filters: [
|
|
6993
|
-
# {
|
|
6994
|
-
# key: "Name", # required, accepts Name, Type, KeyId
|
|
6995
|
-
# values: ["ParametersFilterValue"], # required
|
|
6996
|
-
# },
|
|
6997
|
-
# ],
|
|
6998
|
-
# parameter_filters: [
|
|
6999
|
-
# {
|
|
7000
|
-
# key: "ParameterStringFilterKey", # required
|
|
7001
|
-
# option: "ParameterStringQueryOption",
|
|
7002
|
-
# values: ["ParameterStringFilterValue"],
|
|
7003
|
-
# },
|
|
7004
|
-
# ],
|
|
7005
|
-
# max_results: 1,
|
|
7006
|
-
# next_token: "NextToken",
|
|
7007
|
-
# }
|
|
7008
|
-
#
|
|
7009
5874
|
# @!attribute [rw] filters
|
|
7010
5875
|
# This data type is deprecated. Instead, use `ParameterFilters`.
|
|
7011
5876
|
# @return [Array<Types::ParametersFilter>]
|
|
@@ -7053,20 +5918,6 @@ module Aws::SSM
|
|
|
7053
5918
|
include Aws::Structure
|
|
7054
5919
|
end
|
|
7055
5920
|
|
|
7056
|
-
# @note When making an API call, you may pass DescribePatchBaselinesRequest
|
|
7057
|
-
# data as a hash:
|
|
7058
|
-
#
|
|
7059
|
-
# {
|
|
7060
|
-
# filters: [
|
|
7061
|
-
# {
|
|
7062
|
-
# key: "PatchOrchestratorFilterKey",
|
|
7063
|
-
# values: ["PatchOrchestratorFilterValue"],
|
|
7064
|
-
# },
|
|
7065
|
-
# ],
|
|
7066
|
-
# max_results: 1,
|
|
7067
|
-
# next_token: "NextToken",
|
|
7068
|
-
# }
|
|
7069
|
-
#
|
|
7070
5921
|
# @!attribute [rw] filters
|
|
7071
5922
|
# Each element in the array is a structure containing a key-value
|
|
7072
5923
|
# pair.
|
|
@@ -7123,13 +5974,6 @@ module Aws::SSM
|
|
|
7123
5974
|
include Aws::Structure
|
|
7124
5975
|
end
|
|
7125
5976
|
|
|
7126
|
-
# @note When making an API call, you may pass DescribePatchGroupStateRequest
|
|
7127
|
-
# data as a hash:
|
|
7128
|
-
#
|
|
7129
|
-
# {
|
|
7130
|
-
# patch_group: "PatchGroup", # required
|
|
7131
|
-
# }
|
|
7132
|
-
#
|
|
7133
5977
|
# @!attribute [rw] patch_group
|
|
7134
5978
|
# The name of the patch group whose patch snapshot should be
|
|
7135
5979
|
# retrieved.
|
|
@@ -7237,20 +6081,6 @@ module Aws::SSM
|
|
|
7237
6081
|
include Aws::Structure
|
|
7238
6082
|
end
|
|
7239
6083
|
|
|
7240
|
-
# @note When making an API call, you may pass DescribePatchGroupsRequest
|
|
7241
|
-
# data as a hash:
|
|
7242
|
-
#
|
|
7243
|
-
# {
|
|
7244
|
-
# max_results: 1,
|
|
7245
|
-
# filters: [
|
|
7246
|
-
# {
|
|
7247
|
-
# key: "PatchOrchestratorFilterKey",
|
|
7248
|
-
# values: ["PatchOrchestratorFilterValue"],
|
|
7249
|
-
# },
|
|
7250
|
-
# ],
|
|
7251
|
-
# next_token: "NextToken",
|
|
7252
|
-
# }
|
|
7253
|
-
#
|
|
7254
6084
|
# @!attribute [rw] max_results
|
|
7255
6085
|
# The maximum number of patch groups to return (per page).
|
|
7256
6086
|
# @return [Integer]
|
|
@@ -7308,17 +6138,6 @@ module Aws::SSM
|
|
|
7308
6138
|
include Aws::Structure
|
|
7309
6139
|
end
|
|
7310
6140
|
|
|
7311
|
-
# @note When making an API call, you may pass DescribePatchPropertiesRequest
|
|
7312
|
-
# data as a hash:
|
|
7313
|
-
#
|
|
7314
|
-
# {
|
|
7315
|
-
# operating_system: "WINDOWS", # required, accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, AMAZON_LINUX_2022, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
|
|
7316
|
-
# property: "PRODUCT", # required, accepts PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PRIORITY, SEVERITY
|
|
7317
|
-
# patch_set: "OS", # accepts OS, APPLICATION
|
|
7318
|
-
# max_results: 1,
|
|
7319
|
-
# next_token: "NextToken",
|
|
7320
|
-
# }
|
|
7321
|
-
#
|
|
7322
6141
|
# @!attribute [rw] operating_system
|
|
7323
6142
|
# The operating system type for which to list patches.
|
|
7324
6143
|
# @return [String]
|
|
@@ -7375,21 +6194,6 @@ module Aws::SSM
|
|
|
7375
6194
|
include Aws::Structure
|
|
7376
6195
|
end
|
|
7377
6196
|
|
|
7378
|
-
# @note When making an API call, you may pass DescribeSessionsRequest
|
|
7379
|
-
# data as a hash:
|
|
7380
|
-
#
|
|
7381
|
-
# {
|
|
7382
|
-
# state: "Active", # required, accepts Active, History
|
|
7383
|
-
# max_results: 1,
|
|
7384
|
-
# next_token: "NextToken",
|
|
7385
|
-
# filters: [
|
|
7386
|
-
# {
|
|
7387
|
-
# key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Target, Owner, Status, SessionId
|
|
7388
|
-
# value: "SessionFilterValue", # required
|
|
7389
|
-
# },
|
|
7390
|
-
# ],
|
|
7391
|
-
# }
|
|
7392
|
-
#
|
|
7393
6197
|
# @!attribute [rw] state
|
|
7394
6198
|
# The session status to retrieve a list of sessions for. For example,
|
|
7395
6199
|
# "Active".
|
|
@@ -7440,14 +6244,6 @@ module Aws::SSM
|
|
|
7440
6244
|
include Aws::Structure
|
|
7441
6245
|
end
|
|
7442
6246
|
|
|
7443
|
-
# @note When making an API call, you may pass DisassociateOpsItemRelatedItemRequest
|
|
7444
|
-
# data as a hash:
|
|
7445
|
-
#
|
|
7446
|
-
# {
|
|
7447
|
-
# ops_item_id: "OpsItemId", # required
|
|
7448
|
-
# association_id: "OpsItemRelatedItemAssociationId", # required
|
|
7449
|
-
# }
|
|
7450
|
-
#
|
|
7451
6247
|
# @!attribute [rw] ops_item_id
|
|
7452
6248
|
# The ID of the OpsItem for which you want to delete an association
|
|
7453
6249
|
# between the OpsItem and a related item.
|
|
@@ -7699,14 +6495,6 @@ module Aws::SSM
|
|
|
7699
6495
|
|
|
7700
6496
|
# This data type is deprecated. Instead, use DocumentKeyValuesFilter.
|
|
7701
6497
|
#
|
|
7702
|
-
# @note When making an API call, you may pass DocumentFilter
|
|
7703
|
-
# data as a hash:
|
|
7704
|
-
#
|
|
7705
|
-
# {
|
|
7706
|
-
# key: "Name", # required, accepts Name, Owner, PlatformTypes, DocumentType
|
|
7707
|
-
# value: "DocumentFilterValue", # required
|
|
7708
|
-
# }
|
|
7709
|
-
#
|
|
7710
6498
|
# @!attribute [rw] key
|
|
7711
6499
|
# The name of the filter.
|
|
7712
6500
|
# @return [String]
|
|
@@ -7898,14 +6686,6 @@ module Aws::SSM
|
|
|
7898
6686
|
#
|
|
7899
6687
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
|
|
7900
6688
|
#
|
|
7901
|
-
# @note When making an API call, you may pass DocumentKeyValuesFilter
|
|
7902
|
-
# data as a hash:
|
|
7903
|
-
#
|
|
7904
|
-
# {
|
|
7905
|
-
# key: "DocumentKeyValuesFilterKey",
|
|
7906
|
-
# values: ["DocumentKeyValuesFilterValue"],
|
|
7907
|
-
# }
|
|
7908
|
-
#
|
|
7909
6689
|
# @!attribute [rw] key
|
|
7910
6690
|
# The name of the filter key.
|
|
7911
6691
|
# @return [String]
|
|
@@ -8006,14 +6786,6 @@ module Aws::SSM
|
|
|
8006
6786
|
|
|
8007
6787
|
# An SSM document required by the current document.
|
|
8008
6788
|
#
|
|
8009
|
-
# @note When making an API call, you may pass DocumentRequires
|
|
8010
|
-
# data as a hash:
|
|
8011
|
-
#
|
|
8012
|
-
# {
|
|
8013
|
-
# name: "DocumentARN", # required
|
|
8014
|
-
# version: "DocumentVersion",
|
|
8015
|
-
# }
|
|
8016
|
-
#
|
|
8017
6789
|
# @!attribute [rw] name
|
|
8018
6790
|
# The name of the required SSM document. The name can be an Amazon
|
|
8019
6791
|
# Resource Name (ARN).
|
|
@@ -8023,25 +6795,29 @@ module Aws::SSM
|
|
|
8023
6795
|
# The document version required by the current document.
|
|
8024
6796
|
# @return [String]
|
|
8025
6797
|
#
|
|
6798
|
+
# @!attribute [rw] require_type
|
|
6799
|
+
# The document type of the required SSM document.
|
|
6800
|
+
# @return [String]
|
|
6801
|
+
#
|
|
6802
|
+
# @!attribute [rw] version_name
|
|
6803
|
+
# An optional field specifying the version of the artifact associated
|
|
6804
|
+
# with the document. For example, "Release 12, Update 6". This value
|
|
6805
|
+
# is unique across all versions of a document, and can't be changed.
|
|
6806
|
+
# @return [String]
|
|
6807
|
+
#
|
|
8026
6808
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DocumentRequires AWS API Documentation
|
|
8027
6809
|
#
|
|
8028
6810
|
class DocumentRequires < Struct.new(
|
|
8029
6811
|
:name,
|
|
8030
|
-
:version
|
|
6812
|
+
:version,
|
|
6813
|
+
:require_type,
|
|
6814
|
+
:version_name)
|
|
8031
6815
|
SENSITIVE = []
|
|
8032
6816
|
include Aws::Structure
|
|
8033
6817
|
end
|
|
8034
6818
|
|
|
8035
6819
|
# Information about comments added to a document review request.
|
|
8036
6820
|
#
|
|
8037
|
-
# @note When making an API call, you may pass DocumentReviewCommentSource
|
|
8038
|
-
# data as a hash:
|
|
8039
|
-
#
|
|
8040
|
-
# {
|
|
8041
|
-
# type: "Comment", # accepts Comment
|
|
8042
|
-
# content: "DocumentReviewComment",
|
|
8043
|
-
# }
|
|
8044
|
-
#
|
|
8045
6821
|
# @!attribute [rw] type
|
|
8046
6822
|
# The type of information added to a review request. Currently, only
|
|
8047
6823
|
# the value `Comment` is supported.
|
|
@@ -8109,19 +6885,6 @@ module Aws::SSM
|
|
|
8109
6885
|
|
|
8110
6886
|
# Information about a document approval review.
|
|
8111
6887
|
#
|
|
8112
|
-
# @note When making an API call, you may pass DocumentReviews
|
|
8113
|
-
# data as a hash:
|
|
8114
|
-
#
|
|
8115
|
-
# {
|
|
8116
|
-
# action: "SendForReview", # required, accepts SendForReview, UpdateReview, Approve, Reject
|
|
8117
|
-
# comment: [
|
|
8118
|
-
# {
|
|
8119
|
-
# type: "Comment", # accepts Comment
|
|
8120
|
-
# content: "DocumentReviewComment",
|
|
8121
|
-
# },
|
|
8122
|
-
# ],
|
|
8123
|
-
# }
|
|
8124
|
-
#
|
|
8125
6888
|
# @!attribute [rw] action
|
|
8126
6889
|
# The action to take on a document approval review request.
|
|
8127
6890
|
# @return [String]
|
|
@@ -8372,13 +7135,6 @@ module Aws::SSM
|
|
|
8372
7135
|
include Aws::Structure
|
|
8373
7136
|
end
|
|
8374
7137
|
|
|
8375
|
-
# @note When making an API call, you may pass GetAutomationExecutionRequest
|
|
8376
|
-
# data as a hash:
|
|
8377
|
-
#
|
|
8378
|
-
# {
|
|
8379
|
-
# automation_execution_id: "AutomationExecutionId", # required
|
|
8380
|
-
# }
|
|
8381
|
-
#
|
|
8382
7138
|
# @!attribute [rw] automation_execution_id
|
|
8383
7139
|
# The unique identifier for an existing automation execution to
|
|
8384
7140
|
# examine. The execution ID is returned by StartAutomationExecution
|
|
@@ -8406,14 +7162,6 @@ module Aws::SSM
|
|
|
8406
7162
|
include Aws::Structure
|
|
8407
7163
|
end
|
|
8408
7164
|
|
|
8409
|
-
# @note When making an API call, you may pass GetCalendarStateRequest
|
|
8410
|
-
# data as a hash:
|
|
8411
|
-
#
|
|
8412
|
-
# {
|
|
8413
|
-
# calendar_names: ["CalendarNameOrARN"], # required
|
|
8414
|
-
# at_time: "ISO8601String",
|
|
8415
|
-
# }
|
|
8416
|
-
#
|
|
8417
7165
|
# @!attribute [rw] calendar_names
|
|
8418
7166
|
# The names or Amazon Resource Names (ARNs) of the Systems Manager
|
|
8419
7167
|
# documents (SSM documents) that represent the calendar entries for
|
|
@@ -8476,15 +7224,6 @@ module Aws::SSM
|
|
|
8476
7224
|
include Aws::Structure
|
|
8477
7225
|
end
|
|
8478
7226
|
|
|
8479
|
-
# @note When making an API call, you may pass GetCommandInvocationRequest
|
|
8480
|
-
# data as a hash:
|
|
8481
|
-
#
|
|
8482
|
-
# {
|
|
8483
|
-
# command_id: "CommandId", # required
|
|
8484
|
-
# instance_id: "InstanceId", # required
|
|
8485
|
-
# plugin_name: "CommandPluginName",
|
|
8486
|
-
# }
|
|
8487
|
-
#
|
|
8488
7227
|
# @!attribute [rw] command_id
|
|
8489
7228
|
# (Required) The parent command ID of the invocation plugin.
|
|
8490
7229
|
# @return [String]
|
|
@@ -8703,13 +7442,6 @@ module Aws::SSM
|
|
|
8703
7442
|
include Aws::Structure
|
|
8704
7443
|
end
|
|
8705
7444
|
|
|
8706
|
-
# @note When making an API call, you may pass GetConnectionStatusRequest
|
|
8707
|
-
# data as a hash:
|
|
8708
|
-
#
|
|
8709
|
-
# {
|
|
8710
|
-
# target: "SessionTarget", # required
|
|
8711
|
-
# }
|
|
8712
|
-
#
|
|
8713
7445
|
# @!attribute [rw] target
|
|
8714
7446
|
# The managed node ID.
|
|
8715
7447
|
# @return [String]
|
|
@@ -8740,13 +7472,6 @@ module Aws::SSM
|
|
|
8740
7472
|
include Aws::Structure
|
|
8741
7473
|
end
|
|
8742
7474
|
|
|
8743
|
-
# @note When making an API call, you may pass GetDefaultPatchBaselineRequest
|
|
8744
|
-
# data as a hash:
|
|
8745
|
-
#
|
|
8746
|
-
# {
|
|
8747
|
-
# operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, AMAZON_LINUX_2022, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
|
|
8748
|
-
# }
|
|
8749
|
-
#
|
|
8750
7475
|
# @!attribute [rw] operating_system
|
|
8751
7476
|
# Returns the default patch baseline for the specified operating
|
|
8752
7477
|
# system.
|
|
@@ -8777,55 +7502,6 @@ module Aws::SSM
|
|
|
8777
7502
|
include Aws::Structure
|
|
8778
7503
|
end
|
|
8779
7504
|
|
|
8780
|
-
# @note When making an API call, you may pass GetDeployablePatchSnapshotForInstanceRequest
|
|
8781
|
-
# data as a hash:
|
|
8782
|
-
#
|
|
8783
|
-
# {
|
|
8784
|
-
# instance_id: "InstanceId", # required
|
|
8785
|
-
# snapshot_id: "SnapshotId", # required
|
|
8786
|
-
# baseline_override: {
|
|
8787
|
-
# operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, AMAZON_LINUX_2022, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
|
|
8788
|
-
# global_filters: {
|
|
8789
|
-
# patch_filters: [ # required
|
|
8790
|
-
# {
|
|
8791
|
-
# key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
|
|
8792
|
-
# values: ["PatchFilterValue"], # required
|
|
8793
|
-
# },
|
|
8794
|
-
# ],
|
|
8795
|
-
# },
|
|
8796
|
-
# approval_rules: {
|
|
8797
|
-
# patch_rules: [ # required
|
|
8798
|
-
# {
|
|
8799
|
-
# patch_filter_group: { # required
|
|
8800
|
-
# patch_filters: [ # required
|
|
8801
|
-
# {
|
|
8802
|
-
# key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
|
|
8803
|
-
# values: ["PatchFilterValue"], # required
|
|
8804
|
-
# },
|
|
8805
|
-
# ],
|
|
8806
|
-
# },
|
|
8807
|
-
# compliance_level: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL, UNSPECIFIED
|
|
8808
|
-
# approve_after_days: 1,
|
|
8809
|
-
# approve_until_date: "PatchStringDateTime",
|
|
8810
|
-
# enable_non_security: false,
|
|
8811
|
-
# },
|
|
8812
|
-
# ],
|
|
8813
|
-
# },
|
|
8814
|
-
# approved_patches: ["PatchId"],
|
|
8815
|
-
# approved_patches_compliance_level: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL, UNSPECIFIED
|
|
8816
|
-
# rejected_patches: ["PatchId"],
|
|
8817
|
-
# rejected_patches_action: "ALLOW_AS_DEPENDENCY", # accepts ALLOW_AS_DEPENDENCY, BLOCK
|
|
8818
|
-
# approved_patches_enable_non_security: false,
|
|
8819
|
-
# sources: [
|
|
8820
|
-
# {
|
|
8821
|
-
# name: "PatchSourceName", # required
|
|
8822
|
-
# products: ["PatchSourceProduct"], # required
|
|
8823
|
-
# configuration: "PatchSourceConfiguration", # required
|
|
8824
|
-
# },
|
|
8825
|
-
# ],
|
|
8826
|
-
# },
|
|
8827
|
-
# }
|
|
8828
|
-
#
|
|
8829
7505
|
# @!attribute [rw] instance_id
|
|
8830
7506
|
# The ID of the managed node for which the appropriate patch snapshot
|
|
8831
7507
|
# should be retrieved.
|
|
@@ -8880,16 +7556,6 @@ module Aws::SSM
|
|
|
8880
7556
|
include Aws::Structure
|
|
8881
7557
|
end
|
|
8882
7558
|
|
|
8883
|
-
# @note When making an API call, you may pass GetDocumentRequest
|
|
8884
|
-
# data as a hash:
|
|
8885
|
-
#
|
|
8886
|
-
# {
|
|
8887
|
-
# name: "DocumentARN", # required
|
|
8888
|
-
# version_name: "DocumentVersionName",
|
|
8889
|
-
# document_version: "DocumentVersion",
|
|
8890
|
-
# document_format: "YAML", # accepts YAML, JSON, TEXT
|
|
8891
|
-
# }
|
|
8892
|
-
#
|
|
8893
7559
|
# @!attribute [rw] name
|
|
8894
7560
|
# The name of the SSM document.
|
|
8895
7561
|
# @return [String]
|
|
@@ -9013,46 +7679,6 @@ module Aws::SSM
|
|
|
9013
7679
|
include Aws::Structure
|
|
9014
7680
|
end
|
|
9015
7681
|
|
|
9016
|
-
# @note When making an API call, you may pass GetInventoryRequest
|
|
9017
|
-
# data as a hash:
|
|
9018
|
-
#
|
|
9019
|
-
# {
|
|
9020
|
-
# filters: [
|
|
9021
|
-
# {
|
|
9022
|
-
# key: "InventoryFilterKey", # required
|
|
9023
|
-
# values: ["InventoryFilterValue"], # required
|
|
9024
|
-
# type: "Equal", # accepts Equal, NotEqual, BeginWith, LessThan, GreaterThan, Exists
|
|
9025
|
-
# },
|
|
9026
|
-
# ],
|
|
9027
|
-
# aggregators: [
|
|
9028
|
-
# {
|
|
9029
|
-
# expression: "InventoryAggregatorExpression",
|
|
9030
|
-
# aggregators: {
|
|
9031
|
-
# # recursive InventoryAggregatorList
|
|
9032
|
-
# },
|
|
9033
|
-
# groups: [
|
|
9034
|
-
# {
|
|
9035
|
-
# name: "InventoryGroupName", # required
|
|
9036
|
-
# filters: [ # required
|
|
9037
|
-
# {
|
|
9038
|
-
# key: "InventoryFilterKey", # required
|
|
9039
|
-
# values: ["InventoryFilterValue"], # required
|
|
9040
|
-
# type: "Equal", # accepts Equal, NotEqual, BeginWith, LessThan, GreaterThan, Exists
|
|
9041
|
-
# },
|
|
9042
|
-
# ],
|
|
9043
|
-
# },
|
|
9044
|
-
# ],
|
|
9045
|
-
# },
|
|
9046
|
-
# ],
|
|
9047
|
-
# result_attributes: [
|
|
9048
|
-
# {
|
|
9049
|
-
# type_name: "InventoryItemTypeName", # required
|
|
9050
|
-
# },
|
|
9051
|
-
# ],
|
|
9052
|
-
# next_token: "NextToken",
|
|
9053
|
-
# max_results: 1,
|
|
9054
|
-
# }
|
|
9055
|
-
#
|
|
9056
7682
|
# @!attribute [rw] filters
|
|
9057
7683
|
# One or more filters. Use a filter to return a more specific list of
|
|
9058
7684
|
# results.
|
|
@@ -9112,17 +7738,6 @@ module Aws::SSM
|
|
|
9112
7738
|
include Aws::Structure
|
|
9113
7739
|
end
|
|
9114
7740
|
|
|
9115
|
-
# @note When making an API call, you may pass GetInventorySchemaRequest
|
|
9116
|
-
# data as a hash:
|
|
9117
|
-
#
|
|
9118
|
-
# {
|
|
9119
|
-
# type_name: "InventoryItemTypeNameFilter",
|
|
9120
|
-
# next_token: "NextToken",
|
|
9121
|
-
# max_results: 1,
|
|
9122
|
-
# aggregator: false,
|
|
9123
|
-
# sub_type: false,
|
|
9124
|
-
# }
|
|
9125
|
-
#
|
|
9126
7741
|
# @!attribute [rw] type_name
|
|
9127
7742
|
# The type of inventory item to return.
|
|
9128
7743
|
# @return [String]
|
|
@@ -9179,13 +7794,6 @@ module Aws::SSM
|
|
|
9179
7794
|
include Aws::Structure
|
|
9180
7795
|
end
|
|
9181
7796
|
|
|
9182
|
-
# @note When making an API call, you may pass GetMaintenanceWindowExecutionRequest
|
|
9183
|
-
# data as a hash:
|
|
9184
|
-
#
|
|
9185
|
-
# {
|
|
9186
|
-
# window_execution_id: "MaintenanceWindowExecutionId", # required
|
|
9187
|
-
# }
|
|
9188
|
-
#
|
|
9189
7797
|
# @!attribute [rw] window_execution_id
|
|
9190
7798
|
# The ID of the maintenance window execution that includes the task.
|
|
9191
7799
|
# @return [String]
|
|
@@ -9236,15 +7844,6 @@ module Aws::SSM
|
|
|
9236
7844
|
include Aws::Structure
|
|
9237
7845
|
end
|
|
9238
7846
|
|
|
9239
|
-
# @note When making an API call, you may pass GetMaintenanceWindowExecutionTaskInvocationRequest
|
|
9240
|
-
# data as a hash:
|
|
9241
|
-
#
|
|
9242
|
-
# {
|
|
9243
|
-
# window_execution_id: "MaintenanceWindowExecutionId", # required
|
|
9244
|
-
# task_id: "MaintenanceWindowExecutionTaskId", # required
|
|
9245
|
-
# invocation_id: "MaintenanceWindowExecutionTaskInvocationId", # required
|
|
9246
|
-
# }
|
|
9247
|
-
#
|
|
9248
7847
|
# @!attribute [rw] window_execution_id
|
|
9249
7848
|
# The ID of the maintenance window execution for which the task is a
|
|
9250
7849
|
# part.
|
|
@@ -9339,14 +7938,6 @@ module Aws::SSM
|
|
|
9339
7938
|
include Aws::Structure
|
|
9340
7939
|
end
|
|
9341
7940
|
|
|
9342
|
-
# @note When making an API call, you may pass GetMaintenanceWindowExecutionTaskRequest
|
|
9343
|
-
# data as a hash:
|
|
9344
|
-
#
|
|
9345
|
-
# {
|
|
9346
|
-
# window_execution_id: "MaintenanceWindowExecutionId", # required
|
|
9347
|
-
# task_id: "MaintenanceWindowExecutionTaskId", # required
|
|
9348
|
-
# }
|
|
9349
|
-
#
|
|
9350
7941
|
# @!attribute [rw] window_execution_id
|
|
9351
7942
|
# The ID of the maintenance window execution that includes the task.
|
|
9352
7943
|
# @return [String]
|
|
@@ -9467,13 +8058,6 @@ module Aws::SSM
|
|
|
9467
8058
|
include Aws::Structure
|
|
9468
8059
|
end
|
|
9469
8060
|
|
|
9470
|
-
# @note When making an API call, you may pass GetMaintenanceWindowRequest
|
|
9471
|
-
# data as a hash:
|
|
9472
|
-
#
|
|
9473
|
-
# {
|
|
9474
|
-
# window_id: "MaintenanceWindowId", # required
|
|
9475
|
-
# }
|
|
9476
|
-
#
|
|
9477
8061
|
# @!attribute [rw] window_id
|
|
9478
8062
|
# The ID of the maintenance window for which you want to retrieve
|
|
9479
8063
|
# information.
|
|
@@ -9588,14 +8172,6 @@ module Aws::SSM
|
|
|
9588
8172
|
include Aws::Structure
|
|
9589
8173
|
end
|
|
9590
8174
|
|
|
9591
|
-
# @note When making an API call, you may pass GetMaintenanceWindowTaskRequest
|
|
9592
|
-
# data as a hash:
|
|
9593
|
-
#
|
|
9594
|
-
# {
|
|
9595
|
-
# window_id: "MaintenanceWindowId", # required
|
|
9596
|
-
# window_task_id: "MaintenanceWindowTaskId", # required
|
|
9597
|
-
# }
|
|
9598
|
-
#
|
|
9599
8175
|
# @!attribute [rw] window_id
|
|
9600
8176
|
# The maintenance window ID that includes the task to retrieve.
|
|
9601
8177
|
# @return [String]
|
|
@@ -9752,14 +8328,6 @@ module Aws::SSM
|
|
|
9752
8328
|
include Aws::Structure
|
|
9753
8329
|
end
|
|
9754
8330
|
|
|
9755
|
-
# @note When making an API call, you may pass GetOpsItemRequest
|
|
9756
|
-
# data as a hash:
|
|
9757
|
-
#
|
|
9758
|
-
# {
|
|
9759
|
-
# ops_item_id: "OpsItemId", # required
|
|
9760
|
-
# ops_item_arn: "OpsItemArn",
|
|
9761
|
-
# }
|
|
9762
|
-
#
|
|
9763
8331
|
# @!attribute [rw] ops_item_id
|
|
9764
8332
|
# The ID of the OpsItem that you want to get.
|
|
9765
8333
|
# @return [String]
|
|
@@ -9789,15 +8357,6 @@ module Aws::SSM
|
|
|
9789
8357
|
include Aws::Structure
|
|
9790
8358
|
end
|
|
9791
8359
|
|
|
9792
|
-
# @note When making an API call, you may pass GetOpsMetadataRequest
|
|
9793
|
-
# data as a hash:
|
|
9794
|
-
#
|
|
9795
|
-
# {
|
|
9796
|
-
# ops_metadata_arn: "OpsMetadataArn", # required
|
|
9797
|
-
# max_results: 1,
|
|
9798
|
-
# next_token: "NextToken",
|
|
9799
|
-
# }
|
|
9800
|
-
#
|
|
9801
8360
|
# @!attribute [rw] ops_metadata_arn
|
|
9802
8361
|
# The Amazon Resource Name (ARN) of an OpsMetadata Object to view.
|
|
9803
8362
|
# @return [String]
|
|
@@ -9846,47 +8405,6 @@ module Aws::SSM
|
|
|
9846
8405
|
include Aws::Structure
|
|
9847
8406
|
end
|
|
9848
8407
|
|
|
9849
|
-
# @note When making an API call, you may pass GetOpsSummaryRequest
|
|
9850
|
-
# data as a hash:
|
|
9851
|
-
#
|
|
9852
|
-
# {
|
|
9853
|
-
# sync_name: "ResourceDataSyncName",
|
|
9854
|
-
# filters: [
|
|
9855
|
-
# {
|
|
9856
|
-
# key: "OpsFilterKey", # required
|
|
9857
|
-
# values: ["OpsFilterValue"], # required
|
|
9858
|
-
# type: "Equal", # accepts Equal, NotEqual, BeginWith, LessThan, GreaterThan, Exists
|
|
9859
|
-
# },
|
|
9860
|
-
# ],
|
|
9861
|
-
# aggregators: [
|
|
9862
|
-
# {
|
|
9863
|
-
# aggregator_type: "OpsAggregatorType",
|
|
9864
|
-
# type_name: "OpsDataTypeName",
|
|
9865
|
-
# attribute_name: "OpsDataAttributeName",
|
|
9866
|
-
# values: {
|
|
9867
|
-
# "OpsAggregatorValueKey" => "OpsAggregatorValue",
|
|
9868
|
-
# },
|
|
9869
|
-
# filters: [
|
|
9870
|
-
# {
|
|
9871
|
-
# key: "OpsFilterKey", # required
|
|
9872
|
-
# values: ["OpsFilterValue"], # required
|
|
9873
|
-
# type: "Equal", # accepts Equal, NotEqual, BeginWith, LessThan, GreaterThan, Exists
|
|
9874
|
-
# },
|
|
9875
|
-
# ],
|
|
9876
|
-
# aggregators: {
|
|
9877
|
-
# # recursive OpsAggregatorList
|
|
9878
|
-
# },
|
|
9879
|
-
# },
|
|
9880
|
-
# ],
|
|
9881
|
-
# result_attributes: [
|
|
9882
|
-
# {
|
|
9883
|
-
# type_name: "OpsDataTypeName", # required
|
|
9884
|
-
# },
|
|
9885
|
-
# ],
|
|
9886
|
-
# next_token: "NextToken",
|
|
9887
|
-
# max_results: 1,
|
|
9888
|
-
# }
|
|
9889
|
-
#
|
|
9890
8408
|
# @!attribute [rw] sync_name
|
|
9891
8409
|
# Specify the name of a resource data sync to get.
|
|
9892
8410
|
# @return [String]
|
|
@@ -9946,16 +8464,6 @@ module Aws::SSM
|
|
|
9946
8464
|
include Aws::Structure
|
|
9947
8465
|
end
|
|
9948
8466
|
|
|
9949
|
-
# @note When making an API call, you may pass GetParameterHistoryRequest
|
|
9950
|
-
# data as a hash:
|
|
9951
|
-
#
|
|
9952
|
-
# {
|
|
9953
|
-
# name: "PSParameterName", # required
|
|
9954
|
-
# with_decryption: false,
|
|
9955
|
-
# max_results: 1,
|
|
9956
|
-
# next_token: "NextToken",
|
|
9957
|
-
# }
|
|
9958
|
-
#
|
|
9959
8467
|
# @!attribute [rw] name
|
|
9960
8468
|
# The name of the parameter for which you want to review history.
|
|
9961
8469
|
# @return [String]
|
|
@@ -10005,14 +8513,6 @@ module Aws::SSM
|
|
|
10005
8513
|
include Aws::Structure
|
|
10006
8514
|
end
|
|
10007
8515
|
|
|
10008
|
-
# @note When making an API call, you may pass GetParameterRequest
|
|
10009
|
-
# data as a hash:
|
|
10010
|
-
#
|
|
10011
|
-
# {
|
|
10012
|
-
# name: "PSParameterName", # required
|
|
10013
|
-
# with_decryption: false,
|
|
10014
|
-
# }
|
|
10015
|
-
#
|
|
10016
8516
|
# @!attribute [rw] name
|
|
10017
8517
|
# The name of the parameter you want to query.
|
|
10018
8518
|
#
|
|
@@ -10046,24 +8546,6 @@ module Aws::SSM
|
|
|
10046
8546
|
include Aws::Structure
|
|
10047
8547
|
end
|
|
10048
8548
|
|
|
10049
|
-
# @note When making an API call, you may pass GetParametersByPathRequest
|
|
10050
|
-
# data as a hash:
|
|
10051
|
-
#
|
|
10052
|
-
# {
|
|
10053
|
-
# path: "PSParameterName", # required
|
|
10054
|
-
# recursive: false,
|
|
10055
|
-
# parameter_filters: [
|
|
10056
|
-
# {
|
|
10057
|
-
# key: "ParameterStringFilterKey", # required
|
|
10058
|
-
# option: "ParameterStringQueryOption",
|
|
10059
|
-
# values: ["ParameterStringFilterValue"],
|
|
10060
|
-
# },
|
|
10061
|
-
# ],
|
|
10062
|
-
# with_decryption: false,
|
|
10063
|
-
# max_results: 1,
|
|
10064
|
-
# next_token: "NextToken",
|
|
10065
|
-
# }
|
|
10066
|
-
#
|
|
10067
8549
|
# @!attribute [rw] path
|
|
10068
8550
|
# The hierarchy for the parameter. Hierarchies start with a forward
|
|
10069
8551
|
# slash (/). The hierarchy is the parameter name except the last part
|
|
@@ -10143,14 +8625,6 @@ module Aws::SSM
|
|
|
10143
8625
|
include Aws::Structure
|
|
10144
8626
|
end
|
|
10145
8627
|
|
|
10146
|
-
# @note When making an API call, you may pass GetParametersRequest
|
|
10147
|
-
# data as a hash:
|
|
10148
|
-
#
|
|
10149
|
-
# {
|
|
10150
|
-
# names: ["PSParameterName"], # required
|
|
10151
|
-
# with_decryption: false,
|
|
10152
|
-
# }
|
|
10153
|
-
#
|
|
10154
8628
|
# @!attribute [rw] names
|
|
10155
8629
|
# Names of the parameters for which you want to query information.
|
|
10156
8630
|
#
|
|
@@ -10191,14 +8665,6 @@ module Aws::SSM
|
|
|
10191
8665
|
include Aws::Structure
|
|
10192
8666
|
end
|
|
10193
8667
|
|
|
10194
|
-
# @note When making an API call, you may pass GetPatchBaselineForPatchGroupRequest
|
|
10195
|
-
# data as a hash:
|
|
10196
|
-
#
|
|
10197
|
-
# {
|
|
10198
|
-
# patch_group: "PatchGroup", # required
|
|
10199
|
-
# operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, AMAZON_LINUX_2022, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
|
|
10200
|
-
# }
|
|
10201
|
-
#
|
|
10202
8668
|
# @!attribute [rw] patch_group
|
|
10203
8669
|
# The name of the patch group whose patch baseline should be
|
|
10204
8670
|
# retrieved.
|
|
@@ -10242,13 +8708,6 @@ module Aws::SSM
|
|
|
10242
8708
|
include Aws::Structure
|
|
10243
8709
|
end
|
|
10244
8710
|
|
|
10245
|
-
# @note When making an API call, you may pass GetPatchBaselineRequest
|
|
10246
|
-
# data as a hash:
|
|
10247
|
-
#
|
|
10248
|
-
# {
|
|
10249
|
-
# baseline_id: "BaselineId", # required
|
|
10250
|
-
# }
|
|
10251
|
-
#
|
|
10252
8711
|
# @!attribute [rw] baseline_id
|
|
10253
8712
|
# The ID of the patch baseline to retrieve.
|
|
10254
8713
|
#
|
|
@@ -10360,15 +8819,6 @@ module Aws::SSM
|
|
|
10360
8819
|
include Aws::Structure
|
|
10361
8820
|
end
|
|
10362
8821
|
|
|
10363
|
-
# @note When making an API call, you may pass GetResourcePoliciesRequest
|
|
10364
|
-
# data as a hash:
|
|
10365
|
-
#
|
|
10366
|
-
# {
|
|
10367
|
-
# resource_arn: "ResourceArnString", # required
|
|
10368
|
-
# next_token: "String",
|
|
10369
|
-
# max_results: 1,
|
|
10370
|
-
# }
|
|
10371
|
-
#
|
|
10372
8822
|
# @!attribute [rw] resource_arn
|
|
10373
8823
|
# Amazon Resource Name (ARN) of the resource to which the policies are
|
|
10374
8824
|
# attached.
|
|
@@ -10451,13 +8901,6 @@ module Aws::SSM
|
|
|
10451
8901
|
|
|
10452
8902
|
# The request body of the GetServiceSetting API operation.
|
|
10453
8903
|
#
|
|
10454
|
-
# @note When making an API call, you may pass GetServiceSettingRequest
|
|
10455
|
-
# data as a hash:
|
|
10456
|
-
#
|
|
10457
|
-
# {
|
|
10458
|
-
# setting_id: "ServiceSettingId", # required
|
|
10459
|
-
# }
|
|
10460
|
-
#
|
|
10461
8904
|
# @!attribute [rw] setting_id
|
|
10462
8905
|
# The ID of the service setting to get. The setting ID can be one of
|
|
10463
8906
|
# the following.
|
|
@@ -10633,17 +9076,6 @@ module Aws::SSM
|
|
|
10633
9076
|
#
|
|
10634
9077
|
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-state-assoc.html
|
|
10635
9078
|
#
|
|
10636
|
-
# @note When making an API call, you may pass InstanceAssociationOutputLocation
|
|
10637
|
-
# data as a hash:
|
|
10638
|
-
#
|
|
10639
|
-
# {
|
|
10640
|
-
# s3_location: {
|
|
10641
|
-
# output_s3_region: "S3Region",
|
|
10642
|
-
# output_s3_bucket_name: "S3BucketName",
|
|
10643
|
-
# output_s3_key_prefix: "S3KeyPrefix",
|
|
10644
|
-
# },
|
|
10645
|
-
# }
|
|
10646
|
-
#
|
|
10647
9079
|
# @!attribute [rw] s3_location
|
|
10648
9080
|
# An S3 bucket where you want to store the results of this request.
|
|
10649
9081
|
# @return [Types::S3OutputLocation]
|
|
@@ -10910,14 +9342,6 @@ module Aws::SSM
|
|
|
10910
9342
|
# method. The `InstanceInformationFilterList` method is a legacy method
|
|
10911
9343
|
# and doesn't support tags.
|
|
10912
9344
|
#
|
|
10913
|
-
# @note When making an API call, you may pass InstanceInformationFilter
|
|
10914
|
-
# data as a hash:
|
|
10915
|
-
#
|
|
10916
|
-
# {
|
|
10917
|
-
# key: "InstanceIds", # required, accepts InstanceIds, AgentVersion, PingStatus, PlatformTypes, ActivationIds, IamRole, ResourceType, AssociationStatus
|
|
10918
|
-
# value_set: ["InstanceInformationFilterValue"], # required
|
|
10919
|
-
# }
|
|
10920
|
-
#
|
|
10921
9345
|
# @!attribute [rw] key
|
|
10922
9346
|
# The name of the filter.
|
|
10923
9347
|
# @return [String]
|
|
@@ -10937,14 +9361,6 @@ module Aws::SSM
|
|
|
10937
9361
|
|
|
10938
9362
|
# The filters to describe or get information about your managed nodes.
|
|
10939
9363
|
#
|
|
10940
|
-
# @note When making an API call, you may pass InstanceInformationStringFilter
|
|
10941
|
-
# data as a hash:
|
|
10942
|
-
#
|
|
10943
|
-
# {
|
|
10944
|
-
# key: "InstanceInformationStringFilterKey", # required
|
|
10945
|
-
# values: ["InstanceInformationFilterValue"], # required
|
|
10946
|
-
# }
|
|
10947
|
-
#
|
|
10948
9364
|
# @!attribute [rw] key
|
|
10949
9365
|
# The filter key name to describe your managed nodes.
|
|
10950
9366
|
#
|
|
@@ -11187,15 +9603,6 @@ module Aws::SSM
|
|
|
11187
9603
|
#
|
|
11188
9604
|
# * Value for `Values`\: `3`
|
|
11189
9605
|
#
|
|
11190
|
-
# @note When making an API call, you may pass InstancePatchStateFilter
|
|
11191
|
-
# data as a hash:
|
|
11192
|
-
#
|
|
11193
|
-
# {
|
|
11194
|
-
# key: "InstancePatchStateFilterKey", # required
|
|
11195
|
-
# values: ["InstancePatchStateFilterValue"], # required
|
|
11196
|
-
# type: "Equal", # required, accepts Equal, NotEqual, LessThan, GreaterThan
|
|
11197
|
-
# }
|
|
11198
|
-
#
|
|
11199
9606
|
# @!attribute [rw] key
|
|
11200
9607
|
# The key for the filter. Supported values include the following:
|
|
11201
9608
|
#
|
|
@@ -11900,45 +10307,6 @@ module Aws::SSM
|
|
|
11900
10307
|
# Specifies the inventory type and attribute for the aggregation
|
|
11901
10308
|
# execution.
|
|
11902
10309
|
#
|
|
11903
|
-
# @note When making an API call, you may pass InventoryAggregator
|
|
11904
|
-
# data as a hash:
|
|
11905
|
-
#
|
|
11906
|
-
# {
|
|
11907
|
-
# expression: "InventoryAggregatorExpression",
|
|
11908
|
-
# aggregators: [
|
|
11909
|
-
# {
|
|
11910
|
-
# expression: "InventoryAggregatorExpression",
|
|
11911
|
-
# aggregators: {
|
|
11912
|
-
# # recursive InventoryAggregatorList
|
|
11913
|
-
# },
|
|
11914
|
-
# groups: [
|
|
11915
|
-
# {
|
|
11916
|
-
# name: "InventoryGroupName", # required
|
|
11917
|
-
# filters: [ # required
|
|
11918
|
-
# {
|
|
11919
|
-
# key: "InventoryFilterKey", # required
|
|
11920
|
-
# values: ["InventoryFilterValue"], # required
|
|
11921
|
-
# type: "Equal", # accepts Equal, NotEqual, BeginWith, LessThan, GreaterThan, Exists
|
|
11922
|
-
# },
|
|
11923
|
-
# ],
|
|
11924
|
-
# },
|
|
11925
|
-
# ],
|
|
11926
|
-
# },
|
|
11927
|
-
# ],
|
|
11928
|
-
# groups: [
|
|
11929
|
-
# {
|
|
11930
|
-
# name: "InventoryGroupName", # required
|
|
11931
|
-
# filters: [ # required
|
|
11932
|
-
# {
|
|
11933
|
-
# key: "InventoryFilterKey", # required
|
|
11934
|
-
# values: ["InventoryFilterValue"], # required
|
|
11935
|
-
# type: "Equal", # accepts Equal, NotEqual, BeginWith, LessThan, GreaterThan, Exists
|
|
11936
|
-
# },
|
|
11937
|
-
# ],
|
|
11938
|
-
# },
|
|
11939
|
-
# ],
|
|
11940
|
-
# }
|
|
11941
|
-
#
|
|
11942
10310
|
# @!attribute [rw] expression
|
|
11943
10311
|
# The inventory type and attribute name for aggregation.
|
|
11944
10312
|
# @return [String]
|
|
@@ -12068,15 +10436,6 @@ module Aws::SSM
|
|
|
12068
10436
|
# One or more filters. Use a filter to return a more specific list of
|
|
12069
10437
|
# results.
|
|
12070
10438
|
#
|
|
12071
|
-
# @note When making an API call, you may pass InventoryFilter
|
|
12072
|
-
# data as a hash:
|
|
12073
|
-
#
|
|
12074
|
-
# {
|
|
12075
|
-
# key: "InventoryFilterKey", # required
|
|
12076
|
-
# values: ["InventoryFilterValue"], # required
|
|
12077
|
-
# type: "Equal", # accepts Equal, NotEqual, BeginWith, LessThan, GreaterThan, Exists
|
|
12078
|
-
# }
|
|
12079
|
-
#
|
|
12080
10439
|
# @!attribute [rw] key
|
|
12081
10440
|
# The name of the filter key.
|
|
12082
10441
|
# @return [String]
|
|
@@ -12116,20 +10475,6 @@ module Aws::SSM
|
|
|
12116
10475
|
# inventory data. Groups return a count of resources that match and
|
|
12117
10476
|
# don't match the specified criteria.
|
|
12118
10477
|
#
|
|
12119
|
-
# @note When making an API call, you may pass InventoryGroup
|
|
12120
|
-
# data as a hash:
|
|
12121
|
-
#
|
|
12122
|
-
# {
|
|
12123
|
-
# name: "InventoryGroupName", # required
|
|
12124
|
-
# filters: [ # required
|
|
12125
|
-
# {
|
|
12126
|
-
# key: "InventoryFilterKey", # required
|
|
12127
|
-
# values: ["InventoryFilterValue"], # required
|
|
12128
|
-
# type: "Equal", # accepts Equal, NotEqual, BeginWith, LessThan, GreaterThan, Exists
|
|
12129
|
-
# },
|
|
12130
|
-
# ],
|
|
12131
|
-
# }
|
|
12132
|
-
#
|
|
12133
10478
|
# @!attribute [rw] name
|
|
12134
10479
|
# The name of the group.
|
|
12135
10480
|
# @return [String]
|
|
@@ -12153,24 +10498,6 @@ module Aws::SSM
|
|
|
12153
10498
|
# Information collected from managed nodes based on your inventory
|
|
12154
10499
|
# policy document
|
|
12155
10500
|
#
|
|
12156
|
-
# @note When making an API call, you may pass InventoryItem
|
|
12157
|
-
# data as a hash:
|
|
12158
|
-
#
|
|
12159
|
-
# {
|
|
12160
|
-
# type_name: "InventoryItemTypeName", # required
|
|
12161
|
-
# schema_version: "InventoryItemSchemaVersion", # required
|
|
12162
|
-
# capture_time: "InventoryItemCaptureTime", # required
|
|
12163
|
-
# content_hash: "InventoryItemContentHash",
|
|
12164
|
-
# content: [
|
|
12165
|
-
# {
|
|
12166
|
-
# "AttributeName" => "AttributeValue",
|
|
12167
|
-
# },
|
|
12168
|
-
# ],
|
|
12169
|
-
# context: {
|
|
12170
|
-
# "AttributeName" => "AttributeValue",
|
|
12171
|
-
# },
|
|
12172
|
-
# }
|
|
12173
|
-
#
|
|
12174
10501
|
# @!attribute [rw] type_name
|
|
12175
10502
|
# The name of the inventory type. Default inventory item type names
|
|
12176
10503
|
# start with `AWS`. Custom inventory type names will start with
|
|
@@ -12375,15 +10702,6 @@ module Aws::SSM
|
|
|
12375
10702
|
include Aws::Structure
|
|
12376
10703
|
end
|
|
12377
10704
|
|
|
12378
|
-
# @note When making an API call, you may pass LabelParameterVersionRequest
|
|
12379
|
-
# data as a hash:
|
|
12380
|
-
#
|
|
12381
|
-
# {
|
|
12382
|
-
# name: "PSParameterName", # required
|
|
12383
|
-
# parameter_version: 1,
|
|
12384
|
-
# labels: ["ParameterLabel"], # required
|
|
12385
|
-
# }
|
|
12386
|
-
#
|
|
12387
10705
|
# @!attribute [rw] name
|
|
12388
10706
|
# The parameter name on which you want to attach one or more labels.
|
|
12389
10707
|
# @return [String]
|
|
@@ -12431,15 +10749,6 @@ module Aws::SSM
|
|
|
12431
10749
|
include Aws::Structure
|
|
12432
10750
|
end
|
|
12433
10751
|
|
|
12434
|
-
# @note When making an API call, you may pass ListAssociationVersionsRequest
|
|
12435
|
-
# data as a hash:
|
|
12436
|
-
#
|
|
12437
|
-
# {
|
|
12438
|
-
# association_id: "AssociationId", # required
|
|
12439
|
-
# max_results: 1,
|
|
12440
|
-
# next_token: "NextToken",
|
|
12441
|
-
# }
|
|
12442
|
-
#
|
|
12443
10752
|
# @!attribute [rw] association_id
|
|
12444
10753
|
# The association ID for which you want to view all versions.
|
|
12445
10754
|
# @return [String]
|
|
@@ -12484,20 +10793,6 @@ module Aws::SSM
|
|
|
12484
10793
|
include Aws::Structure
|
|
12485
10794
|
end
|
|
12486
10795
|
|
|
12487
|
-
# @note When making an API call, you may pass ListAssociationsRequest
|
|
12488
|
-
# data as a hash:
|
|
12489
|
-
#
|
|
12490
|
-
# {
|
|
12491
|
-
# association_filter_list: [
|
|
12492
|
-
# {
|
|
12493
|
-
# key: "InstanceId", # required, accepts InstanceId, Name, AssociationId, AssociationStatusName, LastExecutedBefore, LastExecutedAfter, AssociationName, ResourceGroupName
|
|
12494
|
-
# value: "AssociationFilterValue", # required
|
|
12495
|
-
# },
|
|
12496
|
-
# ],
|
|
12497
|
-
# max_results: 1,
|
|
12498
|
-
# next_token: "NextToken",
|
|
12499
|
-
# }
|
|
12500
|
-
#
|
|
12501
10796
|
# @!attribute [rw] association_filter_list
|
|
12502
10797
|
# One or more filters. Use a filter to return a more specific list of
|
|
12503
10798
|
# results.
|
|
@@ -12549,23 +10844,6 @@ module Aws::SSM
|
|
|
12549
10844
|
include Aws::Structure
|
|
12550
10845
|
end
|
|
12551
10846
|
|
|
12552
|
-
# @note When making an API call, you may pass ListCommandInvocationsRequest
|
|
12553
|
-
# data as a hash:
|
|
12554
|
-
#
|
|
12555
|
-
# {
|
|
12556
|
-
# command_id: "CommandId",
|
|
12557
|
-
# instance_id: "InstanceId",
|
|
12558
|
-
# max_results: 1,
|
|
12559
|
-
# next_token: "NextToken",
|
|
12560
|
-
# filters: [
|
|
12561
|
-
# {
|
|
12562
|
-
# key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Status, ExecutionStage, DocumentName
|
|
12563
|
-
# value: "CommandFilterValue", # required
|
|
12564
|
-
# },
|
|
12565
|
-
# ],
|
|
12566
|
-
# details: false,
|
|
12567
|
-
# }
|
|
12568
|
-
#
|
|
12569
10847
|
# @!attribute [rw] command_id
|
|
12570
10848
|
# (Optional) The invocations for a specific command ID.
|
|
12571
10849
|
# @return [String]
|
|
@@ -12627,22 +10905,6 @@ module Aws::SSM
|
|
|
12627
10905
|
include Aws::Structure
|
|
12628
10906
|
end
|
|
12629
10907
|
|
|
12630
|
-
# @note When making an API call, you may pass ListCommandsRequest
|
|
12631
|
-
# data as a hash:
|
|
12632
|
-
#
|
|
12633
|
-
# {
|
|
12634
|
-
# command_id: "CommandId",
|
|
12635
|
-
# instance_id: "InstanceId",
|
|
12636
|
-
# max_results: 1,
|
|
12637
|
-
# next_token: "NextToken",
|
|
12638
|
-
# filters: [
|
|
12639
|
-
# {
|
|
12640
|
-
# key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Status, ExecutionStage, DocumentName
|
|
12641
|
-
# value: "CommandFilterValue", # required
|
|
12642
|
-
# },
|
|
12643
|
-
# ],
|
|
12644
|
-
# }
|
|
12645
|
-
#
|
|
12646
10908
|
# @!attribute [rw] command_id
|
|
12647
10909
|
# (Optional) If provided, lists only the specified command.
|
|
12648
10910
|
# @return [String]
|
|
@@ -12703,23 +10965,6 @@ module Aws::SSM
|
|
|
12703
10965
|
include Aws::Structure
|
|
12704
10966
|
end
|
|
12705
10967
|
|
|
12706
|
-
# @note When making an API call, you may pass ListComplianceItemsRequest
|
|
12707
|
-
# data as a hash:
|
|
12708
|
-
#
|
|
12709
|
-
# {
|
|
12710
|
-
# filters: [
|
|
12711
|
-
# {
|
|
12712
|
-
# key: "ComplianceStringFilterKey",
|
|
12713
|
-
# values: ["ComplianceFilterValue"],
|
|
12714
|
-
# type: "EQUAL", # accepts EQUAL, NOT_EQUAL, BEGIN_WITH, LESS_THAN, GREATER_THAN
|
|
12715
|
-
# },
|
|
12716
|
-
# ],
|
|
12717
|
-
# resource_ids: ["ComplianceResourceId"],
|
|
12718
|
-
# resource_types: ["ComplianceResourceType"],
|
|
12719
|
-
# next_token: "NextToken",
|
|
12720
|
-
# max_results: 1,
|
|
12721
|
-
# }
|
|
12722
|
-
#
|
|
12723
10968
|
# @!attribute [rw] filters
|
|
12724
10969
|
# One or more compliance filters. Use a filter to return a more
|
|
12725
10970
|
# specific list of results.
|
|
@@ -12776,21 +11021,6 @@ module Aws::SSM
|
|
|
12776
11021
|
include Aws::Structure
|
|
12777
11022
|
end
|
|
12778
11023
|
|
|
12779
|
-
# @note When making an API call, you may pass ListComplianceSummariesRequest
|
|
12780
|
-
# data as a hash:
|
|
12781
|
-
#
|
|
12782
|
-
# {
|
|
12783
|
-
# filters: [
|
|
12784
|
-
# {
|
|
12785
|
-
# key: "ComplianceStringFilterKey",
|
|
12786
|
-
# values: ["ComplianceFilterValue"],
|
|
12787
|
-
# type: "EQUAL", # accepts EQUAL, NOT_EQUAL, BEGIN_WITH, LESS_THAN, GREATER_THAN
|
|
12788
|
-
# },
|
|
12789
|
-
# ],
|
|
12790
|
-
# next_token: "NextToken",
|
|
12791
|
-
# max_results: 1,
|
|
12792
|
-
# }
|
|
12793
|
-
#
|
|
12794
11024
|
# @!attribute [rw] filters
|
|
12795
11025
|
# One or more compliance or inventory filters. Use a filter to return
|
|
12796
11026
|
# a more specific list of results.
|
|
@@ -12838,17 +11068,6 @@ module Aws::SSM
|
|
|
12838
11068
|
include Aws::Structure
|
|
12839
11069
|
end
|
|
12840
11070
|
|
|
12841
|
-
# @note When making an API call, you may pass ListDocumentMetadataHistoryRequest
|
|
12842
|
-
# data as a hash:
|
|
12843
|
-
#
|
|
12844
|
-
# {
|
|
12845
|
-
# name: "DocumentName", # required
|
|
12846
|
-
# document_version: "DocumentVersion",
|
|
12847
|
-
# metadata: "DocumentReviews", # required, accepts DocumentReviews
|
|
12848
|
-
# next_token: "NextToken",
|
|
12849
|
-
# max_results: 1,
|
|
12850
|
-
# }
|
|
12851
|
-
#
|
|
12852
11071
|
# @!attribute [rw] name
|
|
12853
11072
|
# The name of the change template.
|
|
12854
11073
|
# @return [String]
|
|
@@ -12921,15 +11140,6 @@ module Aws::SSM
|
|
|
12921
11140
|
include Aws::Structure
|
|
12922
11141
|
end
|
|
12923
11142
|
|
|
12924
|
-
# @note When making an API call, you may pass ListDocumentVersionsRequest
|
|
12925
|
-
# data as a hash:
|
|
12926
|
-
#
|
|
12927
|
-
# {
|
|
12928
|
-
# name: "DocumentARN", # required
|
|
12929
|
-
# max_results: 1,
|
|
12930
|
-
# next_token: "NextToken",
|
|
12931
|
-
# }
|
|
12932
|
-
#
|
|
12933
11143
|
# @!attribute [rw] name
|
|
12934
11144
|
# The name of the document. You can specify an Amazon Resource Name
|
|
12935
11145
|
# (ARN).
|
|
@@ -12974,26 +11184,6 @@ module Aws::SSM
|
|
|
12974
11184
|
include Aws::Structure
|
|
12975
11185
|
end
|
|
12976
11186
|
|
|
12977
|
-
# @note When making an API call, you may pass ListDocumentsRequest
|
|
12978
|
-
# data as a hash:
|
|
12979
|
-
#
|
|
12980
|
-
# {
|
|
12981
|
-
# document_filter_list: [
|
|
12982
|
-
# {
|
|
12983
|
-
# key: "Name", # required, accepts Name, Owner, PlatformTypes, DocumentType
|
|
12984
|
-
# value: "DocumentFilterValue", # required
|
|
12985
|
-
# },
|
|
12986
|
-
# ],
|
|
12987
|
-
# filters: [
|
|
12988
|
-
# {
|
|
12989
|
-
# key: "DocumentKeyValuesFilterKey",
|
|
12990
|
-
# values: ["DocumentKeyValuesFilterValue"],
|
|
12991
|
-
# },
|
|
12992
|
-
# ],
|
|
12993
|
-
# max_results: 1,
|
|
12994
|
-
# next_token: "NextToken",
|
|
12995
|
-
# }
|
|
12996
|
-
#
|
|
12997
11187
|
# @!attribute [rw] document_filter_list
|
|
12998
11188
|
# This data type is deprecated. Instead, use `Filters`.
|
|
12999
11189
|
# @return [Array<Types::DocumentFilter>]
|
|
@@ -13054,23 +11244,6 @@ module Aws::SSM
|
|
|
13054
11244
|
include Aws::Structure
|
|
13055
11245
|
end
|
|
13056
11246
|
|
|
13057
|
-
# @note When making an API call, you may pass ListInventoryEntriesRequest
|
|
13058
|
-
# data as a hash:
|
|
13059
|
-
#
|
|
13060
|
-
# {
|
|
13061
|
-
# instance_id: "InstanceId", # required
|
|
13062
|
-
# type_name: "InventoryItemTypeName", # required
|
|
13063
|
-
# filters: [
|
|
13064
|
-
# {
|
|
13065
|
-
# key: "InventoryFilterKey", # required
|
|
13066
|
-
# values: ["InventoryFilterValue"], # required
|
|
13067
|
-
# type: "Equal", # accepts Equal, NotEqual, BeginWith, LessThan, GreaterThan, Exists
|
|
13068
|
-
# },
|
|
13069
|
-
# ],
|
|
13070
|
-
# next_token: "NextToken",
|
|
13071
|
-
# max_results: 1,
|
|
13072
|
-
# }
|
|
13073
|
-
#
|
|
13074
11247
|
# @!attribute [rw] instance_id
|
|
13075
11248
|
# The managed node ID for which you want inventory information.
|
|
13076
11249
|
# @return [String]
|
|
@@ -13147,21 +11320,6 @@ module Aws::SSM
|
|
|
13147
11320
|
include Aws::Structure
|
|
13148
11321
|
end
|
|
13149
11322
|
|
|
13150
|
-
# @note When making an API call, you may pass ListOpsItemEventsRequest
|
|
13151
|
-
# data as a hash:
|
|
13152
|
-
#
|
|
13153
|
-
# {
|
|
13154
|
-
# filters: [
|
|
13155
|
-
# {
|
|
13156
|
-
# key: "OpsItemId", # required, accepts OpsItemId
|
|
13157
|
-
# values: ["OpsItemEventFilterValue"], # required
|
|
13158
|
-
# operator: "Equal", # required, accepts Equal
|
|
13159
|
-
# },
|
|
13160
|
-
# ],
|
|
13161
|
-
# max_results: 1,
|
|
13162
|
-
# next_token: "String",
|
|
13163
|
-
# }
|
|
13164
|
-
#
|
|
13165
11323
|
# @!attribute [rw] filters
|
|
13166
11324
|
# One or more OpsItem filters. Use a filter to return a more specific
|
|
13167
11325
|
# list of results.
|
|
@@ -13206,22 +11364,6 @@ module Aws::SSM
|
|
|
13206
11364
|
include Aws::Structure
|
|
13207
11365
|
end
|
|
13208
11366
|
|
|
13209
|
-
# @note When making an API call, you may pass ListOpsItemRelatedItemsRequest
|
|
13210
|
-
# data as a hash:
|
|
13211
|
-
#
|
|
13212
|
-
# {
|
|
13213
|
-
# ops_item_id: "OpsItemId",
|
|
13214
|
-
# filters: [
|
|
13215
|
-
# {
|
|
13216
|
-
# key: "ResourceType", # required, accepts ResourceType, AssociationId, ResourceUri
|
|
13217
|
-
# values: ["OpsItemRelatedItemsFilterValue"], # required
|
|
13218
|
-
# operator: "Equal", # required, accepts Equal
|
|
13219
|
-
# },
|
|
13220
|
-
# ],
|
|
13221
|
-
# max_results: 1,
|
|
13222
|
-
# next_token: "String",
|
|
13223
|
-
# }
|
|
13224
|
-
#
|
|
13225
11367
|
# @!attribute [rw] ops_item_id
|
|
13226
11368
|
# The ID of the OpsItem for which you want to list all related-item
|
|
13227
11369
|
# resources.
|
|
@@ -13272,20 +11414,6 @@ module Aws::SSM
|
|
|
13272
11414
|
include Aws::Structure
|
|
13273
11415
|
end
|
|
13274
11416
|
|
|
13275
|
-
# @note When making an API call, you may pass ListOpsMetadataRequest
|
|
13276
|
-
# data as a hash:
|
|
13277
|
-
#
|
|
13278
|
-
# {
|
|
13279
|
-
# filters: [
|
|
13280
|
-
# {
|
|
13281
|
-
# key: "OpsMetadataFilterKey", # required
|
|
13282
|
-
# values: ["OpsMetadataFilterValue"], # required
|
|
13283
|
-
# },
|
|
13284
|
-
# ],
|
|
13285
|
-
# max_results: 1,
|
|
13286
|
-
# next_token: "NextToken",
|
|
13287
|
-
# }
|
|
13288
|
-
#
|
|
13289
11417
|
# @!attribute [rw] filters
|
|
13290
11418
|
# One or more filters to limit the number of OpsMetadata objects
|
|
13291
11419
|
# returned by the call.
|
|
@@ -13330,21 +11458,6 @@ module Aws::SSM
|
|
|
13330
11458
|
include Aws::Structure
|
|
13331
11459
|
end
|
|
13332
11460
|
|
|
13333
|
-
# @note When making an API call, you may pass ListResourceComplianceSummariesRequest
|
|
13334
|
-
# data as a hash:
|
|
13335
|
-
#
|
|
13336
|
-
# {
|
|
13337
|
-
# filters: [
|
|
13338
|
-
# {
|
|
13339
|
-
# key: "ComplianceStringFilterKey",
|
|
13340
|
-
# values: ["ComplianceFilterValue"],
|
|
13341
|
-
# type: "EQUAL", # accepts EQUAL, NOT_EQUAL, BEGIN_WITH, LESS_THAN, GREATER_THAN
|
|
13342
|
-
# },
|
|
13343
|
-
# ],
|
|
13344
|
-
# next_token: "NextToken",
|
|
13345
|
-
# max_results: 1,
|
|
13346
|
-
# }
|
|
13347
|
-
#
|
|
13348
11461
|
# @!attribute [rw] filters
|
|
13349
11462
|
# One or more filters. Use a filter to return a more specific list of
|
|
13350
11463
|
# results.
|
|
@@ -13392,15 +11505,6 @@ module Aws::SSM
|
|
|
13392
11505
|
include Aws::Structure
|
|
13393
11506
|
end
|
|
13394
11507
|
|
|
13395
|
-
# @note When making an API call, you may pass ListResourceDataSyncRequest
|
|
13396
|
-
# data as a hash:
|
|
13397
|
-
#
|
|
13398
|
-
# {
|
|
13399
|
-
# sync_type: "ResourceDataSyncType",
|
|
13400
|
-
# next_token: "NextToken",
|
|
13401
|
-
# max_results: 1,
|
|
13402
|
-
# }
|
|
13403
|
-
#
|
|
13404
11508
|
# @!attribute [rw] sync_type
|
|
13405
11509
|
# View a list of resource data syncs according to the sync type.
|
|
13406
11510
|
# Specify `SyncToDestination` to view resource data syncs that
|
|
@@ -13449,14 +11553,6 @@ module Aws::SSM
|
|
|
13449
11553
|
include Aws::Structure
|
|
13450
11554
|
end
|
|
13451
11555
|
|
|
13452
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
|
13453
|
-
# data as a hash:
|
|
13454
|
-
#
|
|
13455
|
-
# {
|
|
13456
|
-
# resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation, Association
|
|
13457
|
-
# resource_id: "ResourceId", # required
|
|
13458
|
-
# }
|
|
13459
|
-
#
|
|
13460
11556
|
# @!attribute [rw] resource_type
|
|
13461
11557
|
# Returns a list of tags for a specific resource type.
|
|
13462
11558
|
# @return [String]
|
|
@@ -13499,15 +11595,6 @@ module Aws::SSM
|
|
|
13499
11595
|
#
|
|
13500
11596
|
# </note>
|
|
13501
11597
|
#
|
|
13502
|
-
# @note When making an API call, you may pass LoggingInfo
|
|
13503
|
-
# data as a hash:
|
|
13504
|
-
#
|
|
13505
|
-
# {
|
|
13506
|
-
# s3_bucket_name: "S3BucketName", # required
|
|
13507
|
-
# s3_key_prefix: "S3KeyPrefix",
|
|
13508
|
-
# s3_region: "S3Region", # required
|
|
13509
|
-
# }
|
|
13510
|
-
#
|
|
13511
11598
|
# @!attribute [rw] s3_bucket_name
|
|
13512
11599
|
# The name of an S3 bucket where execution logs are stored.
|
|
13513
11600
|
# @return [String]
|
|
@@ -13532,16 +11619,6 @@ module Aws::SSM
|
|
|
13532
11619
|
|
|
13533
11620
|
# The parameters for an `AUTOMATION` task type.
|
|
13534
11621
|
#
|
|
13535
|
-
# @note When making an API call, you may pass MaintenanceWindowAutomationParameters
|
|
13536
|
-
# data as a hash:
|
|
13537
|
-
#
|
|
13538
|
-
# {
|
|
13539
|
-
# document_version: "DocumentVersion",
|
|
13540
|
-
# parameters: {
|
|
13541
|
-
# "AutomationParameterKey" => ["AutomationParameterValue"],
|
|
13542
|
-
# },
|
|
13543
|
-
# }
|
|
13544
|
-
#
|
|
13545
11622
|
# @!attribute [rw] document_version
|
|
13546
11623
|
# The version of an Automation runbook to use during task execution.
|
|
13547
11624
|
# @return [String]
|
|
@@ -13781,14 +11858,6 @@ module Aws::SSM
|
|
|
13781
11858
|
#
|
|
13782
11859
|
# * DescribeMaintenanceWindowTasks
|
|
13783
11860
|
#
|
|
13784
|
-
# @note When making an API call, you may pass MaintenanceWindowFilter
|
|
13785
|
-
# data as a hash:
|
|
13786
|
-
#
|
|
13787
|
-
# {
|
|
13788
|
-
# key: "MaintenanceWindowFilterKey",
|
|
13789
|
-
# values: ["MaintenanceWindowFilterValue"],
|
|
13790
|
-
# }
|
|
13791
|
-
#
|
|
13792
11861
|
# @!attribute [rw] key
|
|
13793
11862
|
# The name of the filter.
|
|
13794
11863
|
# @return [String]
|
|
@@ -13927,15 +11996,6 @@ module Aws::SSM
|
|
|
13927
11996
|
#
|
|
13928
11997
|
# </note>
|
|
13929
11998
|
#
|
|
13930
|
-
# @note When making an API call, you may pass MaintenanceWindowLambdaParameters
|
|
13931
|
-
# data as a hash:
|
|
13932
|
-
#
|
|
13933
|
-
# {
|
|
13934
|
-
# client_context: "MaintenanceWindowLambdaClientContext",
|
|
13935
|
-
# qualifier: "MaintenanceWindowLambdaQualifier",
|
|
13936
|
-
# payload: "data",
|
|
13937
|
-
# }
|
|
13938
|
-
#
|
|
13939
11999
|
# @!attribute [rw] client_context
|
|
13940
12000
|
# Pass client-specific information to the Lambda function that you are
|
|
13941
12001
|
# invoking. You can then process the client information in your Lambda
|
|
@@ -13989,32 +12049,6 @@ module Aws::SSM
|
|
|
13989
12049
|
#
|
|
13990
12050
|
# </note>
|
|
13991
12051
|
#
|
|
13992
|
-
# @note When making an API call, you may pass MaintenanceWindowRunCommandParameters
|
|
13993
|
-
# data as a hash:
|
|
13994
|
-
#
|
|
13995
|
-
# {
|
|
13996
|
-
# comment: "Comment",
|
|
13997
|
-
# cloud_watch_output_config: {
|
|
13998
|
-
# cloud_watch_log_group_name: "CloudWatchLogGroupName",
|
|
13999
|
-
# cloud_watch_output_enabled: false,
|
|
14000
|
-
# },
|
|
14001
|
-
# document_hash: "DocumentHash",
|
|
14002
|
-
# document_hash_type: "Sha256", # accepts Sha256, Sha1
|
|
14003
|
-
# document_version: "DocumentVersion",
|
|
14004
|
-
# notification_config: {
|
|
14005
|
-
# notification_arn: "NotificationArn",
|
|
14006
|
-
# notification_events: ["All"], # accepts All, InProgress, Success, TimedOut, Cancelled, Failed
|
|
14007
|
-
# notification_type: "Command", # accepts Command, Invocation
|
|
14008
|
-
# },
|
|
14009
|
-
# output_s3_bucket_name: "S3BucketName",
|
|
14010
|
-
# output_s3_key_prefix: "S3KeyPrefix",
|
|
14011
|
-
# parameters: {
|
|
14012
|
-
# "ParameterName" => ["ParameterValue"],
|
|
14013
|
-
# },
|
|
14014
|
-
# service_role_arn: "ServiceRole",
|
|
14015
|
-
# timeout_seconds: 1,
|
|
14016
|
-
# }
|
|
14017
|
-
#
|
|
14018
12052
|
# @!attribute [rw] comment
|
|
14019
12053
|
# Information about the commands to run.
|
|
14020
12054
|
# @return [String]
|
|
@@ -14119,14 +12153,6 @@ module Aws::SSM
|
|
|
14119
12153
|
#
|
|
14120
12154
|
# </note>
|
|
14121
12155
|
#
|
|
14122
|
-
# @note When making an API call, you may pass MaintenanceWindowStepFunctionsParameters
|
|
14123
|
-
# data as a hash:
|
|
14124
|
-
#
|
|
14125
|
-
# {
|
|
14126
|
-
# input: "MaintenanceWindowStepFunctionsInput",
|
|
14127
|
-
# name: "MaintenanceWindowStepFunctionsName",
|
|
14128
|
-
# }
|
|
14129
|
-
#
|
|
14130
12156
|
# @!attribute [rw] input
|
|
14131
12157
|
# The inputs for the `STEP_FUNCTIONS` task.
|
|
14132
12158
|
# @return [String]
|
|
@@ -14348,49 +12374,6 @@ module Aws::SSM
|
|
|
14348
12374
|
|
|
14349
12375
|
# The parameters for task execution.
|
|
14350
12376
|
#
|
|
14351
|
-
# @note When making an API call, you may pass MaintenanceWindowTaskInvocationParameters
|
|
14352
|
-
# data as a hash:
|
|
14353
|
-
#
|
|
14354
|
-
# {
|
|
14355
|
-
# run_command: {
|
|
14356
|
-
# comment: "Comment",
|
|
14357
|
-
# cloud_watch_output_config: {
|
|
14358
|
-
# cloud_watch_log_group_name: "CloudWatchLogGroupName",
|
|
14359
|
-
# cloud_watch_output_enabled: false,
|
|
14360
|
-
# },
|
|
14361
|
-
# document_hash: "DocumentHash",
|
|
14362
|
-
# document_hash_type: "Sha256", # accepts Sha256, Sha1
|
|
14363
|
-
# document_version: "DocumentVersion",
|
|
14364
|
-
# notification_config: {
|
|
14365
|
-
# notification_arn: "NotificationArn",
|
|
14366
|
-
# notification_events: ["All"], # accepts All, InProgress, Success, TimedOut, Cancelled, Failed
|
|
14367
|
-
# notification_type: "Command", # accepts Command, Invocation
|
|
14368
|
-
# },
|
|
14369
|
-
# output_s3_bucket_name: "S3BucketName",
|
|
14370
|
-
# output_s3_key_prefix: "S3KeyPrefix",
|
|
14371
|
-
# parameters: {
|
|
14372
|
-
# "ParameterName" => ["ParameterValue"],
|
|
14373
|
-
# },
|
|
14374
|
-
# service_role_arn: "ServiceRole",
|
|
14375
|
-
# timeout_seconds: 1,
|
|
14376
|
-
# },
|
|
14377
|
-
# automation: {
|
|
14378
|
-
# document_version: "DocumentVersion",
|
|
14379
|
-
# parameters: {
|
|
14380
|
-
# "AutomationParameterKey" => ["AutomationParameterValue"],
|
|
14381
|
-
# },
|
|
14382
|
-
# },
|
|
14383
|
-
# step_functions: {
|
|
14384
|
-
# input: "MaintenanceWindowStepFunctionsInput",
|
|
14385
|
-
# name: "MaintenanceWindowStepFunctionsName",
|
|
14386
|
-
# },
|
|
14387
|
-
# lambda: {
|
|
14388
|
-
# client_context: "MaintenanceWindowLambdaClientContext",
|
|
14389
|
-
# qualifier: "MaintenanceWindowLambdaQualifier",
|
|
14390
|
-
# payload: "data",
|
|
14391
|
-
# },
|
|
14392
|
-
# }
|
|
14393
|
-
#
|
|
14394
12377
|
# @!attribute [rw] run_command
|
|
14395
12378
|
# The parameters for a `RUN_COMMAND` task type.
|
|
14396
12379
|
# @return [Types::MaintenanceWindowRunCommandParameters]
|
|
@@ -14420,13 +12403,6 @@ module Aws::SSM
|
|
|
14420
12403
|
|
|
14421
12404
|
# Defines the values for a task parameter.
|
|
14422
12405
|
#
|
|
14423
|
-
# @note When making an API call, you may pass MaintenanceWindowTaskParameterValueExpression
|
|
14424
|
-
# data as a hash:
|
|
14425
|
-
#
|
|
14426
|
-
# {
|
|
14427
|
-
# values: ["MaintenanceWindowTaskParameterValue"],
|
|
14428
|
-
# }
|
|
14429
|
-
#
|
|
14430
12406
|
# @!attribute [rw] values
|
|
14431
12407
|
# This field contains an array of 0 or more strings, each 1 to 255
|
|
14432
12408
|
# characters in length.
|
|
@@ -14455,13 +12431,6 @@ module Aws::SSM
|
|
|
14455
12431
|
|
|
14456
12432
|
# Metadata to assign to an Application Manager application.
|
|
14457
12433
|
#
|
|
14458
|
-
# @note When making an API call, you may pass MetadataValue
|
|
14459
|
-
# data as a hash:
|
|
14460
|
-
#
|
|
14461
|
-
# {
|
|
14462
|
-
# value: "MetadataValueString",
|
|
14463
|
-
# }
|
|
14464
|
-
#
|
|
14465
12434
|
# @!attribute [rw] value
|
|
14466
12435
|
# Metadata value to assign to an Application Manager application.
|
|
14467
12436
|
# @return [String]
|
|
@@ -14474,17 +12443,6 @@ module Aws::SSM
|
|
|
14474
12443
|
include Aws::Structure
|
|
14475
12444
|
end
|
|
14476
12445
|
|
|
14477
|
-
# @note When making an API call, you may pass ModifyDocumentPermissionRequest
|
|
14478
|
-
# data as a hash:
|
|
14479
|
-
#
|
|
14480
|
-
# {
|
|
14481
|
-
# name: "DocumentName", # required
|
|
14482
|
-
# permission_type: "Share", # required, accepts Share
|
|
14483
|
-
# account_ids_to_add: ["AccountId"],
|
|
14484
|
-
# account_ids_to_remove: ["AccountId"],
|
|
14485
|
-
# shared_document_version: "SharedDocumentVersion",
|
|
14486
|
-
# }
|
|
14487
|
-
#
|
|
14488
12446
|
# @!attribute [rw] name
|
|
14489
12447
|
# The name of the document that you want to share.
|
|
14490
12448
|
# @return [String]
|
|
@@ -14552,15 +12510,6 @@ module Aws::SSM
|
|
|
14552
12510
|
|
|
14553
12511
|
# Configurations for sending notifications.
|
|
14554
12512
|
#
|
|
14555
|
-
# @note When making an API call, you may pass NotificationConfig
|
|
14556
|
-
# data as a hash:
|
|
14557
|
-
#
|
|
14558
|
-
# {
|
|
14559
|
-
# notification_arn: "NotificationArn",
|
|
14560
|
-
# notification_events: ["All"], # accepts All, InProgress, Success, TimedOut, Cancelled, Failed
|
|
14561
|
-
# notification_type: "Command", # accepts Command, Invocation
|
|
14562
|
-
# }
|
|
14563
|
-
#
|
|
14564
12513
|
# @!attribute [rw] notification_arn
|
|
14565
12514
|
# An Amazon Resource Name (ARN) for an Amazon Simple Notification
|
|
14566
12515
|
# Service (Amazon SNS) topic. Run Command pushes notifications about
|
|
@@ -14603,45 +12552,6 @@ module Aws::SSM
|
|
|
14603
12552
|
# dimensions such as `Source`, `CreatedTime`, or `Source and
|
|
14604
12553
|
# CreatedTime`, to name a few.
|
|
14605
12554
|
#
|
|
14606
|
-
# @note When making an API call, you may pass OpsAggregator
|
|
14607
|
-
# data as a hash:
|
|
14608
|
-
#
|
|
14609
|
-
# {
|
|
14610
|
-
# aggregator_type: "OpsAggregatorType",
|
|
14611
|
-
# type_name: "OpsDataTypeName",
|
|
14612
|
-
# attribute_name: "OpsDataAttributeName",
|
|
14613
|
-
# values: {
|
|
14614
|
-
# "OpsAggregatorValueKey" => "OpsAggregatorValue",
|
|
14615
|
-
# },
|
|
14616
|
-
# filters: [
|
|
14617
|
-
# {
|
|
14618
|
-
# key: "OpsFilterKey", # required
|
|
14619
|
-
# values: ["OpsFilterValue"], # required
|
|
14620
|
-
# type: "Equal", # accepts Equal, NotEqual, BeginWith, LessThan, GreaterThan, Exists
|
|
14621
|
-
# },
|
|
14622
|
-
# ],
|
|
14623
|
-
# aggregators: [
|
|
14624
|
-
# {
|
|
14625
|
-
# aggregator_type: "OpsAggregatorType",
|
|
14626
|
-
# type_name: "OpsDataTypeName",
|
|
14627
|
-
# attribute_name: "OpsDataAttributeName",
|
|
14628
|
-
# values: {
|
|
14629
|
-
# "OpsAggregatorValueKey" => "OpsAggregatorValue",
|
|
14630
|
-
# },
|
|
14631
|
-
# filters: [
|
|
14632
|
-
# {
|
|
14633
|
-
# key: "OpsFilterKey", # required
|
|
14634
|
-
# values: ["OpsFilterValue"], # required
|
|
14635
|
-
# type: "Equal", # accepts Equal, NotEqual, BeginWith, LessThan, GreaterThan, Exists
|
|
14636
|
-
# },
|
|
14637
|
-
# ],
|
|
14638
|
-
# aggregators: {
|
|
14639
|
-
# # recursive OpsAggregatorList
|
|
14640
|
-
# },
|
|
14641
|
-
# },
|
|
14642
|
-
# ],
|
|
14643
|
-
# }
|
|
14644
|
-
#
|
|
14645
12555
|
# @!attribute [rw] aggregator_type
|
|
14646
12556
|
# Either a `Range` or `Count` aggregator for limiting an OpsData
|
|
14647
12557
|
# summary.
|
|
@@ -14721,15 +12631,6 @@ module Aws::SSM
|
|
|
14721
12631
|
|
|
14722
12632
|
# A filter for viewing OpsData summaries.
|
|
14723
12633
|
#
|
|
14724
|
-
# @note When making an API call, you may pass OpsFilter
|
|
14725
|
-
# data as a hash:
|
|
14726
|
-
#
|
|
14727
|
-
# {
|
|
14728
|
-
# key: "OpsFilterKey", # required
|
|
14729
|
-
# values: ["OpsFilterValue"], # required
|
|
14730
|
-
# type: "Equal", # accepts Equal, NotEqual, BeginWith, LessThan, GreaterThan, Exists
|
|
14731
|
-
# }
|
|
14732
|
-
#
|
|
14733
12634
|
# @!attribute [rw] key
|
|
14734
12635
|
# The name of the filter.
|
|
14735
12636
|
# @return [String]
|
|
@@ -14998,14 +12899,6 @@ module Aws::SSM
|
|
|
14998
12899
|
# An object that defines the value of the key and its type in the
|
|
14999
12900
|
# OperationalData map.
|
|
15000
12901
|
#
|
|
15001
|
-
# @note When making an API call, you may pass OpsItemDataValue
|
|
15002
|
-
# data as a hash:
|
|
15003
|
-
#
|
|
15004
|
-
# {
|
|
15005
|
-
# value: "OpsItemDataValueString",
|
|
15006
|
-
# type: "SearchableString", # accepts SearchableString, String
|
|
15007
|
-
# }
|
|
15008
|
-
#
|
|
15009
12902
|
# @!attribute [rw] value
|
|
15010
12903
|
# The value of the OperationalData key.
|
|
15011
12904
|
# @return [String]
|
|
@@ -15028,15 +12921,6 @@ module Aws::SSM
|
|
|
15028
12921
|
# filter event information by using tags. You specify tags by using a
|
|
15029
12922
|
# key-value pair mapping.
|
|
15030
12923
|
#
|
|
15031
|
-
# @note When making an API call, you may pass OpsItemEventFilter
|
|
15032
|
-
# data as a hash:
|
|
15033
|
-
#
|
|
15034
|
-
# {
|
|
15035
|
-
# key: "OpsItemId", # required, accepts OpsItemId
|
|
15036
|
-
# values: ["OpsItemEventFilterValue"], # required
|
|
15037
|
-
# operator: "Equal", # required, accepts Equal
|
|
15038
|
-
# }
|
|
15039
|
-
#
|
|
15040
12924
|
# @!attribute [rw] key
|
|
15041
12925
|
# The name of the filter key. Currently, the only supported value is
|
|
15042
12926
|
# `OpsItemId`.
|
|
@@ -15109,15 +12993,6 @@ module Aws::SSM
|
|
|
15109
12993
|
|
|
15110
12994
|
# Describes an OpsItem filter.
|
|
15111
12995
|
#
|
|
15112
|
-
# @note When making an API call, you may pass OpsItemFilter
|
|
15113
|
-
# data as a hash:
|
|
15114
|
-
#
|
|
15115
|
-
# {
|
|
15116
|
-
# key: "Status", # required, accepts Status, CreatedBy, Source, Priority, Title, OpsItemId, CreatedTime, LastModifiedTime, ActualStartTime, ActualEndTime, PlannedStartTime, PlannedEndTime, OperationalData, OperationalDataKey, OperationalDataValue, ResourceId, AutomationId, Category, Severity, OpsItemType, ChangeRequestByRequesterArn, ChangeRequestByRequesterName, ChangeRequestByApproverArn, ChangeRequestByApproverName, ChangeRequestByTemplate, ChangeRequestByTargetsResourceGroup, InsightByType, AccountId
|
|
15117
|
-
# values: ["OpsItemFilterValue"], # required
|
|
15118
|
-
# operator: "Equal", # required, accepts Equal, Contains, GreaterThan, LessThan
|
|
15119
|
-
# }
|
|
15120
|
-
#
|
|
15121
12996
|
# @!attribute [rw] key
|
|
15122
12997
|
# The name of the filter.
|
|
15123
12998
|
# @return [String]
|
|
@@ -15219,13 +13094,6 @@ module Aws::SSM
|
|
|
15219
13094
|
|
|
15220
13095
|
# A notification about the OpsItem.
|
|
15221
13096
|
#
|
|
15222
|
-
# @note When making an API call, you may pass OpsItemNotification
|
|
15223
|
-
# data as a hash:
|
|
15224
|
-
#
|
|
15225
|
-
# {
|
|
15226
|
-
# arn: "String",
|
|
15227
|
-
# }
|
|
15228
|
-
#
|
|
15229
13097
|
# @!attribute [rw] arn
|
|
15230
13098
|
# The Amazon Resource Name (ARN) of an Amazon Simple Notification
|
|
15231
13099
|
# Service (Amazon SNS) topic where notifications are sent when this
|
|
@@ -15333,15 +13201,6 @@ module Aws::SSM
|
|
|
15333
13201
|
|
|
15334
13202
|
# Describes a filter for a specific list of related-item resources.
|
|
15335
13203
|
#
|
|
15336
|
-
# @note When making an API call, you may pass OpsItemRelatedItemsFilter
|
|
15337
|
-
# data as a hash:
|
|
15338
|
-
#
|
|
15339
|
-
# {
|
|
15340
|
-
# key: "ResourceType", # required, accepts ResourceType, AssociationId, ResourceUri
|
|
15341
|
-
# values: ["OpsItemRelatedItemsFilterValue"], # required
|
|
15342
|
-
# operator: "Equal", # required, accepts Equal
|
|
15343
|
-
# }
|
|
15344
|
-
#
|
|
15345
13204
|
# @!attribute [rw] key
|
|
15346
13205
|
# The name of the filter key. Supported values include `ResourceUri`,
|
|
15347
13206
|
# `ResourceType`, or `AssociationId`.
|
|
@@ -15537,14 +13396,6 @@ module Aws::SSM
|
|
|
15537
13396
|
|
|
15538
13397
|
# A filter to limit the number of OpsMetadata objects displayed.
|
|
15539
13398
|
#
|
|
15540
|
-
# @note When making an API call, you may pass OpsMetadataFilter
|
|
15541
|
-
# data as a hash:
|
|
15542
|
-
#
|
|
15543
|
-
# {
|
|
15544
|
-
# key: "OpsMetadataFilterKey", # required
|
|
15545
|
-
# values: ["OpsMetadataFilterValue"], # required
|
|
15546
|
-
# }
|
|
15547
|
-
#
|
|
15548
13399
|
# @!attribute [rw] key
|
|
15549
13400
|
# A filter key.
|
|
15550
13401
|
# @return [String]
|
|
@@ -15633,13 +13484,6 @@ module Aws::SSM
|
|
|
15633
13484
|
|
|
15634
13485
|
# The OpsItem data type to return.
|
|
15635
13486
|
#
|
|
15636
|
-
# @note When making an API call, you may pass OpsResultAttribute
|
|
15637
|
-
# data as a hash:
|
|
15638
|
-
#
|
|
15639
|
-
# {
|
|
15640
|
-
# type_name: "OpsDataTypeName", # required
|
|
15641
|
-
# }
|
|
15642
|
-
#
|
|
15643
13487
|
# @!attribute [rw] type_name
|
|
15644
13488
|
# Name of the data type. Valid value: `AWS:OpsItem`,
|
|
15645
13489
|
# `AWS:EC2InstanceInformation`, `AWS:OpsItemTrendline`, or
|
|
@@ -16028,15 +13872,6 @@ module Aws::SSM
|
|
|
16028
13872
|
# One or more filters. Use a filter to return a more specific list of
|
|
16029
13873
|
# results.
|
|
16030
13874
|
#
|
|
16031
|
-
# @note When making an API call, you may pass ParameterStringFilter
|
|
16032
|
-
# data as a hash:
|
|
16033
|
-
#
|
|
16034
|
-
# {
|
|
16035
|
-
# key: "ParameterStringFilterKey", # required
|
|
16036
|
-
# option: "ParameterStringQueryOption",
|
|
16037
|
-
# values: ["ParameterStringFilterValue"],
|
|
16038
|
-
# }
|
|
16039
|
-
#
|
|
16040
13875
|
# @!attribute [rw] key
|
|
16041
13876
|
# The name of the filter.
|
|
16042
13877
|
#
|
|
@@ -16114,14 +13949,6 @@ module Aws::SSM
|
|
|
16114
13949
|
|
|
16115
13950
|
# This data type is deprecated. Instead, use ParameterStringFilter.
|
|
16116
13951
|
#
|
|
16117
|
-
# @note When making an API call, you may pass ParametersFilter
|
|
16118
|
-
# data as a hash:
|
|
16119
|
-
#
|
|
16120
|
-
# {
|
|
16121
|
-
# key: "Name", # required, accepts Name, Type, KeyId
|
|
16122
|
-
# values: ["ParametersFilterValue"], # required
|
|
16123
|
-
# }
|
|
16124
|
-
#
|
|
16125
13952
|
# @!attribute [rw] key
|
|
16126
13953
|
# The name of the filter.
|
|
16127
13954
|
# @return [String]
|
|
@@ -16405,14 +14232,6 @@ module Aws::SSM
|
|
|
16405
14232
|
# patch properties can be used with each major operating system, see
|
|
16406
14233
|
# DescribePatchProperties.
|
|
16407
14234
|
#
|
|
16408
|
-
# @note When making an API call, you may pass PatchFilter
|
|
16409
|
-
# data as a hash:
|
|
16410
|
-
#
|
|
16411
|
-
# {
|
|
16412
|
-
# key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
|
|
16413
|
-
# values: ["PatchFilterValue"], # required
|
|
16414
|
-
# }
|
|
16415
|
-
#
|
|
16416
14235
|
# @!attribute [rw] key
|
|
16417
14236
|
# The key for the filter.
|
|
16418
14237
|
#
|
|
@@ -16438,18 +14257,6 @@ module Aws::SSM
|
|
|
16438
14257
|
|
|
16439
14258
|
# A set of patch filters, typically used for approval rules.
|
|
16440
14259
|
#
|
|
16441
|
-
# @note When making an API call, you may pass PatchFilterGroup
|
|
16442
|
-
# data as a hash:
|
|
16443
|
-
#
|
|
16444
|
-
# {
|
|
16445
|
-
# patch_filters: [ # required
|
|
16446
|
-
# {
|
|
16447
|
-
# key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
|
|
16448
|
-
# values: ["PatchFilterValue"], # required
|
|
16449
|
-
# },
|
|
16450
|
-
# ],
|
|
16451
|
-
# }
|
|
16452
|
-
#
|
|
16453
14260
|
# @!attribute [rw] patch_filters
|
|
16454
14261
|
# The set of patch filters that make up the group.
|
|
16455
14262
|
# @return [Array<Types::PatchFilter>]
|
|
@@ -16495,14 +14302,6 @@ module Aws::SSM
|
|
|
16495
14302
|
#
|
|
16496
14303
|
# * DescribePatchGroups
|
|
16497
14304
|
#
|
|
16498
|
-
# @note When making an API call, you may pass PatchOrchestratorFilter
|
|
16499
|
-
# data as a hash:
|
|
16500
|
-
#
|
|
16501
|
-
# {
|
|
16502
|
-
# key: "PatchOrchestratorFilterKey",
|
|
16503
|
-
# values: ["PatchOrchestratorFilterValue"],
|
|
16504
|
-
# }
|
|
16505
|
-
#
|
|
16506
14305
|
# @!attribute [rw] key
|
|
16507
14306
|
# The key for the filter.
|
|
16508
14307
|
# @return [String]
|
|
@@ -16522,24 +14321,6 @@ module Aws::SSM
|
|
|
16522
14321
|
|
|
16523
14322
|
# Defines an approval rule for a patch baseline.
|
|
16524
14323
|
#
|
|
16525
|
-
# @note When making an API call, you may pass PatchRule
|
|
16526
|
-
# data as a hash:
|
|
16527
|
-
#
|
|
16528
|
-
# {
|
|
16529
|
-
# patch_filter_group: { # required
|
|
16530
|
-
# patch_filters: [ # required
|
|
16531
|
-
# {
|
|
16532
|
-
# key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
|
|
16533
|
-
# values: ["PatchFilterValue"], # required
|
|
16534
|
-
# },
|
|
16535
|
-
# ],
|
|
16536
|
-
# },
|
|
16537
|
-
# compliance_level: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL, UNSPECIFIED
|
|
16538
|
-
# approve_after_days: 1,
|
|
16539
|
-
# approve_until_date: "PatchStringDateTime",
|
|
16540
|
-
# enable_non_security: false,
|
|
16541
|
-
# }
|
|
16542
|
-
#
|
|
16543
14324
|
# @!attribute [rw] patch_filter_group
|
|
16544
14325
|
# The patch filter group that defines the criteria for the rule.
|
|
16545
14326
|
# @return [Types::PatchFilterGroup]
|
|
@@ -16586,28 +14367,6 @@ module Aws::SSM
|
|
|
16586
14367
|
|
|
16587
14368
|
# A set of rules defining the approval rules for a patch baseline.
|
|
16588
14369
|
#
|
|
16589
|
-
# @note When making an API call, you may pass PatchRuleGroup
|
|
16590
|
-
# data as a hash:
|
|
16591
|
-
#
|
|
16592
|
-
# {
|
|
16593
|
-
# patch_rules: [ # required
|
|
16594
|
-
# {
|
|
16595
|
-
# patch_filter_group: { # required
|
|
16596
|
-
# patch_filters: [ # required
|
|
16597
|
-
# {
|
|
16598
|
-
# key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
|
|
16599
|
-
# values: ["PatchFilterValue"], # required
|
|
16600
|
-
# },
|
|
16601
|
-
# ],
|
|
16602
|
-
# },
|
|
16603
|
-
# compliance_level: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL, UNSPECIFIED
|
|
16604
|
-
# approve_after_days: 1,
|
|
16605
|
-
# approve_until_date: "PatchStringDateTime",
|
|
16606
|
-
# enable_non_security: false,
|
|
16607
|
-
# },
|
|
16608
|
-
# ],
|
|
16609
|
-
# }
|
|
16610
|
-
#
|
|
16611
14370
|
# @!attribute [rw] patch_rules
|
|
16612
14371
|
# The rules that make up the rule group.
|
|
16613
14372
|
# @return [Array<Types::PatchRule>]
|
|
@@ -16624,15 +14383,6 @@ module Aws::SSM
|
|
|
16624
14383
|
# including target operating systems and source repository. Applies to
|
|
16625
14384
|
# Linux managed nodes only.
|
|
16626
14385
|
#
|
|
16627
|
-
# @note When making an API call, you may pass PatchSource
|
|
16628
|
-
# data as a hash:
|
|
16629
|
-
#
|
|
16630
|
-
# {
|
|
16631
|
-
# name: "PatchSourceName", # required
|
|
16632
|
-
# products: ["PatchSourceProduct"], # required
|
|
16633
|
-
# configuration: "PatchSourceConfiguration", # required
|
|
16634
|
-
# }
|
|
16635
|
-
#
|
|
16636
14386
|
# @!attribute [rw] name
|
|
16637
14387
|
# The name specified to identify the patch source.
|
|
16638
14388
|
# @return [String]
|
|
@@ -16760,33 +14510,6 @@ module Aws::SSM
|
|
|
16760
14510
|
include Aws::Structure
|
|
16761
14511
|
end
|
|
16762
14512
|
|
|
16763
|
-
# @note When making an API call, you may pass PutComplianceItemsRequest
|
|
16764
|
-
# data as a hash:
|
|
16765
|
-
#
|
|
16766
|
-
# {
|
|
16767
|
-
# resource_id: "ComplianceResourceId", # required
|
|
16768
|
-
# resource_type: "ComplianceResourceType", # required
|
|
16769
|
-
# compliance_type: "ComplianceTypeName", # required
|
|
16770
|
-
# execution_summary: { # required
|
|
16771
|
-
# execution_time: Time.now, # required
|
|
16772
|
-
# execution_id: "ComplianceExecutionId",
|
|
16773
|
-
# execution_type: "ComplianceExecutionType",
|
|
16774
|
-
# },
|
|
16775
|
-
# items: [ # required
|
|
16776
|
-
# {
|
|
16777
|
-
# id: "ComplianceItemId",
|
|
16778
|
-
# title: "ComplianceItemTitle",
|
|
16779
|
-
# severity: "CRITICAL", # required, accepts CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL, UNSPECIFIED
|
|
16780
|
-
# status: "COMPLIANT", # required, accepts COMPLIANT, NON_COMPLIANT
|
|
16781
|
-
# details: {
|
|
16782
|
-
# "AttributeName" => "AttributeValue",
|
|
16783
|
-
# },
|
|
16784
|
-
# },
|
|
16785
|
-
# ],
|
|
16786
|
-
# item_content_hash: "ComplianceItemContentHash",
|
|
16787
|
-
# upload_type: "COMPLETE", # accepts COMPLETE, PARTIAL
|
|
16788
|
-
# }
|
|
16789
|
-
#
|
|
16790
14513
|
# @!attribute [rw] resource_id
|
|
16791
14514
|
# Specify an ID for this resource. For a managed node, this is the
|
|
16792
14515
|
# node ID.
|
|
@@ -16856,29 +14579,6 @@ module Aws::SSM
|
|
|
16856
14579
|
#
|
|
16857
14580
|
class PutComplianceItemsResult < Aws::EmptyStructure; end
|
|
16858
14581
|
|
|
16859
|
-
# @note When making an API call, you may pass PutInventoryRequest
|
|
16860
|
-
# data as a hash:
|
|
16861
|
-
#
|
|
16862
|
-
# {
|
|
16863
|
-
# instance_id: "InstanceId", # required
|
|
16864
|
-
# items: [ # required
|
|
16865
|
-
# {
|
|
16866
|
-
# type_name: "InventoryItemTypeName", # required
|
|
16867
|
-
# schema_version: "InventoryItemSchemaVersion", # required
|
|
16868
|
-
# capture_time: "InventoryItemCaptureTime", # required
|
|
16869
|
-
# content_hash: "InventoryItemContentHash",
|
|
16870
|
-
# content: [
|
|
16871
|
-
# {
|
|
16872
|
-
# "AttributeName" => "AttributeValue",
|
|
16873
|
-
# },
|
|
16874
|
-
# ],
|
|
16875
|
-
# context: {
|
|
16876
|
-
# "AttributeName" => "AttributeValue",
|
|
16877
|
-
# },
|
|
16878
|
-
# },
|
|
16879
|
-
# ],
|
|
16880
|
-
# }
|
|
16881
|
-
#
|
|
16882
14582
|
# @!attribute [rw] instance_id
|
|
16883
14583
|
# An managed node ID where you want to add or update inventory items.
|
|
16884
14584
|
# @return [String]
|
|
@@ -16908,28 +14608,6 @@ module Aws::SSM
|
|
|
16908
14608
|
include Aws::Structure
|
|
16909
14609
|
end
|
|
16910
14610
|
|
|
16911
|
-
# @note When making an API call, you may pass PutParameterRequest
|
|
16912
|
-
# data as a hash:
|
|
16913
|
-
#
|
|
16914
|
-
# {
|
|
16915
|
-
# name: "PSParameterName", # required
|
|
16916
|
-
# description: "ParameterDescription",
|
|
16917
|
-
# value: "PSParameterValue", # required
|
|
16918
|
-
# type: "String", # accepts String, StringList, SecureString
|
|
16919
|
-
# key_id: "ParameterKeyId",
|
|
16920
|
-
# overwrite: false,
|
|
16921
|
-
# allowed_pattern: "AllowedPattern",
|
|
16922
|
-
# tags: [
|
|
16923
|
-
# {
|
|
16924
|
-
# key: "TagKey", # required
|
|
16925
|
-
# value: "TagValue", # required
|
|
16926
|
-
# },
|
|
16927
|
-
# ],
|
|
16928
|
-
# tier: "Standard", # accepts Standard, Advanced, Intelligent-Tiering
|
|
16929
|
-
# policies: "ParameterPolicies",
|
|
16930
|
-
# data_type: "ParameterDataType",
|
|
16931
|
-
# }
|
|
16932
|
-
#
|
|
16933
14611
|
# @!attribute [rw] name
|
|
16934
14612
|
# The fully qualified name of the parameter that you want to add to
|
|
16935
14613
|
# the system. The fully qualified name includes the complete hierarchy
|
|
@@ -17239,19 +14917,9 @@ module Aws::SSM
|
|
|
17239
14917
|
include Aws::Structure
|
|
17240
14918
|
end
|
|
17241
14919
|
|
|
17242
|
-
# @note When making an API call, you may pass PutResourcePolicyRequest
|
|
17243
|
-
# data as a hash:
|
|
17244
|
-
#
|
|
17245
|
-
# {
|
|
17246
|
-
# resource_arn: "ResourceArnString", # required
|
|
17247
|
-
# policy: "Policy", # required
|
|
17248
|
-
# policy_id: "PolicyId",
|
|
17249
|
-
# policy_hash: "PolicyHash",
|
|
17250
|
-
# }
|
|
17251
|
-
#
|
|
17252
14920
|
# @!attribute [rw] resource_arn
|
|
17253
|
-
# Amazon Resource Name (ARN) of the resource to which
|
|
17254
|
-
#
|
|
14921
|
+
# Amazon Resource Name (ARN) of the resource to which you want to
|
|
14922
|
+
# attach a policy.
|
|
17255
14923
|
# @return [String]
|
|
17256
14924
|
#
|
|
17257
14925
|
# @!attribute [rw] policy
|
|
@@ -17264,7 +14932,8 @@ module Aws::SSM
|
|
|
17264
14932
|
#
|
|
17265
14933
|
# @!attribute [rw] policy_hash
|
|
17266
14934
|
# ID of the current policy version. The hash helps to prevent a
|
|
17267
|
-
# situation where multiple users attempt to overwrite a policy.
|
|
14935
|
+
# situation where multiple users attempt to overwrite a policy. You
|
|
14936
|
+
# must provide this hash when updating or deleting a policy.
|
|
17268
14937
|
# @return [String]
|
|
17269
14938
|
#
|
|
17270
14939
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutResourcePolicyRequest AWS API Documentation
|
|
@@ -17284,9 +14953,7 @@ module Aws::SSM
|
|
|
17284
14953
|
# @return [String]
|
|
17285
14954
|
#
|
|
17286
14955
|
# @!attribute [rw] policy_hash
|
|
17287
|
-
# ID of the current policy version.
|
|
17288
|
-
# situation where multiple users attempt to overwrite a policy. You
|
|
17289
|
-
# must provide this hash when updating or deleting a policy.
|
|
14956
|
+
# ID of the current policy version.
|
|
17290
14957
|
# @return [String]
|
|
17291
14958
|
#
|
|
17292
14959
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutResourcePolicyResponse AWS API Documentation
|
|
@@ -17298,13 +14965,6 @@ module Aws::SSM
|
|
|
17298
14965
|
include Aws::Structure
|
|
17299
14966
|
end
|
|
17300
14967
|
|
|
17301
|
-
# @note When making an API call, you may pass RegisterDefaultPatchBaselineRequest
|
|
17302
|
-
# data as a hash:
|
|
17303
|
-
#
|
|
17304
|
-
# {
|
|
17305
|
-
# baseline_id: "BaselineId", # required
|
|
17306
|
-
# }
|
|
17307
|
-
#
|
|
17308
14968
|
# @!attribute [rw] baseline_id
|
|
17309
14969
|
# The ID of the patch baseline that should be the default patch
|
|
17310
14970
|
# baseline.
|
|
@@ -17330,14 +14990,6 @@ module Aws::SSM
|
|
|
17330
14990
|
include Aws::Structure
|
|
17331
14991
|
end
|
|
17332
14992
|
|
|
17333
|
-
# @note When making an API call, you may pass RegisterPatchBaselineForPatchGroupRequest
|
|
17334
|
-
# data as a hash:
|
|
17335
|
-
#
|
|
17336
|
-
# {
|
|
17337
|
-
# baseline_id: "BaselineId", # required
|
|
17338
|
-
# patch_group: "PatchGroup", # required
|
|
17339
|
-
# }
|
|
17340
|
-
#
|
|
17341
14993
|
# @!attribute [rw] baseline_id
|
|
17342
14994
|
# The ID of the patch baseline to register with the patch group.
|
|
17343
14995
|
# @return [String]
|
|
@@ -17373,24 +15025,6 @@ module Aws::SSM
|
|
|
17373
15025
|
include Aws::Structure
|
|
17374
15026
|
end
|
|
17375
15027
|
|
|
17376
|
-
# @note When making an API call, you may pass RegisterTargetWithMaintenanceWindowRequest
|
|
17377
|
-
# data as a hash:
|
|
17378
|
-
#
|
|
17379
|
-
# {
|
|
17380
|
-
# window_id: "MaintenanceWindowId", # required
|
|
17381
|
-
# resource_type: "INSTANCE", # required, accepts INSTANCE, RESOURCE_GROUP
|
|
17382
|
-
# targets: [ # required
|
|
17383
|
-
# {
|
|
17384
|
-
# key: "TargetKey",
|
|
17385
|
-
# values: ["TargetValue"],
|
|
17386
|
-
# },
|
|
17387
|
-
# ],
|
|
17388
|
-
# owner_information: "OwnerInformation",
|
|
17389
|
-
# name: "MaintenanceWindowName",
|
|
17390
|
-
# description: "MaintenanceWindowDescription",
|
|
17391
|
-
# client_token: "ClientToken",
|
|
17392
|
-
# }
|
|
17393
|
-
#
|
|
17394
15028
|
# @!attribute [rw] window_id
|
|
17395
15029
|
# The ID of the maintenance window the target should be registered
|
|
17396
15030
|
# with.
|
|
@@ -17500,86 +15134,6 @@ module Aws::SSM
|
|
|
17500
15134
|
include Aws::Structure
|
|
17501
15135
|
end
|
|
17502
15136
|
|
|
17503
|
-
# @note When making an API call, you may pass RegisterTaskWithMaintenanceWindowRequest
|
|
17504
|
-
# data as a hash:
|
|
17505
|
-
#
|
|
17506
|
-
# {
|
|
17507
|
-
# window_id: "MaintenanceWindowId", # required
|
|
17508
|
-
# targets: [
|
|
17509
|
-
# {
|
|
17510
|
-
# key: "TargetKey",
|
|
17511
|
-
# values: ["TargetValue"],
|
|
17512
|
-
# },
|
|
17513
|
-
# ],
|
|
17514
|
-
# task_arn: "MaintenanceWindowTaskArn", # required
|
|
17515
|
-
# service_role_arn: "ServiceRole",
|
|
17516
|
-
# task_type: "RUN_COMMAND", # required, accepts RUN_COMMAND, AUTOMATION, STEP_FUNCTIONS, LAMBDA
|
|
17517
|
-
# task_parameters: {
|
|
17518
|
-
# "MaintenanceWindowTaskParameterName" => {
|
|
17519
|
-
# values: ["MaintenanceWindowTaskParameterValue"],
|
|
17520
|
-
# },
|
|
17521
|
-
# },
|
|
17522
|
-
# task_invocation_parameters: {
|
|
17523
|
-
# run_command: {
|
|
17524
|
-
# comment: "Comment",
|
|
17525
|
-
# cloud_watch_output_config: {
|
|
17526
|
-
# cloud_watch_log_group_name: "CloudWatchLogGroupName",
|
|
17527
|
-
# cloud_watch_output_enabled: false,
|
|
17528
|
-
# },
|
|
17529
|
-
# document_hash: "DocumentHash",
|
|
17530
|
-
# document_hash_type: "Sha256", # accepts Sha256, Sha1
|
|
17531
|
-
# document_version: "DocumentVersion",
|
|
17532
|
-
# notification_config: {
|
|
17533
|
-
# notification_arn: "NotificationArn",
|
|
17534
|
-
# notification_events: ["All"], # accepts All, InProgress, Success, TimedOut, Cancelled, Failed
|
|
17535
|
-
# notification_type: "Command", # accepts Command, Invocation
|
|
17536
|
-
# },
|
|
17537
|
-
# output_s3_bucket_name: "S3BucketName",
|
|
17538
|
-
# output_s3_key_prefix: "S3KeyPrefix",
|
|
17539
|
-
# parameters: {
|
|
17540
|
-
# "ParameterName" => ["ParameterValue"],
|
|
17541
|
-
# },
|
|
17542
|
-
# service_role_arn: "ServiceRole",
|
|
17543
|
-
# timeout_seconds: 1,
|
|
17544
|
-
# },
|
|
17545
|
-
# automation: {
|
|
17546
|
-
# document_version: "DocumentVersion",
|
|
17547
|
-
# parameters: {
|
|
17548
|
-
# "AutomationParameterKey" => ["AutomationParameterValue"],
|
|
17549
|
-
# },
|
|
17550
|
-
# },
|
|
17551
|
-
# step_functions: {
|
|
17552
|
-
# input: "MaintenanceWindowStepFunctionsInput",
|
|
17553
|
-
# name: "MaintenanceWindowStepFunctionsName",
|
|
17554
|
-
# },
|
|
17555
|
-
# lambda: {
|
|
17556
|
-
# client_context: "MaintenanceWindowLambdaClientContext",
|
|
17557
|
-
# qualifier: "MaintenanceWindowLambdaQualifier",
|
|
17558
|
-
# payload: "data",
|
|
17559
|
-
# },
|
|
17560
|
-
# },
|
|
17561
|
-
# priority: 1,
|
|
17562
|
-
# max_concurrency: "MaxConcurrency",
|
|
17563
|
-
# max_errors: "MaxErrors",
|
|
17564
|
-
# logging_info: {
|
|
17565
|
-
# s3_bucket_name: "S3BucketName", # required
|
|
17566
|
-
# s3_key_prefix: "S3KeyPrefix",
|
|
17567
|
-
# s3_region: "S3Region", # required
|
|
17568
|
-
# },
|
|
17569
|
-
# name: "MaintenanceWindowName",
|
|
17570
|
-
# description: "MaintenanceWindowDescription",
|
|
17571
|
-
# client_token: "ClientToken",
|
|
17572
|
-
# cutoff_behavior: "CONTINUE_TASK", # accepts CONTINUE_TASK, CANCEL_TASK
|
|
17573
|
-
# alarm_configuration: {
|
|
17574
|
-
# ignore_poll_alarm_failure: false,
|
|
17575
|
-
# alarms: [ # required
|
|
17576
|
-
# {
|
|
17577
|
-
# name: "AlarmName", # required
|
|
17578
|
-
# },
|
|
17579
|
-
# ],
|
|
17580
|
-
# },
|
|
17581
|
-
# }
|
|
17582
|
-
#
|
|
17583
15137
|
# @!attribute [rw] window_id
|
|
17584
15138
|
# The ID of the maintenance window the task should be added to.
|
|
17585
15139
|
# @return [String]
|
|
@@ -17797,14 +15351,6 @@ module Aws::SSM
|
|
|
17797
15351
|
|
|
17798
15352
|
# Reserved for internal use.
|
|
17799
15353
|
#
|
|
17800
|
-
# @note When making an API call, you may pass RegistrationMetadataItem
|
|
17801
|
-
# data as a hash:
|
|
17802
|
-
#
|
|
17803
|
-
# {
|
|
17804
|
-
# key: "RegistrationMetadataKey", # required
|
|
17805
|
-
# value: "RegistrationMetadataValue", # required
|
|
17806
|
-
# }
|
|
17807
|
-
#
|
|
17808
15354
|
# @!attribute [rw] key
|
|
17809
15355
|
# Reserved for internal use.
|
|
17810
15356
|
# @return [String]
|
|
@@ -17826,13 +15372,6 @@ module Aws::SSM
|
|
|
17826
15372
|
# For example, related OpsItems can include OpsItems with similar error
|
|
17827
15373
|
# messages, impacted resources, or statuses for the impacted resource.
|
|
17828
15374
|
#
|
|
17829
|
-
# @note When making an API call, you may pass RelatedOpsItem
|
|
17830
|
-
# data as a hash:
|
|
17831
|
-
#
|
|
17832
|
-
# {
|
|
17833
|
-
# ops_item_id: "String", # required
|
|
17834
|
-
# }
|
|
17835
|
-
#
|
|
17836
15375
|
# @!attribute [rw] ops_item_id
|
|
17837
15376
|
# The ID of an OpsItem related to the current OpsItem.
|
|
17838
15377
|
# @return [String]
|
|
@@ -17845,15 +15384,6 @@ module Aws::SSM
|
|
|
17845
15384
|
include Aws::Structure
|
|
17846
15385
|
end
|
|
17847
15386
|
|
|
17848
|
-
# @note When making an API call, you may pass RemoveTagsFromResourceRequest
|
|
17849
|
-
# data as a hash:
|
|
17850
|
-
#
|
|
17851
|
-
# {
|
|
17852
|
-
# resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation, Association
|
|
17853
|
-
# resource_id: "ResourceId", # required
|
|
17854
|
-
# tag_keys: ["TagKey"], # required
|
|
17855
|
-
# }
|
|
17856
|
-
#
|
|
17857
15387
|
# @!attribute [rw] resource_type
|
|
17858
15388
|
# The type of resource from which you want to remove a tag.
|
|
17859
15389
|
#
|
|
@@ -17915,13 +15445,6 @@ module Aws::SSM
|
|
|
17915
15445
|
|
|
17916
15446
|
# The request body of the ResetServiceSetting API operation.
|
|
17917
15447
|
#
|
|
17918
|
-
# @note When making an API call, you may pass ResetServiceSettingRequest
|
|
17919
|
-
# data as a hash:
|
|
17920
|
-
#
|
|
17921
|
-
# {
|
|
17922
|
-
# setting_id: "ServiceSettingId", # required
|
|
17923
|
-
# }
|
|
17924
|
-
#
|
|
17925
15448
|
# @!attribute [rw] setting_id
|
|
17926
15449
|
# The Amazon Resource Name (ARN) of the service setting to reset. The
|
|
17927
15450
|
# setting ID can be one of the following.
|
|
@@ -18054,18 +15577,6 @@ module Aws::SSM
|
|
|
18054
15577
|
# Organizations or, if an Amazon Web Services organization isn't
|
|
18055
15578
|
# present, from multiple Amazon Web Services Regions.
|
|
18056
15579
|
#
|
|
18057
|
-
# @note When making an API call, you may pass ResourceDataSyncAwsOrganizationsSource
|
|
18058
|
-
# data as a hash:
|
|
18059
|
-
#
|
|
18060
|
-
# {
|
|
18061
|
-
# organization_source_type: "ResourceDataSyncOrganizationSourceType", # required
|
|
18062
|
-
# organizational_units: [
|
|
18063
|
-
# {
|
|
18064
|
-
# organizational_unit_id: "ResourceDataSyncOrganizationalUnitId",
|
|
18065
|
-
# },
|
|
18066
|
-
# ],
|
|
18067
|
-
# }
|
|
18068
|
-
#
|
|
18069
15580
|
# @!attribute [rw] organization_source_type
|
|
18070
15581
|
# If an Amazon Web Services organization is present, this is either
|
|
18071
15582
|
# `OrganizationalUnits` or `EntireOrganization`. For
|
|
@@ -18120,13 +15631,6 @@ module Aws::SSM
|
|
|
18120
15631
|
# prefixes in the central bucket. Each key prefix represents a different
|
|
18121
15632
|
# Amazon Web Services account ID.
|
|
18122
15633
|
#
|
|
18123
|
-
# @note When making an API call, you may pass ResourceDataSyncDestinationDataSharing
|
|
18124
|
-
# data as a hash:
|
|
18125
|
-
#
|
|
18126
|
-
# {
|
|
18127
|
-
# destination_data_sharing_type: "ResourceDataSyncDestinationDataSharingType",
|
|
18128
|
-
# }
|
|
18129
|
-
#
|
|
18130
15634
|
# @!attribute [rw] destination_data_sharing_type
|
|
18131
15635
|
# The sharing data type. Only `Organization` is supported.
|
|
18132
15636
|
# @return [String]
|
|
@@ -18240,13 +15744,6 @@ module Aws::SSM
|
|
|
18240
15744
|
|
|
18241
15745
|
# The Organizations organizational unit data source for the sync.
|
|
18242
15746
|
#
|
|
18243
|
-
# @note When making an API call, you may pass ResourceDataSyncOrganizationalUnit
|
|
18244
|
-
# data as a hash:
|
|
18245
|
-
#
|
|
18246
|
-
# {
|
|
18247
|
-
# organizational_unit_id: "ResourceDataSyncOrganizationalUnitId",
|
|
18248
|
-
# }
|
|
18249
|
-
#
|
|
18250
15747
|
# @!attribute [rw] organizational_unit_id
|
|
18251
15748
|
# The Organizations unit ID data source for the sync.
|
|
18252
15749
|
# @return [String]
|
|
@@ -18261,20 +15758,6 @@ module Aws::SSM
|
|
|
18261
15758
|
|
|
18262
15759
|
# Information about the target S3 bucket for the resource data sync.
|
|
18263
15760
|
#
|
|
18264
|
-
# @note When making an API call, you may pass ResourceDataSyncS3Destination
|
|
18265
|
-
# data as a hash:
|
|
18266
|
-
#
|
|
18267
|
-
# {
|
|
18268
|
-
# bucket_name: "ResourceDataSyncS3BucketName", # required
|
|
18269
|
-
# prefix: "ResourceDataSyncS3Prefix",
|
|
18270
|
-
# sync_format: "JsonSerDe", # required, accepts JsonSerDe
|
|
18271
|
-
# region: "ResourceDataSyncS3Region", # required
|
|
18272
|
-
# awskms_key_arn: "ResourceDataSyncAWSKMSKeyARN",
|
|
18273
|
-
# destination_data_sharing: {
|
|
18274
|
-
# destination_data_sharing_type: "ResourceDataSyncDestinationDataSharingType",
|
|
18275
|
-
# },
|
|
18276
|
-
# }
|
|
18277
|
-
#
|
|
18278
15761
|
# @!attribute [rw] bucket_name
|
|
18279
15762
|
# The name of the S3 bucket where the aggregated data is stored.
|
|
18280
15763
|
# @return [String]
|
|
@@ -18318,24 +15801,6 @@ module Aws::SSM
|
|
|
18318
15801
|
# Information about the source of the data included in the resource data
|
|
18319
15802
|
# sync.
|
|
18320
15803
|
#
|
|
18321
|
-
# @note When making an API call, you may pass ResourceDataSyncSource
|
|
18322
|
-
# data as a hash:
|
|
18323
|
-
#
|
|
18324
|
-
# {
|
|
18325
|
-
# source_type: "ResourceDataSyncSourceType", # required
|
|
18326
|
-
# aws_organizations_source: {
|
|
18327
|
-
# organization_source_type: "ResourceDataSyncOrganizationSourceType", # required
|
|
18328
|
-
# organizational_units: [
|
|
18329
|
-
# {
|
|
18330
|
-
# organizational_unit_id: "ResourceDataSyncOrganizationalUnitId",
|
|
18331
|
-
# },
|
|
18332
|
-
# ],
|
|
18333
|
-
# },
|
|
18334
|
-
# source_regions: ["ResourceDataSyncSourceRegion"], # required
|
|
18335
|
-
# include_future_regions: false,
|
|
18336
|
-
# enable_all_ops_data_sources: false,
|
|
18337
|
-
# }
|
|
18338
|
-
#
|
|
18339
15804
|
# @!attribute [rw] source_type
|
|
18340
15805
|
# The type of data source for the resource data sync. `SourceType` is
|
|
18341
15806
|
# either `AwsOrganizations` (if an organization is present in
|
|
@@ -18559,13 +16024,6 @@ module Aws::SSM
|
|
|
18559
16024
|
|
|
18560
16025
|
# The inventory item result attribute.
|
|
18561
16026
|
#
|
|
18562
|
-
# @note When making an API call, you may pass ResultAttribute
|
|
18563
|
-
# data as a hash:
|
|
18564
|
-
#
|
|
18565
|
-
# {
|
|
18566
|
-
# type_name: "InventoryItemTypeName", # required
|
|
18567
|
-
# }
|
|
18568
|
-
#
|
|
18569
16027
|
# @!attribute [rw] type_name
|
|
18570
16028
|
# Name of the inventory item type. Valid value:
|
|
18571
16029
|
# `AWS:InstanceInformation`. Default Value: `AWS:InstanceInformation`.
|
|
@@ -18579,13 +16037,6 @@ module Aws::SSM
|
|
|
18579
16037
|
include Aws::Structure
|
|
18580
16038
|
end
|
|
18581
16039
|
|
|
18582
|
-
# @note When making an API call, you may pass ResumeSessionRequest
|
|
18583
|
-
# data as a hash:
|
|
18584
|
-
#
|
|
18585
|
-
# {
|
|
18586
|
-
# session_id: "SessionId", # required
|
|
18587
|
-
# }
|
|
18588
|
-
#
|
|
18589
16040
|
# @!attribute [rw] session_id
|
|
18590
16041
|
# The ID of the disconnected session to resume.
|
|
18591
16042
|
# @return [String]
|
|
@@ -18672,48 +16123,6 @@ module Aws::SSM
|
|
|
18672
16123
|
#
|
|
18673
16124
|
# </note>
|
|
18674
16125
|
#
|
|
18675
|
-
# @note When making an API call, you may pass Runbook
|
|
18676
|
-
# data as a hash:
|
|
18677
|
-
#
|
|
18678
|
-
# {
|
|
18679
|
-
# document_name: "DocumentARN", # required
|
|
18680
|
-
# document_version: "DocumentVersion",
|
|
18681
|
-
# parameters: {
|
|
18682
|
-
# "AutomationParameterKey" => ["AutomationParameterValue"],
|
|
18683
|
-
# },
|
|
18684
|
-
# target_parameter_name: "AutomationParameterKey",
|
|
18685
|
-
# targets: [
|
|
18686
|
-
# {
|
|
18687
|
-
# key: "TargetKey",
|
|
18688
|
-
# values: ["TargetValue"],
|
|
18689
|
-
# },
|
|
18690
|
-
# ],
|
|
18691
|
-
# target_maps: [
|
|
18692
|
-
# {
|
|
18693
|
-
# "TargetMapKey" => ["TargetMapValue"],
|
|
18694
|
-
# },
|
|
18695
|
-
# ],
|
|
18696
|
-
# max_concurrency: "MaxConcurrency",
|
|
18697
|
-
# max_errors: "MaxErrors",
|
|
18698
|
-
# target_locations: [
|
|
18699
|
-
# {
|
|
18700
|
-
# accounts: ["Account"],
|
|
18701
|
-
# regions: ["Region"],
|
|
18702
|
-
# target_location_max_concurrency: "MaxConcurrency",
|
|
18703
|
-
# target_location_max_errors: "MaxErrors",
|
|
18704
|
-
# execution_role_name: "ExecutionRoleName",
|
|
18705
|
-
# target_location_alarm_configuration: {
|
|
18706
|
-
# ignore_poll_alarm_failure: false,
|
|
18707
|
-
# alarms: [ # required
|
|
18708
|
-
# {
|
|
18709
|
-
# name: "AlarmName", # required
|
|
18710
|
-
# },
|
|
18711
|
-
# ],
|
|
18712
|
-
# },
|
|
18713
|
-
# },
|
|
18714
|
-
# ],
|
|
18715
|
-
# }
|
|
18716
|
-
#
|
|
18717
16126
|
# @!attribute [rw] document_name
|
|
18718
16127
|
# The name of the Automation runbook used in a runbook workflow.
|
|
18719
16128
|
# @return [String]
|
|
@@ -18777,15 +16186,6 @@ module Aws::SSM
|
|
|
18777
16186
|
|
|
18778
16187
|
# An S3 bucket where you want to store the results of this request.
|
|
18779
16188
|
#
|
|
18780
|
-
# @note When making an API call, you may pass S3OutputLocation
|
|
18781
|
-
# data as a hash:
|
|
18782
|
-
#
|
|
18783
|
-
# {
|
|
18784
|
-
# output_s3_region: "S3Region",
|
|
18785
|
-
# output_s3_bucket_name: "S3BucketName",
|
|
18786
|
-
# output_s3_key_prefix: "S3KeyPrefix",
|
|
18787
|
-
# }
|
|
18788
|
-
#
|
|
18789
16189
|
# @!attribute [rw] output_s3_region
|
|
18790
16190
|
# The Amazon Web Services Region of the S3 bucket.
|
|
18791
16191
|
# @return [String]
|
|
@@ -18849,17 +16249,6 @@ module Aws::SSM
|
|
|
18849
16249
|
include Aws::Structure
|
|
18850
16250
|
end
|
|
18851
16251
|
|
|
18852
|
-
# @note When making an API call, you may pass SendAutomationSignalRequest
|
|
18853
|
-
# data as a hash:
|
|
18854
|
-
#
|
|
18855
|
-
# {
|
|
18856
|
-
# automation_execution_id: "AutomationExecutionId", # required
|
|
18857
|
-
# signal_type: "Approve", # required, accepts Approve, Reject, StartStep, StopStep, Resume
|
|
18858
|
-
# payload: {
|
|
18859
|
-
# "AutomationParameterKey" => ["AutomationParameterValue"],
|
|
18860
|
-
# },
|
|
18861
|
-
# }
|
|
18862
|
-
#
|
|
18863
16252
|
# @!attribute [rw] automation_execution_id
|
|
18864
16253
|
# The unique identifier for an existing Automation execution that you
|
|
18865
16254
|
# want to send the signal to.
|
|
@@ -18903,51 +16292,6 @@ module Aws::SSM
|
|
|
18903
16292
|
#
|
|
18904
16293
|
class SendAutomationSignalResult < Aws::EmptyStructure; end
|
|
18905
16294
|
|
|
18906
|
-
# @note When making an API call, you may pass SendCommandRequest
|
|
18907
|
-
# data as a hash:
|
|
18908
|
-
#
|
|
18909
|
-
# {
|
|
18910
|
-
# instance_ids: ["InstanceId"],
|
|
18911
|
-
# targets: [
|
|
18912
|
-
# {
|
|
18913
|
-
# key: "TargetKey",
|
|
18914
|
-
# values: ["TargetValue"],
|
|
18915
|
-
# },
|
|
18916
|
-
# ],
|
|
18917
|
-
# document_name: "DocumentARN", # required
|
|
18918
|
-
# document_version: "DocumentVersion",
|
|
18919
|
-
# document_hash: "DocumentHash",
|
|
18920
|
-
# document_hash_type: "Sha256", # accepts Sha256, Sha1
|
|
18921
|
-
# timeout_seconds: 1,
|
|
18922
|
-
# comment: "Comment",
|
|
18923
|
-
# parameters: {
|
|
18924
|
-
# "ParameterName" => ["ParameterValue"],
|
|
18925
|
-
# },
|
|
18926
|
-
# output_s3_region: "S3Region",
|
|
18927
|
-
# output_s3_bucket_name: "S3BucketName",
|
|
18928
|
-
# output_s3_key_prefix: "S3KeyPrefix",
|
|
18929
|
-
# max_concurrency: "MaxConcurrency",
|
|
18930
|
-
# max_errors: "MaxErrors",
|
|
18931
|
-
# service_role_arn: "ServiceRole",
|
|
18932
|
-
# notification_config: {
|
|
18933
|
-
# notification_arn: "NotificationArn",
|
|
18934
|
-
# notification_events: ["All"], # accepts All, InProgress, Success, TimedOut, Cancelled, Failed
|
|
18935
|
-
# notification_type: "Command", # accepts Command, Invocation
|
|
18936
|
-
# },
|
|
18937
|
-
# cloud_watch_output_config: {
|
|
18938
|
-
# cloud_watch_log_group_name: "CloudWatchLogGroupName",
|
|
18939
|
-
# cloud_watch_output_enabled: false,
|
|
18940
|
-
# },
|
|
18941
|
-
# alarm_configuration: {
|
|
18942
|
-
# ignore_poll_alarm_failure: false,
|
|
18943
|
-
# alarms: [ # required
|
|
18944
|
-
# {
|
|
18945
|
-
# name: "AlarmName", # required
|
|
18946
|
-
# },
|
|
18947
|
-
# ],
|
|
18948
|
-
# },
|
|
18949
|
-
# }
|
|
18950
|
-
#
|
|
18951
16295
|
# @!attribute [rw] instance_ids
|
|
18952
16296
|
# The IDs of the managed nodes where the command should run.
|
|
18953
16297
|
# Specifying managed node IDs is most useful when you are targeting a
|
|
@@ -19321,14 +16665,6 @@ module Aws::SSM
|
|
|
19321
16665
|
|
|
19322
16666
|
# Describes a filter for Session Manager information.
|
|
19323
16667
|
#
|
|
19324
|
-
# @note When making an API call, you may pass SessionFilter
|
|
19325
|
-
# data as a hash:
|
|
19326
|
-
#
|
|
19327
|
-
# {
|
|
19328
|
-
# key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Target, Owner, Status, SessionId
|
|
19329
|
-
# value: "SessionFilterValue", # required
|
|
19330
|
-
# }
|
|
19331
|
-
#
|
|
19332
16668
|
# @!attribute [rw] key
|
|
19333
16669
|
# The name of the filter.
|
|
19334
16670
|
# @return [String]
|
|
@@ -19449,13 +16785,6 @@ module Aws::SSM
|
|
|
19449
16785
|
include Aws::Structure
|
|
19450
16786
|
end
|
|
19451
16787
|
|
|
19452
|
-
# @note When making an API call, you may pass StartAssociationsOnceRequest
|
|
19453
|
-
# data as a hash:
|
|
19454
|
-
#
|
|
19455
|
-
# {
|
|
19456
|
-
# association_ids: ["AssociationId"], # required
|
|
19457
|
-
# }
|
|
19458
|
-
#
|
|
19459
16788
|
# @!attribute [rw] association_ids
|
|
19460
16789
|
# The association IDs that you want to run immediately and only one
|
|
19461
16790
|
# time.
|
|
@@ -19473,64 +16802,6 @@ module Aws::SSM
|
|
|
19473
16802
|
#
|
|
19474
16803
|
class StartAssociationsOnceResult < Aws::EmptyStructure; end
|
|
19475
16804
|
|
|
19476
|
-
# @note When making an API call, you may pass StartAutomationExecutionRequest
|
|
19477
|
-
# data as a hash:
|
|
19478
|
-
#
|
|
19479
|
-
# {
|
|
19480
|
-
# document_name: "DocumentARN", # required
|
|
19481
|
-
# document_version: "DocumentVersion",
|
|
19482
|
-
# parameters: {
|
|
19483
|
-
# "AutomationParameterKey" => ["AutomationParameterValue"],
|
|
19484
|
-
# },
|
|
19485
|
-
# client_token: "IdempotencyToken",
|
|
19486
|
-
# mode: "Auto", # accepts Auto, Interactive
|
|
19487
|
-
# target_parameter_name: "AutomationParameterKey",
|
|
19488
|
-
# targets: [
|
|
19489
|
-
# {
|
|
19490
|
-
# key: "TargetKey",
|
|
19491
|
-
# values: ["TargetValue"],
|
|
19492
|
-
# },
|
|
19493
|
-
# ],
|
|
19494
|
-
# target_maps: [
|
|
19495
|
-
# {
|
|
19496
|
-
# "TargetMapKey" => ["TargetMapValue"],
|
|
19497
|
-
# },
|
|
19498
|
-
# ],
|
|
19499
|
-
# max_concurrency: "MaxConcurrency",
|
|
19500
|
-
# max_errors: "MaxErrors",
|
|
19501
|
-
# target_locations: [
|
|
19502
|
-
# {
|
|
19503
|
-
# accounts: ["Account"],
|
|
19504
|
-
# regions: ["Region"],
|
|
19505
|
-
# target_location_max_concurrency: "MaxConcurrency",
|
|
19506
|
-
# target_location_max_errors: "MaxErrors",
|
|
19507
|
-
# execution_role_name: "ExecutionRoleName",
|
|
19508
|
-
# target_location_alarm_configuration: {
|
|
19509
|
-
# ignore_poll_alarm_failure: false,
|
|
19510
|
-
# alarms: [ # required
|
|
19511
|
-
# {
|
|
19512
|
-
# name: "AlarmName", # required
|
|
19513
|
-
# },
|
|
19514
|
-
# ],
|
|
19515
|
-
# },
|
|
19516
|
-
# },
|
|
19517
|
-
# ],
|
|
19518
|
-
# tags: [
|
|
19519
|
-
# {
|
|
19520
|
-
# key: "TagKey", # required
|
|
19521
|
-
# value: "TagValue", # required
|
|
19522
|
-
# },
|
|
19523
|
-
# ],
|
|
19524
|
-
# alarm_configuration: {
|
|
19525
|
-
# ignore_poll_alarm_failure: false,
|
|
19526
|
-
# alarms: [ # required
|
|
19527
|
-
# {
|
|
19528
|
-
# name: "AlarmName", # required
|
|
19529
|
-
# },
|
|
19530
|
-
# ],
|
|
19531
|
-
# },
|
|
19532
|
-
# }
|
|
19533
|
-
#
|
|
19534
16805
|
# @!attribute [rw] document_name
|
|
19535
16806
|
# The name of the SSM document to run. This can be a public document
|
|
19536
16807
|
# or a custom document. To run a shared document belonging to another
|
|
@@ -19670,69 +16941,6 @@ module Aws::SSM
|
|
|
19670
16941
|
include Aws::Structure
|
|
19671
16942
|
end
|
|
19672
16943
|
|
|
19673
|
-
# @note When making an API call, you may pass StartChangeRequestExecutionRequest
|
|
19674
|
-
# data as a hash:
|
|
19675
|
-
#
|
|
19676
|
-
# {
|
|
19677
|
-
# scheduled_time: Time.now,
|
|
19678
|
-
# document_name: "DocumentARN", # required
|
|
19679
|
-
# document_version: "DocumentVersion",
|
|
19680
|
-
# parameters: {
|
|
19681
|
-
# "AutomationParameterKey" => ["AutomationParameterValue"],
|
|
19682
|
-
# },
|
|
19683
|
-
# change_request_name: "ChangeRequestName",
|
|
19684
|
-
# client_token: "IdempotencyToken",
|
|
19685
|
-
# auto_approve: false,
|
|
19686
|
-
# runbooks: [ # required
|
|
19687
|
-
# {
|
|
19688
|
-
# document_name: "DocumentARN", # required
|
|
19689
|
-
# document_version: "DocumentVersion",
|
|
19690
|
-
# parameters: {
|
|
19691
|
-
# "AutomationParameterKey" => ["AutomationParameterValue"],
|
|
19692
|
-
# },
|
|
19693
|
-
# target_parameter_name: "AutomationParameterKey",
|
|
19694
|
-
# targets: [
|
|
19695
|
-
# {
|
|
19696
|
-
# key: "TargetKey",
|
|
19697
|
-
# values: ["TargetValue"],
|
|
19698
|
-
# },
|
|
19699
|
-
# ],
|
|
19700
|
-
# target_maps: [
|
|
19701
|
-
# {
|
|
19702
|
-
# "TargetMapKey" => ["TargetMapValue"],
|
|
19703
|
-
# },
|
|
19704
|
-
# ],
|
|
19705
|
-
# max_concurrency: "MaxConcurrency",
|
|
19706
|
-
# max_errors: "MaxErrors",
|
|
19707
|
-
# target_locations: [
|
|
19708
|
-
# {
|
|
19709
|
-
# accounts: ["Account"],
|
|
19710
|
-
# regions: ["Region"],
|
|
19711
|
-
# target_location_max_concurrency: "MaxConcurrency",
|
|
19712
|
-
# target_location_max_errors: "MaxErrors",
|
|
19713
|
-
# execution_role_name: "ExecutionRoleName",
|
|
19714
|
-
# target_location_alarm_configuration: {
|
|
19715
|
-
# ignore_poll_alarm_failure: false,
|
|
19716
|
-
# alarms: [ # required
|
|
19717
|
-
# {
|
|
19718
|
-
# name: "AlarmName", # required
|
|
19719
|
-
# },
|
|
19720
|
-
# ],
|
|
19721
|
-
# },
|
|
19722
|
-
# },
|
|
19723
|
-
# ],
|
|
19724
|
-
# },
|
|
19725
|
-
# ],
|
|
19726
|
-
# tags: [
|
|
19727
|
-
# {
|
|
19728
|
-
# key: "TagKey", # required
|
|
19729
|
-
# value: "TagValue", # required
|
|
19730
|
-
# },
|
|
19731
|
-
# ],
|
|
19732
|
-
# scheduled_end_time: Time.now,
|
|
19733
|
-
# change_details: "ChangeDetailsValue",
|
|
19734
|
-
# }
|
|
19735
|
-
#
|
|
19736
16944
|
# @!attribute [rw] scheduled_time
|
|
19737
16945
|
# The date and time specified in the change request to run the
|
|
19738
16946
|
# Automation runbooks.
|
|
@@ -19853,18 +17061,6 @@ module Aws::SSM
|
|
|
19853
17061
|
include Aws::Structure
|
|
19854
17062
|
end
|
|
19855
17063
|
|
|
19856
|
-
# @note When making an API call, you may pass StartSessionRequest
|
|
19857
|
-
# data as a hash:
|
|
19858
|
-
#
|
|
19859
|
-
# {
|
|
19860
|
-
# target: "SessionTarget", # required
|
|
19861
|
-
# document_name: "DocumentARN",
|
|
19862
|
-
# reason: "SessionReason",
|
|
19863
|
-
# parameters: {
|
|
19864
|
-
# "SessionManagerParameterName" => ["SessionManagerParameterValue"],
|
|
19865
|
-
# },
|
|
19866
|
-
# }
|
|
19867
|
-
#
|
|
19868
17064
|
# @!attribute [rw] target
|
|
19869
17065
|
# The managed node to connect to for the session.
|
|
19870
17066
|
# @return [String]
|
|
@@ -20094,14 +17290,6 @@ module Aws::SSM
|
|
|
20094
17290
|
# A filter to limit the amount of step execution information returned by
|
|
20095
17291
|
# the call.
|
|
20096
17292
|
#
|
|
20097
|
-
# @note When making an API call, you may pass StepExecutionFilter
|
|
20098
|
-
# data as a hash:
|
|
20099
|
-
#
|
|
20100
|
-
# {
|
|
20101
|
-
# key: "StartTimeBefore", # required, accepts StartTimeBefore, StartTimeAfter, StepExecutionStatus, StepExecutionId, StepName, Action
|
|
20102
|
-
# values: ["StepExecutionFilterValue"], # required
|
|
20103
|
-
# }
|
|
20104
|
-
#
|
|
20105
17293
|
# @!attribute [rw] key
|
|
20106
17294
|
# One or more keys to limit the results. Valid filter keys include the
|
|
20107
17295
|
# following: StepName, Action, StepExecutionId, StepExecutionStatus,
|
|
@@ -20121,14 +17309,6 @@ module Aws::SSM
|
|
|
20121
17309
|
include Aws::Structure
|
|
20122
17310
|
end
|
|
20123
17311
|
|
|
20124
|
-
# @note When making an API call, you may pass StopAutomationExecutionRequest
|
|
20125
|
-
# data as a hash:
|
|
20126
|
-
#
|
|
20127
|
-
# {
|
|
20128
|
-
# automation_execution_id: "AutomationExecutionId", # required
|
|
20129
|
-
# type: "Complete", # accepts Complete, Cancel
|
|
20130
|
-
# }
|
|
20131
|
-
#
|
|
20132
17312
|
# @!attribute [rw] automation_execution_id
|
|
20133
17313
|
# The execution ID of the Automation to stop.
|
|
20134
17314
|
# @return [String]
|
|
@@ -20171,14 +17351,6 @@ module Aws::SSM
|
|
|
20171
17351
|
# documents), managed nodes, maintenance windows, parameters, patch
|
|
20172
17352
|
# baselines, OpsItems, and OpsMetadata.
|
|
20173
17353
|
#
|
|
20174
|
-
# @note When making an API call, you may pass Tag
|
|
20175
|
-
# data as a hash:
|
|
20176
|
-
#
|
|
20177
|
-
# {
|
|
20178
|
-
# key: "TagKey", # required
|
|
20179
|
-
# value: "TagValue", # required
|
|
20180
|
-
# }
|
|
20181
|
-
#
|
|
20182
17354
|
# @!attribute [rw] key
|
|
20183
17355
|
# The name of the tag.
|
|
20184
17356
|
# @return [String]
|
|
@@ -20264,14 +17436,6 @@ module Aws::SSM
|
|
|
20264
17436
|
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
|
|
20265
17437
|
# [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-targeting
|
|
20266
17438
|
#
|
|
20267
|
-
# @note When making an API call, you may pass Target
|
|
20268
|
-
# data as a hash:
|
|
20269
|
-
#
|
|
20270
|
-
# {
|
|
20271
|
-
# key: "TargetKey",
|
|
20272
|
-
# values: ["TargetValue"],
|
|
20273
|
-
# }
|
|
20274
|
-
#
|
|
20275
17439
|
# @!attribute [rw] key
|
|
20276
17440
|
# User-defined criteria for sending commands that target managed nodes
|
|
20277
17441
|
# that meet the criteria.
|
|
@@ -20314,25 +17478,6 @@ module Aws::SSM
|
|
|
20314
17478
|
# The combination of Amazon Web Services Regions and Amazon Web Services
|
|
20315
17479
|
# accounts targeted by the current Automation execution.
|
|
20316
17480
|
#
|
|
20317
|
-
# @note When making an API call, you may pass TargetLocation
|
|
20318
|
-
# data as a hash:
|
|
20319
|
-
#
|
|
20320
|
-
# {
|
|
20321
|
-
# accounts: ["Account"],
|
|
20322
|
-
# regions: ["Region"],
|
|
20323
|
-
# target_location_max_concurrency: "MaxConcurrency",
|
|
20324
|
-
# target_location_max_errors: "MaxErrors",
|
|
20325
|
-
# execution_role_name: "ExecutionRoleName",
|
|
20326
|
-
# target_location_alarm_configuration: {
|
|
20327
|
-
# ignore_poll_alarm_failure: false,
|
|
20328
|
-
# alarms: [ # required
|
|
20329
|
-
# {
|
|
20330
|
-
# name: "AlarmName", # required
|
|
20331
|
-
# },
|
|
20332
|
-
# ],
|
|
20333
|
-
# },
|
|
20334
|
-
# }
|
|
20335
|
-
#
|
|
20336
17481
|
# @!attribute [rw] accounts
|
|
20337
17482
|
# The Amazon Web Services accounts targeted by the current Automation
|
|
20338
17483
|
# execution.
|
|
@@ -20400,13 +17545,6 @@ module Aws::SSM
|
|
|
20400
17545
|
include Aws::Structure
|
|
20401
17546
|
end
|
|
20402
17547
|
|
|
20403
|
-
# @note When making an API call, you may pass TerminateSessionRequest
|
|
20404
|
-
# data as a hash:
|
|
20405
|
-
#
|
|
20406
|
-
# {
|
|
20407
|
-
# session_id: "SessionId", # required
|
|
20408
|
-
# }
|
|
20409
|
-
#
|
|
20410
17548
|
# @!attribute [rw] session_id
|
|
20411
17549
|
# The ID of the session to terminate.
|
|
20412
17550
|
# @return [String]
|
|
@@ -20466,15 +17604,6 @@ module Aws::SSM
|
|
|
20466
17604
|
include Aws::Structure
|
|
20467
17605
|
end
|
|
20468
17606
|
|
|
20469
|
-
# @note When making an API call, you may pass UnlabelParameterVersionRequest
|
|
20470
|
-
# data as a hash:
|
|
20471
|
-
#
|
|
20472
|
-
# {
|
|
20473
|
-
# name: "PSParameterName", # required
|
|
20474
|
-
# parameter_version: 1, # required
|
|
20475
|
-
# labels: ["ParameterLabel"], # required
|
|
20476
|
-
# }
|
|
20477
|
-
#
|
|
20478
17607
|
# @!attribute [rw] name
|
|
20479
17608
|
# The name of the parameter from which you want to delete one or more
|
|
20480
17609
|
# labels.
|
|
@@ -20627,72 +17756,6 @@ module Aws::SSM
|
|
|
20627
17756
|
include Aws::Structure
|
|
20628
17757
|
end
|
|
20629
17758
|
|
|
20630
|
-
# @note When making an API call, you may pass UpdateAssociationRequest
|
|
20631
|
-
# data as a hash:
|
|
20632
|
-
#
|
|
20633
|
-
# {
|
|
20634
|
-
# association_id: "AssociationId", # required
|
|
20635
|
-
# parameters: {
|
|
20636
|
-
# "ParameterName" => ["ParameterValue"],
|
|
20637
|
-
# },
|
|
20638
|
-
# document_version: "DocumentVersion",
|
|
20639
|
-
# schedule_expression: "ScheduleExpression",
|
|
20640
|
-
# output_location: {
|
|
20641
|
-
# s3_location: {
|
|
20642
|
-
# output_s3_region: "S3Region",
|
|
20643
|
-
# output_s3_bucket_name: "S3BucketName",
|
|
20644
|
-
# output_s3_key_prefix: "S3KeyPrefix",
|
|
20645
|
-
# },
|
|
20646
|
-
# },
|
|
20647
|
-
# name: "DocumentARN",
|
|
20648
|
-
# targets: [
|
|
20649
|
-
# {
|
|
20650
|
-
# key: "TargetKey",
|
|
20651
|
-
# values: ["TargetValue"],
|
|
20652
|
-
# },
|
|
20653
|
-
# ],
|
|
20654
|
-
# association_name: "AssociationName",
|
|
20655
|
-
# association_version: "AssociationVersion",
|
|
20656
|
-
# automation_target_parameter_name: "AutomationTargetParameterName",
|
|
20657
|
-
# max_errors: "MaxErrors",
|
|
20658
|
-
# max_concurrency: "MaxConcurrency",
|
|
20659
|
-
# compliance_severity: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, UNSPECIFIED
|
|
20660
|
-
# sync_compliance: "AUTO", # accepts AUTO, MANUAL
|
|
20661
|
-
# apply_only_at_cron_interval: false,
|
|
20662
|
-
# calendar_names: ["CalendarNameOrARN"],
|
|
20663
|
-
# target_locations: [
|
|
20664
|
-
# {
|
|
20665
|
-
# accounts: ["Account"],
|
|
20666
|
-
# regions: ["Region"],
|
|
20667
|
-
# target_location_max_concurrency: "MaxConcurrency",
|
|
20668
|
-
# target_location_max_errors: "MaxErrors",
|
|
20669
|
-
# execution_role_name: "ExecutionRoleName",
|
|
20670
|
-
# target_location_alarm_configuration: {
|
|
20671
|
-
# ignore_poll_alarm_failure: false,
|
|
20672
|
-
# alarms: [ # required
|
|
20673
|
-
# {
|
|
20674
|
-
# name: "AlarmName", # required
|
|
20675
|
-
# },
|
|
20676
|
-
# ],
|
|
20677
|
-
# },
|
|
20678
|
-
# },
|
|
20679
|
-
# ],
|
|
20680
|
-
# schedule_offset: 1,
|
|
20681
|
-
# target_maps: [
|
|
20682
|
-
# {
|
|
20683
|
-
# "TargetMapKey" => ["TargetMapValue"],
|
|
20684
|
-
# },
|
|
20685
|
-
# ],
|
|
20686
|
-
# alarm_configuration: {
|
|
20687
|
-
# ignore_poll_alarm_failure: false,
|
|
20688
|
-
# alarms: [ # required
|
|
20689
|
-
# {
|
|
20690
|
-
# name: "AlarmName", # required
|
|
20691
|
-
# },
|
|
20692
|
-
# ],
|
|
20693
|
-
# },
|
|
20694
|
-
# }
|
|
20695
|
-
#
|
|
20696
17759
|
# @!attribute [rw] association_id
|
|
20697
17760
|
# The ID of the association you want to update.
|
|
20698
17761
|
# @return [String]
|
|
@@ -20936,20 +17999,6 @@ module Aws::SSM
|
|
|
20936
17999
|
include Aws::Structure
|
|
20937
18000
|
end
|
|
20938
18001
|
|
|
20939
|
-
# @note When making an API call, you may pass UpdateAssociationStatusRequest
|
|
20940
|
-
# data as a hash:
|
|
20941
|
-
#
|
|
20942
|
-
# {
|
|
20943
|
-
# name: "DocumentARN", # required
|
|
20944
|
-
# instance_id: "InstanceId", # required
|
|
20945
|
-
# association_status: { # required
|
|
20946
|
-
# date: Time.now, # required
|
|
20947
|
-
# name: "Pending", # required, accepts Pending, Success, Failed
|
|
20948
|
-
# message: "StatusMessage", # required
|
|
20949
|
-
# additional_info: "StatusAdditionalInfo",
|
|
20950
|
-
# },
|
|
20951
|
-
# }
|
|
20952
|
-
#
|
|
20953
18002
|
# @!attribute [rw] name
|
|
20954
18003
|
# The name of the SSM document.
|
|
20955
18004
|
# @return [String]
|
|
@@ -20984,14 +18033,6 @@ module Aws::SSM
|
|
|
20984
18033
|
include Aws::Structure
|
|
20985
18034
|
end
|
|
20986
18035
|
|
|
20987
|
-
# @note When making an API call, you may pass UpdateDocumentDefaultVersionRequest
|
|
20988
|
-
# data as a hash:
|
|
20989
|
-
#
|
|
20990
|
-
# {
|
|
20991
|
-
# name: "DocumentName", # required
|
|
20992
|
-
# document_version: "DocumentVersionNumber", # required
|
|
20993
|
-
# }
|
|
20994
|
-
#
|
|
20995
18036
|
# @!attribute [rw] name
|
|
20996
18037
|
# The name of a custom document that you want to set as the default
|
|
20997
18038
|
# version.
|
|
@@ -21024,23 +18065,6 @@ module Aws::SSM
|
|
|
21024
18065
|
include Aws::Structure
|
|
21025
18066
|
end
|
|
21026
18067
|
|
|
21027
|
-
# @note When making an API call, you may pass UpdateDocumentMetadataRequest
|
|
21028
|
-
# data as a hash:
|
|
21029
|
-
#
|
|
21030
|
-
# {
|
|
21031
|
-
# name: "DocumentName", # required
|
|
21032
|
-
# document_version: "DocumentVersion",
|
|
21033
|
-
# document_reviews: { # required
|
|
21034
|
-
# action: "SendForReview", # required, accepts SendForReview, UpdateReview, Approve, Reject
|
|
21035
|
-
# comment: [
|
|
21036
|
-
# {
|
|
21037
|
-
# type: "Comment", # accepts Comment
|
|
21038
|
-
# content: "DocumentReviewComment",
|
|
21039
|
-
# },
|
|
21040
|
-
# ],
|
|
21041
|
-
# },
|
|
21042
|
-
# }
|
|
21043
|
-
#
|
|
21044
18068
|
# @!attribute [rw] name
|
|
21045
18069
|
# The name of the change template for which a version's metadata is
|
|
21046
18070
|
# to be updated.
|
|
@@ -21069,26 +18093,6 @@ module Aws::SSM
|
|
|
21069
18093
|
#
|
|
21070
18094
|
class UpdateDocumentMetadataResponse < Aws::EmptyStructure; end
|
|
21071
18095
|
|
|
21072
|
-
# @note When making an API call, you may pass UpdateDocumentRequest
|
|
21073
|
-
# data as a hash:
|
|
21074
|
-
#
|
|
21075
|
-
# {
|
|
21076
|
-
# content: "DocumentContent", # required
|
|
21077
|
-
# attachments: [
|
|
21078
|
-
# {
|
|
21079
|
-
# key: "SourceUrl", # accepts SourceUrl, S3FileUrl, AttachmentReference
|
|
21080
|
-
# values: ["AttachmentsSourceValue"],
|
|
21081
|
-
# name: "AttachmentIdentifier",
|
|
21082
|
-
# },
|
|
21083
|
-
# ],
|
|
21084
|
-
# name: "DocumentName", # required
|
|
21085
|
-
# display_name: "DocumentDisplayName",
|
|
21086
|
-
# version_name: "DocumentVersionName",
|
|
21087
|
-
# document_version: "DocumentVersion",
|
|
21088
|
-
# document_format: "YAML", # accepts YAML, JSON, TEXT
|
|
21089
|
-
# target_type: "TargetType",
|
|
21090
|
-
# }
|
|
21091
|
-
#
|
|
21092
18096
|
# @!attribute [rw] content
|
|
21093
18097
|
# A valid JSON or YAML string.
|
|
21094
18098
|
# @return [String]
|
|
@@ -21166,25 +18170,6 @@ module Aws::SSM
|
|
|
21166
18170
|
include Aws::Structure
|
|
21167
18171
|
end
|
|
21168
18172
|
|
|
21169
|
-
# @note When making an API call, you may pass UpdateMaintenanceWindowRequest
|
|
21170
|
-
# data as a hash:
|
|
21171
|
-
#
|
|
21172
|
-
# {
|
|
21173
|
-
# window_id: "MaintenanceWindowId", # required
|
|
21174
|
-
# name: "MaintenanceWindowName",
|
|
21175
|
-
# description: "MaintenanceWindowDescription",
|
|
21176
|
-
# start_date: "MaintenanceWindowStringDateTime",
|
|
21177
|
-
# end_date: "MaintenanceWindowStringDateTime",
|
|
21178
|
-
# schedule: "MaintenanceWindowSchedule",
|
|
21179
|
-
# schedule_timezone: "MaintenanceWindowTimezone",
|
|
21180
|
-
# schedule_offset: 1,
|
|
21181
|
-
# duration: 1,
|
|
21182
|
-
# cutoff: 1,
|
|
21183
|
-
# allow_unassociated_targets: false,
|
|
21184
|
-
# enabled: false,
|
|
21185
|
-
# replace: false,
|
|
21186
|
-
# }
|
|
21187
|
-
#
|
|
21188
18173
|
# @!attribute [rw] window_id
|
|
21189
18174
|
# The ID of the maintenance window to update.
|
|
21190
18175
|
# @return [String]
|
|
@@ -21370,24 +18355,6 @@ module Aws::SSM
|
|
|
21370
18355
|
include Aws::Structure
|
|
21371
18356
|
end
|
|
21372
18357
|
|
|
21373
|
-
# @note When making an API call, you may pass UpdateMaintenanceWindowTargetRequest
|
|
21374
|
-
# data as a hash:
|
|
21375
|
-
#
|
|
21376
|
-
# {
|
|
21377
|
-
# window_id: "MaintenanceWindowId", # required
|
|
21378
|
-
# window_target_id: "MaintenanceWindowTargetId", # required
|
|
21379
|
-
# targets: [
|
|
21380
|
-
# {
|
|
21381
|
-
# key: "TargetKey",
|
|
21382
|
-
# values: ["TargetValue"],
|
|
21383
|
-
# },
|
|
21384
|
-
# ],
|
|
21385
|
-
# owner_information: "OwnerInformation",
|
|
21386
|
-
# name: "MaintenanceWindowName",
|
|
21387
|
-
# description: "MaintenanceWindowDescription",
|
|
21388
|
-
# replace: false,
|
|
21389
|
-
# }
|
|
21390
|
-
#
|
|
21391
18358
|
# @!attribute [rw] window_id
|
|
21392
18359
|
# The maintenance window ID with which to modify the target.
|
|
21393
18360
|
# @return [String]
|
|
@@ -21472,86 +18439,6 @@ module Aws::SSM
|
|
|
21472
18439
|
include Aws::Structure
|
|
21473
18440
|
end
|
|
21474
18441
|
|
|
21475
|
-
# @note When making an API call, you may pass UpdateMaintenanceWindowTaskRequest
|
|
21476
|
-
# data as a hash:
|
|
21477
|
-
#
|
|
21478
|
-
# {
|
|
21479
|
-
# window_id: "MaintenanceWindowId", # required
|
|
21480
|
-
# window_task_id: "MaintenanceWindowTaskId", # required
|
|
21481
|
-
# targets: [
|
|
21482
|
-
# {
|
|
21483
|
-
# key: "TargetKey",
|
|
21484
|
-
# values: ["TargetValue"],
|
|
21485
|
-
# },
|
|
21486
|
-
# ],
|
|
21487
|
-
# task_arn: "MaintenanceWindowTaskArn",
|
|
21488
|
-
# service_role_arn: "ServiceRole",
|
|
21489
|
-
# task_parameters: {
|
|
21490
|
-
# "MaintenanceWindowTaskParameterName" => {
|
|
21491
|
-
# values: ["MaintenanceWindowTaskParameterValue"],
|
|
21492
|
-
# },
|
|
21493
|
-
# },
|
|
21494
|
-
# task_invocation_parameters: {
|
|
21495
|
-
# run_command: {
|
|
21496
|
-
# comment: "Comment",
|
|
21497
|
-
# cloud_watch_output_config: {
|
|
21498
|
-
# cloud_watch_log_group_name: "CloudWatchLogGroupName",
|
|
21499
|
-
# cloud_watch_output_enabled: false,
|
|
21500
|
-
# },
|
|
21501
|
-
# document_hash: "DocumentHash",
|
|
21502
|
-
# document_hash_type: "Sha256", # accepts Sha256, Sha1
|
|
21503
|
-
# document_version: "DocumentVersion",
|
|
21504
|
-
# notification_config: {
|
|
21505
|
-
# notification_arn: "NotificationArn",
|
|
21506
|
-
# notification_events: ["All"], # accepts All, InProgress, Success, TimedOut, Cancelled, Failed
|
|
21507
|
-
# notification_type: "Command", # accepts Command, Invocation
|
|
21508
|
-
# },
|
|
21509
|
-
# output_s3_bucket_name: "S3BucketName",
|
|
21510
|
-
# output_s3_key_prefix: "S3KeyPrefix",
|
|
21511
|
-
# parameters: {
|
|
21512
|
-
# "ParameterName" => ["ParameterValue"],
|
|
21513
|
-
# },
|
|
21514
|
-
# service_role_arn: "ServiceRole",
|
|
21515
|
-
# timeout_seconds: 1,
|
|
21516
|
-
# },
|
|
21517
|
-
# automation: {
|
|
21518
|
-
# document_version: "DocumentVersion",
|
|
21519
|
-
# parameters: {
|
|
21520
|
-
# "AutomationParameterKey" => ["AutomationParameterValue"],
|
|
21521
|
-
# },
|
|
21522
|
-
# },
|
|
21523
|
-
# step_functions: {
|
|
21524
|
-
# input: "MaintenanceWindowStepFunctionsInput",
|
|
21525
|
-
# name: "MaintenanceWindowStepFunctionsName",
|
|
21526
|
-
# },
|
|
21527
|
-
# lambda: {
|
|
21528
|
-
# client_context: "MaintenanceWindowLambdaClientContext",
|
|
21529
|
-
# qualifier: "MaintenanceWindowLambdaQualifier",
|
|
21530
|
-
# payload: "data",
|
|
21531
|
-
# },
|
|
21532
|
-
# },
|
|
21533
|
-
# priority: 1,
|
|
21534
|
-
# max_concurrency: "MaxConcurrency",
|
|
21535
|
-
# max_errors: "MaxErrors",
|
|
21536
|
-
# logging_info: {
|
|
21537
|
-
# s3_bucket_name: "S3BucketName", # required
|
|
21538
|
-
# s3_key_prefix: "S3KeyPrefix",
|
|
21539
|
-
# s3_region: "S3Region", # required
|
|
21540
|
-
# },
|
|
21541
|
-
# name: "MaintenanceWindowName",
|
|
21542
|
-
# description: "MaintenanceWindowDescription",
|
|
21543
|
-
# replace: false,
|
|
21544
|
-
# cutoff_behavior: "CONTINUE_TASK", # accepts CONTINUE_TASK, CANCEL_TASK
|
|
21545
|
-
# alarm_configuration: {
|
|
21546
|
-
# ignore_poll_alarm_failure: false,
|
|
21547
|
-
# alarms: [ # required
|
|
21548
|
-
# {
|
|
21549
|
-
# name: "AlarmName", # required
|
|
21550
|
-
# },
|
|
21551
|
-
# ],
|
|
21552
|
-
# },
|
|
21553
|
-
# }
|
|
21554
|
-
#
|
|
21555
18442
|
# @!attribute [rw] window_id
|
|
21556
18443
|
# The maintenance window ID that contains the task to modify.
|
|
21557
18444
|
# @return [String]
|
|
@@ -21874,14 +18761,6 @@ module Aws::SSM
|
|
|
21874
18761
|
include Aws::Structure
|
|
21875
18762
|
end
|
|
21876
18763
|
|
|
21877
|
-
# @note When making an API call, you may pass UpdateManagedInstanceRoleRequest
|
|
21878
|
-
# data as a hash:
|
|
21879
|
-
#
|
|
21880
|
-
# {
|
|
21881
|
-
# instance_id: "ManagedInstanceId", # required
|
|
21882
|
-
# iam_role: "IamRole", # required
|
|
21883
|
-
# }
|
|
21884
|
-
#
|
|
21885
18764
|
# @!attribute [rw] instance_id
|
|
21886
18765
|
# The ID of the managed node where you want to update the role.
|
|
21887
18766
|
# @return [String]
|
|
@@ -21917,41 +18796,6 @@ module Aws::SSM
|
|
|
21917
18796
|
#
|
|
21918
18797
|
class UpdateManagedInstanceRoleResult < Aws::EmptyStructure; end
|
|
21919
18798
|
|
|
21920
|
-
# @note When making an API call, you may pass UpdateOpsItemRequest
|
|
21921
|
-
# data as a hash:
|
|
21922
|
-
#
|
|
21923
|
-
# {
|
|
21924
|
-
# description: "OpsItemDescription",
|
|
21925
|
-
# operational_data: {
|
|
21926
|
-
# "OpsItemDataKey" => {
|
|
21927
|
-
# value: "OpsItemDataValueString",
|
|
21928
|
-
# type: "SearchableString", # accepts SearchableString, String
|
|
21929
|
-
# },
|
|
21930
|
-
# },
|
|
21931
|
-
# operational_data_to_delete: ["String"],
|
|
21932
|
-
# notifications: [
|
|
21933
|
-
# {
|
|
21934
|
-
# arn: "String",
|
|
21935
|
-
# },
|
|
21936
|
-
# ],
|
|
21937
|
-
# priority: 1,
|
|
21938
|
-
# related_ops_items: [
|
|
21939
|
-
# {
|
|
21940
|
-
# ops_item_id: "String", # required
|
|
21941
|
-
# },
|
|
21942
|
-
# ],
|
|
21943
|
-
# status: "Open", # accepts Open, InProgress, Resolved, Pending, TimedOut, Cancelling, Cancelled, Failed, CompletedWithSuccess, CompletedWithFailure, Scheduled, RunbookInProgress, PendingChangeCalendarOverride, ChangeCalendarOverrideApproved, ChangeCalendarOverrideRejected, PendingApproval, Approved, Rejected, Closed
|
|
21944
|
-
# ops_item_id: "OpsItemId", # required
|
|
21945
|
-
# title: "OpsItemTitle",
|
|
21946
|
-
# category: "OpsItemCategory",
|
|
21947
|
-
# severity: "OpsItemSeverity",
|
|
21948
|
-
# actual_start_time: Time.now,
|
|
21949
|
-
# actual_end_time: Time.now,
|
|
21950
|
-
# planned_start_time: Time.now,
|
|
21951
|
-
# planned_end_time: Time.now,
|
|
21952
|
-
# ops_item_arn: "OpsItemArn",
|
|
21953
|
-
# }
|
|
21954
|
-
#
|
|
21955
18799
|
# @!attribute [rw] description
|
|
21956
18800
|
# Update the information about the OpsItem. Provide enough information
|
|
21957
18801
|
# so that users reading this OpsItem for the first time understand the
|
|
@@ -22093,19 +18937,6 @@ module Aws::SSM
|
|
|
22093
18937
|
#
|
|
22094
18938
|
class UpdateOpsItemResponse < Aws::EmptyStructure; end
|
|
22095
18939
|
|
|
22096
|
-
# @note When making an API call, you may pass UpdateOpsMetadataRequest
|
|
22097
|
-
# data as a hash:
|
|
22098
|
-
#
|
|
22099
|
-
# {
|
|
22100
|
-
# ops_metadata_arn: "OpsMetadataArn", # required
|
|
22101
|
-
# metadata_to_update: {
|
|
22102
|
-
# "MetadataKey" => {
|
|
22103
|
-
# value: "MetadataValueString",
|
|
22104
|
-
# },
|
|
22105
|
-
# },
|
|
22106
|
-
# keys_to_delete: ["MetadataKey"],
|
|
22107
|
-
# }
|
|
22108
|
-
#
|
|
22109
18940
|
# @!attribute [rw] ops_metadata_arn
|
|
22110
18941
|
# The Amazon Resource Name (ARN) of the OpsMetadata Object to update.
|
|
22111
18942
|
# @return [String]
|
|
@@ -22141,54 +18972,6 @@ module Aws::SSM
|
|
|
22141
18972
|
include Aws::Structure
|
|
22142
18973
|
end
|
|
22143
18974
|
|
|
22144
|
-
# @note When making an API call, you may pass UpdatePatchBaselineRequest
|
|
22145
|
-
# data as a hash:
|
|
22146
|
-
#
|
|
22147
|
-
# {
|
|
22148
|
-
# baseline_id: "BaselineId", # required
|
|
22149
|
-
# name: "BaselineName",
|
|
22150
|
-
# global_filters: {
|
|
22151
|
-
# patch_filters: [ # required
|
|
22152
|
-
# {
|
|
22153
|
-
# key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
|
|
22154
|
-
# values: ["PatchFilterValue"], # required
|
|
22155
|
-
# },
|
|
22156
|
-
# ],
|
|
22157
|
-
# },
|
|
22158
|
-
# approval_rules: {
|
|
22159
|
-
# patch_rules: [ # required
|
|
22160
|
-
# {
|
|
22161
|
-
# patch_filter_group: { # required
|
|
22162
|
-
# patch_filters: [ # required
|
|
22163
|
-
# {
|
|
22164
|
-
# key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
|
|
22165
|
-
# values: ["PatchFilterValue"], # required
|
|
22166
|
-
# },
|
|
22167
|
-
# ],
|
|
22168
|
-
# },
|
|
22169
|
-
# compliance_level: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL, UNSPECIFIED
|
|
22170
|
-
# approve_after_days: 1,
|
|
22171
|
-
# approve_until_date: "PatchStringDateTime",
|
|
22172
|
-
# enable_non_security: false,
|
|
22173
|
-
# },
|
|
22174
|
-
# ],
|
|
22175
|
-
# },
|
|
22176
|
-
# approved_patches: ["PatchId"],
|
|
22177
|
-
# approved_patches_compliance_level: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL, UNSPECIFIED
|
|
22178
|
-
# approved_patches_enable_non_security: false,
|
|
22179
|
-
# rejected_patches: ["PatchId"],
|
|
22180
|
-
# rejected_patches_action: "ALLOW_AS_DEPENDENCY", # accepts ALLOW_AS_DEPENDENCY, BLOCK
|
|
22181
|
-
# description: "BaselineDescription",
|
|
22182
|
-
# sources: [
|
|
22183
|
-
# {
|
|
22184
|
-
# name: "PatchSourceName", # required
|
|
22185
|
-
# products: ["PatchSourceProduct"], # required
|
|
22186
|
-
# configuration: "PatchSourceConfiguration", # required
|
|
22187
|
-
# },
|
|
22188
|
-
# ],
|
|
22189
|
-
# replace: false,
|
|
22190
|
-
# }
|
|
22191
|
-
#
|
|
22192
18975
|
# @!attribute [rw] baseline_id
|
|
22193
18976
|
# The ID of the patch baseline to update.
|
|
22194
18977
|
# @return [String]
|
|
@@ -22380,28 +19163,6 @@ module Aws::SSM
|
|
|
22380
19163
|
include Aws::Structure
|
|
22381
19164
|
end
|
|
22382
19165
|
|
|
22383
|
-
# @note When making an API call, you may pass UpdateResourceDataSyncRequest
|
|
22384
|
-
# data as a hash:
|
|
22385
|
-
#
|
|
22386
|
-
# {
|
|
22387
|
-
# sync_name: "ResourceDataSyncName", # required
|
|
22388
|
-
# sync_type: "ResourceDataSyncType", # required
|
|
22389
|
-
# sync_source: { # required
|
|
22390
|
-
# source_type: "ResourceDataSyncSourceType", # required
|
|
22391
|
-
# aws_organizations_source: {
|
|
22392
|
-
# organization_source_type: "ResourceDataSyncOrganizationSourceType", # required
|
|
22393
|
-
# organizational_units: [
|
|
22394
|
-
# {
|
|
22395
|
-
# organizational_unit_id: "ResourceDataSyncOrganizationalUnitId",
|
|
22396
|
-
# },
|
|
22397
|
-
# ],
|
|
22398
|
-
# },
|
|
22399
|
-
# source_regions: ["ResourceDataSyncSourceRegion"], # required
|
|
22400
|
-
# include_future_regions: false,
|
|
22401
|
-
# enable_all_ops_data_sources: false,
|
|
22402
|
-
# },
|
|
22403
|
-
# }
|
|
22404
|
-
#
|
|
22405
19166
|
# @!attribute [rw] sync_name
|
|
22406
19167
|
# The name of the resource data sync you want to update.
|
|
22407
19168
|
# @return [String]
|
|
@@ -22431,14 +19192,6 @@ module Aws::SSM
|
|
|
22431
19192
|
|
|
22432
19193
|
# The request body of the UpdateServiceSetting API operation.
|
|
22433
19194
|
#
|
|
22434
|
-
# @note When making an API call, you may pass UpdateServiceSettingRequest
|
|
22435
|
-
# data as a hash:
|
|
22436
|
-
#
|
|
22437
|
-
# {
|
|
22438
|
-
# setting_id: "ServiceSettingId", # required
|
|
22439
|
-
# setting_value: "ServiceSettingValue", # required
|
|
22440
|
-
# }
|
|
22441
|
-
#
|
|
22442
19195
|
# @!attribute [rw] setting_id
|
|
22443
19196
|
# The Amazon Resource Name (ARN) of the service setting to reset. For
|
|
22444
19197
|
# example,
|