aws-sdk-ssm 1.88.0 → 1.89.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: 332e436efc78f474330fc7a91b2fd8c03f2ef64c5157454bd50daef1c2f1ef92
4
+ data.tar.gz: 1351813205556b18bc4bcacc06839451fefcf4dfb184bca77aaa7f344b5defb2
5
5
  SHA512:
6
- metadata.gz: 338e0b8b4c1468367fe703ad8391070b2f66830219df0630228ca79be86a90222bdc256000d0fb8f50d65200bf18dea44d7a2d08b98dd49b3de1cadd77ec7345
7
- data.tar.gz: 3dff46d2f7d78c1b3a7010f26570719bc0d8cfaa3dc269f317ce7e12249b0156afe40d17dd244ab6c4887e58207b67375677aa8e036a2a1b542c7c0019b49a38
6
+ metadata.gz: bd4cec40b43f927a45f5079c46beba91398973b4a9fd3e0b83d6e0a4f46630aa6b8f36b0f884540321fa683131f6fd010f116d89e3de91d0bff714e4384c4b3c
7
+ data.tar.gz: 0fa743873306176408533a187c5d568f795a79543d038c790b3ed9089014bfdeca79e733a123e43b23800661522cff30464af856c77b33116e9fd47144a9ab7a
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ssm/customizations'
48
48
  # @!group service
49
49
  module Aws::SSM
50
50
 
51
- GEM_VERSION = '1.88.0'
51
+ GEM_VERSION = '1.89.0'
52
52
 
53
53
  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
  #
@@ -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.89.0'
9722
9759
  Seahorse::Client::Request.new(handlers, context)
9723
9760
  end
9724
9761
 
@@ -6510,18 +6510,60 @@ module Aws::SSM
6510
6510
  # For keys, you can specify one or more tags that have been applied to a
6511
6511
  # document.
6512
6512
  #
6513
- # Other valid values include `Owner`, `Name`, `PlatformTypes`,
6514
- # `DocumentType`, and `TargetType`.
6513
+ # You can also use AWS-provided keys, some of which have specific
6514
+ # allowed values. These keys and their associated values are as follows:
6515
6515
  #
6516
- # Note that only one Owner can be specified in a request. For example:
6517
- # `Key=Owner,Values=Self`.
6516
+ # DocumentType
6517
+ # : * ApplicationConfiguration
6518
6518
  #
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:
6519
+ # * ApplicationConfigurationSchema
6520
+ #
6521
+ # * Automation
6522
+ #
6523
+ # * ChangeCalendar
6524
+ #
6525
+ # * Command
6526
+ #
6527
+ # * DeploymentStrategy
6528
+ #
6529
+ # * Package
6530
+ #
6531
+ # * Policy
6532
+ #
6533
+ # * Session
6534
+ #
6535
+ # Owner
6536
+ #
6537
+ # : Note that only one `Owner` can be specified in a request. For
6538
+ # example: `Key=Owner,Values=Self`.
6539
+ #
6540
+ # * Amazon
6541
+ #
6542
+ # * Private
6543
+ #
6544
+ # * Public
6545
+ #
6546
+ # * Self
6547
+ #
6548
+ # * ThirdParty
6549
+ #
6550
+ # PlatformTypes
6551
+ # : * Linux
6552
+ #
6553
+ # * Windows
6554
+ #
6555
+ # `Name` is another AWS-provided key. If you use `Name` as a key, you
6556
+ # can use a name prefix to return a list of documents. For example, in
6557
+ # the AWS CLI, to return a list of all documents that begin with `Te`,
6558
+ # run the following command:
6522
6559
  #
6523
6560
  # `aws ssm list-documents --filters Key=Name,Values=Te`
6524
6561
  #
6562
+ # You can also use the `TargetType` AWS-provided key. For a list of
6563
+ # valid resource type values that can be used with this key, see [AWS
6564
+ # resource and property types reference][1] in the *AWS CloudFormation
6565
+ # User Guide*.
6566
+ #
6525
6567
  # If you specify more than two keys, only documents that are identified
6526
6568
  # by all the tags are returned in the results. If you specify more than
6527
6569
  # two values for a key, documents that are identified by any of the
@@ -6530,12 +6572,16 @@ module Aws::SSM
6530
6572
  # To specify a custom key and value pair, use the format
6531
6573
  # `Key=tag:tagName,Values=valueName`.
6532
6574
  #
6533
- # For example, if you created a Key called region and are using the AWS
6575
+ # For example, if you created a key called region and are using the AWS
6534
6576
  # CLI to call the `list-documents` command:
6535
6577
  #
6536
6578
  # `aws ssm list-documents --filters Key=tag:region,Values=east,west
6537
6579
  # Key=Owner,Values=Self`
6538
6580
  #
6581
+ #
6582
+ #
6583
+ # [1]: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
6584
+ #
6539
6585
  # @note When making an API call, you may pass DocumentKeyValuesFilter
6540
6586
  # data as a hash:
6541
6587
  #
@@ -8380,6 +8426,14 @@ module Aws::SSM
8380
8426
  #
8381
8427
  # @!attribute [rw] parameter_filters
8382
8428
  # Filters to limit the request results.
8429
+ #
8430
+ # <note markdown="1"> For `GetParametersByPath`, the following filter `Key` names are
8431
+ # supported: `Type`, `KeyId`, `Label`, and `DataType`.
8432
+ #
8433
+ # The following `Key` values are not supported for
8434
+ # `GetParametersByPath`\: `tag`, `Name`, `Path`, and `Tier`.
8435
+ #
8436
+ # </note>
8383
8437
  # @return [Array<Types::ParameterStringFilter>]
8384
8438
  #
8385
8439
  # @!attribute [rw] with_decryption
@@ -9171,14 +9225,14 @@ module Aws::SSM
9171
9225
  # @return [Integer]
9172
9226
  #
9173
9227
  # @!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.
9228
+ # The number of patches installed on an instance that are specified in
9229
+ # a `RejectedPatches` list. Patches with a status of
9230
+ # *InstalledRejected* were typically installed before they were added
9231
+ # to a `RejectedPatches` list.
9178
9232
  #
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).
9233
+ # <note markdown="1"> If `ALLOW_AS_DEPENDENCY` is the specified option for
9234
+ # `RejectedPatchesAction`, the value of `InstalledRejectedCount` will
9235
+ # always be `0` (zero).
9182
9236
  #
9183
9237
  # </note>
9184
9238
  # @return [Integer]
@@ -9219,8 +9273,8 @@ module Aws::SSM
9219
9273
  # @return [Time]
9220
9274
  #
9221
9275
  # @!attribute [rw] operation
9222
- # The type of patching operation that was performed: SCAN (assess
9223
- # patch compliance state) or INSTALL (install missing patches).
9276
+ # The type of patching operation that was performed: `SCAN` (assess
9277
+ # patch compliance state) or `INSTALL` (install missing patches).
9224
9278
  # @return [String]
9225
9279
  #
9226
9280
  # @!attribute [rw] last_no_reboot_install_operation_time
@@ -13149,25 +13203,6 @@ module Aws::SSM
13149
13203
  # One or more filters. Use a filter to return a more specific list of
13150
13204
  # results.
13151
13205
  #
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
13206
  # @note When making an API call, you may pass ParameterStringFilter
13172
13207
  # data as a hash:
13173
13208
  #
@@ -13179,6 +13214,26 @@ module Aws::SSM
13179
13214
  #
13180
13215
  # @!attribute [rw] key
13181
13216
  # The name of the filter.
13217
+ #
13218
+ # <note markdown="1"> The `ParameterStringFilter` object is used by the DescribeParameters
13219
+ # and GetParametersByPath API actions. However, not all of the pattern
13220
+ # values listed for `Key` can be used with both actions.
13221
+ #
13222
+ # For `DescribeActions`, all of the listed patterns are valid, with
13223
+ # the exception of `Label`.
13224
+ #
13225
+ # For `GetParametersByPath`, the following patterns listed for `Key`
13226
+ # are not valid: `tag`, `Name`, `Path`, and `Tier`.
13227
+ #
13228
+ # For examples of CLI commands demonstrating valid parameter filter
13229
+ # constructions, see [Searching for Systems Manager parameters][1] in
13230
+ # the *AWS Systems Manager User Guide*.
13231
+ #
13232
+ # </note>
13233
+ #
13234
+ #
13235
+ #
13236
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-search.html
13182
13237
  # @return [String]
13183
13238
  #
13184
13239
  # @!attribute [rw] option
@@ -13188,8 +13243,8 @@ module Aws::SSM
13188
13243
  # valid options include `Recursive` and `OneLevel`.)
13189
13244
  #
13190
13245
  # 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`.)
13246
+ # `Equals` and `BeginsWith`. (Exception: For filters using `Label` as
13247
+ # the Key name, the only valid option is `Equals`.)
13193
13248
  # @return [String]
13194
13249
  #
13195
13250
  # @!attribute [rw] values
@@ -16788,8 +16843,7 @@ module Aws::SSM
16788
16843
  end
16789
16844
 
16790
16845
  # 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.
16846
+ # is not supported for the operating system.
16793
16847
  #
16794
16848
  # @!attribute [rw] message
16795
16849
  # @return [String]
@@ -17643,6 +17697,17 @@ module Aws::SSM
17643
17697
  # The parameters that the task should use during execution. Populate
17644
17698
  # only the fields that match the task type. All other fields should be
17645
17699
  # empty.
17700
+ #
17701
+ # When you update a maintenance window task that has options specified
17702
+ # in `TaskInvocationParameters`, you must provide again all the
17703
+ # `TaskInvocationParameters` values that you want to retain. The
17704
+ # values you do not specify again are removed. For example, suppose
17705
+ # that when you registered a Run Command task, you specified
17706
+ # `TaskInvocationParameters` values for `Comment`,
17707
+ # `NotificationConfig`, and `OutputS3BucketName`. If you update the
17708
+ # maintenance window task and specify only a different
17709
+ # `OutputS3BucketName` value, the values for `Comment` and
17710
+ # `NotificationConfig` are removed.
17646
17711
  # @return [Types::MaintenanceWindowTaskInvocationParameters]
17647
17712
  #
17648
17713
  # @!attribute [rw] priority
@@ -17686,7 +17751,7 @@ module Aws::SSM
17686
17751
  #
17687
17752
  # @!attribute [rw] replace
17688
17753
  # If True, then all fields that are required by the
17689
- # RegisterTaskWithMaintenanceWndow action are also required for this
17754
+ # RegisterTaskWithMaintenanceWindow action are also required for this
17690
17755
  # API request. Optional fields that are not specified are set to null.
17691
17756
  # @return [Boolean]
17692
17757
  #
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.89.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-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core