aws-sdk-ssm 1.191.0 → 1.192.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: 0cf59ccb8eeccc2f508b0927b7387de6f1244496a3f65248c7efeb19d89b8dee
4
- data.tar.gz: 07dd8ae4bdcc32bafe5ac284c7406f12a044417248b72b6f4c2c1732a140ab19
3
+ metadata.gz: 6b392c9f39b462f9232bf07b416e09ddc1f864a90813afdf24489e2c02084953
4
+ data.tar.gz: 86e0fcc4a634784174b93e8e9761fcd42385b9659f3565b4e49a98fa544880c7
5
5
  SHA512:
6
- metadata.gz: 0caffd58fae3ca04c79ace31884aa2ada349a1745575da2c3c715b725a80f8324050519ca721d63245d534b01b37b6ce28b3077dffe4eef68d47b21946bc2d15
7
- data.tar.gz: 4af0b10fe3983290503268d99b4d4f3e445dbededbfebf706c020b93e33f53d2b1b200f05b9b8961ac43eee53876aa5d23c341c79b71ee641b474f9eb09d2710
6
+ metadata.gz: 28969f382a189fbb73c78319bb941f9b6f6f414cd3727a06796559588d220e1829fbc10f19b109a5c82d422416e83ec2f68ba0e706c2a274eb42206d57df13f5
7
+ data.tar.gz: 47be473f1547beadffd6487ae69ac945cbcc7c1cb596647c402177614897d47f03c2225b1a2fc88962ddb418c3f989076245c37e7b9e1f2c2d0b62a96afcb3d6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.192.0 (2025-03-24)
5
+ ------------------
6
+
7
+ * Feature - This release adds the AvailableSecurityUpdatesComplianceStatus field to patch baseline operations, as well as the AvailableSecurityUpdateCount and InstancesWithAvailableSecurityUpdates to patch state operations. Applies to Windows Server managed nodes only.
8
+
4
9
  1.191.0 (2025-02-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.191.0
1
+ 1.192.0
@@ -2177,6 +2177,20 @@ module Aws::SSM
2177
2177
  # including target operating systems and source repositories. Applies to
2178
2178
  # Linux managed nodes only.
2179
2179
  #
2180
+ # @option params [String] :available_security_updates_compliance_status
2181
+ # Indicates the status you want to assign to security patches that are
2182
+ # available but not approved because they don't meet the installation
2183
+ # criteria specified in the patch baseline.
2184
+ #
2185
+ # Example scenario: Security patches that you might want installed can
2186
+ # be skipped if you have specified a long period to wait after a patch
2187
+ # is released before installation. If an update to the patch is released
2188
+ # during your specified waiting period, the waiting period for
2189
+ # installing the patch starts over. If the waiting period is too long,
2190
+ # multiple versions of the patch could be released but never installed.
2191
+ #
2192
+ # Supported for Windows Server managed nodes only.
2193
+ #
2180
2194
  # @option params [String] :client_token
2181
2195
  # User-provided idempotency token.
2182
2196
  #
@@ -2248,6 +2262,7 @@ module Aws::SSM
2248
2262
  # configuration: "PatchSourceConfiguration", # required
2249
2263
  # },
2250
2264
  # ],
2265
+ # available_security_updates_compliance_status: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT
2251
2266
  # client_token: "ClientToken",
2252
2267
  # tags: [
2253
2268
  # {
@@ -4191,6 +4206,7 @@ module Aws::SSM
4191
4206
  # resp.instance_patch_states[0].failed_count #=> Integer
4192
4207
  # resp.instance_patch_states[0].unreported_not_applicable_count #=> Integer
4193
4208
  # resp.instance_patch_states[0].not_applicable_count #=> Integer
4209
+ # resp.instance_patch_states[0].available_security_update_count #=> Integer
4194
4210
  # resp.instance_patch_states[0].operation_start_time #=> Time
4195
4211
  # resp.instance_patch_states[0].operation_end_time #=> Time
4196
4212
  # resp.instance_patch_states[0].operation #=> String, one of "Scan", "Install"
@@ -4272,6 +4288,7 @@ module Aws::SSM
4272
4288
  # resp.instance_patch_states[0].failed_count #=> Integer
4273
4289
  # resp.instance_patch_states[0].unreported_not_applicable_count #=> Integer
4274
4290
  # resp.instance_patch_states[0].not_applicable_count #=> Integer
4291
+ # resp.instance_patch_states[0].available_security_update_count #=> Integer
4275
4292
  # resp.instance_patch_states[0].operation_start_time #=> Time
4276
4293
  # resp.instance_patch_states[0].operation_end_time #=> Time
4277
4294
  # resp.instance_patch_states[0].operation #=> String, one of "Scan", "Install"
@@ -4363,7 +4380,7 @@ module Aws::SSM
4363
4380
  # resp.patches[0].kb_id #=> String
4364
4381
  # resp.patches[0].classification #=> String
4365
4382
  # resp.patches[0].severity #=> String
4366
- # resp.patches[0].state #=> String, one of "INSTALLED", "INSTALLED_OTHER", "INSTALLED_PENDING_REBOOT", "INSTALLED_REJECTED", "MISSING", "NOT_APPLICABLE", "FAILED"
4383
+ # resp.patches[0].state #=> String, one of "INSTALLED", "INSTALLED_OTHER", "INSTALLED_PENDING_REBOOT", "INSTALLED_REJECTED", "MISSING", "NOT_APPLICABLE", "FAILED", "AVAILABLE_SECURITY_UPDATE"
4367
4384
  # resp.patches[0].installed_time #=> Time
4368
4385
  # resp.patches[0].cve_ids #=> String
4369
4386
  # resp.next_token #=> String
@@ -5419,6 +5436,7 @@ module Aws::SSM
5419
5436
  # * {Types::DescribePatchGroupStateResult#instances_with_critical_non_compliant_patches #instances_with_critical_non_compliant_patches} => Integer
5420
5437
  # * {Types::DescribePatchGroupStateResult#instances_with_security_non_compliant_patches #instances_with_security_non_compliant_patches} => Integer
5421
5438
  # * {Types::DescribePatchGroupStateResult#instances_with_other_non_compliant_patches #instances_with_other_non_compliant_patches} => Integer
5439
+ # * {Types::DescribePatchGroupStateResult#instances_with_available_security_updates #instances_with_available_security_updates} => Integer
5422
5440
  #
5423
5441
  # @example Request syntax with placeholder values
5424
5442
  #
@@ -5440,6 +5458,7 @@ module Aws::SSM
5440
5458
  # resp.instances_with_critical_non_compliant_patches #=> Integer
5441
5459
  # resp.instances_with_security_non_compliant_patches #=> Integer
5442
5460
  # resp.instances_with_other_non_compliant_patches #=> Integer
5461
+ # resp.instances_with_available_security_updates #=> Integer
5443
5462
  #
5444
5463
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchGroupState AWS API Documentation
5445
5464
  #
@@ -6231,6 +6250,7 @@ module Aws::SSM
6231
6250
  # configuration: "PatchSourceConfiguration", # required
6232
6251
  # },
6233
6252
  # ],
6253
+ # available_security_updates_compliance_status: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT
6234
6254
  # },
6235
6255
  # })
6236
6256
  #
@@ -7434,6 +7454,7 @@ module Aws::SSM
7434
7454
  # * {Types::GetPatchBaselineResult#modified_date #modified_date} => Time
7435
7455
  # * {Types::GetPatchBaselineResult#description #description} => String
7436
7456
  # * {Types::GetPatchBaselineResult#sources #sources} => Array<Types::PatchSource>
7457
+ # * {Types::GetPatchBaselineResult#available_security_updates_compliance_status #available_security_updates_compliance_status} => String
7437
7458
  #
7438
7459
  # @example Request syntax with placeholder values
7439
7460
  #
@@ -7476,6 +7497,7 @@ module Aws::SSM
7476
7497
  # resp.sources[0].products #=> Array
7477
7498
  # resp.sources[0].products[0] #=> String
7478
7499
  # resp.sources[0].configuration #=> String
7500
+ # resp.available_security_updates_compliance_status #=> String, one of "COMPLIANT", "NON_COMPLIANT"
7479
7501
  #
7480
7502
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaseline AWS API Documentation
7481
7503
  #
@@ -9159,14 +9181,17 @@ module Aws::SSM
9159
9181
  #
9160
9182
  # @option params [Array<String>] :account_ids_to_add
9161
9183
  # The Amazon Web Services users that should have access to the document.
9162
- # The account IDs can either be a group of account IDs or *All*.
9184
+ # The account IDs can either be a group of account IDs or *All*. You
9185
+ # must specify a value for this parameter or the `AccountIdsToRemove`
9186
+ # parameter.
9163
9187
  #
9164
9188
  # @option params [Array<String>] :account_ids_to_remove
9165
9189
  # The Amazon Web Services users that should no longer have access to the
9166
9190
  # document. The Amazon Web Services user can either be a group of
9167
9191
  # account IDs or *All*. This action has a higher priority than
9168
9192
  # `AccountIdsToAdd`. If you specify an ID to add and the same ID to
9169
- # remove, the system removes access to the document.
9193
+ # remove, the system removes access to the document. You must specify a
9194
+ # value for this parameter or the `AccountIdsToAdd` parameter.
9170
9195
  #
9171
9196
  # @option params [String] :shared_document_version
9172
9197
  # (Optional) The version of the document to share. If it isn't
@@ -9409,11 +9434,16 @@ module Aws::SSM
9409
9434
  # [Creating Systems Manager parameters][1] in the *Amazon Web Services
9410
9435
  # Systems Manager User Guide*.
9411
9436
  #
9412
- # <note markdown="1"> The maximum length constraint of 2048 characters listed below includes
9413
- # 1037 characters reserved for internal use by Systems Manager. The
9414
- # maximum length for a parameter name that you create is 1011
9415
- # characters. This includes the characters in the ARN that precede the
9416
- # name you specify, such as
9437
+ # <note markdown="1"> The reported maximum length of 2048 characters for a parameter name
9438
+ # includes 1037 characters that are reserved for internal use by Systems
9439
+ # Manager. The maximum length for a parameter name that you specify is
9440
+ # 1011 characters.
9441
+ #
9442
+ # This count of 1011 characters includes the characters in the ARN that
9443
+ # precede the name you specify. This ARN length will vary depending on
9444
+ # your partition and Region. For example, the following 45 characters
9445
+ # count toward the 1011 character maximum for a parameter created in the
9446
+ # US East (Ohio) Region:
9417
9447
  # `arn:aws:ssm:us-east-2:111122223333:parameter/`.
9418
9448
  #
9419
9449
  # </note>
@@ -13039,6 +13069,20 @@ module Aws::SSM
13039
13069
  # including target operating systems and source repositories. Applies to
13040
13070
  # Linux managed nodes only.
13041
13071
  #
13072
+ # @option params [String] :available_security_updates_compliance_status
13073
+ # Indicates the status to be assigned to security patches that are
13074
+ # available but not approved because they don't meet the installation
13075
+ # criteria specified in the patch baseline.
13076
+ #
13077
+ # Example scenario: Security patches that you might want installed can
13078
+ # be skipped if you have specified a long period to wait after a patch
13079
+ # is released before installation. If an update to the patch is released
13080
+ # during your specified waiting period, the waiting period for
13081
+ # installing the patch starts over. If the waiting period is too long,
13082
+ # multiple versions of the patch could be released but never installed.
13083
+ #
13084
+ # Supported for Windows Server managed nodes only.
13085
+ #
13042
13086
  # @option params [Boolean] :replace
13043
13087
  # If True, then all fields that are required by the CreatePatchBaseline
13044
13088
  # operation are also required for this API request. Optional fields that
@@ -13060,6 +13104,7 @@ module Aws::SSM
13060
13104
  # * {Types::UpdatePatchBaselineResult#modified_date #modified_date} => Time
13061
13105
  # * {Types::UpdatePatchBaselineResult#description #description} => String
13062
13106
  # * {Types::UpdatePatchBaselineResult#sources #sources} => Array&lt;Types::PatchSource&gt;
13107
+ # * {Types::UpdatePatchBaselineResult#available_security_updates_compliance_status #available_security_updates_compliance_status} => String
13063
13108
  #
13064
13109
  # @example Request syntax with placeholder values
13065
13110
  #
@@ -13105,6 +13150,7 @@ module Aws::SSM
13105
13150
  # configuration: "PatchSourceConfiguration", # required
13106
13151
  # },
13107
13152
  # ],
13153
+ # available_security_updates_compliance_status: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT
13108
13154
  # replace: false,
13109
13155
  # })
13110
13156
  #
@@ -13141,6 +13187,7 @@ module Aws::SSM
13141
13187
  # resp.sources[0].products #=> Array
13142
13188
  # resp.sources[0].products[0] #=> String
13143
13189
  # resp.sources[0].configuration #=> String
13190
+ # resp.available_security_updates_compliance_status #=> String, one of "COMPLIANT", "NON_COMPLIANT"
13144
13191
  #
13145
13192
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdatePatchBaseline AWS API Documentation
13146
13193
  #
@@ -13324,7 +13371,7 @@ module Aws::SSM
13324
13371
  tracer: tracer
13325
13372
  )
13326
13373
  context[:gem_name] = 'aws-sdk-ssm'
13327
- context[:gem_version] = '1.191.0'
13374
+ context[:gem_version] = '1.192.0'
13328
13375
  Seahorse::Client::Request.new(handlers, context)
13329
13376
  end
13330
13377
 
@@ -947,6 +947,7 @@ module Aws::SSM
947
947
  PatchAdvisoryId = Shapes::StringShape.new(name: 'PatchAdvisoryId')
948
948
  PatchAdvisoryIdList = Shapes::ListShape.new(name: 'PatchAdvisoryIdList')
949
949
  PatchArch = Shapes::StringShape.new(name: 'PatchArch')
950
+ PatchAvailableSecurityUpdateCount = Shapes::IntegerShape.new(name: 'PatchAvailableSecurityUpdateCount')
950
951
  PatchBaselineIdentity = Shapes::StructureShape.new(name: 'PatchBaselineIdentity')
951
952
  PatchBaselineIdentityList = Shapes::ListShape.new(name: 'PatchBaselineIdentityList')
952
953
  PatchBaselineMaxResults = Shapes::IntegerShape.new(name: 'PatchBaselineMaxResults')
@@ -961,6 +962,7 @@ module Aws::SSM
961
962
  PatchComplianceDataState = Shapes::StringShape.new(name: 'PatchComplianceDataState')
962
963
  PatchComplianceLevel = Shapes::StringShape.new(name: 'PatchComplianceLevel')
963
964
  PatchComplianceMaxResults = Shapes::IntegerShape.new(name: 'PatchComplianceMaxResults')
965
+ PatchComplianceStatus = Shapes::StringShape.new(name: 'PatchComplianceStatus')
964
966
  PatchContentUrl = Shapes::StringShape.new(name: 'PatchContentUrl')
965
967
  PatchCriticalNonCompliantCount = Shapes::IntegerShape.new(name: 'PatchCriticalNonCompliantCount')
966
968
  PatchDeploymentStatus = Shapes::StringShape.new(name: 'PatchDeploymentStatus')
@@ -1644,6 +1646,7 @@ module Aws::SSM
1644
1646
  BaselineOverride.add_member(:rejected_patches_action, Shapes::ShapeRef.new(shape: PatchAction, location_name: "RejectedPatchesAction"))
1645
1647
  BaselineOverride.add_member(:approved_patches_enable_non_security, Shapes::ShapeRef.new(shape: Boolean, location_name: "ApprovedPatchesEnableNonSecurity"))
1646
1648
  BaselineOverride.add_member(:sources, Shapes::ShapeRef.new(shape: PatchSourceList, location_name: "Sources"))
1649
+ BaselineOverride.add_member(:available_security_updates_compliance_status, Shapes::ShapeRef.new(shape: PatchComplianceStatus, location_name: "AvailableSecurityUpdatesComplianceStatus"))
1647
1650
  BaselineOverride.struct_class = Types::BaselineOverride
1648
1651
 
1649
1652
  CalendarNameOrARNList.member = Shapes::ShapeRef.new(shape: CalendarNameOrARN)
@@ -1940,6 +1943,7 @@ module Aws::SSM
1940
1943
  CreatePatchBaselineRequest.add_member(:rejected_patches_action, Shapes::ShapeRef.new(shape: PatchAction, location_name: "RejectedPatchesAction"))
1941
1944
  CreatePatchBaselineRequest.add_member(:description, Shapes::ShapeRef.new(shape: BaselineDescription, location_name: "Description"))
1942
1945
  CreatePatchBaselineRequest.add_member(:sources, Shapes::ShapeRef.new(shape: PatchSourceList, location_name: "Sources"))
1946
+ CreatePatchBaselineRequest.add_member(:available_security_updates_compliance_status, Shapes::ShapeRef.new(shape: PatchComplianceStatus, location_name: "AvailableSecurityUpdatesComplianceStatus"))
1943
1947
  CreatePatchBaselineRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
1944
1948
  CreatePatchBaselineRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1945
1949
  CreatePatchBaselineRequest.struct_class = Types::CreatePatchBaselineRequest
@@ -2370,6 +2374,7 @@ module Aws::SSM
2370
2374
  DescribePatchGroupStateResult.add_member(:instances_with_critical_non_compliant_patches, Shapes::ShapeRef.new(shape: InstancesCount, location_name: "InstancesWithCriticalNonCompliantPatches", metadata: {"box"=>true}))
2371
2375
  DescribePatchGroupStateResult.add_member(:instances_with_security_non_compliant_patches, Shapes::ShapeRef.new(shape: InstancesCount, location_name: "InstancesWithSecurityNonCompliantPatches", metadata: {"box"=>true}))
2372
2376
  DescribePatchGroupStateResult.add_member(:instances_with_other_non_compliant_patches, Shapes::ShapeRef.new(shape: InstancesCount, location_name: "InstancesWithOtherNonCompliantPatches", metadata: {"box"=>true}))
2377
+ DescribePatchGroupStateResult.add_member(:instances_with_available_security_updates, Shapes::ShapeRef.new(shape: Integer, location_name: "InstancesWithAvailableSecurityUpdates", metadata: {"box"=>true}))
2373
2378
  DescribePatchGroupStateResult.struct_class = Types::DescribePatchGroupStateResult
2374
2379
 
2375
2380
  DescribePatchGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PatchBaselineMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
@@ -2891,6 +2896,7 @@ module Aws::SSM
2891
2896
  GetPatchBaselineResult.add_member(:modified_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "ModifiedDate"))
2892
2897
  GetPatchBaselineResult.add_member(:description, Shapes::ShapeRef.new(shape: BaselineDescription, location_name: "Description"))
2893
2898
  GetPatchBaselineResult.add_member(:sources, Shapes::ShapeRef.new(shape: PatchSourceList, location_name: "Sources"))
2899
+ GetPatchBaselineResult.add_member(:available_security_updates_compliance_status, Shapes::ShapeRef.new(shape: PatchComplianceStatus, location_name: "AvailableSecurityUpdatesComplianceStatus"))
2894
2900
  GetPatchBaselineResult.struct_class = Types::GetPatchBaselineResult
2895
2901
 
2896
2902
  GetResourcePoliciesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArnString, required: true, location_name: "ResourceArn"))
@@ -3031,6 +3037,7 @@ module Aws::SSM
3031
3037
  InstancePatchState.add_member(:failed_count, Shapes::ShapeRef.new(shape: PatchFailedCount, location_name: "FailedCount"))
3032
3038
  InstancePatchState.add_member(:unreported_not_applicable_count, Shapes::ShapeRef.new(shape: PatchUnreportedNotApplicableCount, location_name: "UnreportedNotApplicableCount", metadata: {"box"=>true}))
3033
3039
  InstancePatchState.add_member(:not_applicable_count, Shapes::ShapeRef.new(shape: PatchNotApplicableCount, location_name: "NotApplicableCount"))
3040
+ InstancePatchState.add_member(:available_security_update_count, Shapes::ShapeRef.new(shape: PatchAvailableSecurityUpdateCount, location_name: "AvailableSecurityUpdateCount", metadata: {"box"=>true}))
3034
3041
  InstancePatchState.add_member(:operation_start_time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "OperationStartTime"))
3035
3042
  InstancePatchState.add_member(:operation_end_time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "OperationEndTime"))
3036
3043
  InstancePatchState.add_member(:operation, Shapes::ShapeRef.new(shape: PatchOperationType, required: true, location_name: "Operation"))
@@ -4986,6 +4993,7 @@ module Aws::SSM
4986
4993
  UpdatePatchBaselineRequest.add_member(:rejected_patches_action, Shapes::ShapeRef.new(shape: PatchAction, location_name: "RejectedPatchesAction"))
4987
4994
  UpdatePatchBaselineRequest.add_member(:description, Shapes::ShapeRef.new(shape: BaselineDescription, location_name: "Description"))
4988
4995
  UpdatePatchBaselineRequest.add_member(:sources, Shapes::ShapeRef.new(shape: PatchSourceList, location_name: "Sources"))
4996
+ UpdatePatchBaselineRequest.add_member(:available_security_updates_compliance_status, Shapes::ShapeRef.new(shape: PatchComplianceStatus, location_name: "AvailableSecurityUpdatesComplianceStatus"))
4989
4997
  UpdatePatchBaselineRequest.add_member(:replace, Shapes::ShapeRef.new(shape: Boolean, location_name: "Replace", metadata: {"box"=>true}))
4990
4998
  UpdatePatchBaselineRequest.struct_class = Types::UpdatePatchBaselineRequest
4991
4999
 
@@ -5003,6 +5011,7 @@ module Aws::SSM
5003
5011
  UpdatePatchBaselineResult.add_member(:modified_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "ModifiedDate"))
5004
5012
  UpdatePatchBaselineResult.add_member(:description, Shapes::ShapeRef.new(shape: BaselineDescription, location_name: "Description"))
5005
5013
  UpdatePatchBaselineResult.add_member(:sources, Shapes::ShapeRef.new(shape: PatchSourceList, location_name: "Sources"))
5014
+ UpdatePatchBaselineResult.add_member(:available_security_updates_compliance_status, Shapes::ShapeRef.new(shape: PatchComplianceStatus, location_name: "AvailableSecurityUpdatesComplianceStatus"))
5006
5015
  UpdatePatchBaselineResult.struct_class = Types::UpdatePatchBaselineResult
5007
5016
 
5008
5017
  UpdateResourceDataSyncRequest.add_member(:sync_name, Shapes::ShapeRef.new(shape: ResourceDataSyncName, required: true, location_name: "SyncName"))
@@ -1829,6 +1829,16 @@ module Aws::SSM
1829
1829
  # to Linux managed nodes only.
1830
1830
  # @return [Array<Types::PatchSource>]
1831
1831
  #
1832
+ # @!attribute [rw] available_security_updates_compliance_status
1833
+ # Indicates whether managed nodes for which there are available
1834
+ # security-related patches that have not been approved by the baseline
1835
+ # are being defined as `COMPLIANT` or `NON_COMPLIANT`. This option is
1836
+ # specified when the `CreatePatchBaseline` or `UpdatePatchBaseline`
1837
+ # commands are run.
1838
+ #
1839
+ # Applies to Windows Server managed nodes only.
1840
+ # @return [String]
1841
+ #
1832
1842
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/BaselineOverride AWS API Documentation
1833
1843
  #
1834
1844
  class BaselineOverride < Struct.new(
@@ -1840,7 +1850,8 @@ module Aws::SSM
1840
1850
  :rejected_patches,
1841
1851
  :rejected_patches_action,
1842
1852
  :approved_patches_enable_non_security,
1843
- :sources)
1853
+ :sources,
1854
+ :available_security_updates_compliance_status)
1844
1855
  SENSITIVE = []
1845
1856
  include Aws::Structure
1846
1857
  end
@@ -4060,6 +4071,22 @@ module Aws::SSM
4060
4071
  # to Linux managed nodes only.
4061
4072
  # @return [Array<Types::PatchSource>]
4062
4073
  #
4074
+ # @!attribute [rw] available_security_updates_compliance_status
4075
+ # Indicates the status you want to assign to security patches that are
4076
+ # available but not approved because they don't meet the installation
4077
+ # criteria specified in the patch baseline.
4078
+ #
4079
+ # Example scenario: Security patches that you might want installed can
4080
+ # be skipped if you have specified a long period to wait after a patch
4081
+ # is released before installation. If an update to the patch is
4082
+ # released during your specified waiting period, the waiting period
4083
+ # for installing the patch starts over. If the waiting period is too
4084
+ # long, multiple versions of the patch could be released but never
4085
+ # installed.
4086
+ #
4087
+ # Supported for Windows Server managed nodes only.
4088
+ # @return [String]
4089
+ #
4063
4090
  # @!attribute [rw] client_token
4064
4091
  # User-provided idempotency token.
4065
4092
  #
@@ -4099,6 +4126,7 @@ module Aws::SSM
4099
4126
  :rejected_patches_action,
4100
4127
  :description,
4101
4128
  :sources,
4129
+ :available_security_updates_compliance_status,
4102
4130
  :client_token,
4103
4131
  :tags)
4104
4132
  SENSITIVE = []
@@ -6411,6 +6439,16 @@ module Aws::SSM
6411
6439
  # is `NON_COMPLIANT`.
6412
6440
  # @return [Integer]
6413
6441
  #
6442
+ # @!attribute [rw] instances_with_available_security_updates
6443
+ # The number of managed nodes for which security-related patches are
6444
+ # available but not approved because because they didn't meet the
6445
+ # patch baseline requirements. For example, an updated version of a
6446
+ # patch might have been released before the specified auto-approval
6447
+ # period was over.
6448
+ #
6449
+ # Applies to Windows Server managed nodes only.
6450
+ # @return [Integer]
6451
+ #
6414
6452
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchGroupStateResult AWS API Documentation
6415
6453
  #
6416
6454
  class DescribePatchGroupStateResult < Struct.new(
@@ -6425,7 +6463,8 @@ module Aws::SSM
6425
6463
  :instances_with_unreported_not_applicable_patches,
6426
6464
  :instances_with_critical_non_compliant_patches,
6427
6465
  :instances_with_security_non_compliant_patches,
6428
- :instances_with_other_non_compliant_patches)
6466
+ :instances_with_other_non_compliant_patches,
6467
+ :instances_with_available_security_updates)
6429
6468
  SENSITIVE = []
6430
6469
  include Aws::Structure
6431
6470
  end
@@ -9278,6 +9317,15 @@ module Aws::SSM
9278
9317
  # to Linux managed nodes only.
9279
9318
  # @return [Array<Types::PatchSource>]
9280
9319
  #
9320
+ # @!attribute [rw] available_security_updates_compliance_status
9321
+ # Indicates the compliance status of managed nodes for which
9322
+ # security-related patches are available but were not approved. This
9323
+ # preference is specified when the `CreatePatchBaseline` or
9324
+ # `UpdatePatchBaseline` commands are run.
9325
+ #
9326
+ # Applies to Windows Server managed nodes only.
9327
+ # @return [String]
9328
+ #
9281
9329
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaselineResult AWS API Documentation
9282
9330
  #
9283
9331
  class GetPatchBaselineResult < Struct.new(
@@ -9295,7 +9343,8 @@ module Aws::SSM
9295
9343
  :created_date,
9296
9344
  :modified_date,
9297
9345
  :description,
9298
- :sources)
9346
+ :sources,
9347
+ :available_security_updates_compliance_status)
9299
9348
  SENSITIVE = []
9300
9349
  include Aws::Structure
9301
9350
  end
@@ -10049,6 +10098,15 @@ module Aws::SSM
10049
10098
  # `UnreportedNotApplicableCount`.
10050
10099
  # @return [Integer]
10051
10100
  #
10101
+ # @!attribute [rw] available_security_update_count
10102
+ # The number of security-related patches that are available but not
10103
+ # approved because they didn't meet the patch baseline requirements.
10104
+ # For example, an updated version of a patch might have been released
10105
+ # before the specified auto-approval period was over.
10106
+ #
10107
+ # Applies to Windows Server managed nodes only.
10108
+ # @return [Integer]
10109
+ #
10052
10110
  # @!attribute [rw] operation_start_time
10053
10111
  # The time the most recent patching operation was started on the
10054
10112
  # managed node.
@@ -10129,6 +10187,7 @@ module Aws::SSM
10129
10187
  :failed_count,
10130
10188
  :unreported_not_applicable_count,
10131
10189
  :not_applicable_count,
10190
+ :available_security_update_count,
10132
10191
  :operation_start_time,
10133
10192
  :operation_end_time,
10134
10193
  :operation,
@@ -13382,7 +13441,8 @@ module Aws::SSM
13382
13441
  # @!attribute [rw] account_ids_to_add
13383
13442
  # The Amazon Web Services users that should have access to the
13384
13443
  # document. The account IDs can either be a group of account IDs or
13385
- # *All*.
13444
+ # *All*. You must specify a value for this parameter or the
13445
+ # `AccountIdsToRemove` parameter.
13386
13446
  # @return [Array<String>]
13387
13447
  #
13388
13448
  # @!attribute [rw] account_ids_to_remove
@@ -13390,7 +13450,8 @@ module Aws::SSM
13390
13450
  # the document. The Amazon Web Services user can either be a group of
13391
13451
  # account IDs or *All*. This action has a higher priority than
13392
13452
  # `AccountIdsToAdd`. If you specify an ID to add and the same ID to
13393
- # remove, the system removes access to the document.
13453
+ # remove, the system removes access to the document. You must specify
13454
+ # a value for this parameter or the `AccountIdsToAdd` parameter.
13394
13455
  # @return [Array<String>]
13395
13456
  #
13396
13457
  # @!attribute [rw] shared_document_version
@@ -15808,11 +15869,16 @@ module Aws::SSM
15808
15869
  # see [Creating Systems Manager parameters][1] in the *Amazon Web
15809
15870
  # Services Systems Manager User Guide*.
15810
15871
  #
15811
- # <note markdown="1"> The maximum length constraint of 2048 characters listed below
15812
- # includes 1037 characters reserved for internal use by Systems
15813
- # Manager. The maximum length for a parameter name that you create is
15814
- # 1011 characters. This includes the characters in the ARN that
15815
- # precede the name you specify, such as
15872
+ # <note markdown="1"> The reported maximum length of 2048 characters for a parameter name
15873
+ # includes 1037 characters that are reserved for internal use by
15874
+ # Systems Manager. The maximum length for a parameter name that you
15875
+ # specify is 1011 characters.
15876
+ #
15877
+ # This count of 1011 characters includes the characters in the ARN
15878
+ # that precede the name you specify. This ARN length will vary
15879
+ # depending on your partition and Region. For example, the following
15880
+ # 45 characters count toward the 1011 character maximum for a
15881
+ # parameter created in the US East (Ohio) Region:
15816
15882
  # `arn:aws:ssm:us-east-2:111122223333:parameter/`.
15817
15883
  #
15818
15884
  # </note>
@@ -20478,6 +20544,22 @@ module Aws::SSM
20478
20544
  # to Linux managed nodes only.
20479
20545
  # @return [Array<Types::PatchSource>]
20480
20546
  #
20547
+ # @!attribute [rw] available_security_updates_compliance_status
20548
+ # Indicates the status to be assigned to security patches that are
20549
+ # available but not approved because they don't meet the installation
20550
+ # criteria specified in the patch baseline.
20551
+ #
20552
+ # Example scenario: Security patches that you might want installed can
20553
+ # be skipped if you have specified a long period to wait after a patch
20554
+ # is released before installation. If an update to the patch is
20555
+ # released during your specified waiting period, the waiting period
20556
+ # for installing the patch starts over. If the waiting period is too
20557
+ # long, multiple versions of the patch could be released but never
20558
+ # installed.
20559
+ #
20560
+ # Supported for Windows Server managed nodes only.
20561
+ # @return [String]
20562
+ #
20481
20563
  # @!attribute [rw] replace
20482
20564
  # If True, then all fields that are required by the
20483
20565
  # CreatePatchBaseline operation are also required for this API
@@ -20498,6 +20580,7 @@ module Aws::SSM
20498
20580
  :rejected_patches_action,
20499
20581
  :description,
20500
20582
  :sources,
20583
+ :available_security_updates_compliance_status,
20501
20584
  :replace)
20502
20585
  SENSITIVE = []
20503
20586
  include Aws::Structure
@@ -20567,6 +20650,15 @@ module Aws::SSM
20567
20650
  # to Linux managed nodes only.
20568
20651
  # @return [Array<Types::PatchSource>]
20569
20652
  #
20653
+ # @!attribute [rw] available_security_updates_compliance_status
20654
+ # Indicates the compliance status of managed nodes for which
20655
+ # security-related patches are available but were not approved. This
20656
+ # preference is specified when the `CreatePatchBaseline` or
20657
+ # `UpdatePatchBaseline` commands are run.
20658
+ #
20659
+ # Applies to Windows Server managed nodes only.
20660
+ # @return [String]
20661
+ #
20570
20662
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdatePatchBaselineResult AWS API Documentation
20571
20663
  #
20572
20664
  class UpdatePatchBaselineResult < Struct.new(
@@ -20583,7 +20675,8 @@ module Aws::SSM
20583
20675
  :created_date,
20584
20676
  :modified_date,
20585
20677
  :description,
20586
- :sources)
20678
+ :sources,
20679
+ :available_security_updates_compliance_status)
20587
20680
  SENSITIVE = []
20588
20681
  include Aws::Structure
20589
20682
  end
data/lib/aws-sdk-ssm.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::SSM
55
55
  autoload :EndpointProvider, 'aws-sdk-ssm/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ssm/endpoints'
57
57
 
58
- GEM_VERSION = '1.191.0'
58
+ GEM_VERSION = '1.192.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -486,6 +486,7 @@ module Aws
486
486
  configuration: ::String
487
487
  },
488
488
  ],
489
+ ?available_security_updates_compliance_status: ("COMPLIANT" | "NON_COMPLIANT"),
489
490
  ?client_token: ::String,
490
491
  ?tags: Array[
491
492
  {
@@ -1245,6 +1246,7 @@ module Aws
1245
1246
  def instances_with_critical_non_compliant_patches: () -> ::Integer
1246
1247
  def instances_with_security_non_compliant_patches: () -> ::Integer
1247
1248
  def instances_with_other_non_compliant_patches: () -> ::Integer
1249
+ def instances_with_available_security_updates: () -> ::Integer
1248
1250
  end
1249
1251
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#describe_patch_group_state-instance_method
1250
1252
  def describe_patch_group_state: (
@@ -1437,7 +1439,8 @@ module Aws
1437
1439
  products: Array[::String],
1438
1440
  configuration: ::String
1439
1441
  },
1440
- ]?
1442
+ ]?,
1443
+ available_security_updates_compliance_status: ("COMPLIANT" | "NON_COMPLIANT")?
1441
1444
  }
1442
1445
  ) -> _GetDeployablePatchSnapshotForInstanceResponseSuccess
1443
1446
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDeployablePatchSnapshotForInstanceResponseSuccess
@@ -1793,6 +1796,7 @@ module Aws
1793
1796
  def modified_date: () -> ::Time
1794
1797
  def description: () -> ::String
1795
1798
  def sources: () -> ::Array[Types::PatchSource]
1799
+ def available_security_updates_compliance_status: () -> ("COMPLIANT" | "NON_COMPLIANT")
1796
1800
  end
1797
1801
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#get_patch_baseline-instance_method
1798
1802
  def get_patch_baseline: (
@@ -3121,6 +3125,7 @@ module Aws
3121
3125
  def modified_date: () -> ::Time
3122
3126
  def description: () -> ::String
3123
3127
  def sources: () -> ::Array[Types::PatchSource]
3128
+ def available_security_updates_compliance_status: () -> ("COMPLIANT" | "NON_COMPLIANT")
3124
3129
  end
3125
3130
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Client.html#update_patch_baseline-instance_method
3126
3131
  def update_patch_baseline: (
@@ -3165,6 +3170,7 @@ module Aws
3165
3170
  configuration: ::String
3166
3171
  },
3167
3172
  ],
3173
+ ?available_security_updates_compliance_status: ("COMPLIANT" | "NON_COMPLIANT"),
3168
3174
  ?replace: bool
3169
3175
  ) -> _UpdatePatchBaselineResponseSuccess
3170
3176
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePatchBaselineResponseSuccess
data/sig/types.rbs CHANGED
@@ -391,6 +391,7 @@ module Aws::SSM
391
391
  attr_accessor rejected_patches_action: ("ALLOW_AS_DEPENDENCY" | "BLOCK")
392
392
  attr_accessor approved_patches_enable_non_security: bool
393
393
  attr_accessor sources: ::Array[Types::PatchSource]
394
+ attr_accessor available_security_updates_compliance_status: ("COMPLIANT" | "NON_COMPLIANT")
394
395
  SENSITIVE: []
395
396
  end
396
397
 
@@ -717,6 +718,7 @@ module Aws::SSM
717
718
  attr_accessor rejected_patches_action: ("ALLOW_AS_DEPENDENCY" | "BLOCK")
718
719
  attr_accessor description: ::String
719
720
  attr_accessor sources: ::Array[Types::PatchSource]
721
+ attr_accessor available_security_updates_compliance_status: ("COMPLIANT" | "NON_COMPLIANT")
720
722
  attr_accessor client_token: ::String
721
723
  attr_accessor tags: ::Array[Types::Tag]
722
724
  SENSITIVE: []
@@ -1329,6 +1331,7 @@ module Aws::SSM
1329
1331
  attr_accessor instances_with_critical_non_compliant_patches: ::Integer
1330
1332
  attr_accessor instances_with_security_non_compliant_patches: ::Integer
1331
1333
  attr_accessor instances_with_other_non_compliant_patches: ::Integer
1334
+ attr_accessor instances_with_available_security_updates: ::Integer
1332
1335
  SENSITIVE: []
1333
1336
  end
1334
1337
 
@@ -1994,6 +1997,7 @@ module Aws::SSM
1994
1997
  attr_accessor modified_date: ::Time
1995
1998
  attr_accessor description: ::String
1996
1999
  attr_accessor sources: ::Array[Types::PatchSource]
2000
+ attr_accessor available_security_updates_compliance_status: ("COMPLIANT" | "NON_COMPLIANT")
1997
2001
  SENSITIVE: []
1998
2002
  end
1999
2003
 
@@ -2153,6 +2157,7 @@ module Aws::SSM
2153
2157
  attr_accessor failed_count: ::Integer
2154
2158
  attr_accessor unreported_not_applicable_count: ::Integer
2155
2159
  attr_accessor not_applicable_count: ::Integer
2160
+ attr_accessor available_security_update_count: ::Integer
2156
2161
  attr_accessor operation_start_time: ::Time
2157
2162
  attr_accessor operation_end_time: ::Time
2158
2163
  attr_accessor operation: ("Scan" | "Install")
@@ -3448,7 +3453,7 @@ module Aws::SSM
3448
3453
  attr_accessor kb_id: ::String
3449
3454
  attr_accessor classification: ::String
3450
3455
  attr_accessor severity: ::String
3451
- attr_accessor state: ("INSTALLED" | "INSTALLED_OTHER" | "INSTALLED_PENDING_REBOOT" | "INSTALLED_REJECTED" | "MISSING" | "NOT_APPLICABLE" | "FAILED")
3456
+ attr_accessor state: ("INSTALLED" | "INSTALLED_OTHER" | "INSTALLED_PENDING_REBOOT" | "INSTALLED_REJECTED" | "MISSING" | "NOT_APPLICABLE" | "FAILED" | "AVAILABLE_SECURITY_UPDATE")
3452
3457
  attr_accessor installed_time: ::Time
3453
3458
  attr_accessor cve_ids: ::String
3454
3459
  SENSITIVE: []
@@ -4438,6 +4443,7 @@ module Aws::SSM
4438
4443
  attr_accessor rejected_patches_action: ("ALLOW_AS_DEPENDENCY" | "BLOCK")
4439
4444
  attr_accessor description: ::String
4440
4445
  attr_accessor sources: ::Array[Types::PatchSource]
4446
+ attr_accessor available_security_updates_compliance_status: ("COMPLIANT" | "NON_COMPLIANT")
4441
4447
  attr_accessor replace: bool
4442
4448
  SENSITIVE: []
4443
4449
  end
@@ -4457,6 +4463,7 @@ module Aws::SSM
4457
4463
  attr_accessor modified_date: ::Time
4458
4464
  attr_accessor description: ::String
4459
4465
  attr_accessor sources: ::Array[Types::PatchSource]
4466
+ attr_accessor available_security_updates_compliance_status: ("COMPLIANT" | "NON_COMPLIANT")
4460
4467
  SENSITIVE: []
4461
4468
  end
4462
4469
 
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.191.0
4
+ version: 1.192.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: 2025-02-28 00:00:00.000000000 Z
11
+ date: 2025-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core