aws-sdk-ssm 1.145.0 → 1.146.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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).
@@ -8034,14 +6806,6 @@ module Aws::SSM
8034
6806
 
8035
6807
  # Information about comments added to a document review request.
8036
6808
  #
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
6809
  # @!attribute [rw] type
8046
6810
  # The type of information added to a review request. Currently, only
8047
6811
  # the value `Comment` is supported.
@@ -8109,19 +6873,6 @@ module Aws::SSM
8109
6873
 
8110
6874
  # Information about a document approval review.
8111
6875
  #
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
6876
  # @!attribute [rw] action
8126
6877
  # The action to take on a document approval review request.
8127
6878
  # @return [String]
@@ -8372,13 +7123,6 @@ module Aws::SSM
8372
7123
  include Aws::Structure
8373
7124
  end
8374
7125
 
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
7126
  # @!attribute [rw] automation_execution_id
8383
7127
  # The unique identifier for an existing automation execution to
8384
7128
  # examine. The execution ID is returned by StartAutomationExecution
@@ -8406,14 +7150,6 @@ module Aws::SSM
8406
7150
  include Aws::Structure
8407
7151
  end
8408
7152
 
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
7153
  # @!attribute [rw] calendar_names
8418
7154
  # The names or Amazon Resource Names (ARNs) of the Systems Manager
8419
7155
  # documents (SSM documents) that represent the calendar entries for
@@ -8476,15 +7212,6 @@ module Aws::SSM
8476
7212
  include Aws::Structure
8477
7213
  end
8478
7214
 
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
7215
  # @!attribute [rw] command_id
8489
7216
  # (Required) The parent command ID of the invocation plugin.
8490
7217
  # @return [String]
@@ -8703,13 +7430,6 @@ module Aws::SSM
8703
7430
  include Aws::Structure
8704
7431
  end
8705
7432
 
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
7433
  # @!attribute [rw] target
8714
7434
  # The managed node ID.
8715
7435
  # @return [String]
@@ -8740,13 +7460,6 @@ module Aws::SSM
8740
7460
  include Aws::Structure
8741
7461
  end
8742
7462
 
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
7463
  # @!attribute [rw] operating_system
8751
7464
  # Returns the default patch baseline for the specified operating
8752
7465
  # system.
@@ -8777,55 +7490,6 @@ module Aws::SSM
8777
7490
  include Aws::Structure
8778
7491
  end
8779
7492
 
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
7493
  # @!attribute [rw] instance_id
8830
7494
  # The ID of the managed node for which the appropriate patch snapshot
8831
7495
  # should be retrieved.
@@ -8880,16 +7544,6 @@ module Aws::SSM
8880
7544
  include Aws::Structure
8881
7545
  end
8882
7546
 
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
7547
  # @!attribute [rw] name
8894
7548
  # The name of the SSM document.
8895
7549
  # @return [String]
@@ -9013,46 +7667,6 @@ module Aws::SSM
9013
7667
  include Aws::Structure
9014
7668
  end
9015
7669
 
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
7670
  # @!attribute [rw] filters
9057
7671
  # One or more filters. Use a filter to return a more specific list of
9058
7672
  # results.
@@ -9112,17 +7726,6 @@ module Aws::SSM
9112
7726
  include Aws::Structure
9113
7727
  end
9114
7728
 
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
7729
  # @!attribute [rw] type_name
9127
7730
  # The type of inventory item to return.
9128
7731
  # @return [String]
@@ -9179,13 +7782,6 @@ module Aws::SSM
9179
7782
  include Aws::Structure
9180
7783
  end
9181
7784
 
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
7785
  # @!attribute [rw] window_execution_id
9190
7786
  # The ID of the maintenance window execution that includes the task.
9191
7787
  # @return [String]
@@ -9236,15 +7832,6 @@ module Aws::SSM
9236
7832
  include Aws::Structure
9237
7833
  end
9238
7834
 
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
7835
  # @!attribute [rw] window_execution_id
9249
7836
  # The ID of the maintenance window execution for which the task is a
9250
7837
  # part.
@@ -9339,14 +7926,6 @@ module Aws::SSM
9339
7926
  include Aws::Structure
9340
7927
  end
9341
7928
 
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
7929
  # @!attribute [rw] window_execution_id
9351
7930
  # The ID of the maintenance window execution that includes the task.
9352
7931
  # @return [String]
@@ -9467,13 +8046,6 @@ module Aws::SSM
9467
8046
  include Aws::Structure
9468
8047
  end
9469
8048
 
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
8049
  # @!attribute [rw] window_id
9478
8050
  # The ID of the maintenance window for which you want to retrieve
9479
8051
  # information.
@@ -9588,14 +8160,6 @@ module Aws::SSM
9588
8160
  include Aws::Structure
9589
8161
  end
9590
8162
 
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
8163
  # @!attribute [rw] window_id
9600
8164
  # The maintenance window ID that includes the task to retrieve.
9601
8165
  # @return [String]
@@ -9752,14 +8316,6 @@ module Aws::SSM
9752
8316
  include Aws::Structure
9753
8317
  end
9754
8318
 
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
8319
  # @!attribute [rw] ops_item_id
9764
8320
  # The ID of the OpsItem that you want to get.
9765
8321
  # @return [String]
@@ -9789,15 +8345,6 @@ module Aws::SSM
9789
8345
  include Aws::Structure
9790
8346
  end
9791
8347
 
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
8348
  # @!attribute [rw] ops_metadata_arn
9802
8349
  # The Amazon Resource Name (ARN) of an OpsMetadata Object to view.
9803
8350
  # @return [String]
@@ -9846,47 +8393,6 @@ module Aws::SSM
9846
8393
  include Aws::Structure
9847
8394
  end
9848
8395
 
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
8396
  # @!attribute [rw] sync_name
9891
8397
  # Specify the name of a resource data sync to get.
9892
8398
  # @return [String]
@@ -9946,16 +8452,6 @@ module Aws::SSM
9946
8452
  include Aws::Structure
9947
8453
  end
9948
8454
 
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
8455
  # @!attribute [rw] name
9960
8456
  # The name of the parameter for which you want to review history.
9961
8457
  # @return [String]
@@ -10005,14 +8501,6 @@ module Aws::SSM
10005
8501
  include Aws::Structure
10006
8502
  end
10007
8503
 
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
8504
  # @!attribute [rw] name
10017
8505
  # The name of the parameter you want to query.
10018
8506
  #
@@ -10046,24 +8534,6 @@ module Aws::SSM
10046
8534
  include Aws::Structure
10047
8535
  end
10048
8536
 
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
8537
  # @!attribute [rw] path
10068
8538
  # The hierarchy for the parameter. Hierarchies start with a forward
10069
8539
  # slash (/). The hierarchy is the parameter name except the last part
@@ -10143,14 +8613,6 @@ module Aws::SSM
10143
8613
  include Aws::Structure
10144
8614
  end
10145
8615
 
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
8616
  # @!attribute [rw] names
10155
8617
  # Names of the parameters for which you want to query information.
10156
8618
  #
@@ -10191,14 +8653,6 @@ module Aws::SSM
10191
8653
  include Aws::Structure
10192
8654
  end
10193
8655
 
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
8656
  # @!attribute [rw] patch_group
10203
8657
  # The name of the patch group whose patch baseline should be
10204
8658
  # retrieved.
@@ -10242,13 +8696,6 @@ module Aws::SSM
10242
8696
  include Aws::Structure
10243
8697
  end
10244
8698
 
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
8699
  # @!attribute [rw] baseline_id
10253
8700
  # The ID of the patch baseline to retrieve.
10254
8701
  #
@@ -10360,15 +8807,6 @@ module Aws::SSM
10360
8807
  include Aws::Structure
10361
8808
  end
10362
8809
 
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
8810
  # @!attribute [rw] resource_arn
10373
8811
  # Amazon Resource Name (ARN) of the resource to which the policies are
10374
8812
  # attached.
@@ -10451,13 +8889,6 @@ module Aws::SSM
10451
8889
 
10452
8890
  # The request body of the GetServiceSetting API operation.
10453
8891
  #
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
8892
  # @!attribute [rw] setting_id
10462
8893
  # The ID of the service setting to get. The setting ID can be one of
10463
8894
  # the following.
@@ -10633,17 +9064,6 @@ module Aws::SSM
10633
9064
  #
10634
9065
  # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-state-assoc.html
10635
9066
  #
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
9067
  # @!attribute [rw] s3_location
10648
9068
  # An S3 bucket where you want to store the results of this request.
10649
9069
  # @return [Types::S3OutputLocation]
@@ -10910,14 +9330,6 @@ module Aws::SSM
10910
9330
  # method. The `InstanceInformationFilterList` method is a legacy method
10911
9331
  # and doesn't support tags.
10912
9332
  #
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
9333
  # @!attribute [rw] key
10922
9334
  # The name of the filter.
10923
9335
  # @return [String]
@@ -10937,14 +9349,6 @@ module Aws::SSM
10937
9349
 
10938
9350
  # The filters to describe or get information about your managed nodes.
10939
9351
  #
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
9352
  # @!attribute [rw] key
10949
9353
  # The filter key name to describe your managed nodes.
10950
9354
  #
@@ -11187,15 +9591,6 @@ module Aws::SSM
11187
9591
  #
11188
9592
  # * Value for `Values`\: `3`
11189
9593
  #
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
9594
  # @!attribute [rw] key
11200
9595
  # The key for the filter. Supported values include the following:
11201
9596
  #
@@ -11900,45 +10295,6 @@ module Aws::SSM
11900
10295
  # Specifies the inventory type and attribute for the aggregation
11901
10296
  # execution.
11902
10297
  #
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
10298
  # @!attribute [rw] expression
11943
10299
  # The inventory type and attribute name for aggregation.
11944
10300
  # @return [String]
@@ -12068,15 +10424,6 @@ module Aws::SSM
12068
10424
  # One or more filters. Use a filter to return a more specific list of
12069
10425
  # results.
12070
10426
  #
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
10427
  # @!attribute [rw] key
12081
10428
  # The name of the filter key.
12082
10429
  # @return [String]
@@ -12116,20 +10463,6 @@ module Aws::SSM
12116
10463
  # inventory data. Groups return a count of resources that match and
12117
10464
  # don't match the specified criteria.
12118
10465
  #
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
10466
  # @!attribute [rw] name
12134
10467
  # The name of the group.
12135
10468
  # @return [String]
@@ -12153,24 +10486,6 @@ module Aws::SSM
12153
10486
  # Information collected from managed nodes based on your inventory
12154
10487
  # policy document
12155
10488
  #
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
10489
  # @!attribute [rw] type_name
12175
10490
  # The name of the inventory type. Default inventory item type names
12176
10491
  # start with `AWS`. Custom inventory type names will start with
@@ -12375,15 +10690,6 @@ module Aws::SSM
12375
10690
  include Aws::Structure
12376
10691
  end
12377
10692
 
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
10693
  # @!attribute [rw] name
12388
10694
  # The parameter name on which you want to attach one or more labels.
12389
10695
  # @return [String]
@@ -12431,15 +10737,6 @@ module Aws::SSM
12431
10737
  include Aws::Structure
12432
10738
  end
12433
10739
 
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
10740
  # @!attribute [rw] association_id
12444
10741
  # The association ID for which you want to view all versions.
12445
10742
  # @return [String]
@@ -12484,20 +10781,6 @@ module Aws::SSM
12484
10781
  include Aws::Structure
12485
10782
  end
12486
10783
 
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
10784
  # @!attribute [rw] association_filter_list
12502
10785
  # One or more filters. Use a filter to return a more specific list of
12503
10786
  # results.
@@ -12549,23 +10832,6 @@ module Aws::SSM
12549
10832
  include Aws::Structure
12550
10833
  end
12551
10834
 
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
10835
  # @!attribute [rw] command_id
12570
10836
  # (Optional) The invocations for a specific command ID.
12571
10837
  # @return [String]
@@ -12627,22 +10893,6 @@ module Aws::SSM
12627
10893
  include Aws::Structure
12628
10894
  end
12629
10895
 
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
10896
  # @!attribute [rw] command_id
12647
10897
  # (Optional) If provided, lists only the specified command.
12648
10898
  # @return [String]
@@ -12703,23 +10953,6 @@ module Aws::SSM
12703
10953
  include Aws::Structure
12704
10954
  end
12705
10955
 
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
10956
  # @!attribute [rw] filters
12724
10957
  # One or more compliance filters. Use a filter to return a more
12725
10958
  # specific list of results.
@@ -12776,21 +11009,6 @@ module Aws::SSM
12776
11009
  include Aws::Structure
12777
11010
  end
12778
11011
 
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
11012
  # @!attribute [rw] filters
12795
11013
  # One or more compliance or inventory filters. Use a filter to return
12796
11014
  # a more specific list of results.
@@ -12838,17 +11056,6 @@ module Aws::SSM
12838
11056
  include Aws::Structure
12839
11057
  end
12840
11058
 
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
11059
  # @!attribute [rw] name
12853
11060
  # The name of the change template.
12854
11061
  # @return [String]
@@ -12921,15 +11128,6 @@ module Aws::SSM
12921
11128
  include Aws::Structure
12922
11129
  end
12923
11130
 
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
11131
  # @!attribute [rw] name
12934
11132
  # The name of the document. You can specify an Amazon Resource Name
12935
11133
  # (ARN).
@@ -12974,26 +11172,6 @@ module Aws::SSM
12974
11172
  include Aws::Structure
12975
11173
  end
12976
11174
 
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
11175
  # @!attribute [rw] document_filter_list
12998
11176
  # This data type is deprecated. Instead, use `Filters`.
12999
11177
  # @return [Array<Types::DocumentFilter>]
@@ -13054,23 +11232,6 @@ module Aws::SSM
13054
11232
  include Aws::Structure
13055
11233
  end
13056
11234
 
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
11235
  # @!attribute [rw] instance_id
13075
11236
  # The managed node ID for which you want inventory information.
13076
11237
  # @return [String]
@@ -13147,21 +11308,6 @@ module Aws::SSM
13147
11308
  include Aws::Structure
13148
11309
  end
13149
11310
 
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
11311
  # @!attribute [rw] filters
13166
11312
  # One or more OpsItem filters. Use a filter to return a more specific
13167
11313
  # list of results.
@@ -13206,22 +11352,6 @@ module Aws::SSM
13206
11352
  include Aws::Structure
13207
11353
  end
13208
11354
 
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
11355
  # @!attribute [rw] ops_item_id
13226
11356
  # The ID of the OpsItem for which you want to list all related-item
13227
11357
  # resources.
@@ -13272,20 +11402,6 @@ module Aws::SSM
13272
11402
  include Aws::Structure
13273
11403
  end
13274
11404
 
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
11405
  # @!attribute [rw] filters
13290
11406
  # One or more filters to limit the number of OpsMetadata objects
13291
11407
  # returned by the call.
@@ -13330,21 +11446,6 @@ module Aws::SSM
13330
11446
  include Aws::Structure
13331
11447
  end
13332
11448
 
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
11449
  # @!attribute [rw] filters
13349
11450
  # One or more filters. Use a filter to return a more specific list of
13350
11451
  # results.
@@ -13392,15 +11493,6 @@ module Aws::SSM
13392
11493
  include Aws::Structure
13393
11494
  end
13394
11495
 
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
11496
  # @!attribute [rw] sync_type
13405
11497
  # View a list of resource data syncs according to the sync type.
13406
11498
  # Specify `SyncToDestination` to view resource data syncs that
@@ -13449,14 +11541,6 @@ module Aws::SSM
13449
11541
  include Aws::Structure
13450
11542
  end
13451
11543
 
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
11544
  # @!attribute [rw] resource_type
13461
11545
  # Returns a list of tags for a specific resource type.
13462
11546
  # @return [String]
@@ -13499,15 +11583,6 @@ module Aws::SSM
13499
11583
  #
13500
11584
  # </note>
13501
11585
  #
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
11586
  # @!attribute [rw] s3_bucket_name
13512
11587
  # The name of an S3 bucket where execution logs are stored.
13513
11588
  # @return [String]
@@ -13532,16 +11607,6 @@ module Aws::SSM
13532
11607
 
13533
11608
  # The parameters for an `AUTOMATION` task type.
13534
11609
  #
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
11610
  # @!attribute [rw] document_version
13546
11611
  # The version of an Automation runbook to use during task execution.
13547
11612
  # @return [String]
@@ -13781,14 +11846,6 @@ module Aws::SSM
13781
11846
  #
13782
11847
  # * DescribeMaintenanceWindowTasks
13783
11848
  #
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
11849
  # @!attribute [rw] key
13793
11850
  # The name of the filter.
13794
11851
  # @return [String]
@@ -13927,15 +11984,6 @@ module Aws::SSM
13927
11984
  #
13928
11985
  # </note>
13929
11986
  #
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
11987
  # @!attribute [rw] client_context
13940
11988
  # Pass client-specific information to the Lambda function that you are
13941
11989
  # invoking. You can then process the client information in your Lambda
@@ -13989,32 +12037,6 @@ module Aws::SSM
13989
12037
  #
13990
12038
  # </note>
13991
12039
  #
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
12040
  # @!attribute [rw] comment
14019
12041
  # Information about the commands to run.
14020
12042
  # @return [String]
@@ -14119,14 +12141,6 @@ module Aws::SSM
14119
12141
  #
14120
12142
  # </note>
14121
12143
  #
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
12144
  # @!attribute [rw] input
14131
12145
  # The inputs for the `STEP_FUNCTIONS` task.
14132
12146
  # @return [String]
@@ -14348,49 +12362,6 @@ module Aws::SSM
14348
12362
 
14349
12363
  # The parameters for task execution.
14350
12364
  #
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
12365
  # @!attribute [rw] run_command
14395
12366
  # The parameters for a `RUN_COMMAND` task type.
14396
12367
  # @return [Types::MaintenanceWindowRunCommandParameters]
@@ -14420,13 +12391,6 @@ module Aws::SSM
14420
12391
 
14421
12392
  # Defines the values for a task parameter.
14422
12393
  #
14423
- # @note When making an API call, you may pass MaintenanceWindowTaskParameterValueExpression
14424
- # data as a hash:
14425
- #
14426
- # {
14427
- # values: ["MaintenanceWindowTaskParameterValue"],
14428
- # }
14429
- #
14430
12394
  # @!attribute [rw] values
14431
12395
  # This field contains an array of 0 or more strings, each 1 to 255
14432
12396
  # characters in length.
@@ -14455,13 +12419,6 @@ module Aws::SSM
14455
12419
 
14456
12420
  # Metadata to assign to an Application Manager application.
14457
12421
  #
14458
- # @note When making an API call, you may pass MetadataValue
14459
- # data as a hash:
14460
- #
14461
- # {
14462
- # value: "MetadataValueString",
14463
- # }
14464
- #
14465
12422
  # @!attribute [rw] value
14466
12423
  # Metadata value to assign to an Application Manager application.
14467
12424
  # @return [String]
@@ -14474,17 +12431,6 @@ module Aws::SSM
14474
12431
  include Aws::Structure
14475
12432
  end
14476
12433
 
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
12434
  # @!attribute [rw] name
14489
12435
  # The name of the document that you want to share.
14490
12436
  # @return [String]
@@ -14552,15 +12498,6 @@ module Aws::SSM
14552
12498
 
14553
12499
  # Configurations for sending notifications.
14554
12500
  #
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
12501
  # @!attribute [rw] notification_arn
14565
12502
  # An Amazon Resource Name (ARN) for an Amazon Simple Notification
14566
12503
  # Service (Amazon SNS) topic. Run Command pushes notifications about
@@ -14603,45 +12540,6 @@ module Aws::SSM
14603
12540
  # dimensions such as `Source`, `CreatedTime`, or `Source and
14604
12541
  # CreatedTime`, to name a few.
14605
12542
  #
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
12543
  # @!attribute [rw] aggregator_type
14646
12544
  # Either a `Range` or `Count` aggregator for limiting an OpsData
14647
12545
  # summary.
@@ -14721,15 +12619,6 @@ module Aws::SSM
14721
12619
 
14722
12620
  # A filter for viewing OpsData summaries.
14723
12621
  #
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
12622
  # @!attribute [rw] key
14734
12623
  # The name of the filter.
14735
12624
  # @return [String]
@@ -14998,14 +12887,6 @@ module Aws::SSM
14998
12887
  # An object that defines the value of the key and its type in the
14999
12888
  # OperationalData map.
15000
12889
  #
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
12890
  # @!attribute [rw] value
15010
12891
  # The value of the OperationalData key.
15011
12892
  # @return [String]
@@ -15028,15 +12909,6 @@ module Aws::SSM
15028
12909
  # filter event information by using tags. You specify tags by using a
15029
12910
  # key-value pair mapping.
15030
12911
  #
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
12912
  # @!attribute [rw] key
15041
12913
  # The name of the filter key. Currently, the only supported value is
15042
12914
  # `OpsItemId`.
@@ -15109,15 +12981,6 @@ module Aws::SSM
15109
12981
 
15110
12982
  # Describes an OpsItem filter.
15111
12983
  #
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
12984
  # @!attribute [rw] key
15122
12985
  # The name of the filter.
15123
12986
  # @return [String]
@@ -15219,13 +13082,6 @@ module Aws::SSM
15219
13082
 
15220
13083
  # A notification about the OpsItem.
15221
13084
  #
15222
- # @note When making an API call, you may pass OpsItemNotification
15223
- # data as a hash:
15224
- #
15225
- # {
15226
- # arn: "String",
15227
- # }
15228
- #
15229
13085
  # @!attribute [rw] arn
15230
13086
  # The Amazon Resource Name (ARN) of an Amazon Simple Notification
15231
13087
  # Service (Amazon SNS) topic where notifications are sent when this
@@ -15333,15 +13189,6 @@ module Aws::SSM
15333
13189
 
15334
13190
  # Describes a filter for a specific list of related-item resources.
15335
13191
  #
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
13192
  # @!attribute [rw] key
15346
13193
  # The name of the filter key. Supported values include `ResourceUri`,
15347
13194
  # `ResourceType`, or `AssociationId`.
@@ -15537,14 +13384,6 @@ module Aws::SSM
15537
13384
 
15538
13385
  # A filter to limit the number of OpsMetadata objects displayed.
15539
13386
  #
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
13387
  # @!attribute [rw] key
15549
13388
  # A filter key.
15550
13389
  # @return [String]
@@ -15633,13 +13472,6 @@ module Aws::SSM
15633
13472
 
15634
13473
  # The OpsItem data type to return.
15635
13474
  #
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
13475
  # @!attribute [rw] type_name
15644
13476
  # Name of the data type. Valid value: `AWS:OpsItem`,
15645
13477
  # `AWS:EC2InstanceInformation`, `AWS:OpsItemTrendline`, or
@@ -16028,15 +13860,6 @@ module Aws::SSM
16028
13860
  # One or more filters. Use a filter to return a more specific list of
16029
13861
  # results.
16030
13862
  #
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
13863
  # @!attribute [rw] key
16041
13864
  # The name of the filter.
16042
13865
  #
@@ -16114,14 +13937,6 @@ module Aws::SSM
16114
13937
 
16115
13938
  # This data type is deprecated. Instead, use ParameterStringFilter.
16116
13939
  #
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
13940
  # @!attribute [rw] key
16126
13941
  # The name of the filter.
16127
13942
  # @return [String]
@@ -16405,14 +14220,6 @@ module Aws::SSM
16405
14220
  # patch properties can be used with each major operating system, see
16406
14221
  # DescribePatchProperties.
16407
14222
  #
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
14223
  # @!attribute [rw] key
16417
14224
  # The key for the filter.
16418
14225
  #
@@ -16438,18 +14245,6 @@ module Aws::SSM
16438
14245
 
16439
14246
  # A set of patch filters, typically used for approval rules.
16440
14247
  #
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
14248
  # @!attribute [rw] patch_filters
16454
14249
  # The set of patch filters that make up the group.
16455
14250
  # @return [Array<Types::PatchFilter>]
@@ -16495,14 +14290,6 @@ module Aws::SSM
16495
14290
  #
16496
14291
  # * DescribePatchGroups
16497
14292
  #
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
14293
  # @!attribute [rw] key
16507
14294
  # The key for the filter.
16508
14295
  # @return [String]
@@ -16522,24 +14309,6 @@ module Aws::SSM
16522
14309
 
16523
14310
  # Defines an approval rule for a patch baseline.
16524
14311
  #
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
14312
  # @!attribute [rw] patch_filter_group
16544
14313
  # The patch filter group that defines the criteria for the rule.
16545
14314
  # @return [Types::PatchFilterGroup]
@@ -16586,28 +14355,6 @@ module Aws::SSM
16586
14355
 
16587
14356
  # A set of rules defining the approval rules for a patch baseline.
16588
14357
  #
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
14358
  # @!attribute [rw] patch_rules
16612
14359
  # The rules that make up the rule group.
16613
14360
  # @return [Array<Types::PatchRule>]
@@ -16624,15 +14371,6 @@ module Aws::SSM
16624
14371
  # including target operating systems and source repository. Applies to
16625
14372
  # Linux managed nodes only.
16626
14373
  #
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
14374
  # @!attribute [rw] name
16637
14375
  # The name specified to identify the patch source.
16638
14376
  # @return [String]
@@ -16760,33 +14498,6 @@ module Aws::SSM
16760
14498
  include Aws::Structure
16761
14499
  end
16762
14500
 
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
14501
  # @!attribute [rw] resource_id
16791
14502
  # Specify an ID for this resource. For a managed node, this is the
16792
14503
  # node ID.
@@ -16856,29 +14567,6 @@ module Aws::SSM
16856
14567
  #
16857
14568
  class PutComplianceItemsResult < Aws::EmptyStructure; end
16858
14569
 
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
14570
  # @!attribute [rw] instance_id
16883
14571
  # An managed node ID where you want to add or update inventory items.
16884
14572
  # @return [String]
@@ -16908,28 +14596,6 @@ module Aws::SSM
16908
14596
  include Aws::Structure
16909
14597
  end
16910
14598
 
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
14599
  # @!attribute [rw] name
16934
14600
  # The fully qualified name of the parameter that you want to add to
16935
14601
  # the system. The fully qualified name includes the complete hierarchy
@@ -17239,19 +14905,9 @@ module Aws::SSM
17239
14905
  include Aws::Structure
17240
14906
  end
17241
14907
 
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
14908
  # @!attribute [rw] resource_arn
17253
- # Amazon Resource Name (ARN) of the resource to which the policies are
17254
- # attached.
14909
+ # Amazon Resource Name (ARN) of the resource to which you want to
14910
+ # attach a policy.
17255
14911
  # @return [String]
17256
14912
  #
17257
14913
  # @!attribute [rw] policy
@@ -17264,7 +14920,8 @@ module Aws::SSM
17264
14920
  #
17265
14921
  # @!attribute [rw] policy_hash
17266
14922
  # ID of the current policy version. The hash helps to prevent a
17267
- # situation where multiple users attempt to overwrite a policy.
14923
+ # situation where multiple users attempt to overwrite a policy. You
14924
+ # must provide this hash when updating or deleting a policy.
17268
14925
  # @return [String]
17269
14926
  #
17270
14927
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutResourcePolicyRequest AWS API Documentation
@@ -17284,9 +14941,7 @@ module Aws::SSM
17284
14941
  # @return [String]
17285
14942
  #
17286
14943
  # @!attribute [rw] policy_hash
17287
- # ID of the current policy version. The hash helps to prevent a
17288
- # situation where multiple users attempt to overwrite a policy. You
17289
- # must provide this hash when updating or deleting a policy.
14944
+ # ID of the current policy version.
17290
14945
  # @return [String]
17291
14946
  #
17292
14947
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutResourcePolicyResponse AWS API Documentation
@@ -17298,13 +14953,6 @@ module Aws::SSM
17298
14953
  include Aws::Structure
17299
14954
  end
17300
14955
 
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
14956
  # @!attribute [rw] baseline_id
17309
14957
  # The ID of the patch baseline that should be the default patch
17310
14958
  # baseline.
@@ -17330,14 +14978,6 @@ module Aws::SSM
17330
14978
  include Aws::Structure
17331
14979
  end
17332
14980
 
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
14981
  # @!attribute [rw] baseline_id
17342
14982
  # The ID of the patch baseline to register with the patch group.
17343
14983
  # @return [String]
@@ -17373,24 +15013,6 @@ module Aws::SSM
17373
15013
  include Aws::Structure
17374
15014
  end
17375
15015
 
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
15016
  # @!attribute [rw] window_id
17395
15017
  # The ID of the maintenance window the target should be registered
17396
15018
  # with.
@@ -17500,86 +15122,6 @@ module Aws::SSM
17500
15122
  include Aws::Structure
17501
15123
  end
17502
15124
 
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
15125
  # @!attribute [rw] window_id
17584
15126
  # The ID of the maintenance window the task should be added to.
17585
15127
  # @return [String]
@@ -17797,14 +15339,6 @@ module Aws::SSM
17797
15339
 
17798
15340
  # Reserved for internal use.
17799
15341
  #
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
15342
  # @!attribute [rw] key
17809
15343
  # Reserved for internal use.
17810
15344
  # @return [String]
@@ -17826,13 +15360,6 @@ module Aws::SSM
17826
15360
  # For example, related OpsItems can include OpsItems with similar error
17827
15361
  # messages, impacted resources, or statuses for the impacted resource.
17828
15362
  #
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
15363
  # @!attribute [rw] ops_item_id
17837
15364
  # The ID of an OpsItem related to the current OpsItem.
17838
15365
  # @return [String]
@@ -17845,15 +15372,6 @@ module Aws::SSM
17845
15372
  include Aws::Structure
17846
15373
  end
17847
15374
 
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
15375
  # @!attribute [rw] resource_type
17858
15376
  # The type of resource from which you want to remove a tag.
17859
15377
  #
@@ -17915,13 +15433,6 @@ module Aws::SSM
17915
15433
 
17916
15434
  # The request body of the ResetServiceSetting API operation.
17917
15435
  #
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
15436
  # @!attribute [rw] setting_id
17926
15437
  # The Amazon Resource Name (ARN) of the service setting to reset. The
17927
15438
  # setting ID can be one of the following.
@@ -18054,18 +15565,6 @@ module Aws::SSM
18054
15565
  # Organizations or, if an Amazon Web Services organization isn't
18055
15566
  # present, from multiple Amazon Web Services Regions.
18056
15567
  #
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
15568
  # @!attribute [rw] organization_source_type
18070
15569
  # If an Amazon Web Services organization is present, this is either
18071
15570
  # `OrganizationalUnits` or `EntireOrganization`. For
@@ -18120,13 +15619,6 @@ module Aws::SSM
18120
15619
  # prefixes in the central bucket. Each key prefix represents a different
18121
15620
  # Amazon Web Services account ID.
18122
15621
  #
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
15622
  # @!attribute [rw] destination_data_sharing_type
18131
15623
  # The sharing data type. Only `Organization` is supported.
18132
15624
  # @return [String]
@@ -18240,13 +15732,6 @@ module Aws::SSM
18240
15732
 
18241
15733
  # The Organizations organizational unit data source for the sync.
18242
15734
  #
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
15735
  # @!attribute [rw] organizational_unit_id
18251
15736
  # The Organizations unit ID data source for the sync.
18252
15737
  # @return [String]
@@ -18261,20 +15746,6 @@ module Aws::SSM
18261
15746
 
18262
15747
  # Information about the target S3 bucket for the resource data sync.
18263
15748
  #
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
15749
  # @!attribute [rw] bucket_name
18279
15750
  # The name of the S3 bucket where the aggregated data is stored.
18280
15751
  # @return [String]
@@ -18318,24 +15789,6 @@ module Aws::SSM
18318
15789
  # Information about the source of the data included in the resource data
18319
15790
  # sync.
18320
15791
  #
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
15792
  # @!attribute [rw] source_type
18340
15793
  # The type of data source for the resource data sync. `SourceType` is
18341
15794
  # either `AwsOrganizations` (if an organization is present in
@@ -18559,13 +16012,6 @@ module Aws::SSM
18559
16012
 
18560
16013
  # The inventory item result attribute.
18561
16014
  #
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
16015
  # @!attribute [rw] type_name
18570
16016
  # Name of the inventory item type. Valid value:
18571
16017
  # `AWS:InstanceInformation`. Default Value: `AWS:InstanceInformation`.
@@ -18579,13 +16025,6 @@ module Aws::SSM
18579
16025
  include Aws::Structure
18580
16026
  end
18581
16027
 
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
16028
  # @!attribute [rw] session_id
18590
16029
  # The ID of the disconnected session to resume.
18591
16030
  # @return [String]
@@ -18672,48 +16111,6 @@ module Aws::SSM
18672
16111
  #
18673
16112
  # </note>
18674
16113
  #
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
16114
  # @!attribute [rw] document_name
18718
16115
  # The name of the Automation runbook used in a runbook workflow.
18719
16116
  # @return [String]
@@ -18777,15 +16174,6 @@ module Aws::SSM
18777
16174
 
18778
16175
  # An S3 bucket where you want to store the results of this request.
18779
16176
  #
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
16177
  # @!attribute [rw] output_s3_region
18790
16178
  # The Amazon Web Services Region of the S3 bucket.
18791
16179
  # @return [String]
@@ -18849,17 +16237,6 @@ module Aws::SSM
18849
16237
  include Aws::Structure
18850
16238
  end
18851
16239
 
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
16240
  # @!attribute [rw] automation_execution_id
18864
16241
  # The unique identifier for an existing Automation execution that you
18865
16242
  # want to send the signal to.
@@ -18903,51 +16280,6 @@ module Aws::SSM
18903
16280
  #
18904
16281
  class SendAutomationSignalResult < Aws::EmptyStructure; end
18905
16282
 
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
16283
  # @!attribute [rw] instance_ids
18952
16284
  # The IDs of the managed nodes where the command should run.
18953
16285
  # Specifying managed node IDs is most useful when you are targeting a
@@ -19321,14 +16653,6 @@ module Aws::SSM
19321
16653
 
19322
16654
  # Describes a filter for Session Manager information.
19323
16655
  #
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
16656
  # @!attribute [rw] key
19333
16657
  # The name of the filter.
19334
16658
  # @return [String]
@@ -19449,13 +16773,6 @@ module Aws::SSM
19449
16773
  include Aws::Structure
19450
16774
  end
19451
16775
 
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
16776
  # @!attribute [rw] association_ids
19460
16777
  # The association IDs that you want to run immediately and only one
19461
16778
  # time.
@@ -19473,64 +16790,6 @@ module Aws::SSM
19473
16790
  #
19474
16791
  class StartAssociationsOnceResult < Aws::EmptyStructure; end
19475
16792
 
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
16793
  # @!attribute [rw] document_name
19535
16794
  # The name of the SSM document to run. This can be a public document
19536
16795
  # or a custom document. To run a shared document belonging to another
@@ -19670,69 +16929,6 @@ module Aws::SSM
19670
16929
  include Aws::Structure
19671
16930
  end
19672
16931
 
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
16932
  # @!attribute [rw] scheduled_time
19737
16933
  # The date and time specified in the change request to run the
19738
16934
  # Automation runbooks.
@@ -19853,18 +17049,6 @@ module Aws::SSM
19853
17049
  include Aws::Structure
19854
17050
  end
19855
17051
 
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
17052
  # @!attribute [rw] target
19869
17053
  # The managed node to connect to for the session.
19870
17054
  # @return [String]
@@ -20094,14 +17278,6 @@ module Aws::SSM
20094
17278
  # A filter to limit the amount of step execution information returned by
20095
17279
  # the call.
20096
17280
  #
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
17281
  # @!attribute [rw] key
20106
17282
  # One or more keys to limit the results. Valid filter keys include the
20107
17283
  # following: StepName, Action, StepExecutionId, StepExecutionStatus,
@@ -20121,14 +17297,6 @@ module Aws::SSM
20121
17297
  include Aws::Structure
20122
17298
  end
20123
17299
 
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
17300
  # @!attribute [rw] automation_execution_id
20133
17301
  # The execution ID of the Automation to stop.
20134
17302
  # @return [String]
@@ -20171,14 +17339,6 @@ module Aws::SSM
20171
17339
  # documents), managed nodes, maintenance windows, parameters, patch
20172
17340
  # baselines, OpsItems, and OpsMetadata.
20173
17341
  #
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
17342
  # @!attribute [rw] key
20183
17343
  # The name of the tag.
20184
17344
  # @return [String]
@@ -20264,14 +17424,6 @@ module Aws::SSM
20264
17424
  # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html
20265
17425
  # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-targeting
20266
17426
  #
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
17427
  # @!attribute [rw] key
20276
17428
  # User-defined criteria for sending commands that target managed nodes
20277
17429
  # that meet the criteria.
@@ -20314,25 +17466,6 @@ module Aws::SSM
20314
17466
  # The combination of Amazon Web Services Regions and Amazon Web Services
20315
17467
  # accounts targeted by the current Automation execution.
20316
17468
  #
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
17469
  # @!attribute [rw] accounts
20337
17470
  # The Amazon Web Services accounts targeted by the current Automation
20338
17471
  # execution.
@@ -20400,13 +17533,6 @@ module Aws::SSM
20400
17533
  include Aws::Structure
20401
17534
  end
20402
17535
 
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
17536
  # @!attribute [rw] session_id
20411
17537
  # The ID of the session to terminate.
20412
17538
  # @return [String]
@@ -20466,15 +17592,6 @@ module Aws::SSM
20466
17592
  include Aws::Structure
20467
17593
  end
20468
17594
 
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
17595
  # @!attribute [rw] name
20479
17596
  # The name of the parameter from which you want to delete one or more
20480
17597
  # labels.
@@ -20627,72 +17744,6 @@ module Aws::SSM
20627
17744
  include Aws::Structure
20628
17745
  end
20629
17746
 
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
17747
  # @!attribute [rw] association_id
20697
17748
  # The ID of the association you want to update.
20698
17749
  # @return [String]
@@ -20936,20 +17987,6 @@ module Aws::SSM
20936
17987
  include Aws::Structure
20937
17988
  end
20938
17989
 
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
17990
  # @!attribute [rw] name
20954
17991
  # The name of the SSM document.
20955
17992
  # @return [String]
@@ -20984,14 +18021,6 @@ module Aws::SSM
20984
18021
  include Aws::Structure
20985
18022
  end
20986
18023
 
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
18024
  # @!attribute [rw] name
20996
18025
  # The name of a custom document that you want to set as the default
20997
18026
  # version.
@@ -21024,23 +18053,6 @@ module Aws::SSM
21024
18053
  include Aws::Structure
21025
18054
  end
21026
18055
 
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
18056
  # @!attribute [rw] name
21045
18057
  # The name of the change template for which a version's metadata is
21046
18058
  # to be updated.
@@ -21069,26 +18081,6 @@ module Aws::SSM
21069
18081
  #
21070
18082
  class UpdateDocumentMetadataResponse < Aws::EmptyStructure; end
21071
18083
 
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
18084
  # @!attribute [rw] content
21093
18085
  # A valid JSON or YAML string.
21094
18086
  # @return [String]
@@ -21166,25 +18158,6 @@ module Aws::SSM
21166
18158
  include Aws::Structure
21167
18159
  end
21168
18160
 
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
18161
  # @!attribute [rw] window_id
21189
18162
  # The ID of the maintenance window to update.
21190
18163
  # @return [String]
@@ -21370,24 +18343,6 @@ module Aws::SSM
21370
18343
  include Aws::Structure
21371
18344
  end
21372
18345
 
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
18346
  # @!attribute [rw] window_id
21392
18347
  # The maintenance window ID with which to modify the target.
21393
18348
  # @return [String]
@@ -21472,86 +18427,6 @@ module Aws::SSM
21472
18427
  include Aws::Structure
21473
18428
  end
21474
18429
 
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
18430
  # @!attribute [rw] window_id
21556
18431
  # The maintenance window ID that contains the task to modify.
21557
18432
  # @return [String]
@@ -21874,14 +18749,6 @@ module Aws::SSM
21874
18749
  include Aws::Structure
21875
18750
  end
21876
18751
 
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
18752
  # @!attribute [rw] instance_id
21886
18753
  # The ID of the managed node where you want to update the role.
21887
18754
  # @return [String]
@@ -21917,41 +18784,6 @@ module Aws::SSM
21917
18784
  #
21918
18785
  class UpdateManagedInstanceRoleResult < Aws::EmptyStructure; end
21919
18786
 
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
18787
  # @!attribute [rw] description
21956
18788
  # Update the information about the OpsItem. Provide enough information
21957
18789
  # so that users reading this OpsItem for the first time understand the
@@ -22093,19 +18925,6 @@ module Aws::SSM
22093
18925
  #
22094
18926
  class UpdateOpsItemResponse < Aws::EmptyStructure; end
22095
18927
 
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
18928
  # @!attribute [rw] ops_metadata_arn
22110
18929
  # The Amazon Resource Name (ARN) of the OpsMetadata Object to update.
22111
18930
  # @return [String]
@@ -22141,54 +18960,6 @@ module Aws::SSM
22141
18960
  include Aws::Structure
22142
18961
  end
22143
18962
 
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
18963
  # @!attribute [rw] baseline_id
22193
18964
  # The ID of the patch baseline to update.
22194
18965
  # @return [String]
@@ -22380,28 +19151,6 @@ module Aws::SSM
22380
19151
  include Aws::Structure
22381
19152
  end
22382
19153
 
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
19154
  # @!attribute [rw] sync_name
22406
19155
  # The name of the resource data sync you want to update.
22407
19156
  # @return [String]
@@ -22431,14 +19180,6 @@ module Aws::SSM
22431
19180
 
22432
19181
  # The request body of the UpdateServiceSetting API operation.
22433
19182
  #
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
19183
  # @!attribute [rw] setting_id
22443
19184
  # The Amazon Resource Name (ARN) of the service setting to reset. For
22444
19185
  # example,