aws-sdk-ssm 1.91.0 → 1.96.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
  SHA256:
3
- metadata.gz: b8915c9c545e40aaef55d8944158dbe4a2cd3ee52a0e71fe2b9ab395f503c59d
4
- data.tar.gz: 3bb39c6c9fdc4ddaf3a977e1f8b07481c024124fade915352152c55c184088ec
3
+ metadata.gz: c9a49c5f7c8fd230a389cbd929bdc633848dfd43303712d84b4894d6cc13a41d
4
+ data.tar.gz: 72e8a1b93ae63ef70a9359dd55cce7a8162fc761a9fdf1e329f0cbd33b507f62
5
5
  SHA512:
6
- metadata.gz: bb16ab74331c2b41898b5c57f7b0a5784c6ae62a6fb869b5c7b1a41f054f9e1ad30bb7bb94a17a808c26f626152d0b9e8afe174a0475eb20d5127f8166cfd6d5
7
- data.tar.gz: 1232672560375d0b58b267b7b703cebd650d06092a02db72f887e2641d7321b57d8c809ed1e9973807bc060b217401a2fcbd9cf5ae178f5870bea48f119cab17
6
+ metadata.gz: 1b9b1e3e606a7b4adfbe7e40da965abe4a7d1be8c748549cd3e5bc7b90dbb7db537006a14854de55c615d9183a7ae7c80f301c12ab47a76e569fc99bfeaf1d07
7
+ data.tar.gz: 7d5af9d613045c2863aea54ac2a166f70cd67f7f2d77bb6981fe23b08c291e76d62f762567232cf2244d694756a83496256d17941f588b70f4e7123f698905f6
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-ssm/customizations'
49
49
  # @!group service
50
50
  module Aws::SSM
51
51
 
52
- GEM_VERSION = '1.91.0'
52
+ GEM_VERSION = '1.96.0'
53
53
 
54
54
  end
@@ -1522,7 +1522,7 @@ module Aws::SSM
1522
1522
  # global_filters: {
1523
1523
  # patch_filters: [ # required
1524
1524
  # {
1525
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
1525
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
1526
1526
  # values: ["PatchFilterValue"], # required
1527
1527
  # },
1528
1528
  # ],
@@ -1533,7 +1533,7 @@ module Aws::SSM
1533
1533
  # patch_filter_group: { # required
1534
1534
  # patch_filters: [ # required
1535
1535
  # {
1536
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
1536
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
1537
1537
  # values: ["PatchFilterValue"], # required
1538
1538
  # },
1539
1539
  # ],
@@ -2651,6 +2651,19 @@ module Aws::SSM
2651
2651
  # resp.patches[0].kb_number #=> String
2652
2652
  # resp.patches[0].msrc_number #=> String
2653
2653
  # resp.patches[0].language #=> String
2654
+ # resp.patches[0].advisory_ids #=> Array
2655
+ # resp.patches[0].advisory_ids[0] #=> String
2656
+ # resp.patches[0].bugzilla_ids #=> Array
2657
+ # resp.patches[0].bugzilla_ids[0] #=> String
2658
+ # resp.patches[0].cve_ids #=> Array
2659
+ # resp.patches[0].cve_ids[0] #=> String
2660
+ # resp.patches[0].name #=> String
2661
+ # resp.patches[0].epoch #=> Integer
2662
+ # resp.patches[0].version #=> String
2663
+ # resp.patches[0].release #=> String
2664
+ # resp.patches[0].arch #=> String
2665
+ # resp.patches[0].severity #=> String
2666
+ # resp.patches[0].repository #=> String
2654
2667
  # resp.next_token #=> String
2655
2668
  #
2656
2669
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAvailablePatches AWS API Documentation
@@ -2865,6 +2878,19 @@ module Aws::SSM
2865
2878
  # resp.effective_patches[0].patch.kb_number #=> String
2866
2879
  # resp.effective_patches[0].patch.msrc_number #=> String
2867
2880
  # resp.effective_patches[0].patch.language #=> String
2881
+ # resp.effective_patches[0].patch.advisory_ids #=> Array
2882
+ # resp.effective_patches[0].patch.advisory_ids[0] #=> String
2883
+ # resp.effective_patches[0].patch.bugzilla_ids #=> Array
2884
+ # resp.effective_patches[0].patch.bugzilla_ids[0] #=> String
2885
+ # resp.effective_patches[0].patch.cve_ids #=> Array
2886
+ # resp.effective_patches[0].patch.cve_ids[0] #=> String
2887
+ # resp.effective_patches[0].patch.name #=> String
2888
+ # resp.effective_patches[0].patch.epoch #=> Integer
2889
+ # resp.effective_patches[0].patch.version #=> String
2890
+ # resp.effective_patches[0].patch.release #=> String
2891
+ # resp.effective_patches[0].patch.arch #=> String
2892
+ # resp.effective_patches[0].patch.severity #=> String
2893
+ # resp.effective_patches[0].patch.repository #=> String
2868
2894
  # resp.effective_patches[0].patch_status.deployment_status #=> String, one of "APPROVED", "PENDING_APPROVAL", "EXPLICIT_APPROVED", "EXPLICIT_REJECTED"
2869
2895
  # resp.effective_patches[0].patch_status.compliance_level #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "INFORMATIONAL", "UNSPECIFIED"
2870
2896
  # resp.effective_patches[0].patch_status.approval_date #=> Time
@@ -3225,6 +3251,7 @@ module Aws::SSM
3225
3251
  # resp.patches[0].severity #=> String
3226
3252
  # resp.patches[0].state #=> String, one of "INSTALLED", "INSTALLED_OTHER", "INSTALLED_PENDING_REBOOT", "INSTALLED_REJECTED", "MISSING", "NOT_APPLICABLE", "FAILED"
3227
3253
  # resp.patches[0].installed_time #=> Time
3254
+ # resp.patches[0].cve_ids #=> String
3228
3255
  # resp.next_token #=> String
3229
3256
  #
3230
3257
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatches AWS API Documentation
@@ -5469,10 +5496,10 @@ module Aws::SSM
5469
5496
  req.send_request(options)
5470
5497
  end
5471
5498
 
5472
- # Query a list of all parameters used by the AWS account.
5499
+ # Retrieves the history of all changes to a parameter.
5473
5500
  #
5474
5501
  # @option params [required, String] :name
5475
- # The name of a parameter you want to query.
5502
+ # The name of the parameter for which you want to review history.
5476
5503
  #
5477
5504
  # @option params [Boolean] :with_decryption
5478
5505
  # Return decrypted values for secure string parameters. This flag is
@@ -5716,12 +5743,12 @@ module Aws::SSM
5716
5743
  # resp.name #=> String
5717
5744
  # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN"
5718
5745
  # resp.global_filters.patch_filters #=> Array
5719
- # resp.global_filters.patch_filters[0].key #=> String, one of "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "MSRC_SEVERITY", "PATCH_ID", "SECTION", "PRIORITY", "SEVERITY"
5746
+ # resp.global_filters.patch_filters[0].key #=> String, one of "ARCH", "ADVISORY_ID", "BUGZILLA_ID", "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "CVE_ID", "EPOCH", "MSRC_SEVERITY", "NAME", "PATCH_ID", "SECTION", "PRIORITY", "REPOSITORY", "RELEASE", "SEVERITY", "SECURITY", "VERSION"
5720
5747
  # resp.global_filters.patch_filters[0].values #=> Array
5721
5748
  # resp.global_filters.patch_filters[0].values[0] #=> String
5722
5749
  # resp.approval_rules.patch_rules #=> Array
5723
5750
  # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters #=> Array
5724
- # 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"
5751
+ # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].key #=> String, one of "ARCH", "ADVISORY_ID", "BUGZILLA_ID", "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "CVE_ID", "EPOCH", "MSRC_SEVERITY", "NAME", "PATCH_ID", "SECTION", "PRIORITY", "REPOSITORY", "RELEASE", "SEVERITY", "SECURITY", "VERSION"
5725
5752
  # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].values #=> Array
5726
5753
  # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].values[0] #=> String
5727
5754
  # resp.approval_rules.patch_rules[0].compliance_level #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "INFORMATIONAL", "UNSPECIFIED"
@@ -5991,6 +6018,13 @@ module Aws::SSM
5991
6018
  # One or more filters. Use a filter to return a more specific list of
5992
6019
  # results.
5993
6020
  #
6021
+ # <note markdown="1"> Filtering associations using the `InstanceID` attribute only returns
6022
+ # legacy associations created using the `InstanceID` attribute.
6023
+ # Associations targeting the instance that are part of the Target
6024
+ # Attributes `ResourceGroup` or `Tags` are not returned.
6025
+ #
6026
+ # </note>
6027
+ #
5994
6028
  # @option params [Integer] :max_results
5995
6029
  # The maximum number of items to return for this call. The call also
5996
6030
  # returns a token that you can specify in a subsequent call to get the
@@ -7064,7 +7098,7 @@ module Aws::SSM
7064
7098
  # The type of parameter that you want to add to the system.
7065
7099
  #
7066
7100
  # <note markdown="1"> `SecureString` is not currently supported for AWS CloudFormation
7067
- # templates or in the China Regions.
7101
+ # templates.
7068
7102
  #
7069
7103
  # </note>
7070
7104
  #
@@ -9543,7 +9577,7 @@ module Aws::SSM
9543
9577
  # global_filters: {
9544
9578
  # patch_filters: [ # required
9545
9579
  # {
9546
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
9580
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
9547
9581
  # values: ["PatchFilterValue"], # required
9548
9582
  # },
9549
9583
  # ],
@@ -9554,7 +9588,7 @@ module Aws::SSM
9554
9588
  # patch_filter_group: { # required
9555
9589
  # patch_filters: [ # required
9556
9590
  # {
9557
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
9591
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
9558
9592
  # values: ["PatchFilterValue"], # required
9559
9593
  # },
9560
9594
  # ],
@@ -9588,12 +9622,12 @@ module Aws::SSM
9588
9622
  # resp.name #=> String
9589
9623
  # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN"
9590
9624
  # resp.global_filters.patch_filters #=> Array
9591
- # resp.global_filters.patch_filters[0].key #=> String, one of "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "MSRC_SEVERITY", "PATCH_ID", "SECTION", "PRIORITY", "SEVERITY"
9625
+ # resp.global_filters.patch_filters[0].key #=> String, one of "ARCH", "ADVISORY_ID", "BUGZILLA_ID", "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "CVE_ID", "EPOCH", "MSRC_SEVERITY", "NAME", "PATCH_ID", "SECTION", "PRIORITY", "REPOSITORY", "RELEASE", "SEVERITY", "SECURITY", "VERSION"
9592
9626
  # resp.global_filters.patch_filters[0].values #=> Array
9593
9627
  # resp.global_filters.patch_filters[0].values[0] #=> String
9594
9628
  # resp.approval_rules.patch_rules #=> Array
9595
9629
  # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters #=> Array
9596
- # 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"
9630
+ # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].key #=> String, one of "ARCH", "ADVISORY_ID", "BUGZILLA_ID", "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "CVE_ID", "EPOCH", "MSRC_SEVERITY", "NAME", "PATCH_ID", "SECTION", "PRIORITY", "REPOSITORY", "RELEASE", "SEVERITY", "SECURITY", "VERSION"
9597
9631
  # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].values #=> Array
9598
9632
  # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].values[0] #=> String
9599
9633
  # resp.approval_rules.patch_rules[0].compliance_level #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "INFORMATIONAL", "UNSPECIFIED"
@@ -9755,7 +9789,7 @@ module Aws::SSM
9755
9789
  params: params,
9756
9790
  config: config)
9757
9791
  context[:gem_name] = 'aws-sdk-ssm'
9758
- context[:gem_version] = '1.91.0'
9792
+ context[:gem_version] = '1.96.0'
9759
9793
  Seahorse::Client::Request.new(handlers, context)
9760
9794
  end
9761
9795
 
@@ -765,9 +765,17 @@ module Aws::SSM
765
765
  ParametersFilterValueList = Shapes::ListShape.new(name: 'ParametersFilterValueList')
766
766
  Patch = Shapes::StructureShape.new(name: 'Patch')
767
767
  PatchAction = Shapes::StringShape.new(name: 'PatchAction')
768
+ PatchAdvisoryId = Shapes::StringShape.new(name: 'PatchAdvisoryId')
769
+ PatchAdvisoryIdList = Shapes::ListShape.new(name: 'PatchAdvisoryIdList')
770
+ PatchArch = Shapes::StringShape.new(name: 'PatchArch')
768
771
  PatchBaselineIdentity = Shapes::StructureShape.new(name: 'PatchBaselineIdentity')
769
772
  PatchBaselineIdentityList = Shapes::ListShape.new(name: 'PatchBaselineIdentityList')
770
773
  PatchBaselineMaxResults = Shapes::IntegerShape.new(name: 'PatchBaselineMaxResults')
774
+ PatchBugzillaId = Shapes::StringShape.new(name: 'PatchBugzillaId')
775
+ PatchBugzillaIdList = Shapes::ListShape.new(name: 'PatchBugzillaIdList')
776
+ PatchCVEId = Shapes::StringShape.new(name: 'PatchCVEId')
777
+ PatchCVEIdList = Shapes::ListShape.new(name: 'PatchCVEIdList')
778
+ PatchCVEIds = Shapes::StringShape.new(name: 'PatchCVEIds')
771
779
  PatchClassification = Shapes::StringShape.new(name: 'PatchClassification')
772
780
  PatchComplianceData = Shapes::StructureShape.new(name: 'PatchComplianceData')
773
781
  PatchComplianceDataList = Shapes::ListShape.new(name: 'PatchComplianceDataList')
@@ -777,6 +785,7 @@ module Aws::SSM
777
785
  PatchContentUrl = Shapes::StringShape.new(name: 'PatchContentUrl')
778
786
  PatchDeploymentStatus = Shapes::StringShape.new(name: 'PatchDeploymentStatus')
779
787
  PatchDescription = Shapes::StringShape.new(name: 'PatchDescription')
788
+ PatchEpoch = Shapes::IntegerShape.new(name: 'PatchEpoch')
780
789
  PatchFailedCount = Shapes::IntegerShape.new(name: 'PatchFailedCount')
781
790
  PatchFilter = Shapes::StructureShape.new(name: 'PatchFilter')
782
791
  PatchFilterGroup = Shapes::StructureShape.new(name: 'PatchFilterGroup')
@@ -800,6 +809,7 @@ module Aws::SSM
800
809
  PatchMissingCount = Shapes::IntegerShape.new(name: 'PatchMissingCount')
801
810
  PatchMsrcNumber = Shapes::StringShape.new(name: 'PatchMsrcNumber')
802
811
  PatchMsrcSeverity = Shapes::StringShape.new(name: 'PatchMsrcSeverity')
812
+ PatchName = Shapes::StringShape.new(name: 'PatchName')
803
813
  PatchNotApplicableCount = Shapes::IntegerShape.new(name: 'PatchNotApplicableCount')
804
814
  PatchOperationType = Shapes::StringShape.new(name: 'PatchOperationType')
805
815
  PatchOrchestratorFilter = Shapes::StructureShape.new(name: 'PatchOrchestratorFilter')
@@ -812,6 +822,8 @@ module Aws::SSM
812
822
  PatchPropertiesList = Shapes::ListShape.new(name: 'PatchPropertiesList')
813
823
  PatchProperty = Shapes::StringShape.new(name: 'PatchProperty')
814
824
  PatchPropertyEntry = Shapes::MapShape.new(name: 'PatchPropertyEntry')
825
+ PatchRelease = Shapes::StringShape.new(name: 'PatchRelease')
826
+ PatchRepository = Shapes::StringShape.new(name: 'PatchRepository')
815
827
  PatchRule = Shapes::StructureShape.new(name: 'PatchRule')
816
828
  PatchRuleGroup = Shapes::StructureShape.new(name: 'PatchRuleGroup')
817
829
  PatchRuleList = Shapes::ListShape.new(name: 'PatchRuleList')
@@ -828,6 +840,7 @@ module Aws::SSM
828
840
  PatchTitle = Shapes::StringShape.new(name: 'PatchTitle')
829
841
  PatchUnreportedNotApplicableCount = Shapes::IntegerShape.new(name: 'PatchUnreportedNotApplicableCount')
830
842
  PatchVendor = Shapes::StringShape.new(name: 'PatchVendor')
843
+ PatchVersion = Shapes::StringShape.new(name: 'PatchVersion')
831
844
  PingStatus = Shapes::StringShape.new(name: 'PingStatus')
832
845
  PlatformType = Shapes::StringShape.new(name: 'PlatformType')
833
846
  PlatformTypeList = Shapes::ListShape.new(name: 'PlatformTypeList')
@@ -3313,8 +3326,20 @@ module Aws::SSM
3313
3326
  Patch.add_member(:kb_number, Shapes::ShapeRef.new(shape: PatchKbNumber, location_name: "KbNumber"))
3314
3327
  Patch.add_member(:msrc_number, Shapes::ShapeRef.new(shape: PatchMsrcNumber, location_name: "MsrcNumber"))
3315
3328
  Patch.add_member(:language, Shapes::ShapeRef.new(shape: PatchLanguage, location_name: "Language"))
3329
+ Patch.add_member(:advisory_ids, Shapes::ShapeRef.new(shape: PatchAdvisoryIdList, location_name: "AdvisoryIds"))
3330
+ Patch.add_member(:bugzilla_ids, Shapes::ShapeRef.new(shape: PatchBugzillaIdList, location_name: "BugzillaIds"))
3331
+ Patch.add_member(:cve_ids, Shapes::ShapeRef.new(shape: PatchCVEIdList, location_name: "CVEIds"))
3332
+ Patch.add_member(:name, Shapes::ShapeRef.new(shape: PatchName, location_name: "Name"))
3333
+ Patch.add_member(:epoch, Shapes::ShapeRef.new(shape: PatchEpoch, location_name: "Epoch"))
3334
+ Patch.add_member(:version, Shapes::ShapeRef.new(shape: PatchVersion, location_name: "Version"))
3335
+ Patch.add_member(:release, Shapes::ShapeRef.new(shape: PatchRelease, location_name: "Release"))
3336
+ Patch.add_member(:arch, Shapes::ShapeRef.new(shape: PatchArch, location_name: "Arch"))
3337
+ Patch.add_member(:severity, Shapes::ShapeRef.new(shape: PatchSeverity, location_name: "Severity"))
3338
+ Patch.add_member(:repository, Shapes::ShapeRef.new(shape: PatchRepository, location_name: "Repository"))
3316
3339
  Patch.struct_class = Types::Patch
3317
3340
 
3341
+ PatchAdvisoryIdList.member = Shapes::ShapeRef.new(shape: PatchAdvisoryId)
3342
+
3318
3343
  PatchBaselineIdentity.add_member(:baseline_id, Shapes::ShapeRef.new(shape: BaselineId, location_name: "BaselineId"))
3319
3344
  PatchBaselineIdentity.add_member(:baseline_name, Shapes::ShapeRef.new(shape: BaselineName, location_name: "BaselineName"))
3320
3345
  PatchBaselineIdentity.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystem, location_name: "OperatingSystem"))
@@ -3324,12 +3349,17 @@ module Aws::SSM
3324
3349
 
3325
3350
  PatchBaselineIdentityList.member = Shapes::ShapeRef.new(shape: PatchBaselineIdentity)
3326
3351
 
3352
+ PatchBugzillaIdList.member = Shapes::ShapeRef.new(shape: PatchBugzillaId)
3353
+
3354
+ PatchCVEIdList.member = Shapes::ShapeRef.new(shape: PatchCVEId)
3355
+
3327
3356
  PatchComplianceData.add_member(:title, Shapes::ShapeRef.new(shape: PatchTitle, required: true, location_name: "Title"))
3328
3357
  PatchComplianceData.add_member(:kb_id, Shapes::ShapeRef.new(shape: PatchKbNumber, required: true, location_name: "KBId"))
3329
3358
  PatchComplianceData.add_member(:classification, Shapes::ShapeRef.new(shape: PatchClassification, required: true, location_name: "Classification"))
3330
3359
  PatchComplianceData.add_member(:severity, Shapes::ShapeRef.new(shape: PatchSeverity, required: true, location_name: "Severity"))
3331
3360
  PatchComplianceData.add_member(:state, Shapes::ShapeRef.new(shape: PatchComplianceDataState, required: true, location_name: "State"))
3332
3361
  PatchComplianceData.add_member(:installed_time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "InstalledTime"))
3362
+ PatchComplianceData.add_member(:cve_ids, Shapes::ShapeRef.new(shape: PatchCVEIds, location_name: "CVEIds"))
3333
3363
  PatchComplianceData.struct_class = Types::PatchComplianceData
3334
3364
 
3335
3365
  PatchComplianceDataList.member = Shapes::ShapeRef.new(shape: PatchComplianceData)
@@ -620,6 +620,10 @@ module Aws::SSM
620
620
  #
621
621
  # @!attribute [rw] key
622
622
  # The name of the filter.
623
+ #
624
+ # <note markdown="1"> `InstanceId` has been deprecated.
625
+ #
626
+ # </note>
623
627
  # @return [String]
624
628
  #
625
629
  # @!attribute [rw] value
@@ -1149,7 +1153,8 @@ module Aws::SSM
1149
1153
  # @!attribute [rw] key
1150
1154
  # One or more keys to limit the results. Valid filter keys include the
1151
1155
  # following: DocumentNamePrefix, ExecutionStatus, ExecutionId,
1152
- # ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter.
1156
+ # ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter,
1157
+ # TargetResourceGroup.
1153
1158
  # @return [String]
1154
1159
  #
1155
1160
  # @!attribute [rw] values
@@ -2096,8 +2101,9 @@ module Aws::SSM
2096
2101
  # @return [String]
2097
2102
  #
2098
2103
  # @!attribute [rw] status
2099
- # The status of the compliance item. An item is either COMPLIANT or
2100
- # NON\_COMPLIANT.
2104
+ # The status of the compliance item. An item is either COMPLIANT,
2105
+ # NON\_COMPLIANT, or an empty string (for Windows patches that aren't
2106
+ # applicable).
2101
2107
  # @return [String]
2102
2108
  #
2103
2109
  # @!attribute [rw] severity
@@ -2164,9 +2170,8 @@ module Aws::SSM
2164
2170
  # @return [String]
2165
2171
  #
2166
2172
  # @!attribute [rw] status
2167
- # The status of the compliance item. An item is either COMPLIANT,
2168
- # NON\_COMPLIANT, or an empty string (for Windows patches that aren't
2169
- # applicable).
2173
+ # The status of the compliance item. An item is either COMPLIANT or
2174
+ # NON\_COMPLIANT.
2170
2175
  # @return [String]
2171
2176
  #
2172
2177
  # @!attribute [rw] details
@@ -3316,7 +3321,7 @@ module Aws::SSM
3316
3321
  # global_filters: {
3317
3322
  # patch_filters: [ # required
3318
3323
  # {
3319
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
3324
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
3320
3325
  # values: ["PatchFilterValue"], # required
3321
3326
  # },
3322
3327
  # ],
@@ -3327,7 +3332,7 @@ module Aws::SSM
3327
3332
  # patch_filter_group: { # required
3328
3333
  # patch_filters: [ # required
3329
3334
  # {
3330
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
3335
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
3331
3336
  # values: ["PatchFilterValue"], # required
3332
3337
  # },
3333
3338
  # ],
@@ -8303,7 +8308,7 @@ module Aws::SSM
8303
8308
  # }
8304
8309
  #
8305
8310
  # @!attribute [rw] name
8306
- # The name of a parameter you want to query.
8311
+ # The name of the parameter for which you want to review history.
8307
8312
  # @return [String]
8308
8313
  #
8309
8314
  # @!attribute [rw] with_decryption
@@ -8969,6 +8974,10 @@ module Aws::SSM
8969
8974
  #
8970
8975
  # @!attribute [rw] ping_status
8971
8976
  # Connection status of SSM Agent.
8977
+ #
8978
+ # <note markdown="1"> The status `Inactive` has been deprecated and is no longer in use.
8979
+ #
8980
+ # </note>
8972
8981
  # @return [String]
8973
8982
  #
8974
8983
  # @!attribute [rw] last_ping_date_time
@@ -10602,6 +10611,13 @@ module Aws::SSM
10602
10611
  # @!attribute [rw] association_filter_list
10603
10612
  # One or more filters. Use a filter to return a more specific list of
10604
10613
  # results.
10614
+ #
10615
+ # <note markdown="1"> Filtering associations using the `InstanceID` attribute only returns
10616
+ # legacy associations created using the `InstanceID` attribute.
10617
+ # Associations targeting the instance that are part of the Target
10618
+ # Attributes `ResourceGroup` or `Tags` are not returned.
10619
+ #
10620
+ # </note>
10605
10621
  # @return [Array<Types::AssociationFilter>]
10606
10622
  #
10607
10623
  # @!attribute [rw] max_results
@@ -13091,7 +13107,31 @@ module Aws::SSM
13091
13107
  include Aws::Structure
13092
13108
  end
13093
13109
 
13094
- # The parameter exceeded the maximum number of allowed versions.
13110
+ # Parameter Store retains the 100 most recently created versions of a
13111
+ # parameter. After this number of versions has been created, Parameter
13112
+ # Store deletes the oldest version when a new one is created. However,
13113
+ # if the oldest version has a *label* attached to it, Parameter Store
13114
+ # will not delete the version and instead presents this error message:
13115
+ #
13116
+ # `An error occurred (ParameterMaxVersionLimitExceeded) when calling the
13117
+ # PutParameter operation: You attempted to create a new version of
13118
+ # parameter-name by calling the PutParameter API with the overwrite
13119
+ # flag. Version version-number, the oldest version, can't be deleted
13120
+ # because it has a label associated with it. Move the label to another
13121
+ # version of the parameter, and try again.`
13122
+ #
13123
+ # This safeguard is to prevent parameter versions with mission critical
13124
+ # labels assigned to them from being deleted. To continue creating new
13125
+ # parameters, first move the label from the oldest version of the
13126
+ # parameter to a newer one for use in your operations. For information
13127
+ # about moving parameter labels, see [Move a parameter label
13128
+ # (console)][1] or [Move a parameter label (CLI) ][2] in the *AWS
13129
+ # Systems Manager User Guide*.
13130
+ #
13131
+ #
13132
+ #
13133
+ # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-console-move
13134
+ # [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-cli-move
13095
13135
  #
13096
13136
  # @!attribute [rw] message
13097
13137
  # @return [String]
@@ -13319,8 +13359,11 @@ module Aws::SSM
13319
13359
  # Represents metadata about a patch.
13320
13360
  #
13321
13361
  # @!attribute [rw] id
13322
- # The ID of the patch (this is different than the Microsoft Knowledge
13323
- # Base ID).
13362
+ # The ID of the patch. Applies to Windows patches only.
13363
+ #
13364
+ # <note markdown="1"> This ID is not the same as the Microsoft Knowledge Base ID.
13365
+ #
13366
+ # </note>
13324
13367
  # @return [String]
13325
13368
  #
13326
13369
  # @!attribute [rw] release_date
@@ -13344,37 +13387,95 @@ module Aws::SSM
13344
13387
  # @return [String]
13345
13388
  #
13346
13389
  # @!attribute [rw] product_family
13347
- # The product family the patch is applicable for (for example,
13348
- # Windows).
13390
+ # The product family the patch is applicable for. For example,
13391
+ # `Windows` or `Amazon Linux 2`.
13349
13392
  # @return [String]
13350
13393
  #
13351
13394
  # @!attribute [rw] product
13352
- # The specific product the patch is applicable for (for example,
13353
- # WindowsServer2016).
13395
+ # The specific product the patch is applicable for. For example,
13396
+ # `WindowsServer2016` or `AmazonLinux2018.03`.
13354
13397
  # @return [String]
13355
13398
  #
13356
13399
  # @!attribute [rw] classification
13357
- # The classification of the patch (for example, SecurityUpdates,
13358
- # Updates, CriticalUpdates).
13400
+ # The classification of the patch. For example, `SecurityUpdates`,
13401
+ # `Updates`, or `CriticalUpdates`.
13359
13402
  # @return [String]
13360
13403
  #
13361
13404
  # @!attribute [rw] msrc_severity
13362
- # The severity of the patch (for example Critical, Important,
13363
- # Moderate).
13405
+ # The severity of the patch, such as `Critical`, `Important`, or
13406
+ # `Moderate`. Applies to Windows patches only.
13364
13407
  # @return [String]
13365
13408
  #
13366
13409
  # @!attribute [rw] kb_number
13367
- # The Microsoft Knowledge Base ID of the patch.
13410
+ # The Microsoft Knowledge Base ID of the patch. Applies to Windows
13411
+ # patches only.
13368
13412
  # @return [String]
13369
13413
  #
13370
13414
  # @!attribute [rw] msrc_number
13371
- # The ID of the MSRC bulletin the patch is related to.
13415
+ # The ID of the Microsoft Security Response Center (MSRC) bulletin the
13416
+ # patch is related to. For example, `MS14-045`. Applies to Windows
13417
+ # patches only.
13372
13418
  # @return [String]
13373
13419
  #
13374
13420
  # @!attribute [rw] language
13375
13421
  # The language of the patch if it's language-specific.
13376
13422
  # @return [String]
13377
13423
  #
13424
+ # @!attribute [rw] advisory_ids
13425
+ # The Advisory ID of the patch. For example, `RHSA-2020:3779`. Applies
13426
+ # to Linux-based instances only.
13427
+ # @return [Array<String>]
13428
+ #
13429
+ # @!attribute [rw] bugzilla_ids
13430
+ # The Bugzilla ID of the patch. For example, `1600646`. Applies to
13431
+ # Linux-based instances only.
13432
+ # @return [Array<String>]
13433
+ #
13434
+ # @!attribute [rw] cve_ids
13435
+ # The Common Vulnerabilities and Exposures (CVE) ID of the patch. For
13436
+ # example, `CVE-1999-0067`. Applies to Linux-based instances only.
13437
+ # @return [Array<String>]
13438
+ #
13439
+ # @!attribute [rw] name
13440
+ # The name of the patch. Applies to Linux-based instances only.
13441
+ # @return [String]
13442
+ #
13443
+ # @!attribute [rw] epoch
13444
+ # The epoch of the patch. For example in
13445
+ # `pkg-example-EE-20180914-2.2.amzn1.noarch`, the epoch value is
13446
+ # `20180914-2`. Applies to Linux-based instances only.
13447
+ # @return [Integer]
13448
+ #
13449
+ # @!attribute [rw] version
13450
+ # The version number of the patch. For example, in
13451
+ # `example-pkg-1.710.10-2.7.abcd.x86_64`, the version number is
13452
+ # indicated by `-1`. Applies to Linux-based instances only.
13453
+ # @return [String]
13454
+ #
13455
+ # @!attribute [rw] release
13456
+ # The particular release of a patch. For example, in
13457
+ # `pkg-example-EE-20180914-2.2.amzn1.noarch`, the release is
13458
+ # `2.amaz1`. Applies to Linux-based instances only.
13459
+ # @return [String]
13460
+ #
13461
+ # @!attribute [rw] arch
13462
+ # The architecture of the patch. For example, in
13463
+ # `example-pkg-0.710.10-2.7.abcd.x86_64`, the architecture is
13464
+ # indicated by `x86_64`. Applies to Linux-based instances only.
13465
+ # @return [String]
13466
+ #
13467
+ # @!attribute [rw] severity
13468
+ # The severity level of the patch. For example, `CRITICAL` or
13469
+ # `MODERATE`.
13470
+ # @return [String]
13471
+ #
13472
+ # @!attribute [rw] repository
13473
+ # The source patch repository for the operating system and version,
13474
+ # such as `trusty-security` for Ubuntu Server 14.04 LTE and
13475
+ # `focal-security` for Ubuntu Server 20.04 LTE. Applies to Linux-based
13476
+ # instances only.
13477
+ # @return [String]
13478
+ #
13378
13479
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/Patch AWS API Documentation
13379
13480
  #
13380
13481
  class Patch < Struct.new(
@@ -13390,7 +13491,17 @@ module Aws::SSM
13390
13491
  :msrc_severity,
13391
13492
  :kb_number,
13392
13493
  :msrc_number,
13393
- :language)
13494
+ :language,
13495
+ :advisory_ids,
13496
+ :bugzilla_ids,
13497
+ :cve_ids,
13498
+ :name,
13499
+ :epoch,
13500
+ :version,
13501
+ :release,
13502
+ :arch,
13503
+ :severity,
13504
+ :repository)
13394
13505
  SENSITIVE = []
13395
13506
  include Aws::Structure
13396
13507
  end
@@ -13469,6 +13580,11 @@ module Aws::SSM
13469
13580
  # all operating systems provide this level of information.
13470
13581
  # @return [Time]
13471
13582
  #
13583
+ # @!attribute [rw] cve_ids
13584
+ # The IDs of one or more Common Vulnerabilities and Exposure (CVE)
13585
+ # issues that are resolved by the patch.
13586
+ # @return [String]
13587
+ #
13472
13588
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PatchComplianceData AWS API Documentation
13473
13589
  #
13474
13590
  class PatchComplianceData < Struct.new(
@@ -13477,7 +13593,8 @@ module Aws::SSM
13477
13593
  :classification,
13478
13594
  :severity,
13479
13595
  :state,
13480
- :installed_time)
13596
+ :installed_time,
13597
+ :cve_ids)
13481
13598
  SENSITIVE = []
13482
13599
  include Aws::Structure
13483
13600
  end
@@ -13504,7 +13621,7 @@ module Aws::SSM
13504
13621
  # data as a hash:
13505
13622
  #
13506
13623
  # {
13507
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
13624
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
13508
13625
  # values: ["PatchFilterValue"], # required
13509
13626
  # }
13510
13627
  #
@@ -13539,7 +13656,7 @@ module Aws::SSM
13539
13656
  # {
13540
13657
  # patch_filters: [ # required
13541
13658
  # {
13542
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
13659
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
13543
13660
  # values: ["PatchFilterValue"], # required
13544
13661
  # },
13545
13662
  # ],
@@ -13613,7 +13730,7 @@ module Aws::SSM
13613
13730
  # patch_filter_group: { # required
13614
13731
  # patch_filters: [ # required
13615
13732
  # {
13616
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
13733
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
13617
13734
  # values: ["PatchFilterValue"], # required
13618
13735
  # },
13619
13736
  # ],
@@ -13678,7 +13795,7 @@ module Aws::SSM
13678
13795
  # patch_filter_group: { # required
13679
13796
  # patch_filters: [ # required
13680
13797
  # {
13681
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
13798
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
13682
13799
  # values: ["PatchFilterValue"], # required
13683
13800
  # },
13684
13801
  # ],
@@ -14067,7 +14184,7 @@ module Aws::SSM
14067
14184
  # The type of parameter that you want to add to the system.
14068
14185
  #
14069
14186
  # <note markdown="1"> `SecureString` is not currently supported for AWS CloudFormation
14070
- # templates or in the China Regions.
14187
+ # templates.
14071
14188
  #
14072
14189
  # </note>
14073
14190
  #
@@ -16691,7 +16808,8 @@ module Aws::SSM
16691
16808
  # The specified target instance for the session is not fully configured
16692
16809
  # for use with Session Manager. For more information, see [Getting
16693
16810
  # started with Session Manager][1] in the *AWS Systems Manager User
16694
- # Guide*.
16811
+ # Guide*. This error is also returned if you attempt to start a session
16812
+ # on an instance that is located in a different account or Region
16695
16813
  #
16696
16814
  #
16697
16815
  #
@@ -18045,7 +18163,7 @@ module Aws::SSM
18045
18163
  # global_filters: {
18046
18164
  # patch_filters: [ # required
18047
18165
  # {
18048
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
18166
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
18049
18167
  # values: ["PatchFilterValue"], # required
18050
18168
  # },
18051
18169
  # ],
@@ -18056,7 +18174,7 @@ module Aws::SSM
18056
18174
  # patch_filter_group: { # required
18057
18175
  # patch_filters: [ # required
18058
18176
  # {
18059
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
18177
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
18060
18178
  # values: ["PatchFilterValue"], # required
18061
18179
  # },
18062
18180
  # ],
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.91.0
4
+ version: 1.96.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-09-16 00:00:00.000000000 Z
11
+ date: 2020-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.109.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.99.0
32
+ version: 3.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement