aws-sdk-ssm 1.90.0 → 1.95.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 +41 -14
- data/lib/aws-sdk-ssm/client_api.rb +30 -0
- data/lib/aws-sdk-ssm/types.rb +121 -38
- 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: febaf0c6db9fce4e913a11067e3a00c1517749a48fe42f6ab73e355bae0a8359
|
4
|
+
data.tar.gz: 1981a5a741289f6d029c0714490342792f4aa296b2cfcd95462b4f353492fb12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03fda2577685c4019683efed6e119de3e46c3179b7694f5d29d7e1d64ba2b7a120c5cd143370e465e5540a703384de4db92cf01915e9fc444a9b0e76ef20f0f4
|
7
|
+
data.tar.gz: 6ca9a7dc6edac5b9a0b886740dab647ca689f9eb9a839a8414ef781d65dfabee8564e5271aec071ee5b358064d230973b6e0e3f47430ba266fd535f347e1b59f
|
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
|
# ],
|
@@ -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"
|
@@ -6679,8 +6706,8 @@ module Aws::SSM
|
|
6679
6706
|
# @option params [String] :sync_type
|
6680
6707
|
# View a list of resource data syncs according to the sync type. Specify
|
6681
6708
|
# `SyncToDestination` to view resource data syncs that synchronize data
|
6682
|
-
# to an Amazon S3
|
6683
|
-
#
|
6709
|
+
# to an Amazon S3 bucket. Specify `SyncFromSource` to view resource data
|
6710
|
+
# syncs from AWS Organizations or from multiple AWS Regions.
|
6684
6711
|
#
|
6685
6712
|
# @option params [String] :next_token
|
6686
6713
|
# A token to start the list. Use this token to get the next set of
|
@@ -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.95.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
@@ -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
|
@@ -13468,6 +13544,11 @@ module Aws::SSM
|
|
13468
13544
|
# all operating systems provide this level of information.
|
13469
13545
|
# @return [Time]
|
13470
13546
|
#
|
13547
|
+
# @!attribute [rw] cve_ids
|
13548
|
+
# The IDs of one or more Common Vulnerabilities and Exposure (CVE)
|
13549
|
+
# issues that are resolved by the patch.
|
13550
|
+
# @return [String]
|
13551
|
+
#
|
13471
13552
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PatchComplianceData AWS API Documentation
|
13472
13553
|
#
|
13473
13554
|
class PatchComplianceData < Struct.new(
|
@@ -13476,7 +13557,8 @@ module Aws::SSM
|
|
13476
13557
|
:classification,
|
13477
13558
|
:severity,
|
13478
13559
|
:state,
|
13479
|
-
:installed_time
|
13560
|
+
:installed_time,
|
13561
|
+
:cve_ids)
|
13480
13562
|
SENSITIVE = []
|
13481
13563
|
include Aws::Structure
|
13482
13564
|
end
|
@@ -13503,7 +13585,7 @@ module Aws::SSM
|
|
13503
13585
|
# data as a hash:
|
13504
13586
|
#
|
13505
13587
|
# {
|
13506
|
-
# key: "
|
13588
|
+
# 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
13589
|
# values: ["PatchFilterValue"], # required
|
13508
13590
|
# }
|
13509
13591
|
#
|
@@ -13538,7 +13620,7 @@ module Aws::SSM
|
|
13538
13620
|
# {
|
13539
13621
|
# patch_filters: [ # required
|
13540
13622
|
# {
|
13541
|
-
# key: "
|
13623
|
+
# 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
13624
|
# values: ["PatchFilterValue"], # required
|
13543
13625
|
# },
|
13544
13626
|
# ],
|
@@ -13612,7 +13694,7 @@ module Aws::SSM
|
|
13612
13694
|
# patch_filter_group: { # required
|
13613
13695
|
# patch_filters: [ # required
|
13614
13696
|
# {
|
13615
|
-
# key: "
|
13697
|
+
# 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
13698
|
# values: ["PatchFilterValue"], # required
|
13617
13699
|
# },
|
13618
13700
|
# ],
|
@@ -13677,7 +13759,7 @@ module Aws::SSM
|
|
13677
13759
|
# patch_filter_group: { # required
|
13678
13760
|
# patch_filters: [ # required
|
13679
13761
|
# {
|
13680
|
-
# key: "
|
13762
|
+
# 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
13763
|
# values: ["PatchFilterValue"], # required
|
13682
13764
|
# },
|
13683
13765
|
# ],
|
@@ -14066,7 +14148,7 @@ module Aws::SSM
|
|
14066
14148
|
# The type of parameter that you want to add to the system.
|
14067
14149
|
#
|
14068
14150
|
# <note markdown="1"> `SecureString` is not currently supported for AWS CloudFormation
|
14069
|
-
# templates
|
14151
|
+
# templates.
|
14070
14152
|
#
|
14071
14153
|
# </note>
|
14072
14154
|
#
|
@@ -16690,7 +16772,8 @@ module Aws::SSM
|
|
16690
16772
|
# The specified target instance for the session is not fully configured
|
16691
16773
|
# for use with Session Manager. For more information, see [Getting
|
16692
16774
|
# started with Session Manager][1] in the *AWS Systems Manager User
|
16693
|
-
# Guide*.
|
16775
|
+
# Guide*. This error is also returned if you attempt to start a session
|
16776
|
+
# on an instance that is located in a different account or Region
|
16694
16777
|
#
|
16695
16778
|
#
|
16696
16779
|
#
|
@@ -18044,7 +18127,7 @@ module Aws::SSM
|
|
18044
18127
|
# global_filters: {
|
18045
18128
|
# patch_filters: [ # required
|
18046
18129
|
# {
|
18047
|
-
# key: "
|
18130
|
+
# 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
18131
|
# values: ["PatchFilterValue"], # required
|
18049
18132
|
# },
|
18050
18133
|
# ],
|
@@ -18055,7 +18138,7 @@ module Aws::SSM
|
|
18055
18138
|
# patch_filter_group: { # required
|
18056
18139
|
# patch_filters: [ # required
|
18057
18140
|
# {
|
18058
|
-
# key: "
|
18141
|
+
# 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
18142
|
# values: ["PatchFilterValue"], # required
|
18060
18143
|
# },
|
18061
18144
|
# ],
|
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.95.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-19 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
|