aws-sdk-ssm 1.43.0 → 1.44.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 51a1396c5bd67d8d3d6f44aeb0742bef991da0e4
4
- data.tar.gz: b99b468670b1d3591f6b49ecc198754227445146
3
+ metadata.gz: '09a75629b2f1c06b2bffafbec39170315552bda3'
4
+ data.tar.gz: 0f65517d45aab5dcec744f45e94b58b1de74c518
5
5
  SHA512:
6
- metadata.gz: 3e7df1a6b88cdb8e39937287271726c1ad865c33222228c36327cbfc427981d0cf8a1f59b8cbfde47f877aced7ba374912a08248e97fbc7e68d9f537e1b533a4
7
- data.tar.gz: aeabbbc09dd439cabe95608218d61b7e9afd2380065ac4b6b2ab621f5e923960fd842646a77025e3ef3ee757fad367b93c8972984dca4fb4ed18a987cf94ae54
6
+ metadata.gz: 19957a7835a09635d941f5172170b5178e5db1d85e4a796860a59458c3b34c6aafcea91b4d28fadede652a6ee8eec9f3a9d317252ac446500e8a8498009a086b
7
+ data.tar.gz: 71c7aed80c725ab186fc94a84a25fbf44ca5cbb7639ebc133472dd0c9701c046bc1615ea5c411c99bf1ba9dcc55fdade4533aaf4553d6d64341ed6d278b5ae53
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-ssm/customizations'
42
42
  # @service
43
43
  module Aws::SSM
44
44
 
45
- GEM_VERSION = '1.43.0'
45
+ GEM_VERSION = '1.44.0'
46
46
 
47
47
  end
@@ -1162,7 +1162,7 @@ module Aws::SSM
1162
1162
  # global_filters: {
1163
1163
  # patch_filters: [ # required
1164
1164
  # {
1165
- # key: "PRODUCT", # required, accepts PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
1165
+ # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
1166
1166
  # values: ["PatchFilterValue"], # required
1167
1167
  # },
1168
1168
  # ],
@@ -1173,7 +1173,7 @@ module Aws::SSM
1173
1173
  # patch_filter_group: { # required
1174
1174
  # patch_filters: [ # required
1175
1175
  # {
1176
- # key: "PRODUCT", # required, accepts PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
1176
+ # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
1177
1177
  # values: ["PatchFilterValue"], # required
1178
1178
  # },
1179
1179
  # ],
@@ -2611,6 +2611,7 @@ module Aws::SSM
2611
2611
  # resp.instance_patch_states[0].installed_rejected_count #=> Integer
2612
2612
  # resp.instance_patch_states[0].missing_count #=> Integer
2613
2613
  # resp.instance_patch_states[0].failed_count #=> Integer
2614
+ # resp.instance_patch_states[0].unreported_not_applicable_count #=> Integer
2614
2615
  # resp.instance_patch_states[0].not_applicable_count #=> Integer
2615
2616
  # resp.instance_patch_states[0].operation_start_time #=> Time
2616
2617
  # resp.instance_patch_states[0].operation_end_time #=> Time
@@ -2683,6 +2684,7 @@ module Aws::SSM
2683
2684
  # resp.instance_patch_states[0].installed_rejected_count #=> Integer
2684
2685
  # resp.instance_patch_states[0].missing_count #=> Integer
2685
2686
  # resp.instance_patch_states[0].failed_count #=> Integer
2687
+ # resp.instance_patch_states[0].unreported_not_applicable_count #=> Integer
2686
2688
  # resp.instance_patch_states[0].not_applicable_count #=> Integer
2687
2689
  # resp.instance_patch_states[0].operation_start_time #=> Time
2688
2690
  # resp.instance_patch_states[0].operation_end_time #=> Time
@@ -3476,6 +3478,7 @@ module Aws::SSM
3476
3478
  # * {Types::DescribePatchGroupStateResult#instances_with_missing_patches #instances_with_missing_patches} => Integer
3477
3479
  # * {Types::DescribePatchGroupStateResult#instances_with_failed_patches #instances_with_failed_patches} => Integer
3478
3480
  # * {Types::DescribePatchGroupStateResult#instances_with_not_applicable_patches #instances_with_not_applicable_patches} => Integer
3481
+ # * {Types::DescribePatchGroupStateResult#instances_with_unreported_not_applicable_patches #instances_with_unreported_not_applicable_patches} => Integer
3479
3482
  #
3480
3483
  # @example Request syntax with placeholder values
3481
3484
  #
@@ -3492,6 +3495,7 @@ module Aws::SSM
3492
3495
  # resp.instances_with_missing_patches #=> Integer
3493
3496
  # resp.instances_with_failed_patches #=> Integer
3494
3497
  # resp.instances_with_not_applicable_patches #=> Integer
3498
+ # resp.instances_with_unreported_not_applicable_patches #=> Integer
3495
3499
  #
3496
3500
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchGroupState AWS API Documentation
3497
3501
  #
@@ -3553,6 +3557,96 @@ module Aws::SSM
3553
3557
  req.send_request(options)
3554
3558
  end
3555
3559
 
3560
+ # Lists the properties of available patches organized by product,
3561
+ # product family, classification, severity, and other properties of
3562
+ # available patches. You can use the reported properties in the filters
3563
+ # you specify in requests for actions such as CreatePatchBaseline,
3564
+ # UpdatePatchBaseline, DescribeAvailablePatches, and
3565
+ # DescribePatchBaselines.
3566
+ #
3567
+ # The following section lists the properties that can be used in filters
3568
+ # for each major operating system type:
3569
+ #
3570
+ # WINDOWS
3571
+ #
3572
+ # : Valid properties: PRODUCT, PRODUCT\_FAMILY, CLASSIFICATION,
3573
+ # MSRC\_SEVERITY
3574
+ #
3575
+ # AMAZON\_LINUX
3576
+ #
3577
+ # : Valid properties: PRODUCT, CLASSIFICATION, SEVERITY
3578
+ #
3579
+ # AMAZON\_LINUX\_2
3580
+ #
3581
+ # : Valid properties: PRODUCT, CLASSIFICATION, SEVERITY
3582
+ #
3583
+ # UBUNTU
3584
+ #
3585
+ # : Valid properties: PRODUCT, PRIORITY
3586
+ #
3587
+ # REDHAT\_ENTERPRISE\_LINUX
3588
+ #
3589
+ # : Valid properties: PRODUCT, CLASSIFICATION, SEVERITY
3590
+ #
3591
+ # SUSE
3592
+ #
3593
+ # : Valid properties: PRODUCT, CLASSIFICATION, SEVERITY
3594
+ #
3595
+ # CENTOS
3596
+ #
3597
+ # : Valid properties: PRODUCT, CLASSIFICATION, SEVERITY
3598
+ #
3599
+ # @option params [required, String] :operating_system
3600
+ # The operating system type for which to list patches.
3601
+ #
3602
+ # @option params [required, String] :property
3603
+ # The patch property for which you want to view patch details.
3604
+ #
3605
+ # @option params [String] :patch_set
3606
+ # Indicates whether to list patches for the Windows operating system or
3607
+ # for Microsoft applications. Not applicable for Linux operating
3608
+ # systems.
3609
+ #
3610
+ # @option params [Integer] :max_results
3611
+ # The maximum number of items to return for this call. The call also
3612
+ # returns a token that you can specify in a subsequent call to get the
3613
+ # next set of results.
3614
+ #
3615
+ # @option params [String] :next_token
3616
+ # The token for the next set of items to return. (You received this
3617
+ # token from a previous call.)
3618
+ #
3619
+ # @return [Types::DescribePatchPropertiesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3620
+ #
3621
+ # * {Types::DescribePatchPropertiesResult#properties #properties} => Array<Hash<String,String>>
3622
+ # * {Types::DescribePatchPropertiesResult#next_token #next_token} => String
3623
+ #
3624
+ # @example Request syntax with placeholder values
3625
+ #
3626
+ # resp = client.describe_patch_properties({
3627
+ # operating_system: "WINDOWS", # required, accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS
3628
+ # property: "PRODUCT", # required, accepts PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PRIORITY, SEVERITY
3629
+ # patch_set: "OS", # accepts OS, APPLICATION
3630
+ # max_results: 1,
3631
+ # next_token: "NextToken",
3632
+ # })
3633
+ #
3634
+ # @example Response structure
3635
+ #
3636
+ # resp.properties #=> Array
3637
+ # resp.properties[0] #=> Hash
3638
+ # resp.properties[0]["AttributeName"] #=> <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
3639
+ # resp.next_token #=> String
3640
+ #
3641
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchProperties AWS API Documentation
3642
+ #
3643
+ # @overload describe_patch_properties(params = {})
3644
+ # @param [Hash] params ({})
3645
+ def describe_patch_properties(params = {}, options = {})
3646
+ req = build_request(:describe_patch_properties, params)
3647
+ req.send_request(options)
3648
+ end
3649
+
3556
3650
  # Retrieves a list of all active sessions (both connected and
3557
3651
  # disconnected) or terminated sessions from the past 30 days.
3558
3652
  #
@@ -4718,12 +4812,12 @@ module Aws::SSM
4718
4812
  # resp.name #=> String
4719
4813
  # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS"
4720
4814
  # resp.global_filters.patch_filters #=> Array
4721
- # resp.global_filters.patch_filters[0].key #=> String, one of "PRODUCT", "CLASSIFICATION", "MSRC_SEVERITY", "PATCH_ID", "SECTION", "PRIORITY", "SEVERITY"
4815
+ # resp.global_filters.patch_filters[0].key #=> String, one of "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "MSRC_SEVERITY", "PATCH_ID", "SECTION", "PRIORITY", "SEVERITY"
4722
4816
  # resp.global_filters.patch_filters[0].values #=> Array
4723
4817
  # resp.global_filters.patch_filters[0].values[0] #=> String
4724
4818
  # resp.approval_rules.patch_rules #=> Array
4725
4819
  # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters #=> Array
4726
- # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].key #=> String, one of "PRODUCT", "CLASSIFICATION", "MSRC_SEVERITY", "PATCH_ID", "SECTION", "PRIORITY", "SEVERITY"
4820
+ # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].key #=> String, one of "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "MSRC_SEVERITY", "PATCH_ID", "SECTION", "PRIORITY", "SEVERITY"
4727
4821
  # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].values #=> Array
4728
4822
  # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].values[0] #=> String
4729
4823
  # resp.approval_rules.patch_rules[0].compliance_level #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "INFORMATIONAL", "UNSPECIFIED"
@@ -8039,7 +8133,7 @@ module Aws::SSM
8039
8133
  # global_filters: {
8040
8134
  # patch_filters: [ # required
8041
8135
  # {
8042
- # key: "PRODUCT", # required, accepts PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
8136
+ # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
8043
8137
  # values: ["PatchFilterValue"], # required
8044
8138
  # },
8045
8139
  # ],
@@ -8050,7 +8144,7 @@ module Aws::SSM
8050
8144
  # patch_filter_group: { # required
8051
8145
  # patch_filters: [ # required
8052
8146
  # {
8053
- # key: "PRODUCT", # required, accepts PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
8147
+ # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
8054
8148
  # values: ["PatchFilterValue"], # required
8055
8149
  # },
8056
8150
  # ],
@@ -8083,12 +8177,12 @@ module Aws::SSM
8083
8177
  # resp.name #=> String
8084
8178
  # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS"
8085
8179
  # resp.global_filters.patch_filters #=> Array
8086
- # resp.global_filters.patch_filters[0].key #=> String, one of "PRODUCT", "CLASSIFICATION", "MSRC_SEVERITY", "PATCH_ID", "SECTION", "PRIORITY", "SEVERITY"
8180
+ # resp.global_filters.patch_filters[0].key #=> String, one of "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "MSRC_SEVERITY", "PATCH_ID", "SECTION", "PRIORITY", "SEVERITY"
8087
8181
  # resp.global_filters.patch_filters[0].values #=> Array
8088
8182
  # resp.global_filters.patch_filters[0].values[0] #=> String
8089
8183
  # resp.approval_rules.patch_rules #=> Array
8090
8184
  # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters #=> Array
8091
- # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].key #=> String, one of "PRODUCT", "CLASSIFICATION", "MSRC_SEVERITY", "PATCH_ID", "SECTION", "PRIORITY", "SEVERITY"
8185
+ # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].key #=> String, one of "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "MSRC_SEVERITY", "PATCH_ID", "SECTION", "PRIORITY", "SEVERITY"
8092
8186
  # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].values #=> Array
8093
8187
  # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].values[0] #=> String
8094
8188
  # resp.approval_rules.patch_rules[0].compliance_level #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "INFORMATIONAL", "UNSPECIFIED"
@@ -8174,7 +8268,7 @@ module Aws::SSM
8174
8268
  params: params,
8175
8269
  config: config)
8176
8270
  context[:gem_name] = 'aws-sdk-ssm'
8177
- context[:gem_version] = '1.43.0'
8271
+ context[:gem_version] = '1.44.0'
8178
8272
  Seahorse::Client::Request.new(handlers, context)
8179
8273
  end
8180
8274
 
@@ -278,6 +278,8 @@ module Aws::SSM
278
278
  DescribePatchGroupStateResult = Shapes::StructureShape.new(name: 'DescribePatchGroupStateResult')
279
279
  DescribePatchGroupsRequest = Shapes::StructureShape.new(name: 'DescribePatchGroupsRequest')
280
280
  DescribePatchGroupsResult = Shapes::StructureShape.new(name: 'DescribePatchGroupsResult')
281
+ DescribePatchPropertiesRequest = Shapes::StructureShape.new(name: 'DescribePatchPropertiesRequest')
282
+ DescribePatchPropertiesResult = Shapes::StructureShape.new(name: 'DescribePatchPropertiesResult')
281
283
  DescribeSessionsRequest = Shapes::StructureShape.new(name: 'DescribeSessionsRequest')
282
284
  DescribeSessionsResponse = Shapes::StructureShape.new(name: 'DescribeSessionsResponse')
283
285
  DescriptionInDocument = Shapes::StringShape.new(name: 'DescriptionInDocument')
@@ -724,9 +726,13 @@ module Aws::SSM
724
726
  PatchOrchestratorFilterValues = Shapes::ListShape.new(name: 'PatchOrchestratorFilterValues')
725
727
  PatchProduct = Shapes::StringShape.new(name: 'PatchProduct')
726
728
  PatchProductFamily = Shapes::StringShape.new(name: 'PatchProductFamily')
729
+ PatchPropertiesList = Shapes::ListShape.new(name: 'PatchPropertiesList')
730
+ PatchProperty = Shapes::StringShape.new(name: 'PatchProperty')
731
+ PatchPropertyEntry = Shapes::MapShape.new(name: 'PatchPropertyEntry')
727
732
  PatchRule = Shapes::StructureShape.new(name: 'PatchRule')
728
733
  PatchRuleGroup = Shapes::StructureShape.new(name: 'PatchRuleGroup')
729
734
  PatchRuleList = Shapes::ListShape.new(name: 'PatchRuleList')
735
+ PatchSet = Shapes::StringShape.new(name: 'PatchSet')
730
736
  PatchSeverity = Shapes::StringShape.new(name: 'PatchSeverity')
731
737
  PatchSource = Shapes::StructureShape.new(name: 'PatchSource')
732
738
  PatchSourceConfiguration = Shapes::StringShape.new(name: 'PatchSourceConfiguration')
@@ -736,6 +742,7 @@ module Aws::SSM
736
742
  PatchSourceProductList = Shapes::ListShape.new(name: 'PatchSourceProductList')
737
743
  PatchStatus = Shapes::StructureShape.new(name: 'PatchStatus')
738
744
  PatchTitle = Shapes::StringShape.new(name: 'PatchTitle')
745
+ PatchUnreportedNotApplicableCount = Shapes::IntegerShape.new(name: 'PatchUnreportedNotApplicableCount')
739
746
  PatchVendor = Shapes::StringShape.new(name: 'PatchVendor')
740
747
  PingStatus = Shapes::StringShape.new(name: 'PingStatus')
741
748
  PlatformType = Shapes::StringShape.new(name: 'PlatformType')
@@ -894,6 +901,7 @@ module Aws::SSM
894
901
  TooManyUpdates = Shapes::StructureShape.new(name: 'TooManyUpdates')
895
902
  TotalCount = Shapes::IntegerShape.new(name: 'TotalCount')
896
903
  TotalSizeLimitExceededException = Shapes::StructureShape.new(name: 'TotalSizeLimitExceededException')
904
+ UnsupportedFeatureRequiredException = Shapes::StructureShape.new(name: 'UnsupportedFeatureRequiredException')
897
905
  UnsupportedInventoryItemContextException = Shapes::StructureShape.new(name: 'UnsupportedInventoryItemContextException')
898
906
  UnsupportedInventorySchemaVersionException = Shapes::StructureShape.new(name: 'UnsupportedInventorySchemaVersionException')
899
907
  UnsupportedOperatingSystem = Shapes::StructureShape.new(name: 'UnsupportedOperatingSystem')
@@ -1758,6 +1766,7 @@ module Aws::SSM
1758
1766
  DescribePatchGroupStateResult.add_member(:instances_with_missing_patches, Shapes::ShapeRef.new(shape: Integer, location_name: "InstancesWithMissingPatches"))
1759
1767
  DescribePatchGroupStateResult.add_member(:instances_with_failed_patches, Shapes::ShapeRef.new(shape: Integer, location_name: "InstancesWithFailedPatches"))
1760
1768
  DescribePatchGroupStateResult.add_member(:instances_with_not_applicable_patches, Shapes::ShapeRef.new(shape: Integer, location_name: "InstancesWithNotApplicablePatches"))
1769
+ DescribePatchGroupStateResult.add_member(:instances_with_unreported_not_applicable_patches, Shapes::ShapeRef.new(shape: Integer, location_name: "InstancesWithUnreportedNotApplicablePatches", metadata: {"box"=>true}))
1761
1770
  DescribePatchGroupStateResult.struct_class = Types::DescribePatchGroupStateResult
1762
1771
 
1763
1772
  DescribePatchGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PatchBaselineMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
@@ -1769,6 +1778,17 @@ module Aws::SSM
1769
1778
  DescribePatchGroupsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1770
1779
  DescribePatchGroupsResult.struct_class = Types::DescribePatchGroupsResult
1771
1780
 
1781
+ DescribePatchPropertiesRequest.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystem, required: true, location_name: "OperatingSystem"))
1782
+ DescribePatchPropertiesRequest.add_member(:property, Shapes::ShapeRef.new(shape: PatchProperty, required: true, location_name: "Property"))
1783
+ DescribePatchPropertiesRequest.add_member(:patch_set, Shapes::ShapeRef.new(shape: PatchSet, location_name: "PatchSet"))
1784
+ DescribePatchPropertiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
1785
+ DescribePatchPropertiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1786
+ DescribePatchPropertiesRequest.struct_class = Types::DescribePatchPropertiesRequest
1787
+
1788
+ DescribePatchPropertiesResult.add_member(:properties, Shapes::ShapeRef.new(shape: PatchPropertiesList, location_name: "Properties"))
1789
+ DescribePatchPropertiesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1790
+ DescribePatchPropertiesResult.struct_class = Types::DescribePatchPropertiesResult
1791
+
1772
1792
  DescribeSessionsRequest.add_member(:state, Shapes::ShapeRef.new(shape: SessionState, required: true, location_name: "State"))
1773
1793
  DescribeSessionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: SessionMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
1774
1794
  DescribeSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -2213,6 +2233,7 @@ module Aws::SSM
2213
2233
  InstancePatchState.add_member(:installed_rejected_count, Shapes::ShapeRef.new(shape: PatchInstalledRejectedCount, location_name: "InstalledRejectedCount", metadata: {"box"=>true}))
2214
2234
  InstancePatchState.add_member(:missing_count, Shapes::ShapeRef.new(shape: PatchMissingCount, location_name: "MissingCount"))
2215
2235
  InstancePatchState.add_member(:failed_count, Shapes::ShapeRef.new(shape: PatchFailedCount, location_name: "FailedCount"))
2236
+ InstancePatchState.add_member(:unreported_not_applicable_count, Shapes::ShapeRef.new(shape: PatchUnreportedNotApplicableCount, location_name: "UnreportedNotApplicableCount", metadata: {"box"=>true}))
2216
2237
  InstancePatchState.add_member(:not_applicable_count, Shapes::ShapeRef.new(shape: PatchNotApplicableCount, location_name: "NotApplicableCount"))
2217
2238
  InstancePatchState.add_member(:operation_start_time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "OperationStartTime"))
2218
2239
  InstancePatchState.add_member(:operation_end_time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "OperationEndTime"))
@@ -2762,6 +2783,11 @@ module Aws::SSM
2762
2783
 
2763
2784
  PatchOrchestratorFilterValues.member = Shapes::ShapeRef.new(shape: PatchOrchestratorFilterValue)
2764
2785
 
2786
+ PatchPropertiesList.member = Shapes::ShapeRef.new(shape: PatchPropertyEntry)
2787
+
2788
+ PatchPropertyEntry.key = Shapes::ShapeRef.new(shape: AttributeName)
2789
+ PatchPropertyEntry.value = Shapes::ShapeRef.new(shape: AttributeValue)
2790
+
2765
2791
  PatchRule.add_member(:patch_filter_group, Shapes::ShapeRef.new(shape: PatchFilterGroup, required: true, location_name: "PatchFilterGroup"))
2766
2792
  PatchRule.add_member(:compliance_level, Shapes::ShapeRef.new(shape: PatchComplianceLevel, location_name: "ComplianceLevel"))
2767
2793
  PatchRule.add_member(:approve_after_days, Shapes::ShapeRef.new(shape: ApproveAfterDays, required: true, location_name: "ApproveAfterDays", metadata: {"box"=>true}))
@@ -3916,6 +3942,15 @@ module Aws::SSM
3916
3942
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
3917
3943
  end)
3918
3944
 
3945
+ api.add_operation(:describe_patch_properties, Seahorse::Model::Operation.new.tap do |o|
3946
+ o.name = "DescribePatchProperties"
3947
+ o.http_method = "POST"
3948
+ o.http_request_uri = "/"
3949
+ o.input = Shapes::ShapeRef.new(shape: DescribePatchPropertiesRequest)
3950
+ o.output = Shapes::ShapeRef.new(shape: DescribePatchPropertiesResult)
3951
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
3952
+ end)
3953
+
3919
3954
  api.add_operation(:describe_sessions, Seahorse::Model::Operation.new.tap do |o|
3920
3955
  o.name = "DescribeSessions"
3921
3956
  o.http_method = "POST"
@@ -3976,6 +4011,7 @@ module Aws::SSM
3976
4011
  o.output = Shapes::ShapeRef.new(shape: GetDeployablePatchSnapshotForInstanceResult)
3977
4012
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
3978
4013
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperatingSystem)
4014
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedFeatureRequiredException)
3979
4015
  end)
3980
4016
 
3981
4017
  api.add_operation(:get_document, Seahorse::Model::Operation.new.tap do |o|
@@ -2711,7 +2711,7 @@ module Aws::SSM
2711
2711
  # global_filters: {
2712
2712
  # patch_filters: [ # required
2713
2713
  # {
2714
- # key: "PRODUCT", # required, accepts PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
2714
+ # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
2715
2715
  # values: ["PatchFilterValue"], # required
2716
2716
  # },
2717
2717
  # ],
@@ -2722,7 +2722,7 @@ module Aws::SSM
2722
2722
  # patch_filter_group: { # required
2723
2723
  # patch_filters: [ # required
2724
2724
  # {
2725
- # key: "PRODUCT", # required, accepts PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
2725
+ # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
2726
2726
  # values: ["PatchFilterValue"], # required
2727
2727
  # },
2728
2728
  # ],
@@ -5101,6 +5101,12 @@ module Aws::SSM
5101
5101
  # The number of instances with patches that aren't applicable.
5102
5102
  # @return [Integer]
5103
5103
  #
5104
+ # @!attribute [rw] instances_with_unreported_not_applicable_patches
5105
+ # The number of instances with `NotApplicable` patches beyond the
5106
+ # supported limit, which are not reported by name to Systems Manager
5107
+ # Inventory.
5108
+ # @return [Integer]
5109
+ #
5104
5110
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchGroupStateResult AWS API Documentation
5105
5111
  #
5106
5112
  class DescribePatchGroupStateResult < Struct.new(
@@ -5110,7 +5116,8 @@ module Aws::SSM
5110
5116
  :instances_with_installed_rejected_patches,
5111
5117
  :instances_with_missing_patches,
5112
5118
  :instances_with_failed_patches,
5113
- :instances_with_not_applicable_patches)
5119
+ :instances_with_not_applicable_patches,
5120
+ :instances_with_unreported_not_applicable_patches)
5114
5121
  include Aws::Structure
5115
5122
  end
5116
5123
 
@@ -5173,6 +5180,71 @@ module Aws::SSM
5173
5180
  include Aws::Structure
5174
5181
  end
5175
5182
 
5183
+ # @note When making an API call, you may pass DescribePatchPropertiesRequest
5184
+ # data as a hash:
5185
+ #
5186
+ # {
5187
+ # operating_system: "WINDOWS", # required, accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS
5188
+ # property: "PRODUCT", # required, accepts PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PRIORITY, SEVERITY
5189
+ # patch_set: "OS", # accepts OS, APPLICATION
5190
+ # max_results: 1,
5191
+ # next_token: "NextToken",
5192
+ # }
5193
+ #
5194
+ # @!attribute [rw] operating_system
5195
+ # The operating system type for which to list patches.
5196
+ # @return [String]
5197
+ #
5198
+ # @!attribute [rw] property
5199
+ # The patch property for which you want to view patch details.
5200
+ # @return [String]
5201
+ #
5202
+ # @!attribute [rw] patch_set
5203
+ # Indicates whether to list patches for the Windows operating system
5204
+ # or for Microsoft applications. Not applicable for Linux operating
5205
+ # systems.
5206
+ # @return [String]
5207
+ #
5208
+ # @!attribute [rw] max_results
5209
+ # The maximum number of items to return for this call. The call also
5210
+ # returns a token that you can specify in a subsequent call to get the
5211
+ # next set of results.
5212
+ # @return [Integer]
5213
+ #
5214
+ # @!attribute [rw] next_token
5215
+ # The token for the next set of items to return. (You received this
5216
+ # token from a previous call.)
5217
+ # @return [String]
5218
+ #
5219
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchPropertiesRequest AWS API Documentation
5220
+ #
5221
+ class DescribePatchPropertiesRequest < Struct.new(
5222
+ :operating_system,
5223
+ :property,
5224
+ :patch_set,
5225
+ :max_results,
5226
+ :next_token)
5227
+ include Aws::Structure
5228
+ end
5229
+
5230
+ # @!attribute [rw] properties
5231
+ # A list of the properties for patches matching the filter request
5232
+ # parameters.
5233
+ # @return [Array<Hash<String,String>>]
5234
+ #
5235
+ # @!attribute [rw] next_token
5236
+ # The token for the next set of items to return. (You use this token
5237
+ # in the next call.)
5238
+ # @return [String]
5239
+ #
5240
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchPropertiesResult AWS API Documentation
5241
+ #
5242
+ class DescribePatchPropertiesResult < Struct.new(
5243
+ :properties,
5244
+ :next_token)
5245
+ include Aws::Structure
5246
+ end
5247
+
5176
5248
  # @note When making an API call, you may pass DescribeSessionsRequest
5177
5249
  # data as a hash:
5178
5250
  #
@@ -7657,10 +7729,18 @@ module Aws::SSM
7657
7729
  # install.
7658
7730
  # @return [Integer]
7659
7731
  #
7732
+ # @!attribute [rw] unreported_not_applicable_count
7733
+ # The number of patches beyond the supported limit of
7734
+ # `NotApplicableCount` that are not reported by name to Systems
7735
+ # Manager Inventory.
7736
+ # @return [Integer]
7737
+ #
7660
7738
  # @!attribute [rw] not_applicable_count
7661
7739
  # The number of patches from the patch baseline that aren't
7662
- # applicable for the instance and hence aren't installed on the
7663
- # instance.
7740
+ # applicable for the instance and therefore aren't installed on the
7741
+ # instance. This number may be truncated if the list of patch names is
7742
+ # very large. The number of patches beyond this limit are reported in
7743
+ # `UnreportedNotApplicableCount`.
7664
7744
  # @return [Integer]
7665
7745
  #
7666
7746
  # @!attribute [rw] operation_start_time
@@ -7692,6 +7772,7 @@ module Aws::SSM
7692
7772
  :installed_rejected_count,
7693
7773
  :missing_count,
7694
7774
  :failed_count,
7775
+ :unreported_not_applicable_count,
7695
7776
  :not_applicable_count,
7696
7777
  :operation_start_time,
7697
7778
  :operation_end_time,
@@ -10329,456 +10410,44 @@ module Aws::SSM
10329
10410
  include Aws::Structure
10330
10411
  end
10331
10412
 
10332
- # Defines a patch filter.
10333
- #
10334
- # A patch filter consists of key/value pairs, but not all keys are valid
10335
- # for all operating system types. For example, the key `PRODUCT` is
10336
- # valid for all supported operating system types. The key
10337
- # `MSRC_SEVERITY`, however, is valid only for Windows operating systems,
10338
- # and the key `SECTION` is valid only for Ubuntu operating systems.
10339
- #
10340
- # Refer to the following sections for information about which keys may
10341
- # be used with each major operating system, and which values are valid
10342
- # for each key.
10343
- #
10344
- # **Windows Operating Systems**
10345
- #
10346
- # The supported keys for Windows operating systems are `PRODUCT`,
10347
- # `CLASSIFICATION`, and `MSRC_SEVERITY`. See the following lists for
10348
- # valid values for each of these keys.
10349
- #
10350
- # *Supported key:* `PRODUCT`
10351
- #
10352
- # *Supported values:*
10353
- #
10354
- # * `Windows7`
10355
- #
10356
- # * `Windows8`
10357
- #
10358
- # * `Windows8.1`
10359
- #
10360
- # * `Windows8Embedded`
10361
- #
10362
- # * `Windows10`
10363
- #
10364
- # * `Windows10LTSB`
10365
- #
10366
- # * `WindowsServer2008`
10367
- #
10368
- # * `WindowsServer2008R2`
10369
- #
10370
- # * `WindowsServer2012`
10371
- #
10372
- # * `WindowsServer2012R2`
10373
- #
10374
- # * `WindowsServer2016`
10375
- #
10376
- # * `WindowsServer2019`
10377
- #
10378
- # * `*`
10379
- #
10380
- # *Use a wildcard character (*) to target all supported operating
10381
- # system versions.*
10382
- #
10383
- # *Supported key:* `CLASSIFICATION`
10384
- #
10385
- # *Supported values:*
10386
- #
10387
- # * `CriticalUpdates`
10388
- #
10389
- # * `DefinitionUpdates`
10390
- #
10391
- # * `Drivers`
10392
- #
10393
- # * `FeaturePacks`
10394
- #
10395
- # * `SecurityUpdates`
10396
- #
10397
- # * `ServicePacks`
10398
- #
10399
- # * `Tools`
10400
- #
10401
- # * `UpdateRollups`
10402
- #
10403
- # * `Updates`
10404
- #
10405
- # * `Upgrades`
10406
- #
10407
- # *Supported key:* `MSRC_SEVERITY`
10408
- #
10409
- # *Supported values:*
10410
- #
10411
- # * `Critical`
10412
- #
10413
- # * `Important`
10414
- #
10415
- # * `Moderate`
10416
- #
10417
- # * `Low`
10418
- #
10419
- # * `Unspecified`
10420
- #
10421
- # **Ubuntu Operating Systems**
10422
- #
10423
- # The supported keys for Ubuntu operating systems are `PRODUCT`,
10424
- # `PRIORITY`, and `SECTION`. See the following lists for valid values
10425
- # for each of these keys.
10426
- #
10427
- # *Supported key:* `PRODUCT`
10428
- #
10429
- # *Supported values:*
10430
- #
10431
- # * `Ubuntu14.04`
10432
- #
10433
- # * `Ubuntu16.04`
10434
- #
10435
- # * `*`
10436
- #
10437
- # *Use a wildcard character (*) to target all supported operating
10438
- # system versions.*
10439
- #
10440
- # *Supported key:* `PRIORITY`
10441
- #
10442
- # *Supported values:*
10443
- #
10444
- # * `Required`
10445
- #
10446
- # * `Important`
10447
- #
10448
- # * `Standard`
10449
- #
10450
- # * `Optional`
10451
- #
10452
- # * `Extra`
10453
- #
10454
- # *Supported key:* `SECTION`
10455
- #
10456
- # Only the length of the key value is validated. Minimum length is 1.
10457
- # Maximum length is 64.
10458
- #
10459
- # **Amazon Linux Operating Systems**
10460
- #
10461
- # The supported keys for Amazon Linux operating systems are `PRODUCT`,
10462
- # `CLASSIFICATION`, and `SEVERITY`. See the following lists for valid
10463
- # values for each of these keys.
10464
- #
10465
- # *Supported key:* `PRODUCT`
10466
- #
10467
- # *Supported values:*
10468
- #
10469
- # * `AmazonLinux2012.03`
10470
- #
10471
- # * `AmazonLinux2012.09`
10472
- #
10473
- # * `AmazonLinux2013.03`
10474
- #
10475
- # * `AmazonLinux2013.09`
10476
- #
10477
- # * `AmazonLinux2014.03`
10478
- #
10479
- # * `AmazonLinux2014.09`
10480
- #
10481
- # * `AmazonLinux2015.03`
10482
- #
10483
- # * `AmazonLinux2015.09`
10484
- #
10485
- # * `AmazonLinux2016.03`
10486
- #
10487
- # * `AmazonLinux2016.09`
10488
- #
10489
- # * `AmazonLinux2017.03`
10490
- #
10491
- # * `AmazonLinux2017.09`
10492
- #
10493
- # * `*`
10494
- #
10495
- # *Use a wildcard character (*) to target all supported operating
10496
- # system versions.*
10497
- #
10498
- # *Supported key:* `CLASSIFICATION`
10413
+ # Defines which patches should be included in a patch baseline.
10499
10414
  #
10500
- # *Supported values:*
10415
+ # A patch filter consists of a key and a set of values. The filter key
10416
+ # is a patch property. For example, the available filter keys for
10417
+ # WINDOWS are PATCH\_SET, PRODUCT, PRODUCT\_FAMILY, CLASSIFICATION, and
10418
+ # MSRC\_SEVERITY. The filter values define a matching criterion for the
10419
+ # patch property indicated by the key. For example, if the filter key is
10420
+ # PRODUCT and the filter values are \["Office 2013", "Office
10421
+ # 2016"\], then the filter accepts all patches where product name is
10422
+ # either "Office 2013" or "Office 2016". The filter values can be
10423
+ # exact values for the patch property given as a key, or a wildcard
10424
+ # (*), which matches all values.
10501
10425
  #
10502
- # * `Security`
10503
- #
10504
- # * `Bugfix`
10505
- #
10506
- # * `Enhancement`
10507
- #
10508
- # * `Recommended`
10509
- #
10510
- # * `Newpackage`
10511
- #
10512
- # *Supported key:* `SEVERITY`
10513
- #
10514
- # *Supported values:*
10515
- #
10516
- # * `Critical`
10517
- #
10518
- # * `Important`
10519
- #
10520
- # * `Medium`
10521
- #
10522
- # * `Low`
10523
- #
10524
- # **Amazon Linux 2 Operating Systems**
10525
- #
10526
- # The supported keys for Amazon Linux 2 operating systems are `PRODUCT`,
10527
- # `CLASSIFICATION`, and `SEVERITY`. See the following lists for valid
10528
- # values for each of these keys.
10529
- #
10530
- # *Supported key:* `PRODUCT`
10531
- #
10532
- # *Supported values:*
10533
- #
10534
- # * `AmazonLinux2`
10535
- #
10536
- # * `AmazonLinux2.0`
10537
- #
10538
- # * `*`
10539
- #
10540
- # *Use a wildcard character (*) to target all supported operating
10541
- # system versions.*
10542
- #
10543
- # *Supported key:* `CLASSIFICATION`
10544
- #
10545
- # *Supported values:*
10546
- #
10547
- # * `Security`
10548
- #
10549
- # * `Bugfix`
10550
- #
10551
- # * `Enhancement`
10552
- #
10553
- # * `Recommended`
10554
- #
10555
- # * `Newpackage`
10556
- #
10557
- # *Supported key:* `SEVERITY`
10558
- #
10559
- # *Supported values:*
10560
- #
10561
- # * `Critical`
10562
- #
10563
- # * `Important`
10564
- #
10565
- # * `Medium`
10566
- #
10567
- # * `Low`
10568
- #
10569
- # **RedHat Enterprise Linux (RHEL) Operating Systems**
10570
- #
10571
- # The supported keys for RedHat Enterprise Linux operating systems are
10572
- # `PRODUCT`, `CLASSIFICATION`, and `SEVERITY`. See the following lists
10573
- # for valid values for each of these keys.
10574
- #
10575
- # *Supported key:* `PRODUCT`
10576
- #
10577
- # *Supported values:*
10578
- #
10579
- # * `RedhatEnterpriseLinux6.5`
10580
- #
10581
- # * `RedhatEnterpriseLinux6.6`
10582
- #
10583
- # * `RedhatEnterpriseLinux6.7`
10584
- #
10585
- # * `RedhatEnterpriseLinux6.8`
10586
- #
10587
- # * `RedhatEnterpriseLinux6.9`
10588
- #
10589
- # * `RedhatEnterpriseLinux7.0`
10590
- #
10591
- # * `RedhatEnterpriseLinux7.1`
10592
- #
10593
- # * `RedhatEnterpriseLinux7.2`
10594
- #
10595
- # * `RedhatEnterpriseLinux7.3`
10596
- #
10597
- # * `RedhatEnterpriseLinux7.4`
10598
- #
10599
- # * `RedhatEnterpriseLinux7.5`
10600
- #
10601
- # * `RedhatEnterpriseLinux7.6`
10602
- #
10603
- # * `*`
10604
- #
10605
- # *Use a wildcard character (*) to target all supported operating
10606
- # system versions.*
10607
- #
10608
- # *Supported key:* `CLASSIFICATION`
10609
- #
10610
- # *Supported values:*
10611
- #
10612
- # * `Security`
10613
- #
10614
- # * `Bugfix`
10615
- #
10616
- # * `Enhancement`
10617
- #
10618
- # * `Recommended`
10619
- #
10620
- # * `Newpackage`
10621
- #
10622
- # *Supported key:* `SEVERITY`
10623
- #
10624
- # *Supported values:*
10625
- #
10626
- # * `Critical`
10627
- #
10628
- # * `Important`
10629
- #
10630
- # * `Medium`
10631
- #
10632
- # * `Low`
10633
- #
10634
- # **SUSE Linux Enterprise Server (SLES) Operating Systems**
10635
- #
10636
- # The supported keys for SLES operating systems are `PRODUCT`,
10637
- # `CLASSIFICATION`, and `SEVERITY`. See the following lists for valid
10638
- # values for each of these keys.
10639
- #
10640
- # *Supported key:* `PRODUCT`
10641
- #
10642
- # *Supported values:*
10643
- #
10644
- # * `Suse12.0`
10645
- #
10646
- # * `Suse12.1`
10647
- #
10648
- # * `Suse12.2`
10649
- #
10650
- # * `Suse12.3`
10651
- #
10652
- # * `Suse12.4`
10653
- #
10654
- # * `Suse12.5`
10655
- #
10656
- # * `Suse12.6`
10657
- #
10658
- # * `Suse12.7`
10659
- #
10660
- # * `Suse12.8`
10661
- #
10662
- # * `Suse12.9`
10663
- #
10664
- # * `*`
10665
- #
10666
- # *Use a wildcard character (*) to target all supported operating
10667
- # system versions.*
10668
- #
10669
- # *Supported key:* `CLASSIFICATION`
10670
- #
10671
- # *Supported values:*
10672
- #
10673
- # * `Security`
10674
- #
10675
- # * `Recommended`
10676
- #
10677
- # * `Optional`
10678
- #
10679
- # * `Feature`
10680
- #
10681
- # * `Document`
10682
- #
10683
- # * `Yast`
10684
- #
10685
- # *Supported key:* `SEVERITY`
10686
- #
10687
- # *Supported values:*
10688
- #
10689
- # * `Critical`
10690
- #
10691
- # * `Important`
10692
- #
10693
- # * `Moderate`
10694
- #
10695
- # * `Low`
10696
- #
10697
- # **CentOS Operating Systems**
10698
- #
10699
- # The supported keys for CentOS operating systems are `PRODUCT`,
10700
- # `CLASSIFICATION`, and `SEVERITY`. See the following lists for valid
10701
- # values for each of these keys.
10702
- #
10703
- # *Supported key:* `PRODUCT`
10704
- #
10705
- # *Supported values:*
10706
- #
10707
- # * `CentOS6.5`
10708
- #
10709
- # * `CentOS6.6`
10710
- #
10711
- # * `CentOS6.7`
10712
- #
10713
- # * `CentOS6.8`
10714
- #
10715
- # * `CentOS6.9`
10716
- #
10717
- # * `CentOS7.0`
10718
- #
10719
- # * `CentOS7.1`
10720
- #
10721
- # * `CentOS7.2`
10722
- #
10723
- # * `CentOS7.3`
10724
- #
10725
- # * `CentOS7.4`
10726
- #
10727
- # * `CentOS7.5`
10728
- #
10729
- # * `CentOS7.6`
10730
- #
10731
- # * `*`
10732
- #
10733
- # *Use a wildcard character (*) to target all supported operating
10734
- # system versions.*
10735
- #
10736
- # *Supported key:* `CLASSIFICATION`
10737
- #
10738
- # *Supported values:*
10739
- #
10740
- # * `Security`
10741
- #
10742
- # * `Bugfix`
10743
- #
10744
- # * `Enhancement`
10745
- #
10746
- # * `Recommended`
10747
- #
10748
- # * `Newpackage`
10749
- #
10750
- # *Supported key:* `SEVERITY`
10751
- #
10752
- # *Supported values:*
10753
- #
10754
- # * `Critical`
10755
- #
10756
- # * `Important`
10757
- #
10758
- # * `Medium`
10759
- #
10760
- # * `Low`
10426
+ # You can view lists of valid values for the patch properties by running
10427
+ # the `DescribePatchProperties` command. For information about which
10428
+ # patch properties can be used with each major operating system, see
10429
+ # DescribePatchProperties.
10761
10430
  #
10762
10431
  # @note When making an API call, you may pass PatchFilter
10763
10432
  # data as a hash:
10764
10433
  #
10765
10434
  # {
10766
- # key: "PRODUCT", # required, accepts PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
10435
+ # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
10767
10436
  # values: ["PatchFilterValue"], # required
10768
10437
  # }
10769
10438
  #
10770
10439
  # @!attribute [rw] key
10771
10440
  # The key for the filter.
10772
10441
  #
10773
- # See PatchFilter for lists of valid keys for each operating system
10774
- # type.
10442
+ # Run the DescribePatchProperties command to view lists of valid keys
10443
+ # for each operating system type.
10775
10444
  # @return [String]
10776
10445
  #
10777
10446
  # @!attribute [rw] values
10778
10447
  # The value for the filter key.
10779
10448
  #
10780
- # See PatchFilter for lists of valid values for each key based on
10781
- # operating system type.
10449
+ # Run the DescribePatchProperties command to view lists of valid
10450
+ # values for each key based on operating system type.
10782
10451
  # @return [Array<String>]
10783
10452
  #
10784
10453
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PatchFilter AWS API Documentation
@@ -10797,7 +10466,7 @@ module Aws::SSM
10797
10466
  # {
10798
10467
  # patch_filters: [ # required
10799
10468
  # {
10800
- # key: "PRODUCT", # required, accepts PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
10469
+ # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
10801
10470
  # values: ["PatchFilterValue"], # required
10802
10471
  # },
10803
10472
  # ],
@@ -10868,7 +10537,7 @@ module Aws::SSM
10868
10537
  # patch_filter_group: { # required
10869
10538
  # patch_filters: [ # required
10870
10539
  # {
10871
- # key: "PRODUCT", # required, accepts PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
10540
+ # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
10872
10541
  # values: ["PatchFilterValue"], # required
10873
10542
  # },
10874
10543
  # ],
@@ -10923,7 +10592,7 @@ module Aws::SSM
10923
10592
  # patch_filter_group: { # required
10924
10593
  # patch_filters: [ # required
10925
10594
  # {
10926
- # key: "PRODUCT", # required, accepts PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
10595
+ # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
10927
10596
  # values: ["PatchFilterValue"], # required
10928
10597
  # },
10929
10598
  # ],
@@ -14184,7 +13853,7 @@ module Aws::SSM
14184
13853
  # global_filters: {
14185
13854
  # patch_filters: [ # required
14186
13855
  # {
14187
- # key: "PRODUCT", # required, accepts PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
13856
+ # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
14188
13857
  # values: ["PatchFilterValue"], # required
14189
13858
  # },
14190
13859
  # ],
@@ -14195,7 +13864,7 @@ module Aws::SSM
14195
13864
  # patch_filter_group: { # required
14196
13865
  # patch_filters: [ # required
14197
13866
  # {
14198
- # key: "PRODUCT", # required, accepts PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
13867
+ # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
14199
13868
  # values: ["PatchFilterValue"], # required
14200
13869
  # },
14201
13870
  # ],
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.43.0
4
+ version: 1.44.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: 2019-04-24 00:00:00.000000000 Z
11
+ date: 2019-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core