aws-sdk-ssm 1.89.0 → 1.94.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 +4 -4
- data/lib/aws-sdk-ssm.rb +2 -1
- data/lib/aws-sdk-ssm/client.rb +39 -13
- data/lib/aws-sdk-ssm/client_api.rb +28 -0
- data/lib/aws-sdk-ssm/types.rb +113 -36
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f4ee7898abab202265e5683df1dd3ee63e32ca0f305e833bfeb5911bdc1886b
|
4
|
+
data.tar.gz: 6c5df6a825f7637ed7f6801950dcde030ec1c0dd5842f8b1f5a1f8be24cf43fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2697209bcc6993b16ffec15ce998b8f51db5b8422b395eb4f39f2ab8d10d167ff7a493772fa0b5f56bb4b679e95a572d038e1d1c470a3517657b48d29f09748
|
7
|
+
data.tar.gz: 3a5ca0268063639e26d5e5a6eb1d17427e5f144613b46b2b9ed7856d26f4c1c07fbcdc820919add48b5c16cd8d9ac6d6630ce3d34850e70a3f120c730cbd0f5f
|
data/lib/aws-sdk-ssm.rb
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
+
|
10
11
|
require 'aws-sdk-core'
|
11
12
|
require 'aws-sigv4'
|
12
13
|
|
@@ -48,6 +49,6 @@ require_relative 'aws-sdk-ssm/customizations'
|
|
48
49
|
# @!group service
|
49
50
|
module Aws::SSM
|
50
51
|
|
51
|
-
GEM_VERSION = '1.
|
52
|
+
GEM_VERSION = '1.94.0'
|
52
53
|
|
53
54
|
end
|
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -1522,7 +1522,7 @@ module Aws::SSM
|
|
1522
1522
|
# global_filters: {
|
1523
1523
|
# patch_filters: [ # required
|
1524
1524
|
# {
|
1525
|
-
# key: "
|
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: "
|
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
|
@@ -5469,10 +5495,10 @@ module Aws::SSM
|
|
5469
5495
|
req.send_request(options)
|
5470
5496
|
end
|
5471
5497
|
|
5472
|
-
#
|
5498
|
+
# Retrieves the history of all changes to a parameter.
|
5473
5499
|
#
|
5474
5500
|
# @option params [required, String] :name
|
5475
|
-
# The name of
|
5501
|
+
# The name of the parameter for which you want to review history.
|
5476
5502
|
#
|
5477
5503
|
# @option params [Boolean] :with_decryption
|
5478
5504
|
# Return decrypted values for secure string parameters. This flag is
|
@@ -5716,12 +5742,12 @@ module Aws::SSM
|
|
5716
5742
|
# resp.name #=> String
|
5717
5743
|
# resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN"
|
5718
5744
|
# 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"
|
5745
|
+
# 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
5746
|
# resp.global_filters.patch_filters[0].values #=> Array
|
5721
5747
|
# resp.global_filters.patch_filters[0].values[0] #=> String
|
5722
5748
|
# resp.approval_rules.patch_rules #=> Array
|
5723
5749
|
# 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"
|
5750
|
+
# 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
5751
|
# resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].values #=> Array
|
5726
5752
|
# resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].values[0] #=> String
|
5727
5753
|
# resp.approval_rules.patch_rules[0].compliance_level #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "INFORMATIONAL", "UNSPECIFIED"
|
@@ -6679,8 +6705,8 @@ module Aws::SSM
|
|
6679
6705
|
# @option params [String] :sync_type
|
6680
6706
|
# View a list of resource data syncs according to the sync type. Specify
|
6681
6707
|
# `SyncToDestination` to view resource data syncs that synchronize data
|
6682
|
-
# to an Amazon S3
|
6683
|
-
#
|
6708
|
+
# to an Amazon S3 bucket. Specify `SyncFromSource` to view resource data
|
6709
|
+
# syncs from AWS Organizations or from multiple AWS Regions.
|
6684
6710
|
#
|
6685
6711
|
# @option params [String] :next_token
|
6686
6712
|
# A token to start the list. Use this token to get the next set of
|
@@ -9543,7 +9569,7 @@ module Aws::SSM
|
|
9543
9569
|
# global_filters: {
|
9544
9570
|
# patch_filters: [ # required
|
9545
9571
|
# {
|
9546
|
-
# key: "
|
9572
|
+
# 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
9573
|
# values: ["PatchFilterValue"], # required
|
9548
9574
|
# },
|
9549
9575
|
# ],
|
@@ -9554,7 +9580,7 @@ module Aws::SSM
|
|
9554
9580
|
# patch_filter_group: { # required
|
9555
9581
|
# patch_filters: [ # required
|
9556
9582
|
# {
|
9557
|
-
# key: "
|
9583
|
+
# 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
9584
|
# values: ["PatchFilterValue"], # required
|
9559
9585
|
# },
|
9560
9586
|
# ],
|
@@ -9588,12 +9614,12 @@ module Aws::SSM
|
|
9588
9614
|
# resp.name #=> String
|
9589
9615
|
# resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN"
|
9590
9616
|
# 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"
|
9617
|
+
# 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
9618
|
# resp.global_filters.patch_filters[0].values #=> Array
|
9593
9619
|
# resp.global_filters.patch_filters[0].values[0] #=> String
|
9594
9620
|
# resp.approval_rules.patch_rules #=> Array
|
9595
9621
|
# 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"
|
9622
|
+
# 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
9623
|
# resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].values #=> Array
|
9598
9624
|
# resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].values[0] #=> String
|
9599
9625
|
# resp.approval_rules.patch_rules[0].compliance_level #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "INFORMATIONAL", "UNSPECIFIED"
|
@@ -9755,7 +9781,7 @@ module Aws::SSM
|
|
9755
9781
|
params: params,
|
9756
9782
|
config: config)
|
9757
9783
|
context[:gem_name] = 'aws-sdk-ssm'
|
9758
|
-
context[:gem_version] = '1.
|
9784
|
+
context[:gem_version] = '1.94.0'
|
9759
9785
|
Seahorse::Client::Request.new(handlers, context)
|
9760
9786
|
end
|
9761
9787
|
|
@@ -765,9 +765,16 @@ 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')
|
771
778
|
PatchClassification = Shapes::StringShape.new(name: 'PatchClassification')
|
772
779
|
PatchComplianceData = Shapes::StructureShape.new(name: 'PatchComplianceData')
|
773
780
|
PatchComplianceDataList = Shapes::ListShape.new(name: 'PatchComplianceDataList')
|
@@ -777,6 +784,7 @@ module Aws::SSM
|
|
777
784
|
PatchContentUrl = Shapes::StringShape.new(name: 'PatchContentUrl')
|
778
785
|
PatchDeploymentStatus = Shapes::StringShape.new(name: 'PatchDeploymentStatus')
|
779
786
|
PatchDescription = Shapes::StringShape.new(name: 'PatchDescription')
|
787
|
+
PatchEpoch = Shapes::IntegerShape.new(name: 'PatchEpoch')
|
780
788
|
PatchFailedCount = Shapes::IntegerShape.new(name: 'PatchFailedCount')
|
781
789
|
PatchFilter = Shapes::StructureShape.new(name: 'PatchFilter')
|
782
790
|
PatchFilterGroup = Shapes::StructureShape.new(name: 'PatchFilterGroup')
|
@@ -800,6 +808,7 @@ module Aws::SSM
|
|
800
808
|
PatchMissingCount = Shapes::IntegerShape.new(name: 'PatchMissingCount')
|
801
809
|
PatchMsrcNumber = Shapes::StringShape.new(name: 'PatchMsrcNumber')
|
802
810
|
PatchMsrcSeverity = Shapes::StringShape.new(name: 'PatchMsrcSeverity')
|
811
|
+
PatchName = Shapes::StringShape.new(name: 'PatchName')
|
803
812
|
PatchNotApplicableCount = Shapes::IntegerShape.new(name: 'PatchNotApplicableCount')
|
804
813
|
PatchOperationType = Shapes::StringShape.new(name: 'PatchOperationType')
|
805
814
|
PatchOrchestratorFilter = Shapes::StructureShape.new(name: 'PatchOrchestratorFilter')
|
@@ -812,6 +821,8 @@ module Aws::SSM
|
|
812
821
|
PatchPropertiesList = Shapes::ListShape.new(name: 'PatchPropertiesList')
|
813
822
|
PatchProperty = Shapes::StringShape.new(name: 'PatchProperty')
|
814
823
|
PatchPropertyEntry = Shapes::MapShape.new(name: 'PatchPropertyEntry')
|
824
|
+
PatchRelease = Shapes::StringShape.new(name: 'PatchRelease')
|
825
|
+
PatchRepository = Shapes::StringShape.new(name: 'PatchRepository')
|
815
826
|
PatchRule = Shapes::StructureShape.new(name: 'PatchRule')
|
816
827
|
PatchRuleGroup = Shapes::StructureShape.new(name: 'PatchRuleGroup')
|
817
828
|
PatchRuleList = Shapes::ListShape.new(name: 'PatchRuleList')
|
@@ -828,6 +839,7 @@ module Aws::SSM
|
|
828
839
|
PatchTitle = Shapes::StringShape.new(name: 'PatchTitle')
|
829
840
|
PatchUnreportedNotApplicableCount = Shapes::IntegerShape.new(name: 'PatchUnreportedNotApplicableCount')
|
830
841
|
PatchVendor = Shapes::StringShape.new(name: 'PatchVendor')
|
842
|
+
PatchVersion = Shapes::StringShape.new(name: 'PatchVersion')
|
831
843
|
PingStatus = Shapes::StringShape.new(name: 'PingStatus')
|
832
844
|
PlatformType = Shapes::StringShape.new(name: 'PlatformType')
|
833
845
|
PlatformTypeList = Shapes::ListShape.new(name: 'PlatformTypeList')
|
@@ -3313,8 +3325,20 @@ module Aws::SSM
|
|
3313
3325
|
Patch.add_member(:kb_number, Shapes::ShapeRef.new(shape: PatchKbNumber, location_name: "KbNumber"))
|
3314
3326
|
Patch.add_member(:msrc_number, Shapes::ShapeRef.new(shape: PatchMsrcNumber, location_name: "MsrcNumber"))
|
3315
3327
|
Patch.add_member(:language, Shapes::ShapeRef.new(shape: PatchLanguage, location_name: "Language"))
|
3328
|
+
Patch.add_member(:advisory_ids, Shapes::ShapeRef.new(shape: PatchAdvisoryIdList, location_name: "AdvisoryIds"))
|
3329
|
+
Patch.add_member(:bugzilla_ids, Shapes::ShapeRef.new(shape: PatchBugzillaIdList, location_name: "BugzillaIds"))
|
3330
|
+
Patch.add_member(:cve_ids, Shapes::ShapeRef.new(shape: PatchCVEIdList, location_name: "CVEIds"))
|
3331
|
+
Patch.add_member(:name, Shapes::ShapeRef.new(shape: PatchName, location_name: "Name"))
|
3332
|
+
Patch.add_member(:epoch, Shapes::ShapeRef.new(shape: PatchEpoch, location_name: "Epoch"))
|
3333
|
+
Patch.add_member(:version, Shapes::ShapeRef.new(shape: PatchVersion, location_name: "Version"))
|
3334
|
+
Patch.add_member(:release, Shapes::ShapeRef.new(shape: PatchRelease, location_name: "Release"))
|
3335
|
+
Patch.add_member(:arch, Shapes::ShapeRef.new(shape: PatchArch, location_name: "Arch"))
|
3336
|
+
Patch.add_member(:severity, Shapes::ShapeRef.new(shape: PatchSeverity, location_name: "Severity"))
|
3337
|
+
Patch.add_member(:repository, Shapes::ShapeRef.new(shape: PatchRepository, location_name: "Repository"))
|
3316
3338
|
Patch.struct_class = Types::Patch
|
3317
3339
|
|
3340
|
+
PatchAdvisoryIdList.member = Shapes::ShapeRef.new(shape: PatchAdvisoryId)
|
3341
|
+
|
3318
3342
|
PatchBaselineIdentity.add_member(:baseline_id, Shapes::ShapeRef.new(shape: BaselineId, location_name: "BaselineId"))
|
3319
3343
|
PatchBaselineIdentity.add_member(:baseline_name, Shapes::ShapeRef.new(shape: BaselineName, location_name: "BaselineName"))
|
3320
3344
|
PatchBaselineIdentity.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystem, location_name: "OperatingSystem"))
|
@@ -3324,6 +3348,10 @@ module Aws::SSM
|
|
3324
3348
|
|
3325
3349
|
PatchBaselineIdentityList.member = Shapes::ShapeRef.new(shape: PatchBaselineIdentity)
|
3326
3350
|
|
3351
|
+
PatchBugzillaIdList.member = Shapes::ShapeRef.new(shape: PatchBugzillaId)
|
3352
|
+
|
3353
|
+
PatchCVEIdList.member = Shapes::ShapeRef.new(shape: PatchCVEId)
|
3354
|
+
|
3327
3355
|
PatchComplianceData.add_member(:title, Shapes::ShapeRef.new(shape: PatchTitle, required: true, location_name: "Title"))
|
3328
3356
|
PatchComplianceData.add_member(:kb_id, Shapes::ShapeRef.new(shape: PatchKbNumber, required: true, location_name: "KBId"))
|
3329
3357
|
PatchComplianceData.add_member(:classification, Shapes::ShapeRef.new(shape: PatchClassification, required: true, location_name: "Classification"))
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -924,12 +924,12 @@ module Aws::SSM
|
|
924
924
|
# * For the key *SourceUrl*, the value is an S3 bucket location. For
|
925
925
|
# example:
|
926
926
|
#
|
927
|
-
# `"Values": [ "s3://
|
927
|
+
# `"Values": [ "s3://doc-example-bucket/my-folder" ]`
|
928
928
|
#
|
929
929
|
# * For the key *S3FileUrl*, the value is a file in an S3 bucket. For
|
930
930
|
# example:
|
931
931
|
#
|
932
|
-
# `"Values": [ "s3://
|
932
|
+
# `"Values": [ "s3://doc-example-bucket/my-folder/my-file.py" ]`
|
933
933
|
#
|
934
934
|
# * For the key *AttachmentReference*, the value is constructed from
|
935
935
|
# the name of another SSM document in your account, a version number
|
@@ -1974,14 +1974,14 @@ module Aws::SSM
|
|
1974
1974
|
# be stored. This was requested when issuing the command. For example,
|
1975
1975
|
# in the following response:
|
1976
1976
|
#
|
1977
|
-
#
|
1977
|
+
# doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript
|
1978
1978
|
#
|
1979
|
-
#
|
1979
|
+
# doc-example-bucket is the name of the S3 bucket;
|
1980
1980
|
#
|
1981
1981
|
# ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3
|
1982
1982
|
# prefix;
|
1983
1983
|
#
|
1984
|
-
# i-
|
1984
|
+
# i-02573cafcfEXAMPLE is the instance ID;
|
1985
1985
|
#
|
1986
1986
|
# awsrunShellScript is the name of the plugin.
|
1987
1987
|
# @return [String]
|
@@ -1991,14 +1991,14 @@ module Aws::SSM
|
|
1991
1991
|
# command executions should be stored. This was requested when issuing
|
1992
1992
|
# the command. For example, in the following response:
|
1993
1993
|
#
|
1994
|
-
#
|
1994
|
+
# doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript
|
1995
1995
|
#
|
1996
|
-
#
|
1996
|
+
# doc-example-bucket is the name of the S3 bucket;
|
1997
1997
|
#
|
1998
1998
|
# ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3
|
1999
1999
|
# prefix;
|
2000
2000
|
#
|
2001
|
-
# i-
|
2001
|
+
# i-02573cafcfEXAMPLE is the instance ID;
|
2002
2002
|
#
|
2003
2003
|
# awsrunShellScript is the name of the plugin.
|
2004
2004
|
# @return [String]
|
@@ -2096,8 +2096,9 @@ module Aws::SSM
|
|
2096
2096
|
# @return [String]
|
2097
2097
|
#
|
2098
2098
|
# @!attribute [rw] status
|
2099
|
-
# The status of the compliance item. An item is either COMPLIANT
|
2100
|
-
# NON\_COMPLIANT
|
2099
|
+
# The status of the compliance item. An item is either COMPLIANT,
|
2100
|
+
# NON\_COMPLIANT, or an empty string (for Windows patches that aren't
|
2101
|
+
# applicable).
|
2101
2102
|
# @return [String]
|
2102
2103
|
#
|
2103
2104
|
# @!attribute [rw] severity
|
@@ -3315,7 +3316,7 @@ module Aws::SSM
|
|
3315
3316
|
# global_filters: {
|
3316
3317
|
# patch_filters: [ # required
|
3317
3318
|
# {
|
3318
|
-
# key: "
|
3319
|
+
# 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
|
3319
3320
|
# values: ["PatchFilterValue"], # required
|
3320
3321
|
# },
|
3321
3322
|
# ],
|
@@ -3326,7 +3327,7 @@ module Aws::SSM
|
|
3326
3327
|
# patch_filter_group: { # required
|
3327
3328
|
# patch_filters: [ # required
|
3328
3329
|
# {
|
3329
|
-
# key: "
|
3330
|
+
# 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
|
3330
3331
|
# values: ["PatchFilterValue"], # required
|
3331
3332
|
# },
|
3332
3333
|
# ],
|
@@ -8302,7 +8303,7 @@ module Aws::SSM
|
|
8302
8303
|
# }
|
8303
8304
|
#
|
8304
8305
|
# @!attribute [rw] name
|
8305
|
-
# The name of
|
8306
|
+
# The name of the parameter for which you want to review history.
|
8306
8307
|
# @return [String]
|
8307
8308
|
#
|
8308
8309
|
# @!attribute [rw] with_decryption
|
@@ -8968,6 +8969,10 @@ module Aws::SSM
|
|
8968
8969
|
#
|
8969
8970
|
# @!attribute [rw] ping_status
|
8970
8971
|
# Connection status of SSM Agent.
|
8972
|
+
#
|
8973
|
+
# <note markdown="1"> The status `Inactive` has been deprecated and is no longer in use.
|
8974
|
+
#
|
8975
|
+
# </note>
|
8971
8976
|
# @return [String]
|
8972
8977
|
#
|
8973
8978
|
# @!attribute [rw] last_ping_date_time
|
@@ -11224,9 +11229,9 @@ module Aws::SSM
|
|
11224
11229
|
# @!attribute [rw] sync_type
|
11225
11230
|
# View a list of resource data syncs according to the sync type.
|
11226
11231
|
# Specify `SyncToDestination` to view resource data syncs that
|
11227
|
-
# synchronize data to an Amazon S3
|
11228
|
-
#
|
11229
|
-
#
|
11232
|
+
# synchronize data to an Amazon S3 bucket. Specify `SyncFromSource` to
|
11233
|
+
# view resource data syncs from AWS Organizations or from multiple AWS
|
11234
|
+
# Regions.
|
11230
11235
|
# @return [String]
|
11231
11236
|
#
|
11232
11237
|
# @!attribute [rw] next_token
|
@@ -13318,8 +13323,11 @@ module Aws::SSM
|
|
13318
13323
|
# Represents metadata about a patch.
|
13319
13324
|
#
|
13320
13325
|
# @!attribute [rw] id
|
13321
|
-
# The ID of the patch
|
13322
|
-
#
|
13326
|
+
# The ID of the patch. Applies to Windows patches only.
|
13327
|
+
#
|
13328
|
+
# <note markdown="1"> This ID is not the same as the Microsoft Knowledge Base ID.
|
13329
|
+
#
|
13330
|
+
# </note>
|
13323
13331
|
# @return [String]
|
13324
13332
|
#
|
13325
13333
|
# @!attribute [rw] release_date
|
@@ -13343,37 +13351,95 @@ module Aws::SSM
|
|
13343
13351
|
# @return [String]
|
13344
13352
|
#
|
13345
13353
|
# @!attribute [rw] product_family
|
13346
|
-
# The product family the patch is applicable for
|
13347
|
-
# Windows
|
13354
|
+
# The product family the patch is applicable for. For example,
|
13355
|
+
# `Windows` or `Amazon Linux 2`.
|
13348
13356
|
# @return [String]
|
13349
13357
|
#
|
13350
13358
|
# @!attribute [rw] product
|
13351
|
-
# The specific product the patch is applicable for
|
13352
|
-
# WindowsServer2016
|
13359
|
+
# The specific product the patch is applicable for. For example,
|
13360
|
+
# `WindowsServer2016` or `AmazonLinux2018.03`.
|
13353
13361
|
# @return [String]
|
13354
13362
|
#
|
13355
13363
|
# @!attribute [rw] classification
|
13356
|
-
# The classification of the patch
|
13357
|
-
# Updates
|
13364
|
+
# The classification of the patch. For example, `SecurityUpdates`,
|
13365
|
+
# `Updates`, or `CriticalUpdates`.
|
13358
13366
|
# @return [String]
|
13359
13367
|
#
|
13360
13368
|
# @!attribute [rw] msrc_severity
|
13361
|
-
# The severity of the patch
|
13362
|
-
# Moderate
|
13369
|
+
# The severity of the patch, such as `Critical`, `Important`, or
|
13370
|
+
# `Moderate`. Applies to Windows patches only.
|
13363
13371
|
# @return [String]
|
13364
13372
|
#
|
13365
13373
|
# @!attribute [rw] kb_number
|
13366
|
-
# The Microsoft Knowledge Base ID of the patch.
|
13374
|
+
# The Microsoft Knowledge Base ID of the patch. Applies to Windows
|
13375
|
+
# patches only.
|
13367
13376
|
# @return [String]
|
13368
13377
|
#
|
13369
13378
|
# @!attribute [rw] msrc_number
|
13370
|
-
# The ID of the
|
13379
|
+
# The ID of the Microsoft Security Response Center (MSRC) bulletin the
|
13380
|
+
# patch is related to. For example, `MS14-045`. Applies to Windows
|
13381
|
+
# patches only.
|
13371
13382
|
# @return [String]
|
13372
13383
|
#
|
13373
13384
|
# @!attribute [rw] language
|
13374
13385
|
# The language of the patch if it's language-specific.
|
13375
13386
|
# @return [String]
|
13376
13387
|
#
|
13388
|
+
# @!attribute [rw] advisory_ids
|
13389
|
+
# The Advisory ID of the patch. For example, `RHSA-2020:3779`. Applies
|
13390
|
+
# to Linux-based instances only.
|
13391
|
+
# @return [Array<String>]
|
13392
|
+
#
|
13393
|
+
# @!attribute [rw] bugzilla_ids
|
13394
|
+
# The Bugzilla ID of the patch. For example, `1600646`. Applies to
|
13395
|
+
# Linux-based instances only.
|
13396
|
+
# @return [Array<String>]
|
13397
|
+
#
|
13398
|
+
# @!attribute [rw] cve_ids
|
13399
|
+
# The Common Vulnerabilities and Exposures (CVE) ID of the patch. For
|
13400
|
+
# example, `CVE-1999-0067`. Applies to Linux-based instances only.
|
13401
|
+
# @return [Array<String>]
|
13402
|
+
#
|
13403
|
+
# @!attribute [rw] name
|
13404
|
+
# The name of the patch. Applies to Linux-based instances only.
|
13405
|
+
# @return [String]
|
13406
|
+
#
|
13407
|
+
# @!attribute [rw] epoch
|
13408
|
+
# The epoch of the patch. For example in
|
13409
|
+
# `pkg-example-EE-20180914-2.2.amzn1.noarch`, the epoch value is
|
13410
|
+
# `20180914-2`. Applies to Linux-based instances only.
|
13411
|
+
# @return [Integer]
|
13412
|
+
#
|
13413
|
+
# @!attribute [rw] version
|
13414
|
+
# The version number of the patch. For example, in
|
13415
|
+
# `example-pkg-1.710.10-2.7.abcd.x86_64`, the version number is
|
13416
|
+
# indicated by `-1`. Applies to Linux-based instances only.
|
13417
|
+
# @return [String]
|
13418
|
+
#
|
13419
|
+
# @!attribute [rw] release
|
13420
|
+
# The particular release of a patch. For example, in
|
13421
|
+
# `pkg-example-EE-20180914-2.2.amzn1.noarch`, the release is
|
13422
|
+
# `2.amaz1`. Applies to Linux-based instances only.
|
13423
|
+
# @return [String]
|
13424
|
+
#
|
13425
|
+
# @!attribute [rw] arch
|
13426
|
+
# The architecture of the patch. For example, in
|
13427
|
+
# `example-pkg-0.710.10-2.7.abcd.x86_64`, the architecture is
|
13428
|
+
# indicated by `x86_64`. Applies to Linux-based instances only.
|
13429
|
+
# @return [String]
|
13430
|
+
#
|
13431
|
+
# @!attribute [rw] severity
|
13432
|
+
# The severity level of the patch. For example, `CRITICAL` or
|
13433
|
+
# `MODERATE`.
|
13434
|
+
# @return [String]
|
13435
|
+
#
|
13436
|
+
# @!attribute [rw] repository
|
13437
|
+
# The source patch repository for the operating system and version,
|
13438
|
+
# such as `trusty-security` for Ubuntu Server 14.04 LTE and
|
13439
|
+
# `focal-security` for Ubuntu Server 20.04 LTE. Applies to Linux-based
|
13440
|
+
# instances only.
|
13441
|
+
# @return [String]
|
13442
|
+
#
|
13377
13443
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/Patch AWS API Documentation
|
13378
13444
|
#
|
13379
13445
|
class Patch < Struct.new(
|
@@ -13389,7 +13455,17 @@ module Aws::SSM
|
|
13389
13455
|
:msrc_severity,
|
13390
13456
|
:kb_number,
|
13391
13457
|
:msrc_number,
|
13392
|
-
:language
|
13458
|
+
:language,
|
13459
|
+
:advisory_ids,
|
13460
|
+
:bugzilla_ids,
|
13461
|
+
:cve_ids,
|
13462
|
+
:name,
|
13463
|
+
:epoch,
|
13464
|
+
:version,
|
13465
|
+
:release,
|
13466
|
+
:arch,
|
13467
|
+
:severity,
|
13468
|
+
:repository)
|
13393
13469
|
SENSITIVE = []
|
13394
13470
|
include Aws::Structure
|
13395
13471
|
end
|
@@ -13503,7 +13579,7 @@ module Aws::SSM
|
|
13503
13579
|
# data as a hash:
|
13504
13580
|
#
|
13505
13581
|
# {
|
13506
|
-
# key: "
|
13582
|
+
# 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
|
13507
13583
|
# values: ["PatchFilterValue"], # required
|
13508
13584
|
# }
|
13509
13585
|
#
|
@@ -13538,7 +13614,7 @@ module Aws::SSM
|
|
13538
13614
|
# {
|
13539
13615
|
# patch_filters: [ # required
|
13540
13616
|
# {
|
13541
|
-
# key: "
|
13617
|
+
# 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
|
13542
13618
|
# values: ["PatchFilterValue"], # required
|
13543
13619
|
# },
|
13544
13620
|
# ],
|
@@ -13612,7 +13688,7 @@ module Aws::SSM
|
|
13612
13688
|
# patch_filter_group: { # required
|
13613
13689
|
# patch_filters: [ # required
|
13614
13690
|
# {
|
13615
|
-
# key: "
|
13691
|
+
# 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
|
13616
13692
|
# values: ["PatchFilterValue"], # required
|
13617
13693
|
# },
|
13618
13694
|
# ],
|
@@ -13677,7 +13753,7 @@ module Aws::SSM
|
|
13677
13753
|
# patch_filter_group: { # required
|
13678
13754
|
# patch_filters: [ # required
|
13679
13755
|
# {
|
13680
|
-
# key: "
|
13756
|
+
# 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
|
13681
13757
|
# values: ["PatchFilterValue"], # required
|
13682
13758
|
# },
|
13683
13759
|
# ],
|
@@ -16690,7 +16766,8 @@ module Aws::SSM
|
|
16690
16766
|
# The specified target instance for the session is not fully configured
|
16691
16767
|
# for use with Session Manager. For more information, see [Getting
|
16692
16768
|
# started with Session Manager][1] in the *AWS Systems Manager User
|
16693
|
-
# Guide*.
|
16769
|
+
# Guide*. This error is also returned if you attempt to start a session
|
16770
|
+
# on an instance that is located in a different account or Region
|
16694
16771
|
#
|
16695
16772
|
#
|
16696
16773
|
#
|
@@ -18044,7 +18121,7 @@ module Aws::SSM
|
|
18044
18121
|
# global_filters: {
|
18045
18122
|
# patch_filters: [ # required
|
18046
18123
|
# {
|
18047
|
-
# key: "
|
18124
|
+
# 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
|
18048
18125
|
# values: ["PatchFilterValue"], # required
|
18049
18126
|
# },
|
18050
18127
|
# ],
|
@@ -18055,7 +18132,7 @@ module Aws::SSM
|
|
18055
18132
|
# patch_filter_group: { # required
|
18056
18133
|
# patch_filters: [ # required
|
18057
18134
|
# {
|
18058
|
-
# key: "
|
18135
|
+
# 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
|
18059
18136
|
# values: ["PatchFilterValue"], # required
|
18060
18137
|
# },
|
18061
18138
|
# ],
|
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.
|
4
|
+
version: 1.94.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-
|
11
|
+
date: 2020-10-15 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.
|
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.
|
32
|
+
version: 3.109.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|