aws-sdk-ssm 1.10.0 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/lib/aws-sdk-ssm.rb +1 -1
 - data/lib/aws-sdk-ssm/client.rb +25 -157
 - data/lib/aws-sdk-ssm/client_api.rb +2 -0
 - data/lib/aws-sdk-ssm/types.rb +33 -314
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: c3c461846c4f48c60b26110d05d9c7a45222c2ae
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 1467cc37af75334941c4048277ee767611081987
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 135995834c68bbb55815485c3251dc54edcec176183d30722fbd953df961738200cce68817df6f642ef6aa1251226d6df9f15688bf3cdebced418eda7dffb73a
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: f7029a794da3a62fd23180c6f2fd93c854d9ccbf22252b18cf5e8b9b939c5a16f8f3ea61053984a2fc3b2bc038954a126e3e248fec5199cf3445d2f2d24ea2db
         
     | 
    
        data/lib/aws-sdk-ssm.rb
    CHANGED
    
    
    
        data/lib/aws-sdk-ssm/client.rb
    CHANGED
    
    | 
         @@ -185,40 +185,20 @@ module Aws::SSM 
     | 
|
| 
       185 
185 
     | 
    
         
             
                # @option params [required, String] :resource_type
         
     | 
| 
       186 
186 
     | 
    
         
             
                #   Specifies the type of resource you are tagging.
         
     | 
| 
       187 
187 
     | 
    
         
             
                #
         
     | 
| 
       188 
     | 
    
         
            -
                #   <note markdown="1"> The ManagedInstance type for this API action is for on-premises
         
     | 
| 
       189 
     | 
    
         
            -
                #   managed instances. You must specify the the name of the managed
         
     | 
| 
       190 
     | 
    
         
            -
                #   instance in the following format: mi-ID\_number. For example,
         
     | 
| 
       191 
     | 
    
         
            -
                #   mi-1a2b3c4d5e6f.
         
     | 
| 
       192 
     | 
    
         
            -
                #
         
     | 
| 
       193 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       194 
     | 
    
         
            -
                #
         
     | 
| 
       195 
188 
     | 
    
         
             
                # @option params [required, String] :resource_id
         
     | 
| 
       196 
189 
     | 
    
         
             
                #   The resource ID you want to tag.
         
     | 
| 
       197 
190 
     | 
    
         
             
                #
         
     | 
| 
       198 
     | 
    
         
            -
                #    
     | 
| 
       199 
     | 
    
         
            -
                #
         
     | 
| 
       200 
     | 
    
         
            -
                #    
     | 
| 
       201 
     | 
    
         
            -
                #
         
     | 
| 
       202 
     | 
    
         
            -
                #   MaintenanceWindow: mw-012345abcde
         
     | 
| 
       203 
     | 
    
         
            -
                #
         
     | 
| 
       204 
     | 
    
         
            -
                #   PatchBaseline: pb-012345abcde
         
     | 
| 
      
 191 
     | 
    
         
            +
                #   For the ManagedInstance, MaintenanceWindow, and PatchBaseline values,
         
     | 
| 
      
 192 
     | 
    
         
            +
                #   use the ID of the resource, such as mw-01234361858c9b57b for a
         
     | 
| 
      
 193 
     | 
    
         
            +
                #   Maintenance Window.
         
     | 
| 
       205 
194 
     | 
    
         
             
                #
         
     | 
| 
       206 
195 
     | 
    
         
             
                #   For the Document and Parameter values, use the name of the resource.
         
     | 
| 
       207 
196 
     | 
    
         
             
                #
         
     | 
| 
       208 
     | 
    
         
            -
                #   <note markdown="1"> The ManagedInstance type for this API action is only for on-premises
         
     | 
| 
       209 
     | 
    
         
            -
                #   managed instances. You must specify the the name of the managed
         
     | 
| 
       210 
     | 
    
         
            -
                #   instance in the following format: mi-ID\_number. For example,
         
     | 
| 
       211 
     | 
    
         
            -
                #   mi-1a2b3c4d5e6f.
         
     | 
| 
       212 
     | 
    
         
            -
                #
         
     | 
| 
       213 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       214 
     | 
    
         
            -
                #
         
     | 
| 
       215 
197 
     | 
    
         
             
                # @option params [required, Array<Types::Tag>] :tags
         
     | 
| 
       216 
198 
     | 
    
         
             
                #   One or more tags. The value parameter is required, but if you don't
         
     | 
| 
       217 
199 
     | 
    
         
             
                #   want the tag to have a value, specify the parameter with no value, and
         
     | 
| 
       218 
200 
     | 
    
         
             
                #   we set the value to an empty string.
         
     | 
| 
       219 
201 
     | 
    
         
             
                #
         
     | 
| 
       220 
     | 
    
         
            -
                #   Do not enter personally identifiable information in this field.
         
     | 
| 
       221 
     | 
    
         
            -
                #
         
     | 
| 
       222 
202 
     | 
    
         
             
                # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
         
     | 
| 
       223 
203 
     | 
    
         
             
                #
         
     | 
| 
       224 
204 
     | 
    
         
             
                # @example Request syntax with placeholder values
         
     | 
| 
         @@ -285,18 +265,14 @@ module Aws::SSM 
     | 
|
| 
       285 
265 
     | 
    
         
             
                # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances.html
         
     | 
| 
       286 
266 
     | 
    
         
             
                #
         
     | 
| 
       287 
267 
     | 
    
         
             
                # @option params [String] :description
         
     | 
| 
       288 
     | 
    
         
            -
                #   A  
     | 
| 
      
 268 
     | 
    
         
            +
                #   A userdefined description of the resource that you want to register
         
     | 
| 
       289 
269 
     | 
    
         
             
                #   with Amazon EC2.
         
     | 
| 
       290 
270 
     | 
    
         
             
                #
         
     | 
| 
       291 
     | 
    
         
            -
                #   Do not enter personally identifiable information in this field.
         
     | 
| 
       292 
     | 
    
         
            -
                #
         
     | 
| 
       293 
271 
     | 
    
         
             
                # @option params [String] :default_instance_name
         
     | 
| 
       294 
272 
     | 
    
         
             
                #   The name of the registered, managed instance as it will appear in the
         
     | 
| 
       295 
273 
     | 
    
         
             
                #   Amazon EC2 console or when you use the AWS command line tools to list
         
     | 
| 
       296 
274 
     | 
    
         
             
                #   EC2 resources.
         
     | 
| 
       297 
275 
     | 
    
         
             
                #
         
     | 
| 
       298 
     | 
    
         
            -
                #   Do not enter personally identifiable information in this field.
         
     | 
| 
       299 
     | 
    
         
            -
                #
         
     | 
| 
       300 
276 
     | 
    
         
             
                # @option params [required, String] :iam_role
         
     | 
| 
       301 
277 
     | 
    
         
             
                #   The Amazon Identity and Access Management (IAM) role that you want to
         
     | 
| 
       302 
278 
     | 
    
         
             
                #   assign to the managed instance.
         
     | 
| 
         @@ -741,18 +717,12 @@ module Aws::SSM 
     | 
|
| 
       741 
717 
     | 
    
         
             
                # @option params [Array<String>] :approved_patches
         
     | 
| 
       742 
718 
     | 
    
         
             
                #   A list of explicitly approved patches for the baseline.
         
     | 
| 
       743 
719 
     | 
    
         
             
                #
         
     | 
| 
       744 
     | 
    
         
            -
                #   For information about accepted formats for lists of approved patches
         
     | 
| 
       745 
     | 
    
         
            -
                #   and rejected patches, see [Package Name Formats for Approved and
         
     | 
| 
       746 
     | 
    
         
            -
                #   Rejected Patch Lists][1] in the *AWS Systems Manager User Guide*.
         
     | 
| 
       747 
     | 
    
         
            -
                #
         
     | 
| 
       748 
     | 
    
         
            -
                #
         
     | 
| 
       749 
     | 
    
         
            -
                #
         
     | 
| 
       750 
     | 
    
         
            -
                #   [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html
         
     | 
| 
       751 
     | 
    
         
            -
                #
         
     | 
| 
       752 
720 
     | 
    
         
             
                # @option params [String] :approved_patches_compliance_level
         
     | 
| 
       753 
721 
     | 
    
         
             
                #   Defines the compliance level for approved patches. This means that if
         
     | 
| 
       754 
722 
     | 
    
         
             
                #   an approved patch is reported as missing, this is the severity of the
         
     | 
| 
       755 
     | 
    
         
            -
                #   compliance violation.  
     | 
| 
      
 723 
     | 
    
         
            +
                #   compliance violation. Valid compliance severity levels include the
         
     | 
| 
      
 724 
     | 
    
         
            +
                #   following: CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL, UNSPECIFIED.
         
     | 
| 
      
 725 
     | 
    
         
            +
                #   The default value is UNSPECIFIED.
         
     | 
| 
       756 
726 
     | 
    
         
             
                #
         
     | 
| 
       757 
727 
     | 
    
         
             
                # @option params [Boolean] :approved_patches_enable_non_security
         
     | 
| 
       758 
728 
     | 
    
         
             
                #   Indicates whether the list of approved patches includes non-security
         
     | 
| 
         @@ -762,14 +732,6 @@ module Aws::SSM 
     | 
|
| 
       762 
732 
     | 
    
         
             
                # @option params [Array<String>] :rejected_patches
         
     | 
| 
       763 
733 
     | 
    
         
             
                #   A list of explicitly rejected patches for the baseline.
         
     | 
| 
       764 
734 
     | 
    
         
             
                #
         
     | 
| 
       765 
     | 
    
         
            -
                #   For information about accepted formats for lists of approved patches
         
     | 
| 
       766 
     | 
    
         
            -
                #   and rejected patches, see [Package Name Formats for Approved and
         
     | 
| 
       767 
     | 
    
         
            -
                #   Rejected Patch Lists][1] in the *AWS Systems Manager User Guide*.
         
     | 
| 
       768 
     | 
    
         
            -
                #
         
     | 
| 
       769 
     | 
    
         
            -
                #
         
     | 
| 
       770 
     | 
    
         
            -
                #
         
     | 
| 
       771 
     | 
    
         
            -
                #   [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html
         
     | 
| 
       772 
     | 
    
         
            -
                #
         
     | 
| 
       773 
735 
     | 
    
         
             
                # @option params [String] :description
         
     | 
| 
       774 
736 
     | 
    
         
             
                #   A description of the patch baseline.
         
     | 
| 
       775 
737 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2881,9 +2843,6 @@ module Aws::SSM 
     | 
|
| 
       2881 
2843 
     | 
    
         
             
                # supports creating multiple default patch baselines. For example, you
         
     | 
| 
       2882 
2844 
     | 
    
         
             
                # can create a default patch baseline for each operating system.
         
     | 
| 
       2883 
2845 
     | 
    
         
             
                #
         
     | 
| 
       2884 
     | 
    
         
            -
                # If you do not specify an operating system value, the default patch
         
     | 
| 
       2885 
     | 
    
         
            -
                # baseline for Windows is returned.
         
     | 
| 
       2886 
     | 
    
         
            -
                #
         
     | 
| 
       2887 
2846 
     | 
    
         
             
                # @option params [String] :operating_system
         
     | 
| 
       2888 
2847 
     | 
    
         
             
                #   Returns the default patch baseline for the specified operating system.
         
     | 
| 
       2889 
2848 
     | 
    
         
             
                #
         
     | 
| 
         @@ -4767,8 +4726,6 @@ module Aws::SSM 
     | 
|
| 
       4767 
4726 
     | 
    
         
             
                # @option params [String] :description
         
     | 
| 
       4768 
4727 
     | 
    
         
             
                #   Information about the parameter that you want to add to the system.
         
     | 
| 
       4769 
4728 
     | 
    
         
             
                #
         
     | 
| 
       4770 
     | 
    
         
            -
                #   Do not enter personally identifiable information in this field.
         
     | 
| 
       4771 
     | 
    
         
            -
                #
         
     | 
| 
       4772 
4729 
     | 
    
         
             
                # @option params [required, String] :value
         
     | 
| 
       4773 
4730 
     | 
    
         
             
                #   The parameter value that you want to add to the system.
         
     | 
| 
       4774 
4731 
     | 
    
         
             
                #
         
     | 
| 
         @@ -4891,17 +4848,9 @@ module Aws::SSM 
     | 
|
| 
       4891 
4848 
     | 
    
         
             
                #   The type of target being registered with the Maintenance Window.
         
     | 
| 
       4892 
4849 
     | 
    
         
             
                #
         
     | 
| 
       4893 
4850 
     | 
    
         
             
                # @option params [required, Array<Types::Target>] :targets
         
     | 
| 
       4894 
     | 
    
         
            -
                #   The targets (either instances or tags).
         
     | 
| 
       4895 
     | 
    
         
            -
                #
         
     | 
| 
       4896 
     | 
    
         
            -
                #    
     | 
| 
       4897 
     | 
    
         
            -
                #
         
     | 
| 
       4898 
     | 
    
         
            -
                #   `Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>`
         
     | 
| 
       4899 
     | 
    
         
            -
                #
         
     | 
| 
       4900 
     | 
    
         
            -
                #   Specify tags using either of the following formats:
         
     | 
| 
       4901 
     | 
    
         
            -
                #
         
     | 
| 
       4902 
     | 
    
         
            -
                #   `Key=tag:<tag-key>,Values=<tag-value-1>,<tag-value-2>`
         
     | 
| 
       4903 
     | 
    
         
            -
                #
         
     | 
| 
       4904 
     | 
    
         
            -
                #   `Key=tag-key,Values=<tag-key-1>,<tag-key-2>`
         
     | 
| 
      
 4851 
     | 
    
         
            +
                #   The targets (either instances or tags). Instances are specified using
         
     | 
| 
      
 4852 
     | 
    
         
            +
                #   Key=instanceids,Values=<instanceid1>,<instanceid2>. Tags
         
     | 
| 
      
 4853 
     | 
    
         
            +
                #   are specified using Key=<tag name>,Values=<tag value>.
         
     | 
| 
       4905 
4854 
     | 
    
         
             
                #
         
     | 
| 
       4906 
4855 
     | 
    
         
             
                # @option params [String] :owner_information
         
     | 
| 
       4907 
4856 
     | 
    
         
             
                #   User-provided value that will be included in any CloudWatch events
         
     | 
| 
         @@ -4957,18 +4906,12 @@ module Aws::SSM 
     | 
|
| 
       4957 
4906 
     | 
    
         
             
                # Adds a new task to a Maintenance Window.
         
     | 
| 
       4958 
4907 
     | 
    
         
             
                #
         
     | 
| 
       4959 
4908 
     | 
    
         
             
                # @option params [required, String] :window_id
         
     | 
| 
       4960 
     | 
    
         
            -
                #   The  
     | 
| 
      
 4909 
     | 
    
         
            +
                #   The id of the Maintenance Window the task should be added to.
         
     | 
| 
       4961 
4910 
     | 
    
         
             
                #
         
     | 
| 
       4962 
4911 
     | 
    
         
             
                # @option params [required, Array<Types::Target>] :targets
         
     | 
| 
       4963 
     | 
    
         
            -
                #   The targets (either instances or  
     | 
| 
       4964 
     | 
    
         
            -
                #
         
     | 
| 
       4965 
     | 
    
         
            -
                #    
     | 
| 
       4966 
     | 
    
         
            -
                #
         
     | 
| 
       4967 
     | 
    
         
            -
                #   `Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>`
         
     | 
| 
       4968 
     | 
    
         
            -
                #
         
     | 
| 
       4969 
     | 
    
         
            -
                #   Specify Maintenance Window targets using the following format:
         
     | 
| 
       4970 
     | 
    
         
            -
                #
         
     | 
| 
       4971 
     | 
    
         
            -
                #   `Key=<WindowTargetIds>,Values=<window-target-id-1>,<window-target-id-2>`
         
     | 
| 
      
 4912 
     | 
    
         
            +
                #   The targets (either instances or tags). Instances are specified using
         
     | 
| 
      
 4913 
     | 
    
         
            +
                #   Key=instanceids,Values=<instanceid1>,<instanceid2>. Tags
         
     | 
| 
      
 4914 
     | 
    
         
            +
                #   are specified using Key=<tag name>,Values=<tag value>.
         
     | 
| 
       4972 
4915 
     | 
    
         
             
                #
         
     | 
| 
       4973 
4916 
     | 
    
         
             
                # @option params [required, String] :task_arn
         
     | 
| 
       4974 
4917 
     | 
    
         
             
                #   The ARN of the task to execute
         
     | 
| 
         @@ -4982,14 +4925,6 @@ module Aws::SSM 
     | 
|
| 
       4982 
4925 
     | 
    
         
             
                # @option params [Hash<String,Types::MaintenanceWindowTaskParameterValueExpression>] :task_parameters
         
     | 
| 
       4983 
4926 
     | 
    
         
             
                #   The parameters that should be passed to the task when it is executed.
         
     | 
| 
       4984 
4927 
     | 
    
         
             
                #
         
     | 
| 
       4985 
     | 
    
         
            -
                #   <note markdown="1"> `TaskParameters` has been deprecated. To specify parameters to pass to
         
     | 
| 
       4986 
     | 
    
         
            -
                #   a task when it runs, instead use the `Parameters` option in the
         
     | 
| 
       4987 
     | 
    
         
            -
                #   `TaskInvocationParameters` structure. For information about how
         
     | 
| 
       4988 
     | 
    
         
            -
                #   Systems Manager handles these options for the supported Maintenance
         
     | 
| 
       4989 
     | 
    
         
            -
                #   Window task types, see MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       4990 
     | 
    
         
            -
                #
         
     | 
| 
       4991 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       4992 
     | 
    
         
            -
                #
         
     | 
| 
       4993 
4928 
     | 
    
         
             
                # @option params [Types::MaintenanceWindowTaskInvocationParameters] :task_invocation_parameters
         
     | 
| 
       4994 
4929 
     | 
    
         
             
                #   The parameters that the task should use during execution. Populate
         
     | 
| 
       4995 
4930 
     | 
    
         
             
                #   only the fields that match the task type. All other fields should be
         
     | 
| 
         @@ -5012,15 +4947,6 @@ module Aws::SSM 
     | 
|
| 
       5012 
4947 
     | 
    
         
             
                #   A structure containing information about an Amazon S3 bucket to write
         
     | 
| 
       5013 
4948 
     | 
    
         
             
                #   instance-level logs to.
         
     | 
| 
       5014 
4949 
     | 
    
         
             
                #
         
     | 
| 
       5015 
     | 
    
         
            -
                #   <note markdown="1"> `LoggingInfo` has been deprecated. To specify an S3 bucket to contain
         
     | 
| 
       5016 
     | 
    
         
            -
                #   logs, instead use the `OutputS3BucketName` and `OutputS3KeyPrefix`
         
     | 
| 
       5017 
     | 
    
         
            -
                #   options in the `TaskInvocationParameters` structure. For information
         
     | 
| 
       5018 
     | 
    
         
            -
                #   about how Systems Manager handles these options for the supported
         
     | 
| 
       5019 
     | 
    
         
            -
                #   Maintenance Window task types, see
         
     | 
| 
       5020 
     | 
    
         
            -
                #   MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       5021 
     | 
    
         
            -
                #
         
     | 
| 
       5022 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       5023 
     | 
    
         
            -
                #
         
     | 
| 
       5024 
4950 
     | 
    
         
             
                # @option params [String] :name
         
     | 
| 
       5025 
4951 
     | 
    
         
             
                #   An optional name for the task.
         
     | 
| 
       5026 
4952 
     | 
    
         
             
                #
         
     | 
| 
         @@ -5120,31 +5046,8 @@ module Aws::SSM 
     | 
|
| 
       5120 
5046 
     | 
    
         
             
                # @option params [required, String] :resource_type
         
     | 
| 
       5121 
5047 
     | 
    
         
             
                #   The type of resource of which you want to remove a tag.
         
     | 
| 
       5122 
5048 
     | 
    
         
             
                #
         
     | 
| 
       5123 
     | 
    
         
            -
                #   <note markdown="1"> The ManagedInstance type for this API action is only for on-premises
         
     | 
| 
       5124 
     | 
    
         
            -
                #   managed instances. You must specify the the name of the managed
         
     | 
| 
       5125 
     | 
    
         
            -
                #   instance in the following format: mi-ID\_number. For example,
         
     | 
| 
       5126 
     | 
    
         
            -
                #   mi-1a2b3c4d5e6f.
         
     | 
| 
       5127 
     | 
    
         
            -
                #
         
     | 
| 
       5128 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       5129 
     | 
    
         
            -
                #
         
     | 
| 
       5130 
5049 
     | 
    
         
             
                # @option params [required, String] :resource_id
         
     | 
| 
       5131 
     | 
    
         
            -
                #   The resource ID for which you want to remove tags. 
     | 
| 
       5132 
     | 
    
         
            -
                #   resource. Here are some examples:
         
     | 
| 
       5133 
     | 
    
         
            -
                #
         
     | 
| 
       5134 
     | 
    
         
            -
                #   ManagedInstance: mi-012345abcde
         
     | 
| 
       5135 
     | 
    
         
            -
                #
         
     | 
| 
       5136 
     | 
    
         
            -
                #   MaintenanceWindow: mw-012345abcde
         
     | 
| 
       5137 
     | 
    
         
            -
                #
         
     | 
| 
       5138 
     | 
    
         
            -
                #   PatchBaseline: pb-012345abcde
         
     | 
| 
       5139 
     | 
    
         
            -
                #
         
     | 
| 
       5140 
     | 
    
         
            -
                #   For the Document and Parameter values, use the name of the resource.
         
     | 
| 
       5141 
     | 
    
         
            -
                #
         
     | 
| 
       5142 
     | 
    
         
            -
                #   <note markdown="1"> The ManagedInstance type for this API action is only for on-premises
         
     | 
| 
       5143 
     | 
    
         
            -
                #   managed instances. You must specify the the name of the managed
         
     | 
| 
       5144 
     | 
    
         
            -
                #   instance in the following format: mi-ID\_number. For example,
         
     | 
| 
       5145 
     | 
    
         
            -
                #   mi-1a2b3c4d5e6f.
         
     | 
| 
       5146 
     | 
    
         
            -
                #
         
     | 
| 
       5147 
     | 
    
         
            -
                #    </note>
         
     | 
| 
      
 5050 
     | 
    
         
            +
                #   The resource ID for which you want to remove tags.
         
     | 
| 
       5148 
5051 
     | 
    
         
             
                #
         
     | 
| 
       5149 
5052 
     | 
    
         
             
                # @option params [required, Array<String>] :tag_keys
         
     | 
| 
       5150 
5053 
     | 
    
         
             
                #   Tag keys that you want to remove from the specified resource.
         
     | 
| 
         @@ -5249,7 +5152,7 @@ module Aws::SSM 
     | 
|
| 
       5249 
5152 
     | 
    
         
             
                #
         
     | 
| 
       5250 
5153 
     | 
    
         
             
                # @option params [Integer] :timeout_seconds
         
     | 
| 
       5251 
5154 
     | 
    
         
             
                #   If this time is reached and the command has not already started
         
     | 
| 
       5252 
     | 
    
         
            -
                #   executing, it will not  
     | 
| 
      
 5155 
     | 
    
         
            +
                #   executing, it will not execute.
         
     | 
| 
       5253 
5156 
     | 
    
         
             
                #
         
     | 
| 
       5254 
5157 
     | 
    
         
             
                # @option params [String] :comment
         
     | 
| 
       5255 
5158 
     | 
    
         
             
                #   User-specified information about the command, such as a brief
         
     | 
| 
         @@ -5949,18 +5852,18 @@ module Aws::SSM 
     | 
|
| 
       5949 
5852 
     | 
    
         
             
                # Modifies a task assigned to a Maintenance Window. You can't change
         
     | 
| 
       5950 
5853 
     | 
    
         
             
                # the task type, but you can change the following values:
         
     | 
| 
       5951 
5854 
     | 
    
         
             
                #
         
     | 
| 
       5952 
     | 
    
         
            -
                #  
     | 
| 
       5953 
     | 
    
         
            -
                # 
     | 
| 
      
 5855 
     | 
    
         
            +
                # Task ARN. For example, you can change a RUN\_COMMAND task from
         
     | 
| 
      
 5856 
     | 
    
         
            +
                # AWS-RunPowerShellScript to AWS-RunShellScript.
         
     | 
| 
       5954 
5857 
     | 
    
         
             
                #
         
     | 
| 
       5955 
     | 
    
         
            -
                #  
     | 
| 
      
 5858 
     | 
    
         
            +
                # Service role ARN.
         
     | 
| 
       5956 
5859 
     | 
    
         
             
                #
         
     | 
| 
       5957 
     | 
    
         
            -
                #  
     | 
| 
      
 5860 
     | 
    
         
            +
                # Task parameters.
         
     | 
| 
       5958 
5861 
     | 
    
         
             
                #
         
     | 
| 
       5959 
     | 
    
         
            -
                #  
     | 
| 
      
 5862 
     | 
    
         
            +
                # Task priority.
         
     | 
| 
       5960 
5863 
     | 
    
         
             
                #
         
     | 
| 
       5961 
     | 
    
         
            -
                #  
     | 
| 
      
 5864 
     | 
    
         
            +
                # Task MaxConcurrency and MaxErrors.
         
     | 
| 
       5962 
5865 
     | 
    
         
             
                #
         
     | 
| 
       5963 
     | 
    
         
            -
                #  
     | 
| 
      
 5866 
     | 
    
         
            +
                # Log location.
         
     | 
| 
       5964 
5867 
     | 
    
         
             
                #
         
     | 
| 
       5965 
5868 
     | 
    
         
             
                # If a parameter is null, then the corresponding field is not modified.
         
     | 
| 
       5966 
5869 
     | 
    
         
             
                # Also, if you set Replace to true, then all fields required by the
         
     | 
| 
         @@ -5986,17 +5889,7 @@ module Aws::SSM 
     | 
|
| 
       5986 
5889 
     | 
    
         
             
                #   during task execution.
         
     | 
| 
       5987 
5890 
     | 
    
         
             
                #
         
     | 
| 
       5988 
5891 
     | 
    
         
             
                # @option params [Hash<String,Types::MaintenanceWindowTaskParameterValueExpression>] :task_parameters
         
     | 
| 
       5989 
     | 
    
         
            -
                #   The parameters to modify.
         
     | 
| 
       5990 
     | 
    
         
            -
                #
         
     | 
| 
       5991 
     | 
    
         
            -
                #   <note markdown="1"> `TaskParameters` has been deprecated. To specify parameters to pass to
         
     | 
| 
       5992 
     | 
    
         
            -
                #   a task when it runs, instead use the `Parameters` option in the
         
     | 
| 
       5993 
     | 
    
         
            -
                #   `TaskInvocationParameters` structure. For information about how
         
     | 
| 
       5994 
     | 
    
         
            -
                #   Systems Manager handles these options for the supported Maintenance
         
     | 
| 
       5995 
     | 
    
         
            -
                #   Window task types, see MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       5996 
     | 
    
         
            -
                #
         
     | 
| 
       5997 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       5998 
     | 
    
         
            -
                #
         
     | 
| 
       5999 
     | 
    
         
            -
                #   The map has the following format:
         
     | 
| 
      
 5892 
     | 
    
         
            +
                #   The parameters to modify. The map has the following format:
         
     | 
| 
       6000 
5893 
     | 
    
         
             
                #
         
     | 
| 
       6001 
5894 
     | 
    
         
             
                #   Key: string, between 1 and 255 characters
         
     | 
| 
       6002 
5895 
     | 
    
         
             
                #
         
     | 
| 
         @@ -6025,15 +5918,6 @@ module Aws::SSM 
     | 
|
| 
       6025 
5918 
     | 
    
         
             
                # @option params [Types::LoggingInfo] :logging_info
         
     | 
| 
       6026 
5919 
     | 
    
         
             
                #   The new logging location in Amazon S3 to specify.
         
     | 
| 
       6027 
5920 
     | 
    
         
             
                #
         
     | 
| 
       6028 
     | 
    
         
            -
                #   <note markdown="1"> `LoggingInfo` has been deprecated. To specify an S3 bucket to contain
         
     | 
| 
       6029 
     | 
    
         
            -
                #   logs, instead use the `OutputS3BucketName` and `OutputS3KeyPrefix`
         
     | 
| 
       6030 
     | 
    
         
            -
                #   options in the `TaskInvocationParameters` structure. For information
         
     | 
| 
       6031 
     | 
    
         
            -
                #   about how Systems Manager handles these options for the supported
         
     | 
| 
       6032 
     | 
    
         
            -
                #   Maintenance Window task types, see
         
     | 
| 
       6033 
     | 
    
         
            -
                #   MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       6034 
     | 
    
         
            -
                #
         
     | 
| 
       6035 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       6036 
     | 
    
         
            -
                #
         
     | 
| 
       6037 
5921 
     | 
    
         
             
                # @option params [String] :name
         
     | 
| 
       6038 
5922 
     | 
    
         
             
                #   The new task name to specify.
         
     | 
| 
       6039 
5923 
     | 
    
         
             
                #
         
     | 
| 
         @@ -6234,14 +6118,6 @@ module Aws::SSM 
     | 
|
| 
       6234 
6118 
     | 
    
         
             
                # @option params [Array<String>] :approved_patches
         
     | 
| 
       6235 
6119 
     | 
    
         
             
                #   A list of explicitly approved patches for the baseline.
         
     | 
| 
       6236 
6120 
     | 
    
         
             
                #
         
     | 
| 
       6237 
     | 
    
         
            -
                #   For information about accepted formats for lists of approved patches
         
     | 
| 
       6238 
     | 
    
         
            -
                #   and rejected patches, see [Package Name Formats for Approved and
         
     | 
| 
       6239 
     | 
    
         
            -
                #   Rejected Patch Lists][1] in the *AWS Systems Manager User Guide*.
         
     | 
| 
       6240 
     | 
    
         
            -
                #
         
     | 
| 
       6241 
     | 
    
         
            -
                #
         
     | 
| 
       6242 
     | 
    
         
            -
                #
         
     | 
| 
       6243 
     | 
    
         
            -
                #   [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html
         
     | 
| 
       6244 
     | 
    
         
            -
                #
         
     | 
| 
       6245 
6121 
     | 
    
         
             
                # @option params [String] :approved_patches_compliance_level
         
     | 
| 
       6246 
6122 
     | 
    
         
             
                #   Assigns a new compliance severity level to an existing patch baseline.
         
     | 
| 
       6247 
6123 
     | 
    
         
             
                #
         
     | 
| 
         @@ -6253,14 +6129,6 @@ module Aws::SSM 
     | 
|
| 
       6253 
6129 
     | 
    
         
             
                # @option params [Array<String>] :rejected_patches
         
     | 
| 
       6254 
6130 
     | 
    
         
             
                #   A list of explicitly rejected patches for the baseline.
         
     | 
| 
       6255 
6131 
     | 
    
         
             
                #
         
     | 
| 
       6256 
     | 
    
         
            -
                #   For information about accepted formats for lists of approved patches
         
     | 
| 
       6257 
     | 
    
         
            -
                #   and rejected patches, see [Package Name Formats for Approved and
         
     | 
| 
       6258 
     | 
    
         
            -
                #   Rejected Patch Lists][1] in the *AWS Systems Manager User Guide*.
         
     | 
| 
       6259 
     | 
    
         
            -
                #
         
     | 
| 
       6260 
     | 
    
         
            -
                #
         
     | 
| 
       6261 
     | 
    
         
            -
                #
         
     | 
| 
       6262 
     | 
    
         
            -
                #   [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html
         
     | 
| 
       6263 
     | 
    
         
            -
                #
         
     | 
| 
       6264 
6132 
     | 
    
         
             
                # @option params [String] :description
         
     | 
| 
       6265 
6133 
     | 
    
         
             
                #   A description of the patch baseline.
         
     | 
| 
       6266 
6134 
     | 
    
         
             
                #
         
     | 
| 
         @@ -6389,7 +6257,7 @@ module Aws::SSM 
     | 
|
| 
       6389 
6257 
     | 
    
         
             
                    params: params,
         
     | 
| 
       6390 
6258 
     | 
    
         
             
                    config: config)
         
     | 
| 
       6391 
6259 
     | 
    
         
             
                  context[:gem_name] = 'aws-sdk-ssm'
         
     | 
| 
       6392 
     | 
    
         
            -
                  context[:gem_version] = '1. 
     | 
| 
      
 6260 
     | 
    
         
            +
                  context[:gem_version] = '1.11.0'
         
     | 
| 
       6393 
6261 
     | 
    
         
             
                  Seahorse::Client::Request.new(handlers, context)
         
     | 
| 
       6394 
6262 
     | 
    
         
             
                end
         
     | 
| 
       6395 
6263 
     | 
    
         | 
| 
         @@ -2721,6 +2721,7 @@ module Aws::SSM 
     | 
|
| 
       2721 
2721 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidResourceId)
         
     | 
| 
       2722 
2722 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
         
     | 
| 
       2723 
2723 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: TooManyTagsError)
         
     | 
| 
      
 2724 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: TooManyUpdates)
         
     | 
| 
       2724 
2725 
     | 
    
         
             
                  end)
         
     | 
| 
       2725 
2726 
     | 
    
         | 
| 
       2726 
2727 
     | 
    
         
             
                  api.add_operation(:cancel_command, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -3727,6 +3728,7 @@ module Aws::SSM 
     | 
|
| 
       3727 
3728 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidResourceType)
         
     | 
| 
       3728 
3729 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidResourceId)
         
     | 
| 
       3729 
3730 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
         
     | 
| 
      
 3731 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: TooManyUpdates)
         
     | 
| 
       3730 
3732 
     | 
    
         
             
                  end)
         
     | 
| 
       3731 
3733 
     | 
    
         | 
| 
       3732 
3734 
     | 
    
         
             
                  api.add_operation(:send_automation_signal, Seahorse::Model::Operation.new.tap do |o|
         
     | 
    
        data/lib/aws-sdk-ssm/types.rb
    CHANGED
    
    | 
         @@ -84,42 +84,22 @@ module Aws::SSM 
     | 
|
| 
       84 
84 
     | 
    
         
             
                #
         
     | 
| 
       85 
85 
     | 
    
         
             
                # @!attribute [rw] resource_type
         
     | 
| 
       86 
86 
     | 
    
         
             
                #   Specifies the type of resource you are tagging.
         
     | 
| 
       87 
     | 
    
         
            -
                #
         
     | 
| 
       88 
     | 
    
         
            -
                #   <note markdown="1"> The ManagedInstance type for this API action is for on-premises
         
     | 
| 
       89 
     | 
    
         
            -
                #   managed instances. You must specify the the name of the managed
         
     | 
| 
       90 
     | 
    
         
            -
                #   instance in the following format: mi-ID\_number. For example,
         
     | 
| 
       91 
     | 
    
         
            -
                #   mi-1a2b3c4d5e6f.
         
     | 
| 
       92 
     | 
    
         
            -
                #
         
     | 
| 
       93 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       94 
87 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       95 
88 
     | 
    
         
             
                #
         
     | 
| 
       96 
89 
     | 
    
         
             
                # @!attribute [rw] resource_id
         
     | 
| 
       97 
90 
     | 
    
         
             
                #   The resource ID you want to tag.
         
     | 
| 
       98 
91 
     | 
    
         
             
                #
         
     | 
| 
       99 
     | 
    
         
            -
                #    
     | 
| 
       100 
     | 
    
         
            -
                #
         
     | 
| 
       101 
     | 
    
         
            -
                #    
     | 
| 
       102 
     | 
    
         
            -
                #
         
     | 
| 
       103 
     | 
    
         
            -
                #   MaintenanceWindow: mw-012345abcde
         
     | 
| 
       104 
     | 
    
         
            -
                #
         
     | 
| 
       105 
     | 
    
         
            -
                #   PatchBaseline: pb-012345abcde
         
     | 
| 
      
 92 
     | 
    
         
            +
                #   For the ManagedInstance, MaintenanceWindow, and PatchBaseline
         
     | 
| 
      
 93 
     | 
    
         
            +
                #   values, use the ID of the resource, such as mw-01234361858c9b57b for
         
     | 
| 
      
 94 
     | 
    
         
            +
                #   a Maintenance Window.
         
     | 
| 
       106 
95 
     | 
    
         
             
                #
         
     | 
| 
       107 
96 
     | 
    
         
             
                #   For the Document and Parameter values, use the name of the resource.
         
     | 
| 
       108 
     | 
    
         
            -
                #
         
     | 
| 
       109 
     | 
    
         
            -
                #   <note markdown="1"> The ManagedInstance type for this API action is only for on-premises
         
     | 
| 
       110 
     | 
    
         
            -
                #   managed instances. You must specify the the name of the managed
         
     | 
| 
       111 
     | 
    
         
            -
                #   instance in the following format: mi-ID\_number. For example,
         
     | 
| 
       112 
     | 
    
         
            -
                #   mi-1a2b3c4d5e6f.
         
     | 
| 
       113 
     | 
    
         
            -
                #
         
     | 
| 
       114 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       115 
97 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       116 
98 
     | 
    
         
             
                #
         
     | 
| 
       117 
99 
     | 
    
         
             
                # @!attribute [rw] tags
         
     | 
| 
       118 
100 
     | 
    
         
             
                #   One or more tags. The value parameter is required, but if you don't
         
     | 
| 
       119 
101 
     | 
    
         
             
                #   want the tag to have a value, specify the parameter with no value,
         
     | 
| 
       120 
102 
     | 
    
         
             
                #   and we set the value to an empty string.
         
     | 
| 
       121 
     | 
    
         
            -
                #
         
     | 
| 
       122 
     | 
    
         
            -
                #   Do not enter personally identifiable information in this field.
         
     | 
| 
       123 
103 
     | 
    
         
             
                #   @return [Array<Types::Tag>]
         
     | 
| 
       124 
104 
     | 
    
         
             
                #
         
     | 
| 
       125 
105 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AddTagsToResourceRequest AWS API Documentation
         
     | 
| 
         @@ -762,7 +742,7 @@ module Aws::SSM 
     | 
|
| 
       762 
742 
     | 
    
         
             
                #
         
     | 
| 
       763 
743 
     | 
    
         
             
                # @!attribute [rw] expires_after
         
     | 
| 
       764 
744 
     | 
    
         
             
                #   If this time is reached and the command has not already started
         
     | 
| 
       765 
     | 
    
         
            -
                #   executing, it will not  
     | 
| 
      
 745 
     | 
    
         
            +
                #   executing, it will not execute. Calculated based on the ExpiresAfter
         
     | 
| 
       766 
746 
     | 
    
         
             
                #   user input provided as part of the SendCommand API.
         
     | 
| 
       767 
747 
     | 
    
         
             
                #   @return [Time]
         
     | 
| 
       768 
748 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1311,15 +1291,15 @@ module Aws::SSM 
     | 
|
| 
       1311 
1291 
     | 
    
         
             
                #
         
     | 
| 
       1312 
1292 
     | 
    
         
             
                # @!attribute [rw] id
         
     | 
| 
       1313 
1293 
     | 
    
         
             
                #   An ID for the compliance item. For example, if the compliance item
         
     | 
| 
       1314 
     | 
    
         
            -
                #   is a Windows patch, the ID could be the number of the KB article 
     | 
| 
       1315 
     | 
    
         
            -
                #    
     | 
| 
      
 1294 
     | 
    
         
            +
                #   is a Windows patch, the ID could be the number of the KB article.
         
     | 
| 
      
 1295 
     | 
    
         
            +
                #   Here's an example: KB4010320.
         
     | 
| 
       1316 
1296 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       1317 
1297 
     | 
    
         
             
                #
         
     | 
| 
       1318 
1298 
     | 
    
         
             
                # @!attribute [rw] title
         
     | 
| 
       1319 
1299 
     | 
    
         
             
                #   A title for the compliance item. For example, if the compliance item
         
     | 
| 
       1320 
1300 
     | 
    
         
             
                #   is a Windows patch, the title could be the title of the KB article
         
     | 
| 
       1321 
     | 
    
         
            -
                #   for the patch 
     | 
| 
       1322 
     | 
    
         
            -
                #   Federation Services.
         
     | 
| 
      
 1301 
     | 
    
         
            +
                #   for the patch. Here's an example: Security Update for Active
         
     | 
| 
      
 1302 
     | 
    
         
            +
                #   Directory Federation Services.
         
     | 
| 
       1323 
1303 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       1324 
1304 
     | 
    
         
             
                #
         
     | 
| 
       1325 
1305 
     | 
    
         
             
                # @!attribute [rw] status
         
     | 
| 
         @@ -1380,8 +1360,8 @@ module Aws::SSM 
     | 
|
| 
       1380 
1360 
     | 
    
         
             
                # @!attribute [rw] title
         
     | 
| 
       1381 
1361 
     | 
    
         
             
                #   The title of the compliance item. For example, if the compliance
         
     | 
| 
       1382 
1362 
     | 
    
         
             
                #   item is a Windows patch, the title could be the title of the KB
         
     | 
| 
       1383 
     | 
    
         
            -
                #   article for the patch 
     | 
| 
       1384 
     | 
    
         
            -
                #   Directory Federation Services.
         
     | 
| 
      
 1363 
     | 
    
         
            +
                #   article for the patch. Here's an example: Security Update for
         
     | 
| 
      
 1364 
     | 
    
         
            +
                #   Active Directory Federation Services.
         
     | 
| 
       1385 
1365 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       1386 
1366 
     | 
    
         
             
                #
         
     | 
| 
       1387 
1367 
     | 
    
         
             
                # @!attribute [rw] severity
         
     | 
| 
         @@ -1498,18 +1478,14 @@ module Aws::SSM 
     | 
|
| 
       1498 
1478 
     | 
    
         
             
                #       }
         
     | 
| 
       1499 
1479 
     | 
    
         
             
                #
         
     | 
| 
       1500 
1480 
     | 
    
         
             
                # @!attribute [rw] description
         
     | 
| 
       1501 
     | 
    
         
            -
                #   A  
     | 
| 
      
 1481 
     | 
    
         
            +
                #   A userdefined description of the resource that you want to register
         
     | 
| 
       1502 
1482 
     | 
    
         
             
                #   with Amazon EC2.
         
     | 
| 
       1503 
     | 
    
         
            -
                #
         
     | 
| 
       1504 
     | 
    
         
            -
                #   Do not enter personally identifiable information in this field.
         
     | 
| 
       1505 
1483 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       1506 
1484 
     | 
    
         
             
                #
         
     | 
| 
       1507 
1485 
     | 
    
         
             
                # @!attribute [rw] default_instance_name
         
     | 
| 
       1508 
1486 
     | 
    
         
             
                #   The name of the registered, managed instance as it will appear in
         
     | 
| 
       1509 
1487 
     | 
    
         
             
                #   the Amazon EC2 console or when you use the AWS command line tools to
         
     | 
| 
       1510 
1488 
     | 
    
         
             
                #   list EC2 resources.
         
     | 
| 
       1511 
     | 
    
         
            -
                #
         
     | 
| 
       1512 
     | 
    
         
            -
                #   Do not enter personally identifiable information in this field.
         
     | 
| 
       1513 
1489 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       1514 
1490 
     | 
    
         
             
                #
         
     | 
| 
       1515 
1491 
     | 
    
         
             
                # @!attribute [rw] iam_role
         
     | 
| 
         @@ -1998,20 +1974,14 @@ module Aws::SSM 
     | 
|
| 
       1998 
1974 
     | 
    
         
             
                #
         
     | 
| 
       1999 
1975 
     | 
    
         
             
                # @!attribute [rw] approved_patches
         
     | 
| 
       2000 
1976 
     | 
    
         
             
                #   A list of explicitly approved patches for the baseline.
         
     | 
| 
       2001 
     | 
    
         
            -
                #
         
     | 
| 
       2002 
     | 
    
         
            -
                #   For information about accepted formats for lists of approved patches
         
     | 
| 
       2003 
     | 
    
         
            -
                #   and rejected patches, see [Package Name Formats for Approved and
         
     | 
| 
       2004 
     | 
    
         
            -
                #   Rejected Patch Lists][1] in the *AWS Systems Manager User Guide*.
         
     | 
| 
       2005 
     | 
    
         
            -
                #
         
     | 
| 
       2006 
     | 
    
         
            -
                #
         
     | 
| 
       2007 
     | 
    
         
            -
                #
         
     | 
| 
       2008 
     | 
    
         
            -
                #   [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html
         
     | 
| 
       2009 
1977 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
       2010 
1978 
     | 
    
         
             
                #
         
     | 
| 
       2011 
1979 
     | 
    
         
             
                # @!attribute [rw] approved_patches_compliance_level
         
     | 
| 
       2012 
1980 
     | 
    
         
             
                #   Defines the compliance level for approved patches. This means that
         
     | 
| 
       2013 
1981 
     | 
    
         
             
                #   if an approved patch is reported as missing, this is the severity of
         
     | 
| 
       2014 
     | 
    
         
            -
                #   the compliance violation.  
     | 
| 
      
 1982 
     | 
    
         
            +
                #   the compliance violation. Valid compliance severity levels include
         
     | 
| 
      
 1983 
     | 
    
         
            +
                #   the following: CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL,
         
     | 
| 
      
 1984 
     | 
    
         
            +
                #   UNSPECIFIED. The default value is UNSPECIFIED.
         
     | 
| 
       2015 
1985 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       2016 
1986 
     | 
    
         
             
                #
         
     | 
| 
       2017 
1987 
     | 
    
         
             
                # @!attribute [rw] approved_patches_enable_non_security
         
     | 
| 
         @@ -2022,14 +1992,6 @@ module Aws::SSM 
     | 
|
| 
       2022 
1992 
     | 
    
         
             
                #
         
     | 
| 
       2023 
1993 
     | 
    
         
             
                # @!attribute [rw] rejected_patches
         
     | 
| 
       2024 
1994 
     | 
    
         
             
                #   A list of explicitly rejected patches for the baseline.
         
     | 
| 
       2025 
     | 
    
         
            -
                #
         
     | 
| 
       2026 
     | 
    
         
            -
                #   For information about accepted formats for lists of approved patches
         
     | 
| 
       2027 
     | 
    
         
            -
                #   and rejected patches, see [Package Name Formats for Approved and
         
     | 
| 
       2028 
     | 
    
         
            -
                #   Rejected Patch Lists][1] in the *AWS Systems Manager User Guide*.
         
     | 
| 
       2029 
     | 
    
         
            -
                #
         
     | 
| 
       2030 
     | 
    
         
            -
                #
         
     | 
| 
       2031 
     | 
    
         
            -
                #
         
     | 
| 
       2032 
     | 
    
         
            -
                #   [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html
         
     | 
| 
       2033 
1995 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
       2034 
1996 
     | 
    
         
             
                #
         
     | 
| 
       2035 
1997 
     | 
    
         
             
                # @!attribute [rw] description
         
     | 
| 
         @@ -4446,8 +4408,8 @@ module Aws::SSM 
     | 
|
| 
       4446 
4408 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       4447 
4409 
     | 
    
         
             
                #
         
     | 
| 
       4448 
4410 
     | 
    
         
             
                # @!attribute [rw] status
         
     | 
| 
       4449 
     | 
    
         
            -
                #   The status of this invocation 
     | 
| 
       4450 
     | 
    
         
            -
                #   than StatusDetails.
         
     | 
| 
      
 4411 
     | 
    
         
            +
                #   The status of the parent command for this invocation. This status
         
     | 
| 
      
 4412 
     | 
    
         
            +
                #   can be different than StatusDetails.
         
     | 
| 
       4451 
4413 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       4452 
4414 
     | 
    
         
             
                #
         
     | 
| 
       4453 
4415 
     | 
    
         
             
                # @!attribute [rw] status_details
         
     | 
| 
         @@ -5055,17 +5017,8 @@ module Aws::SSM 
     | 
|
| 
       5055 
5017 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       5056 
5018 
     | 
    
         
             
                #
         
     | 
| 
       5057 
5019 
     | 
    
         
             
                # @!attribute [rw] task_parameters
         
     | 
| 
       5058 
     | 
    
         
            -
                #   The parameters passed to the task when it was executed.
         
     | 
| 
       5059 
     | 
    
         
            -
                #
         
     | 
| 
       5060 
     | 
    
         
            -
                #   <note markdown="1"> `TaskParameters` has been deprecated. To specify parameters to pass
         
     | 
| 
       5061 
     | 
    
         
            -
                #   to a task when it runs, instead use the `Parameters` option in the
         
     | 
| 
       5062 
     | 
    
         
            -
                #   `TaskInvocationParameters` structure. For information about how
         
     | 
| 
       5063 
     | 
    
         
            -
                #   Systems Manager handles these options for the supported Maintenance
         
     | 
| 
       5064 
     | 
    
         
            -
                #   Window task types, see MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       5065 
     | 
    
         
            -
                #
         
     | 
| 
       5066 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       5067 
     | 
    
         
            -
                #
         
     | 
| 
       5068 
     | 
    
         
            -
                #   The map has the following format:
         
     | 
| 
      
 5020 
     | 
    
         
            +
                #   The parameters passed to the task when it was executed. The map has
         
     | 
| 
      
 5021 
     | 
    
         
            +
                #   the following format:
         
     | 
| 
       5069 
5022 
     | 
    
         
             
                #
         
     | 
| 
       5070 
5023 
     | 
    
         
             
                #   Key: string, between 1 and 255 characters
         
     | 
| 
       5071 
5024 
     | 
    
         
             
                #
         
     | 
| 
         @@ -5254,14 +5207,6 @@ module Aws::SSM 
     | 
|
| 
       5254 
5207 
     | 
    
         
             
                #
         
     | 
| 
       5255 
5208 
     | 
    
         
             
                # @!attribute [rw] task_parameters
         
     | 
| 
       5256 
5209 
     | 
    
         
             
                #   The parameters to pass to the task when it executes.
         
     | 
| 
       5257 
     | 
    
         
            -
                #
         
     | 
| 
       5258 
     | 
    
         
            -
                #   <note markdown="1"> `TaskParameters` has been deprecated. To specify parameters to pass
         
     | 
| 
       5259 
     | 
    
         
            -
                #   to a task when it runs, instead use the `Parameters` option in the
         
     | 
| 
       5260 
     | 
    
         
            -
                #   `TaskInvocationParameters` structure. For information about how
         
     | 
| 
       5261 
     | 
    
         
            -
                #   Systems Manager handles these options for the supported Maintenance
         
     | 
| 
       5262 
     | 
    
         
            -
                #   Window task types, see MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       5263 
     | 
    
         
            -
                #
         
     | 
| 
       5264 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       5265 
5210 
     | 
    
         
             
                #   @return [Hash<String,Types::MaintenanceWindowTaskParameterValueExpression>]
         
     | 
| 
       5266 
5211 
     | 
    
         
             
                #
         
     | 
| 
       5267 
5212 
     | 
    
         
             
                # @!attribute [rw] task_invocation_parameters
         
     | 
| 
         @@ -5285,15 +5230,6 @@ module Aws::SSM 
     | 
|
| 
       5285 
5230 
     | 
    
         
             
                #
         
     | 
| 
       5286 
5231 
     | 
    
         
             
                # @!attribute [rw] logging_info
         
     | 
| 
       5287 
5232 
     | 
    
         
             
                #   The location in Amazon S3 where the task results are logged.
         
     | 
| 
       5288 
     | 
    
         
            -
                #
         
     | 
| 
       5289 
     | 
    
         
            -
                #   <note markdown="1"> `LoggingInfo` has been deprecated. To specify an S3 bucket to
         
     | 
| 
       5290 
     | 
    
         
            -
                #   contain logs, instead use the `OutputS3BucketName` and
         
     | 
| 
       5291 
     | 
    
         
            -
                #   `OutputS3KeyPrefix` options in the `TaskInvocationParameters`
         
     | 
| 
       5292 
     | 
    
         
            -
                #   structure. For information about how Systems Manager handles these
         
     | 
| 
       5293 
     | 
    
         
            -
                #   options for the supported Maintenance Window task types, see
         
     | 
| 
       5294 
     | 
    
         
            -
                #   MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       5295 
     | 
    
         
            -
                #
         
     | 
| 
       5296 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       5297 
5233 
     | 
    
         
             
                #   @return [Types::LoggingInfo]
         
     | 
| 
       5298 
5234 
     | 
    
         
             
                #
         
     | 
| 
       5299 
5235 
     | 
    
         
             
                # @!attribute [rw] name
         
     | 
| 
         @@ -6032,7 +5968,7 @@ module Aws::SSM 
     | 
|
| 
       6032 
5968 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       6033 
5969 
     | 
    
         
             
                #
         
     | 
| 
       6034 
5970 
     | 
    
         
             
                # @!attribute [rw] owner_information
         
     | 
| 
       6035 
     | 
    
         
            -
                #   Placeholder information 
     | 
| 
      
 5971 
     | 
    
         
            +
                #   Placeholder information, this field will always be empty in the
         
     | 
| 
       6036 
5972 
     | 
    
         
             
                #   current release of the service.
         
     | 
| 
       6037 
5973 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       6038 
5974 
     | 
    
         
             
                #
         
     | 
| 
         @@ -7116,15 +7052,6 @@ module Aws::SSM 
     | 
|
| 
       7116 
7052 
     | 
    
         | 
| 
       7117 
7053 
     | 
    
         
             
                # Information about an Amazon S3 bucket to write instance-level logs to.
         
     | 
| 
       7118 
7054 
     | 
    
         
             
                #
         
     | 
| 
       7119 
     | 
    
         
            -
                # <note markdown="1"> `LoggingInfo` has been deprecated. To specify an S3 bucket to contain
         
     | 
| 
       7120 
     | 
    
         
            -
                # logs, instead use the `OutputS3BucketName` and `OutputS3KeyPrefix`
         
     | 
| 
       7121 
     | 
    
         
            -
                # options in the `TaskInvocationParameters` structure. For information
         
     | 
| 
       7122 
     | 
    
         
            -
                # about how Systems Manager handles these options for the supported
         
     | 
| 
       7123 
     | 
    
         
            -
                # Maintenance Window task types, see
         
     | 
| 
       7124 
     | 
    
         
            -
                # MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       7125 
     | 
    
         
            -
                #
         
     | 
| 
       7126 
     | 
    
         
            -
                #  </note>
         
     | 
| 
       7127 
     | 
    
         
            -
                #
         
     | 
| 
       7128 
7055 
     | 
    
         
             
                # @note When making an API call, you may pass LoggingInfo
         
     | 
| 
       7129 
7056 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
       7130 
7057 
     | 
    
         
             
                #
         
     | 
| 
         @@ -7173,27 +7100,6 @@ module Aws::SSM 
     | 
|
| 
       7173 
7100 
     | 
    
         
             
                #
         
     | 
| 
       7174 
7101 
     | 
    
         
             
                # @!attribute [rw] parameters
         
     | 
| 
       7175 
7102 
     | 
    
         
             
                #   The parameters for the AUTOMATION task.
         
     | 
| 
       7176 
     | 
    
         
            -
                #
         
     | 
| 
       7177 
     | 
    
         
            -
                #   For information about specifying and updating task parameters, see
         
     | 
| 
       7178 
     | 
    
         
            -
                #   RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.
         
     | 
| 
       7179 
     | 
    
         
            -
                #
         
     | 
| 
       7180 
     | 
    
         
            -
                #   <note markdown="1"> `LoggingInfo` has been deprecated. To specify an S3 bucket to
         
     | 
| 
       7181 
     | 
    
         
            -
                #   contain logs, instead use the `OutputS3BucketName` and
         
     | 
| 
       7182 
     | 
    
         
            -
                #   `OutputS3KeyPrefix` options in the `TaskInvocationParameters`
         
     | 
| 
       7183 
     | 
    
         
            -
                #   structure. For information about how Systems Manager handles these
         
     | 
| 
       7184 
     | 
    
         
            -
                #   options for the supported Maintenance Window task types, see
         
     | 
| 
       7185 
     | 
    
         
            -
                #   MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       7186 
     | 
    
         
            -
                #
         
     | 
| 
       7187 
     | 
    
         
            -
                #    `TaskParameters` has been deprecated. To specify parameters to pass
         
     | 
| 
       7188 
     | 
    
         
            -
                #   to a task when it runs, instead use the `Parameters` option in the
         
     | 
| 
       7189 
     | 
    
         
            -
                #   `TaskInvocationParameters` structure. For information about how
         
     | 
| 
       7190 
     | 
    
         
            -
                #   Systems Manager handles these options for the supported Maintenance
         
     | 
| 
       7191 
     | 
    
         
            -
                #   Window task types, see MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       7192 
     | 
    
         
            -
                #
         
     | 
| 
       7193 
     | 
    
         
            -
                #    For AUTOMATION task types, Systems Manager ignores any values
         
     | 
| 
       7194 
     | 
    
         
            -
                #   specified for these parameters.
         
     | 
| 
       7195 
     | 
    
         
            -
                #
         
     | 
| 
       7196 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       7197 
7103 
     | 
    
         
             
                #   @return [Hash<String,Array<String>>]
         
     | 
| 
       7198 
7104 
     | 
    
         
             
                #
         
     | 
| 
       7199 
7105 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/MaintenanceWindowAutomationParameters AWS API Documentation
         
     | 
| 
         @@ -7439,27 +7345,6 @@ module Aws::SSM 
     | 
|
| 
       7439 
7345 
     | 
    
         | 
| 
       7440 
7346 
     | 
    
         
             
                # The parameters for a LAMBDA task type.
         
     | 
| 
       7441 
7347 
     | 
    
         
             
                #
         
     | 
| 
       7442 
     | 
    
         
            -
                # For information about specifying and updating task parameters, see
         
     | 
| 
       7443 
     | 
    
         
            -
                # RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.
         
     | 
| 
       7444 
     | 
    
         
            -
                #
         
     | 
| 
       7445 
     | 
    
         
            -
                # <note markdown="1"> `LoggingInfo` has been deprecated. To specify an S3 bucket to contain
         
     | 
| 
       7446 
     | 
    
         
            -
                # logs, instead use the `OutputS3BucketName` and `OutputS3KeyPrefix`
         
     | 
| 
       7447 
     | 
    
         
            -
                # options in the `TaskInvocationParameters` structure. For information
         
     | 
| 
       7448 
     | 
    
         
            -
                # about how Systems Manager handles these options for the supported
         
     | 
| 
       7449 
     | 
    
         
            -
                # Maintenance Window task types, see
         
     | 
| 
       7450 
     | 
    
         
            -
                # MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       7451 
     | 
    
         
            -
                #
         
     | 
| 
       7452 
     | 
    
         
            -
                #  `TaskParameters` has been deprecated. To specify parameters to pass to
         
     | 
| 
       7453 
     | 
    
         
            -
                # a task when it runs, instead use the `Parameters` option in the
         
     | 
| 
       7454 
     | 
    
         
            -
                # `TaskInvocationParameters` structure. For information about how
         
     | 
| 
       7455 
     | 
    
         
            -
                # Systems Manager handles these options for the supported Maintenance
         
     | 
| 
       7456 
     | 
    
         
            -
                # Window task types, see MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       7457 
     | 
    
         
            -
                #
         
     | 
| 
       7458 
     | 
    
         
            -
                #  For Lambda tasks, Systems Manager ignores any values specified for
         
     | 
| 
       7459 
     | 
    
         
            -
                # TaskParameters and LoggingInfo.
         
     | 
| 
       7460 
     | 
    
         
            -
                #
         
     | 
| 
       7461 
     | 
    
         
            -
                #  </note>
         
     | 
| 
       7462 
     | 
    
         
            -
                #
         
     | 
| 
       7463 
7348 
     | 
    
         
             
                # @note When making an API call, you may pass MaintenanceWindowLambdaParameters
         
     | 
| 
       7464 
7349 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
       7465 
7350 
     | 
    
         
             
                #
         
     | 
| 
         @@ -7498,28 +7383,6 @@ module Aws::SSM 
     | 
|
| 
       7498 
7383 
     | 
    
         | 
| 
       7499 
7384 
     | 
    
         
             
                # The parameters for a RUN\_COMMAND task type.
         
     | 
| 
       7500 
7385 
     | 
    
         
             
                #
         
     | 
| 
       7501 
     | 
    
         
            -
                # For information about specifying and updating task parameters, see
         
     | 
| 
       7502 
     | 
    
         
            -
                # RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.
         
     | 
| 
       7503 
     | 
    
         
            -
                #
         
     | 
| 
       7504 
     | 
    
         
            -
                # <note markdown="1"> `LoggingInfo` has been deprecated. To specify an S3 bucket to contain
         
     | 
| 
       7505 
     | 
    
         
            -
                # logs, instead use the `OutputS3BucketName` and `OutputS3KeyPrefix`
         
     | 
| 
       7506 
     | 
    
         
            -
                # options in the `TaskInvocationParameters` structure. For information
         
     | 
| 
       7507 
     | 
    
         
            -
                # about how Systems Manager handles these options for the supported
         
     | 
| 
       7508 
     | 
    
         
            -
                # Maintenance Window task types, see
         
     | 
| 
       7509 
     | 
    
         
            -
                # MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       7510 
     | 
    
         
            -
                #
         
     | 
| 
       7511 
     | 
    
         
            -
                #  `TaskParameters` has been deprecated. To specify parameters to pass to
         
     | 
| 
       7512 
     | 
    
         
            -
                # a task when it runs, instead use the `Parameters` option in the
         
     | 
| 
       7513 
     | 
    
         
            -
                # `TaskInvocationParameters` structure. For information about how
         
     | 
| 
       7514 
     | 
    
         
            -
                # Systems Manager handles these options for the supported Maintenance
         
     | 
| 
       7515 
     | 
    
         
            -
                # Window task types, see MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       7516 
     | 
    
         
            -
                #
         
     | 
| 
       7517 
     | 
    
         
            -
                #  For Run Command tasks, Systems Manager uses specified values for
         
     | 
| 
       7518 
     | 
    
         
            -
                # `TaskParameters` and `LoggingInfo` only if no values are specified for
         
     | 
| 
       7519 
     | 
    
         
            -
                # `TaskInvocationParameters`.
         
     | 
| 
       7520 
     | 
    
         
            -
                #
         
     | 
| 
       7521 
     | 
    
         
            -
                #  </note>
         
     | 
| 
       7522 
     | 
    
         
            -
                #
         
     | 
| 
       7523 
7386 
     | 
    
         
             
                # @note When making an API call, you may pass MaintenanceWindowRunCommandParameters
         
     | 
| 
       7524 
7387 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
       7525 
7388 
     | 
    
         
             
                #
         
     | 
| 
         @@ -7595,28 +7458,7 @@ module Aws::SSM 
     | 
|
| 
       7595 
7458 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       7596 
7459 
     | 
    
         
             
                end
         
     | 
| 
       7597 
7460 
     | 
    
         | 
| 
       7598 
     | 
    
         
            -
                # The parameters for  
     | 
| 
       7599 
     | 
    
         
            -
                #
         
     | 
| 
       7600 
     | 
    
         
            -
                # For information about specifying and updating task parameters, see
         
     | 
| 
       7601 
     | 
    
         
            -
                # RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.
         
     | 
| 
       7602 
     | 
    
         
            -
                #
         
     | 
| 
       7603 
     | 
    
         
            -
                # <note markdown="1"> `LoggingInfo` has been deprecated. To specify an S3 bucket to contain
         
     | 
| 
       7604 
     | 
    
         
            -
                # logs, instead use the `OutputS3BucketName` and `OutputS3KeyPrefix`
         
     | 
| 
       7605 
     | 
    
         
            -
                # options in the `TaskInvocationParameters` structure. For information
         
     | 
| 
       7606 
     | 
    
         
            -
                # about how Systems Manager handles these options for the supported
         
     | 
| 
       7607 
     | 
    
         
            -
                # Maintenance Window task types, see
         
     | 
| 
       7608 
     | 
    
         
            -
                # MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       7609 
     | 
    
         
            -
                #
         
     | 
| 
       7610 
     | 
    
         
            -
                #  `TaskParameters` has been deprecated. To specify parameters to pass to
         
     | 
| 
       7611 
     | 
    
         
            -
                # a task when it runs, instead use the `Parameters` option in the
         
     | 
| 
       7612 
     | 
    
         
            -
                # `TaskInvocationParameters` structure. For information about how
         
     | 
| 
       7613 
     | 
    
         
            -
                # Systems Manager handles these options for the supported Maintenance
         
     | 
| 
       7614 
     | 
    
         
            -
                # Window task types, see MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       7615 
     | 
    
         
            -
                #
         
     | 
| 
       7616 
     | 
    
         
            -
                #  For Step Functions tasks, Systems Manager ignores any values specified
         
     | 
| 
       7617 
     | 
    
         
            -
                # for `TaskParameters` and `LoggingInfo`.
         
     | 
| 
       7618 
     | 
    
         
            -
                #
         
     | 
| 
       7619 
     | 
    
         
            -
                #  </note>
         
     | 
| 
      
 7461 
     | 
    
         
            +
                # The parameters for the STEP\_FUNCTION execution.
         
     | 
| 
       7620 
7462 
     | 
    
         
             
                #
         
     | 
| 
       7621 
7463 
     | 
    
         
             
                # @note When making an API call, you may pass MaintenanceWindowStepFunctionsParameters
         
     | 
| 
       7622 
7464 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
         @@ -7722,14 +7564,6 @@ module Aws::SSM 
     | 
|
| 
       7722 
7564 
     | 
    
         
             
                # @!attribute [rw] task_parameters
         
     | 
| 
       7723 
7565 
     | 
    
         
             
                #   The parameters that should be passed to the task when it is
         
     | 
| 
       7724 
7566 
     | 
    
         
             
                #   executed.
         
     | 
| 
       7725 
     | 
    
         
            -
                #
         
     | 
| 
       7726 
     | 
    
         
            -
                #   <note markdown="1"> `TaskParameters` has been deprecated. To specify parameters to pass
         
     | 
| 
       7727 
     | 
    
         
            -
                #   to a task when it runs, instead use the `Parameters` option in the
         
     | 
| 
       7728 
     | 
    
         
            -
                #   `TaskInvocationParameters` structure. For information about how
         
     | 
| 
       7729 
     | 
    
         
            -
                #   Systems Manager handles these options for the supported Maintenance
         
     | 
| 
       7730 
     | 
    
         
            -
                #   Window task types, see MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       7731 
     | 
    
         
            -
                #
         
     | 
| 
       7732 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       7733 
7567 
     | 
    
         
             
                #   @return [Hash<String,Types::MaintenanceWindowTaskParameterValueExpression>]
         
     | 
| 
       7734 
7568 
     | 
    
         
             
                #
         
     | 
| 
       7735 
7569 
     | 
    
         
             
                # @!attribute [rw] priority
         
     | 
| 
         @@ -7740,15 +7574,6 @@ module Aws::SSM 
     | 
|
| 
       7740 
7574 
     | 
    
         
             
                #
         
     | 
| 
       7741 
7575 
     | 
    
         
             
                # @!attribute [rw] logging_info
         
     | 
| 
       7742 
7576 
     | 
    
         
             
                #   Information about an Amazon S3 bucket to write task-level logs to.
         
     | 
| 
       7743 
     | 
    
         
            -
                #
         
     | 
| 
       7744 
     | 
    
         
            -
                #   <note markdown="1"> `LoggingInfo` has been deprecated. To specify an S3 bucket to
         
     | 
| 
       7745 
     | 
    
         
            -
                #   contain logs, instead use the `OutputS3BucketName` and
         
     | 
| 
       7746 
     | 
    
         
            -
                #   `OutputS3KeyPrefix` options in the `TaskInvocationParameters`
         
     | 
| 
       7747 
     | 
    
         
            -
                #   structure. For information about how Systems Manager handles these
         
     | 
| 
       7748 
     | 
    
         
            -
                #   options for the supported Maintenance Window task types, see
         
     | 
| 
       7749 
     | 
    
         
            -
                #   MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       7750 
     | 
    
         
            -
                #
         
     | 
| 
       7751 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       7752 
7577 
     | 
    
         
             
                #   @return [Types::LoggingInfo]
         
     | 
| 
       7753 
7578 
     | 
    
         
             
                #
         
     | 
| 
       7754 
7579 
     | 
    
         
             
                # @!attribute [rw] service_role_arn
         
     | 
| 
         @@ -7836,7 +7661,7 @@ module Aws::SSM 
     | 
|
| 
       7836 
7661 
     | 
    
         
             
                #   @return [Types::MaintenanceWindowRunCommandParameters]
         
     | 
| 
       7837 
7662 
     | 
    
         
             
                #
         
     | 
| 
       7838 
7663 
     | 
    
         
             
                # @!attribute [rw] automation
         
     | 
| 
       7839 
     | 
    
         
            -
                #   The parameters for  
     | 
| 
      
 7664 
     | 
    
         
            +
                #   The parameters for a AUTOMATION task type.
         
     | 
| 
       7840 
7665 
     | 
    
         
             
                #   @return [Types::MaintenanceWindowAutomationParameters]
         
     | 
| 
       7841 
7666 
     | 
    
         
             
                #
         
     | 
| 
       7842 
7667 
     | 
    
         
             
                # @!attribute [rw] step_functions
         
     | 
| 
         @@ -9045,8 +8870,6 @@ module Aws::SSM 
     | 
|
| 
       9045 
8870 
     | 
    
         
             
                #
         
     | 
| 
       9046 
8871 
     | 
    
         
             
                # @!attribute [rw] description
         
     | 
| 
       9047 
8872 
     | 
    
         
             
                #   Information about the parameter that you want to add to the system.
         
     | 
| 
       9048 
     | 
    
         
            -
                #
         
     | 
| 
       9049 
     | 
    
         
            -
                #   Do not enter personally identifiable information in this field.
         
     | 
| 
       9050 
8873 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       9051 
8874 
     | 
    
         
             
                #
         
     | 
| 
       9052 
8875 
     | 
    
         
             
                # @!attribute [rw] value
         
     | 
| 
         @@ -9203,17 +9026,10 @@ module Aws::SSM 
     | 
|
| 
       9203 
9026 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       9204 
9027 
     | 
    
         
             
                #
         
     | 
| 
       9205 
9028 
     | 
    
         
             
                # @!attribute [rw] targets
         
     | 
| 
       9206 
     | 
    
         
            -
                #   The targets (either instances or tags).
         
     | 
| 
       9207 
     | 
    
         
            -
                #
         
     | 
| 
       9208 
     | 
    
         
            -
                #    
     | 
| 
       9209 
     | 
    
         
            -
                #
         
     | 
| 
       9210 
     | 
    
         
            -
                #   `Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>`
         
     | 
| 
       9211 
     | 
    
         
            -
                #
         
     | 
| 
       9212 
     | 
    
         
            -
                #   Specify tags using either of the following formats:
         
     | 
| 
       9213 
     | 
    
         
            -
                #
         
     | 
| 
       9214 
     | 
    
         
            -
                #   `Key=tag:<tag-key>,Values=<tag-value-1>,<tag-value-2>`
         
     | 
| 
       9215 
     | 
    
         
            -
                #
         
     | 
| 
       9216 
     | 
    
         
            -
                #   `Key=tag-key,Values=<tag-key-1>,<tag-key-2>`
         
     | 
| 
      
 9029 
     | 
    
         
            +
                #   The targets (either instances or tags). Instances are specified
         
     | 
| 
      
 9030 
     | 
    
         
            +
                #   using
         
     | 
| 
      
 9031 
     | 
    
         
            +
                #   Key=instanceids,Values=<instanceid1>,<instanceid2>. Tags
         
     | 
| 
      
 9032 
     | 
    
         
            +
                #   are specified using Key=<tag name>,Values=<tag value>.
         
     | 
| 
       9217 
9033 
     | 
    
         
             
                #   @return [Array<Types::Target>]
         
     | 
| 
       9218 
9034 
     | 
    
         
             
                #
         
     | 
| 
       9219 
9035 
     | 
    
         
             
                # @!attribute [rw] owner_information
         
     | 
| 
         @@ -9328,19 +9144,14 @@ module Aws::SSM 
     | 
|
| 
       9328 
9144 
     | 
    
         
             
                #       }
         
     | 
| 
       9329 
9145 
     | 
    
         
             
                #
         
     | 
| 
       9330 
9146 
     | 
    
         
             
                # @!attribute [rw] window_id
         
     | 
| 
       9331 
     | 
    
         
            -
                #   The  
     | 
| 
      
 9147 
     | 
    
         
            +
                #   The id of the Maintenance Window the task should be added to.
         
     | 
| 
       9332 
9148 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       9333 
9149 
     | 
    
         
             
                #
         
     | 
| 
       9334 
9150 
     | 
    
         
             
                # @!attribute [rw] targets
         
     | 
| 
       9335 
     | 
    
         
            -
                #   The targets (either instances or  
     | 
| 
       9336 
     | 
    
         
            -
                #
         
     | 
| 
       9337 
     | 
    
         
            -
                #    
     | 
| 
       9338 
     | 
    
         
            -
                #
         
     | 
| 
       9339 
     | 
    
         
            -
                #   `Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>`
         
     | 
| 
       9340 
     | 
    
         
            -
                #
         
     | 
| 
       9341 
     | 
    
         
            -
                #   Specify Maintenance Window targets using the following format:
         
     | 
| 
       9342 
     | 
    
         
            -
                #
         
     | 
| 
       9343 
     | 
    
         
            -
                #   `Key=<WindowTargetIds>,Values=<window-target-id-1>,<window-target-id-2>`
         
     | 
| 
      
 9151 
     | 
    
         
            +
                #   The targets (either instances or tags). Instances are specified
         
     | 
| 
      
 9152 
     | 
    
         
            +
                #   using
         
     | 
| 
      
 9153 
     | 
    
         
            +
                #   Key=instanceids,Values=<instanceid1>,<instanceid2>. Tags
         
     | 
| 
      
 9154 
     | 
    
         
            +
                #   are specified using Key=<tag name>,Values=<tag value>.
         
     | 
| 
       9344 
9155 
     | 
    
         
             
                #   @return [Array<Types::Target>]
         
     | 
| 
       9345 
9156 
     | 
    
         
             
                #
         
     | 
| 
       9346 
9157 
     | 
    
         
             
                # @!attribute [rw] task_arn
         
     | 
| 
         @@ -9358,14 +9169,6 @@ module Aws::SSM 
     | 
|
| 
       9358 
9169 
     | 
    
         
             
                # @!attribute [rw] task_parameters
         
     | 
| 
       9359 
9170 
     | 
    
         
             
                #   The parameters that should be passed to the task when it is
         
     | 
| 
       9360 
9171 
     | 
    
         
             
                #   executed.
         
     | 
| 
       9361 
     | 
    
         
            -
                #
         
     | 
| 
       9362 
     | 
    
         
            -
                #   <note markdown="1"> `TaskParameters` has been deprecated. To specify parameters to pass
         
     | 
| 
       9363 
     | 
    
         
            -
                #   to a task when it runs, instead use the `Parameters` option in the
         
     | 
| 
       9364 
     | 
    
         
            -
                #   `TaskInvocationParameters` structure. For information about how
         
     | 
| 
       9365 
     | 
    
         
            -
                #   Systems Manager handles these options for the supported Maintenance
         
     | 
| 
       9366 
     | 
    
         
            -
                #   Window task types, see MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       9367 
     | 
    
         
            -
                #
         
     | 
| 
       9368 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       9369 
9172 
     | 
    
         
             
                #   @return [Hash<String,Types::MaintenanceWindowTaskParameterValueExpression>]
         
     | 
| 
       9370 
9173 
     | 
    
         
             
                #
         
     | 
| 
       9371 
9174 
     | 
    
         
             
                # @!attribute [rw] task_invocation_parameters
         
     | 
| 
         @@ -9393,15 +9196,6 @@ module Aws::SSM 
     | 
|
| 
       9393 
9196 
     | 
    
         
             
                # @!attribute [rw] logging_info
         
     | 
| 
       9394 
9197 
     | 
    
         
             
                #   A structure containing information about an Amazon S3 bucket to
         
     | 
| 
       9395 
9198 
     | 
    
         
             
                #   write instance-level logs to.
         
     | 
| 
       9396 
     | 
    
         
            -
                #
         
     | 
| 
       9397 
     | 
    
         
            -
                #   <note markdown="1"> `LoggingInfo` has been deprecated. To specify an S3 bucket to
         
     | 
| 
       9398 
     | 
    
         
            -
                #   contain logs, instead use the `OutputS3BucketName` and
         
     | 
| 
       9399 
     | 
    
         
            -
                #   `OutputS3KeyPrefix` options in the `TaskInvocationParameters`
         
     | 
| 
       9400 
     | 
    
         
            -
                #   structure. For information about how Systems Manager handles these
         
     | 
| 
       9401 
     | 
    
         
            -
                #   options for the supported Maintenance Window task types, see
         
     | 
| 
       9402 
     | 
    
         
            -
                #   MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       9403 
     | 
    
         
            -
                #
         
     | 
| 
       9404 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       9405 
9199 
     | 
    
         
             
                #   @return [Types::LoggingInfo]
         
     | 
| 
       9406 
9200 
     | 
    
         
             
                #
         
     | 
| 
       9407 
9201 
     | 
    
         
             
                # @!attribute [rw] name
         
     | 
| 
         @@ -9461,33 +9255,10 @@ module Aws::SSM 
     | 
|
| 
       9461 
9255 
     | 
    
         
             
                #
         
     | 
| 
       9462 
9256 
     | 
    
         
             
                # @!attribute [rw] resource_type
         
     | 
| 
       9463 
9257 
     | 
    
         
             
                #   The type of resource of which you want to remove a tag.
         
     | 
| 
       9464 
     | 
    
         
            -
                #
         
     | 
| 
       9465 
     | 
    
         
            -
                #   <note markdown="1"> The ManagedInstance type for this API action is only for on-premises
         
     | 
| 
       9466 
     | 
    
         
            -
                #   managed instances. You must specify the the name of the managed
         
     | 
| 
       9467 
     | 
    
         
            -
                #   instance in the following format: mi-ID\_number. For example,
         
     | 
| 
       9468 
     | 
    
         
            -
                #   mi-1a2b3c4d5e6f.
         
     | 
| 
       9469 
     | 
    
         
            -
                #
         
     | 
| 
       9470 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       9471 
9258 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       9472 
9259 
     | 
    
         
             
                #
         
     | 
| 
       9473 
9260 
     | 
    
         
             
                # @!attribute [rw] resource_id
         
     | 
| 
       9474 
     | 
    
         
            -
                #   The resource ID for which you want to remove tags. 
     | 
| 
       9475 
     | 
    
         
            -
                #   resource. Here are some examples:
         
     | 
| 
       9476 
     | 
    
         
            -
                #
         
     | 
| 
       9477 
     | 
    
         
            -
                #   ManagedInstance: mi-012345abcde
         
     | 
| 
       9478 
     | 
    
         
            -
                #
         
     | 
| 
       9479 
     | 
    
         
            -
                #   MaintenanceWindow: mw-012345abcde
         
     | 
| 
       9480 
     | 
    
         
            -
                #
         
     | 
| 
       9481 
     | 
    
         
            -
                #   PatchBaseline: pb-012345abcde
         
     | 
| 
       9482 
     | 
    
         
            -
                #
         
     | 
| 
       9483 
     | 
    
         
            -
                #   For the Document and Parameter values, use the name of the resource.
         
     | 
| 
       9484 
     | 
    
         
            -
                #
         
     | 
| 
       9485 
     | 
    
         
            -
                #   <note markdown="1"> The ManagedInstance type for this API action is only for on-premises
         
     | 
| 
       9486 
     | 
    
         
            -
                #   managed instances. You must specify the the name of the managed
         
     | 
| 
       9487 
     | 
    
         
            -
                #   instance in the following format: mi-ID\_number. For example,
         
     | 
| 
       9488 
     | 
    
         
            -
                #   mi-1a2b3c4d5e6f.
         
     | 
| 
       9489 
     | 
    
         
            -
                #
         
     | 
| 
       9490 
     | 
    
         
            -
                #    </note>
         
     | 
| 
      
 9261 
     | 
    
         
            +
                #   The resource ID for which you want to remove tags.
         
     | 
| 
       9491 
9262 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       9492 
9263 
     | 
    
         
             
                #
         
     | 
| 
       9493 
9264 
     | 
    
         
             
                # @!attribute [rw] tag_keys
         
     | 
| 
         @@ -9861,7 +9632,7 @@ module Aws::SSM 
     | 
|
| 
       9861 
9632 
     | 
    
         
             
                #
         
     | 
| 
       9862 
9633 
     | 
    
         
             
                # @!attribute [rw] timeout_seconds
         
     | 
| 
       9863 
9634 
     | 
    
         
             
                #   If this time is reached and the command has not already started
         
     | 
| 
       9864 
     | 
    
         
            -
                #   executing, it will not  
     | 
| 
      
 9635 
     | 
    
         
            +
                #   executing, it will not execute.
         
     | 
| 
       9865 
9636 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
       9866 
9637 
     | 
    
         
             
                #
         
     | 
| 
       9867 
9638 
     | 
    
         
             
                # @!attribute [rw] comment
         
     | 
| 
         @@ -10889,17 +10660,7 @@ module Aws::SSM 
     | 
|
| 
       10889 
10660 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       10890 
10661 
     | 
    
         
             
                #
         
     | 
| 
       10891 
10662 
     | 
    
         
             
                # @!attribute [rw] task_parameters
         
     | 
| 
       10892 
     | 
    
         
            -
                #   The parameters to modify.
         
     | 
| 
       10893 
     | 
    
         
            -
                #
         
     | 
| 
       10894 
     | 
    
         
            -
                #   <note markdown="1"> `TaskParameters` has been deprecated. To specify parameters to pass
         
     | 
| 
       10895 
     | 
    
         
            -
                #   to a task when it runs, instead use the `Parameters` option in the
         
     | 
| 
       10896 
     | 
    
         
            -
                #   `TaskInvocationParameters` structure. For information about how
         
     | 
| 
       10897 
     | 
    
         
            -
                #   Systems Manager handles these options for the supported Maintenance
         
     | 
| 
       10898 
     | 
    
         
            -
                #   Window task types, see MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       10899 
     | 
    
         
            -
                #
         
     | 
| 
       10900 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       10901 
     | 
    
         
            -
                #
         
     | 
| 
       10902 
     | 
    
         
            -
                #   The map has the following format:
         
     | 
| 
      
 10663 
     | 
    
         
            +
                #   The parameters to modify. The map has the following format:
         
     | 
| 
       10903 
10664 
     | 
    
         
             
                #
         
     | 
| 
       10904 
10665 
     | 
    
         
             
                #   Key: string, between 1 and 255 characters
         
     | 
| 
       10905 
10666 
     | 
    
         
             
                #
         
     | 
| 
         @@ -10933,15 +10694,6 @@ module Aws::SSM 
     | 
|
| 
       10933 
10694 
     | 
    
         
             
                #
         
     | 
| 
       10934 
10695 
     | 
    
         
             
                # @!attribute [rw] logging_info
         
     | 
| 
       10935 
10696 
     | 
    
         
             
                #   The new logging location in Amazon S3 to specify.
         
     | 
| 
       10936 
     | 
    
         
            -
                #
         
     | 
| 
       10937 
     | 
    
         
            -
                #   <note markdown="1"> `LoggingInfo` has been deprecated. To specify an S3 bucket to
         
     | 
| 
       10938 
     | 
    
         
            -
                #   contain logs, instead use the `OutputS3BucketName` and
         
     | 
| 
       10939 
     | 
    
         
            -
                #   `OutputS3KeyPrefix` options in the `TaskInvocationParameters`
         
     | 
| 
       10940 
     | 
    
         
            -
                #   structure. For information about how Systems Manager handles these
         
     | 
| 
       10941 
     | 
    
         
            -
                #   options for the supported Maintenance Window task types, see
         
     | 
| 
       10942 
     | 
    
         
            -
                #   MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       10943 
     | 
    
         
            -
                #
         
     | 
| 
       10944 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       10945 
10697 
     | 
    
         
             
                #   @return [Types::LoggingInfo]
         
     | 
| 
       10946 
10698 
     | 
    
         
             
                #
         
     | 
| 
       10947 
10699 
     | 
    
         
             
                # @!attribute [rw] name
         
     | 
| 
         @@ -11000,14 +10752,6 @@ module Aws::SSM 
     | 
|
| 
       11000 
10752 
     | 
    
         
             
                #
         
     | 
| 
       11001 
10753 
     | 
    
         
             
                # @!attribute [rw] task_parameters
         
     | 
| 
       11002 
10754 
     | 
    
         
             
                #   The updated parameter values.
         
     | 
| 
       11003 
     | 
    
         
            -
                #
         
     | 
| 
       11004 
     | 
    
         
            -
                #   <note markdown="1"> `TaskParameters` has been deprecated. To specify parameters to pass
         
     | 
| 
       11005 
     | 
    
         
            -
                #   to a task when it runs, instead use the `Parameters` option in the
         
     | 
| 
       11006 
     | 
    
         
            -
                #   `TaskInvocationParameters` structure. For information about how
         
     | 
| 
       11007 
     | 
    
         
            -
                #   Systems Manager handles these options for the supported Maintenance
         
     | 
| 
       11008 
     | 
    
         
            -
                #   Window task types, see MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       11009 
     | 
    
         
            -
                #
         
     | 
| 
       11010 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       11011 
10755 
     | 
    
         
             
                #   @return [Hash<String,Types::MaintenanceWindowTaskParameterValueExpression>]
         
     | 
| 
       11012 
10756 
     | 
    
         
             
                #
         
     | 
| 
       11013 
10757 
     | 
    
         
             
                # @!attribute [rw] task_invocation_parameters
         
     | 
| 
         @@ -11028,15 +10772,6 @@ module Aws::SSM 
     | 
|
| 
       11028 
10772 
     | 
    
         
             
                #
         
     | 
| 
       11029 
10773 
     | 
    
         
             
                # @!attribute [rw] logging_info
         
     | 
| 
       11030 
10774 
     | 
    
         
             
                #   The updated logging information in Amazon S3.
         
     | 
| 
       11031 
     | 
    
         
            -
                #
         
     | 
| 
       11032 
     | 
    
         
            -
                #   <note markdown="1"> `LoggingInfo` has been deprecated. To specify an S3 bucket to
         
     | 
| 
       11033 
     | 
    
         
            -
                #   contain logs, instead use the `OutputS3BucketName` and
         
     | 
| 
       11034 
     | 
    
         
            -
                #   `OutputS3KeyPrefix` options in the `TaskInvocationParameters`
         
     | 
| 
       11035 
     | 
    
         
            -
                #   structure. For information about how Systems Manager handles these
         
     | 
| 
       11036 
     | 
    
         
            -
                #   options for the supported Maintenance Window task types, see
         
     | 
| 
       11037 
     | 
    
         
            -
                #   MaintenanceWindowTaskInvocationParameters.
         
     | 
| 
       11038 
     | 
    
         
            -
                #
         
     | 
| 
       11039 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       11040 
10775 
     | 
    
         
             
                #   @return [Types::LoggingInfo]
         
     | 
| 
       11041 
10776 
     | 
    
         
             
                #
         
     | 
| 
       11042 
10777 
     | 
    
         
             
                # @!attribute [rw] name
         
     | 
| 
         @@ -11158,14 +10893,6 @@ module Aws::SSM 
     | 
|
| 
       11158 
10893 
     | 
    
         
             
                #
         
     | 
| 
       11159 
10894 
     | 
    
         
             
                # @!attribute [rw] approved_patches
         
     | 
| 
       11160 
10895 
     | 
    
         
             
                #   A list of explicitly approved patches for the baseline.
         
     | 
| 
       11161 
     | 
    
         
            -
                #
         
     | 
| 
       11162 
     | 
    
         
            -
                #   For information about accepted formats for lists of approved patches
         
     | 
| 
       11163 
     | 
    
         
            -
                #   and rejected patches, see [Package Name Formats for Approved and
         
     | 
| 
       11164 
     | 
    
         
            -
                #   Rejected Patch Lists][1] in the *AWS Systems Manager User Guide*.
         
     | 
| 
       11165 
     | 
    
         
            -
                #
         
     | 
| 
       11166 
     | 
    
         
            -
                #
         
     | 
| 
       11167 
     | 
    
         
            -
                #
         
     | 
| 
       11168 
     | 
    
         
            -
                #   [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html
         
     | 
| 
       11169 
10896 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
       11170 
10897 
     | 
    
         
             
                #
         
     | 
| 
       11171 
10898 
     | 
    
         
             
                # @!attribute [rw] approved_patches_compliance_level
         
     | 
| 
         @@ -11181,14 +10908,6 @@ module Aws::SSM 
     | 
|
| 
       11181 
10908 
     | 
    
         
             
                #
         
     | 
| 
       11182 
10909 
     | 
    
         
             
                # @!attribute [rw] rejected_patches
         
     | 
| 
       11183 
10910 
     | 
    
         
             
                #   A list of explicitly rejected patches for the baseline.
         
     | 
| 
       11184 
     | 
    
         
            -
                #
         
     | 
| 
       11185 
     | 
    
         
            -
                #   For information about accepted formats for lists of approved patches
         
     | 
| 
       11186 
     | 
    
         
            -
                #   and rejected patches, see [Package Name Formats for Approved and
         
     | 
| 
       11187 
     | 
    
         
            -
                #   Rejected Patch Lists][1] in the *AWS Systems Manager User Guide*.
         
     | 
| 
       11188 
     | 
    
         
            -
                #
         
     | 
| 
       11189 
     | 
    
         
            -
                #
         
     | 
| 
       11190 
     | 
    
         
            -
                #
         
     | 
| 
       11191 
     | 
    
         
            -
                #   [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html
         
     | 
| 
       11192 
10911 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
       11193 
10912 
     | 
    
         
             
                #
         
     | 
| 
       11194 
10913 
     | 
    
         
             
                # @!attribute [rw] description
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: aws-sdk-ssm
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.11.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Amazon Web Services
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2018-04- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2018-04-10 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: aws-sdk-core
         
     |