aws-sdk-ssm 1.92.0 → 1.97.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 +1 -1
- data/lib/aws-sdk-ssm/client.rb +40 -13
- data/lib/aws-sdk-ssm/client_api.rb +30 -0
- data/lib/aws-sdk-ssm/types.rb +130 -28
- 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: 2330df3ff4f94678d00b962e86eb1f3a47f659655c9769abca0246983275d268
|
|
4
|
+
data.tar.gz: 2b617cf0a065a761aaabdfb95cc870380f2b1e60881591a55d4337f1c5d7e447
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6aa65c28996b22858179a5e2c2688fe66a854cd5f49e9267ffc700b5fa21465d0a12195c37cdc518fabd60f309774a1e967725b2a11b2deb16c921df63ce224e
|
|
7
|
+
data.tar.gz: 363ac52b72cc63aed81b3f5a636f7fee011a006e01f98751ae64263c7a81d95681c36e714450f8473337dc658af1c86471ee4ef635d0e835459285f82ba15a43
|
data/lib/aws-sdk-ssm.rb
CHANGED
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
|
# ],
|
|
@@ -2448,7 +2448,7 @@ module Aws::SSM
|
|
|
2448
2448
|
# resp = client.describe_automation_executions({
|
|
2449
2449
|
# filters: [
|
|
2450
2450
|
# {
|
|
2451
|
-
# key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey
|
|
2451
|
+
# key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey, TargetResourceGroup
|
|
2452
2452
|
# values: ["AutomationExecutionFilterValue"], # required
|
|
2453
2453
|
# },
|
|
2454
2454
|
# ],
|
|
@@ -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
|
-
#
|
|
5499
|
+
# Retrieves the history of all changes to a parameter.
|
|
5473
5500
|
#
|
|
5474
5501
|
# @option params [required, String] :name
|
|
5475
|
-
# The name of
|
|
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"
|
|
@@ -7064,7 +7091,7 @@ module Aws::SSM
|
|
|
7064
7091
|
# The type of parameter that you want to add to the system.
|
|
7065
7092
|
#
|
|
7066
7093
|
# <note markdown="1"> `SecureString` is not currently supported for AWS CloudFormation
|
|
7067
|
-
# templates
|
|
7094
|
+
# templates.
|
|
7068
7095
|
#
|
|
7069
7096
|
# </note>
|
|
7070
7097
|
#
|
|
@@ -9543,7 +9570,7 @@ module Aws::SSM
|
|
|
9543
9570
|
# global_filters: {
|
|
9544
9571
|
# patch_filters: [ # required
|
|
9545
9572
|
# {
|
|
9546
|
-
# key: "
|
|
9573
|
+
# 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
9574
|
# values: ["PatchFilterValue"], # required
|
|
9548
9575
|
# },
|
|
9549
9576
|
# ],
|
|
@@ -9554,7 +9581,7 @@ module Aws::SSM
|
|
|
9554
9581
|
# patch_filter_group: { # required
|
|
9555
9582
|
# patch_filters: [ # required
|
|
9556
9583
|
# {
|
|
9557
|
-
# key: "
|
|
9584
|
+
# 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
9585
|
# values: ["PatchFilterValue"], # required
|
|
9559
9586
|
# },
|
|
9560
9587
|
# ],
|
|
@@ -9588,12 +9615,12 @@ module Aws::SSM
|
|
|
9588
9615
|
# resp.name #=> String
|
|
9589
9616
|
# resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN"
|
|
9590
9617
|
# 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"
|
|
9618
|
+
# 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
9619
|
# resp.global_filters.patch_filters[0].values #=> Array
|
|
9593
9620
|
# resp.global_filters.patch_filters[0].values[0] #=> String
|
|
9594
9621
|
# resp.approval_rules.patch_rules #=> Array
|
|
9595
9622
|
# 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"
|
|
9623
|
+
# 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
9624
|
# resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].values #=> Array
|
|
9598
9625
|
# resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].values[0] #=> String
|
|
9599
9626
|
# resp.approval_rules.patch_rules[0].compliance_level #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "INFORMATIONAL", "UNSPECIFIED"
|
|
@@ -9755,7 +9782,7 @@ module Aws::SSM
|
|
|
9755
9782
|
params: params,
|
|
9756
9783
|
config: config)
|
|
9757
9784
|
context[:gem_name] = 'aws-sdk-ssm'
|
|
9758
|
-
context[:gem_version] = '1.
|
|
9785
|
+
context[:gem_version] = '1.97.0'
|
|
9759
9786
|
Seahorse::Client::Request.new(handlers, context)
|
|
9760
9787
|
end
|
|
9761
9788
|
|
|
@@ -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)
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
|
@@ -1142,14 +1142,15 @@ module Aws::SSM
|
|
|
1142
1142
|
# data as a hash:
|
|
1143
1143
|
#
|
|
1144
1144
|
# {
|
|
1145
|
-
# key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey
|
|
1145
|
+
# key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey, TargetResourceGroup
|
|
1146
1146
|
# values: ["AutomationExecutionFilterValue"], # required
|
|
1147
1147
|
# }
|
|
1148
1148
|
#
|
|
1149
1149
|
# @!attribute [rw] key
|
|
1150
1150
|
# One or more keys to limit the results. Valid filter keys include the
|
|
1151
1151
|
# following: DocumentNamePrefix, ExecutionStatus, ExecutionId,
|
|
1152
|
-
# ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter
|
|
1152
|
+
# ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter,
|
|
1153
|
+
# TargetResourceGroup.
|
|
1153
1154
|
# @return [String]
|
|
1154
1155
|
#
|
|
1155
1156
|
# @!attribute [rw] values
|
|
@@ -3316,7 +3317,7 @@ module Aws::SSM
|
|
|
3316
3317
|
# global_filters: {
|
|
3317
3318
|
# patch_filters: [ # required
|
|
3318
3319
|
# {
|
|
3319
|
-
# key: "
|
|
3320
|
+
# 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
3321
|
# values: ["PatchFilterValue"], # required
|
|
3321
3322
|
# },
|
|
3322
3323
|
# ],
|
|
@@ -3327,7 +3328,7 @@ module Aws::SSM
|
|
|
3327
3328
|
# patch_filter_group: { # required
|
|
3328
3329
|
# patch_filters: [ # required
|
|
3329
3330
|
# {
|
|
3330
|
-
# key: "
|
|
3331
|
+
# 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
3332
|
# values: ["PatchFilterValue"], # required
|
|
3332
3333
|
# },
|
|
3333
3334
|
# ],
|
|
@@ -4379,7 +4380,7 @@ module Aws::SSM
|
|
|
4379
4380
|
# {
|
|
4380
4381
|
# filters: [
|
|
4381
4382
|
# {
|
|
4382
|
-
# key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey
|
|
4383
|
+
# key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey, TargetResourceGroup
|
|
4383
4384
|
# values: ["AutomationExecutionFilterValue"], # required
|
|
4384
4385
|
# },
|
|
4385
4386
|
# ],
|
|
@@ -8303,7 +8304,7 @@ module Aws::SSM
|
|
|
8303
8304
|
# }
|
|
8304
8305
|
#
|
|
8305
8306
|
# @!attribute [rw] name
|
|
8306
|
-
# The name of
|
|
8307
|
+
# The name of the parameter for which you want to review history.
|
|
8307
8308
|
# @return [String]
|
|
8308
8309
|
#
|
|
8309
8310
|
# @!attribute [rw] with_decryption
|
|
@@ -13095,7 +13096,31 @@ module Aws::SSM
|
|
|
13095
13096
|
include Aws::Structure
|
|
13096
13097
|
end
|
|
13097
13098
|
|
|
13098
|
-
#
|
|
13099
|
+
# Parameter Store retains the 100 most recently created versions of a
|
|
13100
|
+
# parameter. After this number of versions has been created, Parameter
|
|
13101
|
+
# Store deletes the oldest version when a new one is created. However,
|
|
13102
|
+
# if the oldest version has a *label* attached to it, Parameter Store
|
|
13103
|
+
# will not delete the version and instead presents this error message:
|
|
13104
|
+
#
|
|
13105
|
+
# `An error occurred (ParameterMaxVersionLimitExceeded) when calling the
|
|
13106
|
+
# PutParameter operation: You attempted to create a new version of
|
|
13107
|
+
# parameter-name by calling the PutParameter API with the overwrite
|
|
13108
|
+
# flag. Version version-number, the oldest version, can't be deleted
|
|
13109
|
+
# because it has a label associated with it. Move the label to another
|
|
13110
|
+
# version of the parameter, and try again.`
|
|
13111
|
+
#
|
|
13112
|
+
# This safeguard is to prevent parameter versions with mission critical
|
|
13113
|
+
# labels assigned to them from being deleted. To continue creating new
|
|
13114
|
+
# parameters, first move the label from the oldest version of the
|
|
13115
|
+
# parameter to a newer one for use in your operations. For information
|
|
13116
|
+
# about moving parameter labels, see [Move a parameter label
|
|
13117
|
+
# (console)][1] or [Move a parameter label (CLI) ][2] in the *AWS
|
|
13118
|
+
# Systems Manager User Guide*.
|
|
13119
|
+
#
|
|
13120
|
+
#
|
|
13121
|
+
#
|
|
13122
|
+
# [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-console-move
|
|
13123
|
+
# [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-cli-move
|
|
13099
13124
|
#
|
|
13100
13125
|
# @!attribute [rw] message
|
|
13101
13126
|
# @return [String]
|
|
@@ -13323,8 +13348,11 @@ module Aws::SSM
|
|
|
13323
13348
|
# Represents metadata about a patch.
|
|
13324
13349
|
#
|
|
13325
13350
|
# @!attribute [rw] id
|
|
13326
|
-
# The ID of the patch
|
|
13327
|
-
#
|
|
13351
|
+
# The ID of the patch. Applies to Windows patches only.
|
|
13352
|
+
#
|
|
13353
|
+
# <note markdown="1"> This ID is not the same as the Microsoft Knowledge Base ID.
|
|
13354
|
+
#
|
|
13355
|
+
# </note>
|
|
13328
13356
|
# @return [String]
|
|
13329
13357
|
#
|
|
13330
13358
|
# @!attribute [rw] release_date
|
|
@@ -13348,37 +13376,95 @@ module Aws::SSM
|
|
|
13348
13376
|
# @return [String]
|
|
13349
13377
|
#
|
|
13350
13378
|
# @!attribute [rw] product_family
|
|
13351
|
-
# The product family the patch is applicable for
|
|
13352
|
-
# Windows
|
|
13379
|
+
# The product family the patch is applicable for. For example,
|
|
13380
|
+
# `Windows` or `Amazon Linux 2`.
|
|
13353
13381
|
# @return [String]
|
|
13354
13382
|
#
|
|
13355
13383
|
# @!attribute [rw] product
|
|
13356
|
-
# The specific product the patch is applicable for
|
|
13357
|
-
# WindowsServer2016
|
|
13384
|
+
# The specific product the patch is applicable for. For example,
|
|
13385
|
+
# `WindowsServer2016` or `AmazonLinux2018.03`.
|
|
13358
13386
|
# @return [String]
|
|
13359
13387
|
#
|
|
13360
13388
|
# @!attribute [rw] classification
|
|
13361
|
-
# The classification of the patch
|
|
13362
|
-
# Updates
|
|
13389
|
+
# The classification of the patch. For example, `SecurityUpdates`,
|
|
13390
|
+
# `Updates`, or `CriticalUpdates`.
|
|
13363
13391
|
# @return [String]
|
|
13364
13392
|
#
|
|
13365
13393
|
# @!attribute [rw] msrc_severity
|
|
13366
|
-
# The severity of the patch
|
|
13367
|
-
# Moderate
|
|
13394
|
+
# The severity of the patch, such as `Critical`, `Important`, or
|
|
13395
|
+
# `Moderate`. Applies to Windows patches only.
|
|
13368
13396
|
# @return [String]
|
|
13369
13397
|
#
|
|
13370
13398
|
# @!attribute [rw] kb_number
|
|
13371
|
-
# The Microsoft Knowledge Base ID of the patch.
|
|
13399
|
+
# The Microsoft Knowledge Base ID of the patch. Applies to Windows
|
|
13400
|
+
# patches only.
|
|
13372
13401
|
# @return [String]
|
|
13373
13402
|
#
|
|
13374
13403
|
# @!attribute [rw] msrc_number
|
|
13375
|
-
# The ID of the
|
|
13404
|
+
# The ID of the Microsoft Security Response Center (MSRC) bulletin the
|
|
13405
|
+
# patch is related to. For example, `MS14-045`. Applies to Windows
|
|
13406
|
+
# patches only.
|
|
13376
13407
|
# @return [String]
|
|
13377
13408
|
#
|
|
13378
13409
|
# @!attribute [rw] language
|
|
13379
13410
|
# The language of the patch if it's language-specific.
|
|
13380
13411
|
# @return [String]
|
|
13381
13412
|
#
|
|
13413
|
+
# @!attribute [rw] advisory_ids
|
|
13414
|
+
# The Advisory ID of the patch. For example, `RHSA-2020:3779`. Applies
|
|
13415
|
+
# to Linux-based instances only.
|
|
13416
|
+
# @return [Array<String>]
|
|
13417
|
+
#
|
|
13418
|
+
# @!attribute [rw] bugzilla_ids
|
|
13419
|
+
# The Bugzilla ID of the patch. For example, `1600646`. Applies to
|
|
13420
|
+
# Linux-based instances only.
|
|
13421
|
+
# @return [Array<String>]
|
|
13422
|
+
#
|
|
13423
|
+
# @!attribute [rw] cve_ids
|
|
13424
|
+
# The Common Vulnerabilities and Exposures (CVE) ID of the patch. For
|
|
13425
|
+
# example, `CVE-1999-0067`. Applies to Linux-based instances only.
|
|
13426
|
+
# @return [Array<String>]
|
|
13427
|
+
#
|
|
13428
|
+
# @!attribute [rw] name
|
|
13429
|
+
# The name of the patch. Applies to Linux-based instances only.
|
|
13430
|
+
# @return [String]
|
|
13431
|
+
#
|
|
13432
|
+
# @!attribute [rw] epoch
|
|
13433
|
+
# The epoch of the patch. For example in
|
|
13434
|
+
# `pkg-example-EE-20180914-2.2.amzn1.noarch`, the epoch value is
|
|
13435
|
+
# `20180914-2`. Applies to Linux-based instances only.
|
|
13436
|
+
# @return [Integer]
|
|
13437
|
+
#
|
|
13438
|
+
# @!attribute [rw] version
|
|
13439
|
+
# The version number of the patch. For example, in
|
|
13440
|
+
# `example-pkg-1.710.10-2.7.abcd.x86_64`, the version number is
|
|
13441
|
+
# indicated by `-1`. Applies to Linux-based instances only.
|
|
13442
|
+
# @return [String]
|
|
13443
|
+
#
|
|
13444
|
+
# @!attribute [rw] release
|
|
13445
|
+
# The particular release of a patch. For example, in
|
|
13446
|
+
# `pkg-example-EE-20180914-2.2.amzn1.noarch`, the release is
|
|
13447
|
+
# `2.amaz1`. Applies to Linux-based instances only.
|
|
13448
|
+
# @return [String]
|
|
13449
|
+
#
|
|
13450
|
+
# @!attribute [rw] arch
|
|
13451
|
+
# The architecture of the patch. For example, in
|
|
13452
|
+
# `example-pkg-0.710.10-2.7.abcd.x86_64`, the architecture is
|
|
13453
|
+
# indicated by `x86_64`. Applies to Linux-based instances only.
|
|
13454
|
+
# @return [String]
|
|
13455
|
+
#
|
|
13456
|
+
# @!attribute [rw] severity
|
|
13457
|
+
# The severity level of the patch. For example, `CRITICAL` or
|
|
13458
|
+
# `MODERATE`.
|
|
13459
|
+
# @return [String]
|
|
13460
|
+
#
|
|
13461
|
+
# @!attribute [rw] repository
|
|
13462
|
+
# The source patch repository for the operating system and version,
|
|
13463
|
+
# such as `trusty-security` for Ubuntu Server 14.04 LTE and
|
|
13464
|
+
# `focal-security` for Ubuntu Server 20.04 LTE. Applies to Linux-based
|
|
13465
|
+
# instances only.
|
|
13466
|
+
# @return [String]
|
|
13467
|
+
#
|
|
13382
13468
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/Patch AWS API Documentation
|
|
13383
13469
|
#
|
|
13384
13470
|
class Patch < Struct.new(
|
|
@@ -13394,7 +13480,17 @@ module Aws::SSM
|
|
|
13394
13480
|
:msrc_severity,
|
|
13395
13481
|
:kb_number,
|
|
13396
13482
|
:msrc_number,
|
|
13397
|
-
:language
|
|
13483
|
+
:language,
|
|
13484
|
+
:advisory_ids,
|
|
13485
|
+
:bugzilla_ids,
|
|
13486
|
+
:cve_ids,
|
|
13487
|
+
:name,
|
|
13488
|
+
:epoch,
|
|
13489
|
+
:version,
|
|
13490
|
+
:release,
|
|
13491
|
+
:arch,
|
|
13492
|
+
:severity,
|
|
13493
|
+
:repository)
|
|
13398
13494
|
SENSITIVE = []
|
|
13399
13495
|
include Aws::Structure
|
|
13400
13496
|
end
|
|
@@ -13473,6 +13569,11 @@ module Aws::SSM
|
|
|
13473
13569
|
# all operating systems provide this level of information.
|
|
13474
13570
|
# @return [Time]
|
|
13475
13571
|
#
|
|
13572
|
+
# @!attribute [rw] cve_ids
|
|
13573
|
+
# The IDs of one or more Common Vulnerabilities and Exposure (CVE)
|
|
13574
|
+
# issues that are resolved by the patch.
|
|
13575
|
+
# @return [String]
|
|
13576
|
+
#
|
|
13476
13577
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PatchComplianceData AWS API Documentation
|
|
13477
13578
|
#
|
|
13478
13579
|
class PatchComplianceData < Struct.new(
|
|
@@ -13481,7 +13582,8 @@ module Aws::SSM
|
|
|
13481
13582
|
:classification,
|
|
13482
13583
|
:severity,
|
|
13483
13584
|
:state,
|
|
13484
|
-
:installed_time
|
|
13585
|
+
:installed_time,
|
|
13586
|
+
:cve_ids)
|
|
13485
13587
|
SENSITIVE = []
|
|
13486
13588
|
include Aws::Structure
|
|
13487
13589
|
end
|
|
@@ -13508,7 +13610,7 @@ module Aws::SSM
|
|
|
13508
13610
|
# data as a hash:
|
|
13509
13611
|
#
|
|
13510
13612
|
# {
|
|
13511
|
-
# key: "
|
|
13613
|
+
# 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
|
|
13512
13614
|
# values: ["PatchFilterValue"], # required
|
|
13513
13615
|
# }
|
|
13514
13616
|
#
|
|
@@ -13543,7 +13645,7 @@ module Aws::SSM
|
|
|
13543
13645
|
# {
|
|
13544
13646
|
# patch_filters: [ # required
|
|
13545
13647
|
# {
|
|
13546
|
-
# key: "
|
|
13648
|
+
# 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
|
|
13547
13649
|
# values: ["PatchFilterValue"], # required
|
|
13548
13650
|
# },
|
|
13549
13651
|
# ],
|
|
@@ -13617,7 +13719,7 @@ module Aws::SSM
|
|
|
13617
13719
|
# patch_filter_group: { # required
|
|
13618
13720
|
# patch_filters: [ # required
|
|
13619
13721
|
# {
|
|
13620
|
-
# key: "
|
|
13722
|
+
# 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
|
|
13621
13723
|
# values: ["PatchFilterValue"], # required
|
|
13622
13724
|
# },
|
|
13623
13725
|
# ],
|
|
@@ -13682,7 +13784,7 @@ module Aws::SSM
|
|
|
13682
13784
|
# patch_filter_group: { # required
|
|
13683
13785
|
# patch_filters: [ # required
|
|
13684
13786
|
# {
|
|
13685
|
-
# key: "
|
|
13787
|
+
# 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
|
|
13686
13788
|
# values: ["PatchFilterValue"], # required
|
|
13687
13789
|
# },
|
|
13688
13790
|
# ],
|
|
@@ -14071,7 +14173,7 @@ module Aws::SSM
|
|
|
14071
14173
|
# The type of parameter that you want to add to the system.
|
|
14072
14174
|
#
|
|
14073
14175
|
# <note markdown="1"> `SecureString` is not currently supported for AWS CloudFormation
|
|
14074
|
-
# templates
|
|
14176
|
+
# templates.
|
|
14075
14177
|
#
|
|
14076
14178
|
# </note>
|
|
14077
14179
|
#
|
|
@@ -18050,7 +18152,7 @@ module Aws::SSM
|
|
|
18050
18152
|
# global_filters: {
|
|
18051
18153
|
# patch_filters: [ # required
|
|
18052
18154
|
# {
|
|
18053
|
-
# key: "
|
|
18155
|
+
# 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
|
|
18054
18156
|
# values: ["PatchFilterValue"], # required
|
|
18055
18157
|
# },
|
|
18056
18158
|
# ],
|
|
@@ -18061,7 +18163,7 @@ module Aws::SSM
|
|
|
18061
18163
|
# patch_filter_group: { # required
|
|
18062
18164
|
# patch_filters: [ # required
|
|
18063
18165
|
# {
|
|
18064
|
-
# key: "
|
|
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
|
|
18065
18167
|
# values: ["PatchFilterValue"], # required
|
|
18066
18168
|
# },
|
|
18067
18169
|
# ],
|
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.97.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
|
|
11
|
+
date: 2020-11-09 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
|