aws-sdk-ssm 1.88.0 → 1.93.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ccfcc1f5cd007ee807848d67691877af750ab3e1ba71f2b8e75323b2c4b95c85
4
- data.tar.gz: e68e2792c8b397d4f3a39908fc767dc820e7f025ff409baa60ab712b1cb8887c
3
+ metadata.gz: c4a730d0567fdfcce02e1461b884dd73e06c9a285f3bf5a7f41e10c71e032af6
4
+ data.tar.gz: f74e4920f4df3fd5fd0167c2f292c8d81ee88ad3ce95de0a05e324504fbc1b4f
5
5
  SHA512:
6
- metadata.gz: 338e0b8b4c1468367fe703ad8391070b2f66830219df0630228ca79be86a90222bdc256000d0fb8f50d65200bf18dea44d7a2d08b98dd49b3de1cadd77ec7345
7
- data.tar.gz: 3dff46d2f7d78c1b3a7010f26570719bc0d8cfaa3dc269f317ce7e12249b0156afe40d17dd244ab6c4887e58207b67375677aa8e036a2a1b542c7c0019b49a38
6
+ metadata.gz: c0446f8cd8873d7e62d9077a585475650726978977c0776f1b997ccca5f6adc3a0a06a2b99596762e2cd14fce6f14b836da815bd7d3c8f87567f9497483872c2
7
+ data.tar.gz: 4eab740ff179f56805d7914e12010a59d7de6dfbd5fe4475e8938d66e2f89608d13213a5f47d08d75df46ed74556c6b9fadcac8eac2efe33766777028e31ea66
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -48,6 +49,6 @@ require_relative 'aws-sdk-ssm/customizations'
48
49
  # @!group service
49
50
  module Aws::SSM
50
51
 
51
- GEM_VERSION = '1.88.0'
52
+ GEM_VERSION = '1.93.0'
52
53
 
53
54
  end
@@ -4220,11 +4220,6 @@ module Aws::SSM
4220
4220
  # The following section lists the properties that can be used in filters
4221
4221
  # for each major operating system type:
4222
4222
  #
4223
- # WINDOWS
4224
- #
4225
- # : Valid properties: PRODUCT, PRODUCT\_FAMILY, CLASSIFICATION,
4226
- # MSRC\_SEVERITY
4227
- #
4228
4223
  # AMAZON\_LINUX
4229
4224
  #
4230
4225
  # : Valid properties: PRODUCT, CLASSIFICATION, SEVERITY
@@ -4233,10 +4228,18 @@ module Aws::SSM
4233
4228
  #
4234
4229
  # : Valid properties: PRODUCT, CLASSIFICATION, SEVERITY
4235
4230
  #
4236
- # UBUNTU
4231
+ # CENTOS
4232
+ #
4233
+ # : Valid properties: PRODUCT, CLASSIFICATION, SEVERITY
4234
+ #
4235
+ # DEBIAN
4237
4236
  #
4238
4237
  # : Valid properties: PRODUCT, PRIORITY
4239
4238
  #
4239
+ # ORACLE\_LINUX
4240
+ #
4241
+ # : Valid properties: PRODUCT, CLASSIFICATION, SEVERITY
4242
+ #
4240
4243
  # REDHAT\_ENTERPRISE\_LINUX
4241
4244
  #
4242
4245
  # : Valid properties: PRODUCT, CLASSIFICATION, SEVERITY
@@ -4245,9 +4248,14 @@ module Aws::SSM
4245
4248
  #
4246
4249
  # : Valid properties: PRODUCT, CLASSIFICATION, SEVERITY
4247
4250
  #
4248
- # CENTOS
4251
+ # UBUNTU
4249
4252
  #
4250
- # : Valid properties: PRODUCT, CLASSIFICATION, SEVERITY
4253
+ # : Valid properties: PRODUCT, PRIORITY
4254
+ #
4255
+ # WINDOWS
4256
+ #
4257
+ # : Valid properties: PRODUCT, PRODUCT\_FAMILY, CLASSIFICATION,
4258
+ # MSRC\_SEVERITY
4251
4259
  #
4252
4260
  # @option params [required, String] :operating_system
4253
4261
  # The operating system type for which to list patches.
@@ -5606,6 +5614,14 @@ module Aws::SSM
5606
5614
  # @option params [Array<Types::ParameterStringFilter>] :parameter_filters
5607
5615
  # Filters to limit the request results.
5608
5616
  #
5617
+ # <note markdown="1"> For `GetParametersByPath`, the following filter `Key` names are
5618
+ # supported: `Type`, `KeyId`, `Label`, and `DataType`.
5619
+ #
5620
+ # The following `Key` values are not supported for
5621
+ # `GetParametersByPath`\: `tag`, `Name`, `Path`, and `Tier`.
5622
+ #
5623
+ # </note>
5624
+ #
5609
5625
  # @option params [Boolean] :with_decryption
5610
5626
  # Retrieve all parameters in a hierarchy with their value decrypted.
5611
5627
  #
@@ -6663,8 +6679,8 @@ module Aws::SSM
6663
6679
  # @option params [String] :sync_type
6664
6680
  # View a list of resource data syncs according to the sync type. Specify
6665
6681
  # `SyncToDestination` to view resource data syncs that synchronize data
6666
- # to an Amazon S3 buckets. Specify `SyncFromSource` to view resource
6667
- # data syncs from AWS Organizations or from multiple AWS Regions.
6682
+ # to an Amazon S3 bucket. Specify `SyncFromSource` to view resource data
6683
+ # syncs from AWS Organizations or from multiple AWS Regions.
6668
6684
  #
6669
6685
  # @option params [String] :next_token
6670
6686
  # A token to start the list. Use this token to get the next set of
@@ -8996,11 +9012,22 @@ module Aws::SSM
8996
9012
  #
8997
9013
  # * MaxErrors
8998
9014
  #
8999
- # If a parameter is null, then the corresponding field is not modified.
9000
- # Also, if you set Replace to true, then all fields required by the
9015
+ # If the value for a parameter in `UpdateMaintenanceWindowTask` is null,
9016
+ # then the corresponding field is not modified. If you set `Replace` to
9017
+ # true, then all fields required by the
9001
9018
  # RegisterTaskWithMaintenanceWindow action are required for this
9002
9019
  # request. Optional fields that aren't specified are set to null.
9003
9020
  #
9021
+ # When you update a maintenance window task that has options specified
9022
+ # in `TaskInvocationParameters`, you must provide again all the
9023
+ # `TaskInvocationParameters` values that you want to retain. The values
9024
+ # you do not specify again are removed. For example, suppose that when
9025
+ # you registered a Run Command task, you specified
9026
+ # `TaskInvocationParameters` values for `Comment`, `NotificationConfig`,
9027
+ # and `OutputS3BucketName`. If you update the maintenance window task
9028
+ # and specify only a different `OutputS3BucketName` value, the values
9029
+ # for `Comment` and `NotificationConfig` are removed.
9030
+ #
9004
9031
  # @option params [required, String] :window_id
9005
9032
  # The maintenance window ID that contains the task to modify.
9006
9033
  #
@@ -9058,6 +9085,16 @@ module Aws::SSM
9058
9085
  # only the fields that match the task type. All other fields should be
9059
9086
  # empty.
9060
9087
  #
9088
+ # When you update a maintenance window task that has options specified
9089
+ # in `TaskInvocationParameters`, you must provide again all the
9090
+ # `TaskInvocationParameters` values that you want to retain. The values
9091
+ # you do not specify again are removed. For example, suppose that when
9092
+ # you registered a Run Command task, you specified
9093
+ # `TaskInvocationParameters` values for `Comment`, `NotificationConfig`,
9094
+ # and `OutputS3BucketName`. If you update the maintenance window task
9095
+ # and specify only a different `OutputS3BucketName` value, the values
9096
+ # for `Comment` and `NotificationConfig` are removed.
9097
+ #
9061
9098
  # @option params [Integer] :priority
9062
9099
  # The new task priority to specify. The lower the number, the higher the
9063
9100
  # priority. Tasks that have the same priority are scheduled in parallel.
@@ -9092,8 +9129,8 @@ module Aws::SSM
9092
9129
  #
9093
9130
  # @option params [Boolean] :replace
9094
9131
  # If True, then all fields that are required by the
9095
- # RegisterTaskWithMaintenanceWndow action are also required for this API
9096
- # request. Optional fields that are not specified are set to null.
9132
+ # RegisterTaskWithMaintenanceWindow action are also required for this
9133
+ # API request. Optional fields that are not specified are set to null.
9097
9134
  #
9098
9135
  # @return [Types::UpdateMaintenanceWindowTaskResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9099
9136
  #
@@ -9718,7 +9755,7 @@ module Aws::SSM
9718
9755
  params: params,
9719
9756
  config: config)
9720
9757
  context[:gem_name] = 'aws-sdk-ssm'
9721
- context[:gem_version] = '1.88.0'
9758
+ context[:gem_version] = '1.93.0'
9722
9759
  Seahorse::Client::Request.new(handlers, context)
9723
9760
  end
9724
9761
 
@@ -924,12 +924,12 @@ module Aws::SSM
924
924
  # * For the key *SourceUrl*, the value is an S3 bucket location. For
925
925
  # example:
926
926
  #
927
- # `"Values": [ "s3://my-bucket/my-folder" ]`
927
+ # `"Values": [ "s3://doc-example-bucket/my-folder" ]`
928
928
  #
929
929
  # * For the key *S3FileUrl*, the value is a file in an S3 bucket. For
930
930
  # example:
931
931
  #
932
- # `"Values": [ "s3://my-bucket/my-folder/my-file.py" ]`
932
+ # `"Values": [ "s3://doc-example-bucket/my-folder/my-file.py" ]`
933
933
  #
934
934
  # * For the key *AttachmentReference*, the value is constructed from
935
935
  # the name of another SSM document in your account, a version number
@@ -1974,14 +1974,14 @@ module Aws::SSM
1974
1974
  # be stored. This was requested when issuing the command. For example,
1975
1975
  # in the following response:
1976
1976
  #
1977
- # test\_folder/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-1234567876543/awsrunShellScript
1977
+ # doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript
1978
1978
  #
1979
- # test\_folder is the name of the S3 bucket;
1979
+ # doc-example-bucket is the name of the S3 bucket;
1980
1980
  #
1981
1981
  # ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3
1982
1982
  # prefix;
1983
1983
  #
1984
- # i-1234567876543 is the instance ID;
1984
+ # i-02573cafcfEXAMPLE is the instance ID;
1985
1985
  #
1986
1986
  # awsrunShellScript is the name of the plugin.
1987
1987
  # @return [String]
@@ -1991,14 +1991,14 @@ module Aws::SSM
1991
1991
  # command executions should be stored. This was requested when issuing
1992
1992
  # the command. For example, in the following response:
1993
1993
  #
1994
- # test\_folder/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-1234567876543/awsrunShellScript
1994
+ # doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript
1995
1995
  #
1996
- # test\_folder is the name of the S3 bucket;
1996
+ # doc-example-bucket is the name of the S3 bucket;
1997
1997
  #
1998
1998
  # ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3
1999
1999
  # prefix;
2000
2000
  #
2001
- # i-1234567876543 is the instance ID;
2001
+ # i-02573cafcfEXAMPLE is the instance ID;
2002
2002
  #
2003
2003
  # awsrunShellScript is the name of the plugin.
2004
2004
  # @return [String]
@@ -2096,8 +2096,9 @@ module Aws::SSM
2096
2096
  # @return [String]
2097
2097
  #
2098
2098
  # @!attribute [rw] status
2099
- # The status of the compliance item. An item is either COMPLIANT or
2100
- # NON\_COMPLIANT.
2099
+ # The status of the compliance item. An item is either COMPLIANT,
2100
+ # NON\_COMPLIANT, or an empty string (for Windows patches that aren't
2101
+ # applicable).
2101
2102
  # @return [String]
2102
2103
  #
2103
2104
  # @!attribute [rw] severity
@@ -6510,18 +6511,60 @@ module Aws::SSM
6510
6511
  # For keys, you can specify one or more tags that have been applied to a
6511
6512
  # document.
6512
6513
  #
6513
- # Other valid values include `Owner`, `Name`, `PlatformTypes`,
6514
- # `DocumentType`, and `TargetType`.
6514
+ # You can also use AWS-provided keys, some of which have specific
6515
+ # allowed values. These keys and their associated values are as follows:
6516
+ #
6517
+ # DocumentType
6518
+ # : * ApplicationConfiguration
6519
+ #
6520
+ # * ApplicationConfigurationSchema
6521
+ #
6522
+ # * Automation
6523
+ #
6524
+ # * ChangeCalendar
6525
+ #
6526
+ # * Command
6527
+ #
6528
+ # * DeploymentStrategy
6529
+ #
6530
+ # * Package
6531
+ #
6532
+ # * Policy
6533
+ #
6534
+ # * Session
6535
+ #
6536
+ # Owner
6537
+ #
6538
+ # : Note that only one `Owner` can be specified in a request. For
6539
+ # example: `Key=Owner,Values=Self`.
6515
6540
  #
6516
- # Note that only one Owner can be specified in a request. For example:
6517
- # `Key=Owner,Values=Self`.
6541
+ # * Amazon
6518
6542
  #
6519
- # If you use Name as a key, you can use a name prefix to return a list
6520
- # of documents. For example, in the AWS CLI, to return a list of all
6521
- # documents that begin with `Te`, run the following command:
6543
+ # * Private
6544
+ #
6545
+ # * Public
6546
+ #
6547
+ # * Self
6548
+ #
6549
+ # * ThirdParty
6550
+ #
6551
+ # PlatformTypes
6552
+ # : * Linux
6553
+ #
6554
+ # * Windows
6555
+ #
6556
+ # `Name` is another AWS-provided key. If you use `Name` as a key, you
6557
+ # can use a name prefix to return a list of documents. For example, in
6558
+ # the AWS CLI, to return a list of all documents that begin with `Te`,
6559
+ # run the following command:
6522
6560
  #
6523
6561
  # `aws ssm list-documents --filters Key=Name,Values=Te`
6524
6562
  #
6563
+ # You can also use the `TargetType` AWS-provided key. For a list of
6564
+ # valid resource type values that can be used with this key, see [AWS
6565
+ # resource and property types reference][1] in the *AWS CloudFormation
6566
+ # User Guide*.
6567
+ #
6525
6568
  # If you specify more than two keys, only documents that are identified
6526
6569
  # by all the tags are returned in the results. If you specify more than
6527
6570
  # two values for a key, documents that are identified by any of the
@@ -6530,12 +6573,16 @@ module Aws::SSM
6530
6573
  # To specify a custom key and value pair, use the format
6531
6574
  # `Key=tag:tagName,Values=valueName`.
6532
6575
  #
6533
- # For example, if you created a Key called region and are using the AWS
6576
+ # For example, if you created a key called region and are using the AWS
6534
6577
  # CLI to call the `list-documents` command:
6535
6578
  #
6536
6579
  # `aws ssm list-documents --filters Key=tag:region,Values=east,west
6537
6580
  # Key=Owner,Values=Self`
6538
6581
  #
6582
+ #
6583
+ #
6584
+ # [1]: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
6585
+ #
6539
6586
  # @note When making an API call, you may pass DocumentKeyValuesFilter
6540
6587
  # data as a hash:
6541
6588
  #
@@ -8380,6 +8427,14 @@ module Aws::SSM
8380
8427
  #
8381
8428
  # @!attribute [rw] parameter_filters
8382
8429
  # Filters to limit the request results.
8430
+ #
8431
+ # <note markdown="1"> For `GetParametersByPath`, the following filter `Key` names are
8432
+ # supported: `Type`, `KeyId`, `Label`, and `DataType`.
8433
+ #
8434
+ # The following `Key` values are not supported for
8435
+ # `GetParametersByPath`\: `tag`, `Name`, `Path`, and `Tier`.
8436
+ #
8437
+ # </note>
8383
8438
  # @return [Array<Types::ParameterStringFilter>]
8384
8439
  #
8385
8440
  # @!attribute [rw] with_decryption
@@ -8914,6 +8969,10 @@ module Aws::SSM
8914
8969
  #
8915
8970
  # @!attribute [rw] ping_status
8916
8971
  # Connection status of SSM Agent.
8972
+ #
8973
+ # <note markdown="1"> The status `Inactive` has been deprecated and is no longer in use.
8974
+ #
8975
+ # </note>
8917
8976
  # @return [String]
8918
8977
  #
8919
8978
  # @!attribute [rw] last_ping_date_time
@@ -9171,14 +9230,14 @@ module Aws::SSM
9171
9230
  # @return [Integer]
9172
9231
  #
9173
9232
  # @!attribute [rw] installed_rejected_count
9174
- # The number of instances with patches installed that are specified in
9175
- # a RejectedPatches list. Patches with a status of *InstalledRejected*
9176
- # were typically installed before they were added to a RejectedPatches
9177
- # list.
9233
+ # The number of patches installed on an instance that are specified in
9234
+ # a `RejectedPatches` list. Patches with a status of
9235
+ # *InstalledRejected* were typically installed before they were added
9236
+ # to a `RejectedPatches` list.
9178
9237
  #
9179
- # <note markdown="1"> If ALLOW\_AS\_DEPENDENCY is the specified option for
9180
- # RejectedPatchesAction, the value of InstalledRejectedCount will
9181
- # always be 0 (zero).
9238
+ # <note markdown="1"> If `ALLOW_AS_DEPENDENCY` is the specified option for
9239
+ # `RejectedPatchesAction`, the value of `InstalledRejectedCount` will
9240
+ # always be `0` (zero).
9182
9241
  #
9183
9242
  # </note>
9184
9243
  # @return [Integer]
@@ -9219,8 +9278,8 @@ module Aws::SSM
9219
9278
  # @return [Time]
9220
9279
  #
9221
9280
  # @!attribute [rw] operation
9222
- # The type of patching operation that was performed: SCAN (assess
9223
- # patch compliance state) or INSTALL (install missing patches).
9281
+ # The type of patching operation that was performed: `SCAN` (assess
9282
+ # patch compliance state) or `INSTALL` (install missing patches).
9224
9283
  # @return [String]
9225
9284
  #
9226
9285
  # @!attribute [rw] last_no_reboot_install_operation_time
@@ -11170,9 +11229,9 @@ module Aws::SSM
11170
11229
  # @!attribute [rw] sync_type
11171
11230
  # View a list of resource data syncs according to the sync type.
11172
11231
  # Specify `SyncToDestination` to view resource data syncs that
11173
- # synchronize data to an Amazon S3 buckets. Specify `SyncFromSource`
11174
- # to view resource data syncs from AWS Organizations or from multiple
11175
- # AWS Regions.
11232
+ # synchronize data to an Amazon S3 bucket. Specify `SyncFromSource` to
11233
+ # view resource data syncs from AWS Organizations or from multiple AWS
11234
+ # Regions.
11176
11235
  # @return [String]
11177
11236
  #
11178
11237
  # @!attribute [rw] next_token
@@ -13149,25 +13208,6 @@ module Aws::SSM
13149
13208
  # One or more filters. Use a filter to return a more specific list of
13150
13209
  # results.
13151
13210
  #
13152
- # The `ParameterStringFilter` object is used by the DescribeParameters
13153
- # and GetParametersByPath API actions. However, not all of the pattern
13154
- # values listed for `Key` can be used with both actions.
13155
- #
13156
- # For `DescribeActions`, all of the listed patterns are valid, with the
13157
- # exception of `Label`.
13158
- #
13159
- # For `GetParametersByPath`, the following patterns listed for `Key`
13160
- # are
13161
- # not valid: `Name`, `Path`, and `Tier`.
13162
- #
13163
- # For examples of CLI commands demonstrating valid parameter filter
13164
- # constructions, see [Searching for Systems Manager parameters][1] in
13165
- # the *AWS Systems Manager User Guide*.
13166
- #
13167
- #
13168
- #
13169
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-search.html
13170
- #
13171
13211
  # @note When making an API call, you may pass ParameterStringFilter
13172
13212
  # data as a hash:
13173
13213
  #
@@ -13179,6 +13219,26 @@ module Aws::SSM
13179
13219
  #
13180
13220
  # @!attribute [rw] key
13181
13221
  # The name of the filter.
13222
+ #
13223
+ # <note markdown="1"> The `ParameterStringFilter` object is used by the DescribeParameters
13224
+ # and GetParametersByPath API actions. However, not all of the pattern
13225
+ # values listed for `Key` can be used with both actions.
13226
+ #
13227
+ # For `DescribeActions`, all of the listed patterns are valid, with
13228
+ # the exception of `Label`.
13229
+ #
13230
+ # For `GetParametersByPath`, the following patterns listed for `Key`
13231
+ # are not valid: `tag`, `Name`, `Path`, and `Tier`.
13232
+ #
13233
+ # For examples of CLI commands demonstrating valid parameter filter
13234
+ # constructions, see [Searching for Systems Manager parameters][1] in
13235
+ # the *AWS Systems Manager User Guide*.
13236
+ #
13237
+ # </note>
13238
+ #
13239
+ #
13240
+ #
13241
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-search.html
13182
13242
  # @return [String]
13183
13243
  #
13184
13244
  # @!attribute [rw] option
@@ -13188,8 +13248,8 @@ module Aws::SSM
13188
13248
  # valid options include `Recursive` and `OneLevel`.)
13189
13249
  #
13190
13250
  # For filters used with GetParametersByPath, valid options include
13191
- # `Equals` and `BeginsWith`. (Exception: For filters using the key
13192
- # `Label`, the only valid option is `Equals`.)
13251
+ # `Equals` and `BeginsWith`. (Exception: For filters using `Label` as
13252
+ # the Key name, the only valid option is `Equals`.)
13193
13253
  # @return [String]
13194
13254
  #
13195
13255
  # @!attribute [rw] values
@@ -16635,7 +16695,8 @@ module Aws::SSM
16635
16695
  # The specified target instance for the session is not fully configured
16636
16696
  # for use with Session Manager. For more information, see [Getting
16637
16697
  # started with Session Manager][1] in the *AWS Systems Manager User
16638
- # Guide*.
16698
+ # Guide*. This error is also returned if you attempt to start a session
16699
+ # on an instance that is located in a different account or Region
16639
16700
  #
16640
16701
  #
16641
16702
  #
@@ -16788,8 +16849,7 @@ module Aws::SSM
16788
16849
  end
16789
16850
 
16790
16851
  # The operating systems you specified is not supported, or the operation
16791
- # is not supported for the operating system. Valid operating systems
16792
- # include: Windows, AmazonLinux, RedhatEnterpriseLinux, and Ubuntu.
16852
+ # is not supported for the operating system.
16793
16853
  #
16794
16854
  # @!attribute [rw] message
16795
16855
  # @return [String]
@@ -17643,6 +17703,17 @@ module Aws::SSM
17643
17703
  # The parameters that the task should use during execution. Populate
17644
17704
  # only the fields that match the task type. All other fields should be
17645
17705
  # empty.
17706
+ #
17707
+ # When you update a maintenance window task that has options specified
17708
+ # in `TaskInvocationParameters`, you must provide again all the
17709
+ # `TaskInvocationParameters` values that you want to retain. The
17710
+ # values you do not specify again are removed. For example, suppose
17711
+ # that when you registered a Run Command task, you specified
17712
+ # `TaskInvocationParameters` values for `Comment`,
17713
+ # `NotificationConfig`, and `OutputS3BucketName`. If you update the
17714
+ # maintenance window task and specify only a different
17715
+ # `OutputS3BucketName` value, the values for `Comment` and
17716
+ # `NotificationConfig` are removed.
17646
17717
  # @return [Types::MaintenanceWindowTaskInvocationParameters]
17647
17718
  #
17648
17719
  # @!attribute [rw] priority
@@ -17686,7 +17757,7 @@ module Aws::SSM
17686
17757
  #
17687
17758
  # @!attribute [rw] replace
17688
17759
  # If True, then all fields that are required by the
17689
- # RegisterTaskWithMaintenanceWndow action are also required for this
17760
+ # RegisterTaskWithMaintenanceWindow action are also required for this
17690
17761
  # API request. Optional fields that are not specified are set to null.
17691
17762
  # @return [Boolean]
17692
17763
  #
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.88.0
4
+ version: 1.93.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: 2020-08-25 00:00:00.000000000 Z
11
+ date: 2020-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.109.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.99.0
32
+ version: 3.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement