aws-sdk-ssm 1.93.0 → 1.98.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c4a730d0567fdfcce02e1461b884dd73e06c9a285f3bf5a7f41e10c71e032af6
4
- data.tar.gz: f74e4920f4df3fd5fd0167c2f292c8d81ee88ad3ce95de0a05e324504fbc1b4f
3
+ metadata.gz: 72e43f5042db28d8ed4f3704c0e8b5336cb461a2f8a7da710cfd129a1a07591a
4
+ data.tar.gz: ad614166ed3c23d09679636c0c8844c0785c093258972f31df2798e7dcb3a9e9
5
5
  SHA512:
6
- metadata.gz: c0446f8cd8873d7e62d9077a585475650726978977c0776f1b997ccca5f6adc3a0a06a2b99596762e2cd14fce6f14b836da815bd7d3c8f87567f9497483872c2
7
- data.tar.gz: 4eab740ff179f56805d7914e12010a59d7de6dfbd5fe4475e8938d66e2f89608d13213a5f47d08d75df46ed74556c6b9fadcac8eac2efe33766777028e31ea66
6
+ metadata.gz: 3004f46e1173b58b7a83a248952dda98e8da85ab8e46ffb8db5d706c208dcbb85c02db293563b9df5efbf9949b81b0b91317f8ba7b6dd4dcc203d040148df521
7
+ data.tar.gz: e482e0eb0292eca9d5e58a0f4f94ccc0cb8997d3b189a5b54c0c7aee5a088da49700a00e6d83c43e29ba93a11babe5f0a4a8e2ee40bf4e0459ad947ad3dfae60
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-ssm/customizations'
49
49
  # @!group service
50
50
  module Aws::SSM
51
51
 
52
- GEM_VERSION = '1.93.0'
52
+ GEM_VERSION = '1.98.0'
53
53
 
54
54
  end
@@ -1522,7 +1522,7 @@ module Aws::SSM
1522
1522
  # global_filters: {
1523
1523
  # patch_filters: [ # required
1524
1524
  # {
1525
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
1525
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
1526
1526
  # values: ["PatchFilterValue"], # required
1527
1527
  # },
1528
1528
  # ],
@@ -1533,7 +1533,7 @@ module Aws::SSM
1533
1533
  # patch_filter_group: { # required
1534
1534
  # patch_filters: [ # required
1535
1535
  # {
1536
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
1536
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
1537
1537
  # values: ["PatchFilterValue"], # required
1538
1538
  # },
1539
1539
  # ],
@@ -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
@@ -4345,7 +4372,7 @@ module Aws::SSM
4345
4372
  # next_token: "NextToken",
4346
4373
  # filters: [
4347
4374
  # {
4348
- # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Target, Owner, Status
4375
+ # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Target, Owner, Status, SessionId
4349
4376
  # value: "SessionFilterValue", # required
4350
4377
  # },
4351
4378
  # ],
@@ -5469,10 +5496,10 @@ module Aws::SSM
5469
5496
  req.send_request(options)
5470
5497
  end
5471
5498
 
5472
- # Query a list of all parameters used by the AWS account.
5499
+ # Retrieves the history of all changes to a parameter.
5473
5500
  #
5474
5501
  # @option params [required, String] :name
5475
- # The name of a parameter you want to query.
5502
+ # The name of the parameter for which you want to review history.
5476
5503
  #
5477
5504
  # @option params [Boolean] :with_decryption
5478
5505
  # Return decrypted values for secure string parameters. This flag is
@@ -5716,12 +5743,12 @@ module Aws::SSM
5716
5743
  # resp.name #=> String
5717
5744
  # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN"
5718
5745
  # resp.global_filters.patch_filters #=> Array
5719
- # resp.global_filters.patch_filters[0].key #=> String, one of "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "MSRC_SEVERITY", "PATCH_ID", "SECTION", "PRIORITY", "SEVERITY"
5746
+ # resp.global_filters.patch_filters[0].key #=> String, one of "ARCH", "ADVISORY_ID", "BUGZILLA_ID", "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "CVE_ID", "EPOCH", "MSRC_SEVERITY", "NAME", "PATCH_ID", "SECTION", "PRIORITY", "REPOSITORY", "RELEASE", "SEVERITY", "SECURITY", "VERSION"
5720
5747
  # resp.global_filters.patch_filters[0].values #=> Array
5721
5748
  # resp.global_filters.patch_filters[0].values[0] #=> String
5722
5749
  # resp.approval_rules.patch_rules #=> Array
5723
5750
  # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters #=> Array
5724
- # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].key #=> String, one of "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "MSRC_SEVERITY", "PATCH_ID", "SECTION", "PRIORITY", "SEVERITY"
5751
+ # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].key #=> String, one of "ARCH", "ADVISORY_ID", "BUGZILLA_ID", "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "CVE_ID", "EPOCH", "MSRC_SEVERITY", "NAME", "PATCH_ID", "SECTION", "PRIORITY", "REPOSITORY", "RELEASE", "SEVERITY", "SECURITY", "VERSION"
5725
5752
  # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].values #=> Array
5726
5753
  # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].values[0] #=> String
5727
5754
  # resp.approval_rules.patch_rules[0].compliance_level #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "INFORMATIONAL", "UNSPECIFIED"
@@ -5991,6 +6018,13 @@ module Aws::SSM
5991
6018
  # One or more filters. Use a filter to return a more specific list of
5992
6019
  # results.
5993
6020
  #
6021
+ # <note markdown="1"> Filtering associations using the `InstanceID` attribute only returns
6022
+ # legacy associations created using the `InstanceID` attribute.
6023
+ # Associations targeting the instance that are part of the Target
6024
+ # Attributes `ResourceGroup` or `Tags` are not returned.
6025
+ #
6026
+ # </note>
6027
+ #
5994
6028
  # @option params [Integer] :max_results
5995
6029
  # The maximum number of items to return for this call. The call also
5996
6030
  # returns a token that you can specify in a subsequent call to get the
@@ -7064,7 +7098,7 @@ module Aws::SSM
7064
7098
  # The type of parameter that you want to add to the system.
7065
7099
  #
7066
7100
  # <note markdown="1"> `SecureString` is not currently supported for AWS CloudFormation
7067
- # templates or in the China Regions.
7101
+ # templates.
7068
7102
  #
7069
7103
  # </note>
7070
7104
  #
@@ -9543,7 +9577,7 @@ module Aws::SSM
9543
9577
  # global_filters: {
9544
9578
  # patch_filters: [ # required
9545
9579
  # {
9546
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
9580
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
9547
9581
  # values: ["PatchFilterValue"], # required
9548
9582
  # },
9549
9583
  # ],
@@ -9554,7 +9588,7 @@ module Aws::SSM
9554
9588
  # patch_filter_group: { # required
9555
9589
  # patch_filters: [ # required
9556
9590
  # {
9557
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
9591
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
9558
9592
  # values: ["PatchFilterValue"], # required
9559
9593
  # },
9560
9594
  # ],
@@ -9588,12 +9622,12 @@ module Aws::SSM
9588
9622
  # resp.name #=> String
9589
9623
  # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN"
9590
9624
  # resp.global_filters.patch_filters #=> Array
9591
- # resp.global_filters.patch_filters[0].key #=> String, one of "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "MSRC_SEVERITY", "PATCH_ID", "SECTION", "PRIORITY", "SEVERITY"
9625
+ # resp.global_filters.patch_filters[0].key #=> String, one of "ARCH", "ADVISORY_ID", "BUGZILLA_ID", "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "CVE_ID", "EPOCH", "MSRC_SEVERITY", "NAME", "PATCH_ID", "SECTION", "PRIORITY", "REPOSITORY", "RELEASE", "SEVERITY", "SECURITY", "VERSION"
9592
9626
  # resp.global_filters.patch_filters[0].values #=> Array
9593
9627
  # resp.global_filters.patch_filters[0].values[0] #=> String
9594
9628
  # resp.approval_rules.patch_rules #=> Array
9595
9629
  # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters #=> Array
9596
- # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].key #=> String, one of "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "MSRC_SEVERITY", "PATCH_ID", "SECTION", "PRIORITY", "SEVERITY"
9630
+ # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].key #=> String, one of "ARCH", "ADVISORY_ID", "BUGZILLA_ID", "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "CVE_ID", "EPOCH", "MSRC_SEVERITY", "NAME", "PATCH_ID", "SECTION", "PRIORITY", "REPOSITORY", "RELEASE", "SEVERITY", "SECURITY", "VERSION"
9597
9631
  # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].values #=> Array
9598
9632
  # resp.approval_rules.patch_rules[0].patch_filter_group.patch_filters[0].values[0] #=> String
9599
9633
  # resp.approval_rules.patch_rules[0].compliance_level #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "INFORMATIONAL", "UNSPECIFIED"
@@ -9755,7 +9789,7 @@ module Aws::SSM
9755
9789
  params: params,
9756
9790
  config: config)
9757
9791
  context[:gem_name] = 'aws-sdk-ssm'
9758
- context[:gem_version] = '1.93.0'
9792
+ context[:gem_version] = '1.98.0'
9759
9793
  Seahorse::Client::Request.new(handlers, context)
9760
9794
  end
9761
9795
 
@@ -765,9 +765,17 @@ module Aws::SSM
765
765
  ParametersFilterValueList = Shapes::ListShape.new(name: 'ParametersFilterValueList')
766
766
  Patch = Shapes::StructureShape.new(name: 'Patch')
767
767
  PatchAction = Shapes::StringShape.new(name: 'PatchAction')
768
+ PatchAdvisoryId = Shapes::StringShape.new(name: 'PatchAdvisoryId')
769
+ PatchAdvisoryIdList = Shapes::ListShape.new(name: 'PatchAdvisoryIdList')
770
+ PatchArch = Shapes::StringShape.new(name: 'PatchArch')
768
771
  PatchBaselineIdentity = Shapes::StructureShape.new(name: 'PatchBaselineIdentity')
769
772
  PatchBaselineIdentityList = Shapes::ListShape.new(name: 'PatchBaselineIdentityList')
770
773
  PatchBaselineMaxResults = Shapes::IntegerShape.new(name: 'PatchBaselineMaxResults')
774
+ PatchBugzillaId = Shapes::StringShape.new(name: 'PatchBugzillaId')
775
+ PatchBugzillaIdList = Shapes::ListShape.new(name: 'PatchBugzillaIdList')
776
+ PatchCVEId = Shapes::StringShape.new(name: 'PatchCVEId')
777
+ PatchCVEIdList = Shapes::ListShape.new(name: 'PatchCVEIdList')
778
+ PatchCVEIds = Shapes::StringShape.new(name: 'PatchCVEIds')
771
779
  PatchClassification = Shapes::StringShape.new(name: 'PatchClassification')
772
780
  PatchComplianceData = Shapes::StructureShape.new(name: 'PatchComplianceData')
773
781
  PatchComplianceDataList = Shapes::ListShape.new(name: 'PatchComplianceDataList')
@@ -777,6 +785,7 @@ module Aws::SSM
777
785
  PatchContentUrl = Shapes::StringShape.new(name: 'PatchContentUrl')
778
786
  PatchDeploymentStatus = Shapes::StringShape.new(name: 'PatchDeploymentStatus')
779
787
  PatchDescription = Shapes::StringShape.new(name: 'PatchDescription')
788
+ PatchEpoch = Shapes::IntegerShape.new(name: 'PatchEpoch')
780
789
  PatchFailedCount = Shapes::IntegerShape.new(name: 'PatchFailedCount')
781
790
  PatchFilter = Shapes::StructureShape.new(name: 'PatchFilter')
782
791
  PatchFilterGroup = Shapes::StructureShape.new(name: 'PatchFilterGroup')
@@ -800,6 +809,7 @@ module Aws::SSM
800
809
  PatchMissingCount = Shapes::IntegerShape.new(name: 'PatchMissingCount')
801
810
  PatchMsrcNumber = Shapes::StringShape.new(name: 'PatchMsrcNumber')
802
811
  PatchMsrcSeverity = Shapes::StringShape.new(name: 'PatchMsrcSeverity')
812
+ PatchName = Shapes::StringShape.new(name: 'PatchName')
803
813
  PatchNotApplicableCount = Shapes::IntegerShape.new(name: 'PatchNotApplicableCount')
804
814
  PatchOperationType = Shapes::StringShape.new(name: 'PatchOperationType')
805
815
  PatchOrchestratorFilter = Shapes::StructureShape.new(name: 'PatchOrchestratorFilter')
@@ -812,6 +822,8 @@ module Aws::SSM
812
822
  PatchPropertiesList = Shapes::ListShape.new(name: 'PatchPropertiesList')
813
823
  PatchProperty = Shapes::StringShape.new(name: 'PatchProperty')
814
824
  PatchPropertyEntry = Shapes::MapShape.new(name: 'PatchPropertyEntry')
825
+ PatchRelease = Shapes::StringShape.new(name: 'PatchRelease')
826
+ PatchRepository = Shapes::StringShape.new(name: 'PatchRepository')
815
827
  PatchRule = Shapes::StructureShape.new(name: 'PatchRule')
816
828
  PatchRuleGroup = Shapes::StructureShape.new(name: 'PatchRuleGroup')
817
829
  PatchRuleList = Shapes::ListShape.new(name: 'PatchRuleList')
@@ -828,6 +840,7 @@ module Aws::SSM
828
840
  PatchTitle = Shapes::StringShape.new(name: 'PatchTitle')
829
841
  PatchUnreportedNotApplicableCount = Shapes::IntegerShape.new(name: 'PatchUnreportedNotApplicableCount')
830
842
  PatchVendor = Shapes::StringShape.new(name: 'PatchVendor')
843
+ PatchVersion = Shapes::StringShape.new(name: 'PatchVersion')
831
844
  PingStatus = Shapes::StringShape.new(name: 'PingStatus')
832
845
  PlatformType = Shapes::StringShape.new(name: 'PlatformType')
833
846
  PlatformTypeList = Shapes::ListShape.new(name: 'PlatformTypeList')
@@ -3313,8 +3326,20 @@ module Aws::SSM
3313
3326
  Patch.add_member(:kb_number, Shapes::ShapeRef.new(shape: PatchKbNumber, location_name: "KbNumber"))
3314
3327
  Patch.add_member(:msrc_number, Shapes::ShapeRef.new(shape: PatchMsrcNumber, location_name: "MsrcNumber"))
3315
3328
  Patch.add_member(:language, Shapes::ShapeRef.new(shape: PatchLanguage, location_name: "Language"))
3329
+ Patch.add_member(:advisory_ids, Shapes::ShapeRef.new(shape: PatchAdvisoryIdList, location_name: "AdvisoryIds"))
3330
+ Patch.add_member(:bugzilla_ids, Shapes::ShapeRef.new(shape: PatchBugzillaIdList, location_name: "BugzillaIds"))
3331
+ Patch.add_member(:cve_ids, Shapes::ShapeRef.new(shape: PatchCVEIdList, location_name: "CVEIds"))
3332
+ Patch.add_member(:name, Shapes::ShapeRef.new(shape: PatchName, location_name: "Name"))
3333
+ Patch.add_member(:epoch, Shapes::ShapeRef.new(shape: PatchEpoch, location_name: "Epoch"))
3334
+ Patch.add_member(:version, Shapes::ShapeRef.new(shape: PatchVersion, location_name: "Version"))
3335
+ Patch.add_member(:release, Shapes::ShapeRef.new(shape: PatchRelease, location_name: "Release"))
3336
+ Patch.add_member(:arch, Shapes::ShapeRef.new(shape: PatchArch, location_name: "Arch"))
3337
+ Patch.add_member(:severity, Shapes::ShapeRef.new(shape: PatchSeverity, location_name: "Severity"))
3338
+ Patch.add_member(:repository, Shapes::ShapeRef.new(shape: PatchRepository, location_name: "Repository"))
3316
3339
  Patch.struct_class = Types::Patch
3317
3340
 
3341
+ PatchAdvisoryIdList.member = Shapes::ShapeRef.new(shape: PatchAdvisoryId)
3342
+
3318
3343
  PatchBaselineIdentity.add_member(:baseline_id, Shapes::ShapeRef.new(shape: BaselineId, location_name: "BaselineId"))
3319
3344
  PatchBaselineIdentity.add_member(:baseline_name, Shapes::ShapeRef.new(shape: BaselineName, location_name: "BaselineName"))
3320
3345
  PatchBaselineIdentity.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystem, location_name: "OperatingSystem"))
@@ -3324,12 +3349,17 @@ module Aws::SSM
3324
3349
 
3325
3350
  PatchBaselineIdentityList.member = Shapes::ShapeRef.new(shape: PatchBaselineIdentity)
3326
3351
 
3352
+ PatchBugzillaIdList.member = Shapes::ShapeRef.new(shape: PatchBugzillaId)
3353
+
3354
+ PatchCVEIdList.member = Shapes::ShapeRef.new(shape: PatchCVEId)
3355
+
3327
3356
  PatchComplianceData.add_member(:title, Shapes::ShapeRef.new(shape: PatchTitle, required: true, location_name: "Title"))
3328
3357
  PatchComplianceData.add_member(:kb_id, Shapes::ShapeRef.new(shape: PatchKbNumber, required: true, location_name: "KBId"))
3329
3358
  PatchComplianceData.add_member(:classification, Shapes::ShapeRef.new(shape: PatchClassification, required: true, location_name: "Classification"))
3330
3359
  PatchComplianceData.add_member(:severity, Shapes::ShapeRef.new(shape: PatchSeverity, required: true, location_name: "Severity"))
3331
3360
  PatchComplianceData.add_member(:state, Shapes::ShapeRef.new(shape: PatchComplianceDataState, required: true, location_name: "State"))
3332
3361
  PatchComplianceData.add_member(:installed_time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "InstalledTime"))
3362
+ PatchComplianceData.add_member(:cve_ids, Shapes::ShapeRef.new(shape: PatchCVEIds, location_name: "CVEIds"))
3333
3363
  PatchComplianceData.struct_class = Types::PatchComplianceData
3334
3364
 
3335
3365
  PatchComplianceDataList.member = Shapes::ShapeRef.new(shape: PatchComplianceData)
@@ -620,6 +620,10 @@ module Aws::SSM
620
620
  #
621
621
  # @!attribute [rw] key
622
622
  # The name of the filter.
623
+ #
624
+ # <note markdown="1"> `InstanceId` has been deprecated.
625
+ #
626
+ # </note>
623
627
  # @return [String]
624
628
  #
625
629
  # @!attribute [rw] value
@@ -1142,14 +1146,15 @@ module Aws::SSM
1142
1146
  # data as a hash:
1143
1147
  #
1144
1148
  # {
1145
- # key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey
1149
+ # key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey, TargetResourceGroup
1146
1150
  # values: ["AutomationExecutionFilterValue"], # required
1147
1151
  # }
1148
1152
  #
1149
1153
  # @!attribute [rw] key
1150
1154
  # One or more keys to limit the results. Valid filter keys include the
1151
1155
  # following: DocumentNamePrefix, ExecutionStatus, ExecutionId,
1152
- # ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter.
1156
+ # ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter,
1157
+ # TargetResourceGroup.
1153
1158
  # @return [String]
1154
1159
  #
1155
1160
  # @!attribute [rw] values
@@ -3316,7 +3321,7 @@ module Aws::SSM
3316
3321
  # global_filters: {
3317
3322
  # patch_filters: [ # required
3318
3323
  # {
3319
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
3324
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
3320
3325
  # values: ["PatchFilterValue"], # required
3321
3326
  # },
3322
3327
  # ],
@@ -3327,7 +3332,7 @@ module Aws::SSM
3327
3332
  # patch_filter_group: { # required
3328
3333
  # patch_filters: [ # required
3329
3334
  # {
3330
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
3335
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
3331
3336
  # values: ["PatchFilterValue"], # required
3332
3337
  # },
3333
3338
  # ],
@@ -4379,7 +4384,7 @@ module Aws::SSM
4379
4384
  # {
4380
4385
  # filters: [
4381
4386
  # {
4382
- # key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey
4387
+ # key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey, TargetResourceGroup
4383
4388
  # values: ["AutomationExecutionFilterValue"], # required
4384
4389
  # },
4385
4390
  # ],
@@ -6167,7 +6172,7 @@ module Aws::SSM
6167
6172
  # next_token: "NextToken",
6168
6173
  # filters: [
6169
6174
  # {
6170
- # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Target, Owner, Status
6175
+ # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Target, Owner, Status, SessionId
6171
6176
  # value: "SessionFilterValue", # required
6172
6177
  # },
6173
6178
  # ],
@@ -8303,7 +8308,7 @@ module Aws::SSM
8303
8308
  # }
8304
8309
  #
8305
8310
  # @!attribute [rw] name
8306
- # The name of a parameter you want to query.
8311
+ # The name of the parameter for which you want to review history.
8307
8312
  # @return [String]
8308
8313
  #
8309
8314
  # @!attribute [rw] with_decryption
@@ -10606,6 +10611,13 @@ module Aws::SSM
10606
10611
  # @!attribute [rw] association_filter_list
10607
10612
  # One or more filters. Use a filter to return a more specific list of
10608
10613
  # results.
10614
+ #
10615
+ # <note markdown="1"> Filtering associations using the `InstanceID` attribute only returns
10616
+ # legacy associations created using the `InstanceID` attribute.
10617
+ # Associations targeting the instance that are part of the Target
10618
+ # Attributes `ResourceGroup` or `Tags` are not returned.
10619
+ #
10620
+ # </note>
10609
10621
  # @return [Array<Types::AssociationFilter>]
10610
10622
  #
10611
10623
  # @!attribute [rw] max_results
@@ -13095,7 +13107,31 @@ module Aws::SSM
13095
13107
  include Aws::Structure
13096
13108
  end
13097
13109
 
13098
- # The parameter exceeded the maximum number of allowed versions.
13110
+ # Parameter Store retains the 100 most recently created versions of a
13111
+ # parameter. After this number of versions has been created, Parameter
13112
+ # Store deletes the oldest version when a new one is created. However,
13113
+ # if the oldest version has a *label* attached to it, Parameter Store
13114
+ # will not delete the version and instead presents this error message:
13115
+ #
13116
+ # `An error occurred (ParameterMaxVersionLimitExceeded) when calling the
13117
+ # PutParameter operation: You attempted to create a new version of
13118
+ # parameter-name by calling the PutParameter API with the overwrite
13119
+ # flag. Version version-number, the oldest version, can't be deleted
13120
+ # because it has a label associated with it. Move the label to another
13121
+ # version of the parameter, and try again.`
13122
+ #
13123
+ # This safeguard is to prevent parameter versions with mission critical
13124
+ # labels assigned to them from being deleted. To continue creating new
13125
+ # parameters, first move the label from the oldest version of the
13126
+ # parameter to a newer one for use in your operations. For information
13127
+ # about moving parameter labels, see [Move a parameter label
13128
+ # (console)][1] or [Move a parameter label (CLI) ][2] in the *AWS
13129
+ # Systems Manager User Guide*.
13130
+ #
13131
+ #
13132
+ #
13133
+ # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-console-move
13134
+ # [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-cli-move
13099
13135
  #
13100
13136
  # @!attribute [rw] message
13101
13137
  # @return [String]
@@ -13323,8 +13359,11 @@ module Aws::SSM
13323
13359
  # Represents metadata about a patch.
13324
13360
  #
13325
13361
  # @!attribute [rw] id
13326
- # The ID of the patch (this is different than the Microsoft Knowledge
13327
- # Base ID).
13362
+ # The ID of the patch. Applies to Windows patches only.
13363
+ #
13364
+ # <note markdown="1"> This ID is not the same as the Microsoft Knowledge Base ID.
13365
+ #
13366
+ # </note>
13328
13367
  # @return [String]
13329
13368
  #
13330
13369
  # @!attribute [rw] release_date
@@ -13348,37 +13387,95 @@ module Aws::SSM
13348
13387
  # @return [String]
13349
13388
  #
13350
13389
  # @!attribute [rw] product_family
13351
- # The product family the patch is applicable for (for example,
13352
- # Windows).
13390
+ # The product family the patch is applicable for. For example,
13391
+ # `Windows` or `Amazon Linux 2`.
13353
13392
  # @return [String]
13354
13393
  #
13355
13394
  # @!attribute [rw] product
13356
- # The specific product the patch is applicable for (for example,
13357
- # WindowsServer2016).
13395
+ # The specific product the patch is applicable for. For example,
13396
+ # `WindowsServer2016` or `AmazonLinux2018.03`.
13358
13397
  # @return [String]
13359
13398
  #
13360
13399
  # @!attribute [rw] classification
13361
- # The classification of the patch (for example, SecurityUpdates,
13362
- # Updates, CriticalUpdates).
13400
+ # The classification of the patch. For example, `SecurityUpdates`,
13401
+ # `Updates`, or `CriticalUpdates`.
13363
13402
  # @return [String]
13364
13403
  #
13365
13404
  # @!attribute [rw] msrc_severity
13366
- # The severity of the patch (for example Critical, Important,
13367
- # Moderate).
13405
+ # The severity of the patch, such as `Critical`, `Important`, or
13406
+ # `Moderate`. Applies to Windows patches only.
13368
13407
  # @return [String]
13369
13408
  #
13370
13409
  # @!attribute [rw] kb_number
13371
- # The Microsoft Knowledge Base ID of the patch.
13410
+ # The Microsoft Knowledge Base ID of the patch. Applies to Windows
13411
+ # patches only.
13372
13412
  # @return [String]
13373
13413
  #
13374
13414
  # @!attribute [rw] msrc_number
13375
- # The ID of the MSRC bulletin the patch is related to.
13415
+ # The ID of the Microsoft Security Response Center (MSRC) bulletin the
13416
+ # patch is related to. For example, `MS14-045`. Applies to Windows
13417
+ # patches only.
13376
13418
  # @return [String]
13377
13419
  #
13378
13420
  # @!attribute [rw] language
13379
13421
  # The language of the patch if it's language-specific.
13380
13422
  # @return [String]
13381
13423
  #
13424
+ # @!attribute [rw] advisory_ids
13425
+ # The Advisory ID of the patch. For example, `RHSA-2020:3779`. Applies
13426
+ # to Linux-based instances only.
13427
+ # @return [Array<String>]
13428
+ #
13429
+ # @!attribute [rw] bugzilla_ids
13430
+ # The Bugzilla ID of the patch. For example, `1600646`. Applies to
13431
+ # Linux-based instances only.
13432
+ # @return [Array<String>]
13433
+ #
13434
+ # @!attribute [rw] cve_ids
13435
+ # The Common Vulnerabilities and Exposures (CVE) ID of the patch. For
13436
+ # example, `CVE-1999-0067`. Applies to Linux-based instances only.
13437
+ # @return [Array<String>]
13438
+ #
13439
+ # @!attribute [rw] name
13440
+ # The name of the patch. Applies to Linux-based instances only.
13441
+ # @return [String]
13442
+ #
13443
+ # @!attribute [rw] epoch
13444
+ # The epoch of the patch. For example in
13445
+ # `pkg-example-EE-20180914-2.2.amzn1.noarch`, the epoch value is
13446
+ # `20180914-2`. Applies to Linux-based instances only.
13447
+ # @return [Integer]
13448
+ #
13449
+ # @!attribute [rw] version
13450
+ # The version number of the patch. For example, in
13451
+ # `example-pkg-1.710.10-2.7.abcd.x86_64`, the version number is
13452
+ # indicated by `-1`. Applies to Linux-based instances only.
13453
+ # @return [String]
13454
+ #
13455
+ # @!attribute [rw] release
13456
+ # The particular release of a patch. For example, in
13457
+ # `pkg-example-EE-20180914-2.2.amzn1.noarch`, the release is
13458
+ # `2.amaz1`. Applies to Linux-based instances only.
13459
+ # @return [String]
13460
+ #
13461
+ # @!attribute [rw] arch
13462
+ # The architecture of the patch. For example, in
13463
+ # `example-pkg-0.710.10-2.7.abcd.x86_64`, the architecture is
13464
+ # indicated by `x86_64`. Applies to Linux-based instances only.
13465
+ # @return [String]
13466
+ #
13467
+ # @!attribute [rw] severity
13468
+ # The severity level of the patch. For example, `CRITICAL` or
13469
+ # `MODERATE`.
13470
+ # @return [String]
13471
+ #
13472
+ # @!attribute [rw] repository
13473
+ # The source patch repository for the operating system and version,
13474
+ # such as `trusty-security` for Ubuntu Server 14.04 LTE and
13475
+ # `focal-security` for Ubuntu Server 20.04 LTE. Applies to Linux-based
13476
+ # instances only.
13477
+ # @return [String]
13478
+ #
13382
13479
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/Patch AWS API Documentation
13383
13480
  #
13384
13481
  class Patch < Struct.new(
@@ -13394,7 +13491,17 @@ module Aws::SSM
13394
13491
  :msrc_severity,
13395
13492
  :kb_number,
13396
13493
  :msrc_number,
13397
- :language)
13494
+ :language,
13495
+ :advisory_ids,
13496
+ :bugzilla_ids,
13497
+ :cve_ids,
13498
+ :name,
13499
+ :epoch,
13500
+ :version,
13501
+ :release,
13502
+ :arch,
13503
+ :severity,
13504
+ :repository)
13398
13505
  SENSITIVE = []
13399
13506
  include Aws::Structure
13400
13507
  end
@@ -13473,6 +13580,11 @@ module Aws::SSM
13473
13580
  # all operating systems provide this level of information.
13474
13581
  # @return [Time]
13475
13582
  #
13583
+ # @!attribute [rw] cve_ids
13584
+ # The IDs of one or more Common Vulnerabilities and Exposure (CVE)
13585
+ # issues that are resolved by the patch.
13586
+ # @return [String]
13587
+ #
13476
13588
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PatchComplianceData AWS API Documentation
13477
13589
  #
13478
13590
  class PatchComplianceData < Struct.new(
@@ -13481,7 +13593,8 @@ module Aws::SSM
13481
13593
  :classification,
13482
13594
  :severity,
13483
13595
  :state,
13484
- :installed_time)
13596
+ :installed_time,
13597
+ :cve_ids)
13485
13598
  SENSITIVE = []
13486
13599
  include Aws::Structure
13487
13600
  end
@@ -13508,7 +13621,7 @@ module Aws::SSM
13508
13621
  # data as a hash:
13509
13622
  #
13510
13623
  # {
13511
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
13624
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
13512
13625
  # values: ["PatchFilterValue"], # required
13513
13626
  # }
13514
13627
  #
@@ -13543,7 +13656,7 @@ module Aws::SSM
13543
13656
  # {
13544
13657
  # patch_filters: [ # required
13545
13658
  # {
13546
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
13659
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
13547
13660
  # values: ["PatchFilterValue"], # required
13548
13661
  # },
13549
13662
  # ],
@@ -13617,7 +13730,7 @@ module Aws::SSM
13617
13730
  # patch_filter_group: { # required
13618
13731
  # patch_filters: [ # required
13619
13732
  # {
13620
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
13733
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
13621
13734
  # values: ["PatchFilterValue"], # required
13622
13735
  # },
13623
13736
  # ],
@@ -13682,7 +13795,7 @@ module Aws::SSM
13682
13795
  # patch_filter_group: { # required
13683
13796
  # patch_filters: [ # required
13684
13797
  # {
13685
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
13798
+ # key: "ARCH", # required, accepts ARCH, ADVISORY_ID, BUGZILLA_ID, PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, CVE_ID, EPOCH, MSRC_SEVERITY, NAME, PATCH_ID, SECTION, PRIORITY, REPOSITORY, RELEASE, SEVERITY, SECURITY, VERSION
13686
13799
  # values: ["PatchFilterValue"], # required
13687
13800
  # },
13688
13801
  # ],
@@ -14071,7 +14184,7 @@ module Aws::SSM
14071
14184
  # The type of parameter that you want to add to the system.
14072
14185
  #
14073
14186
  # <note markdown="1"> `SecureString` is not currently supported for AWS CloudFormation
14074
- # templates or in the China Regions.
14187
+ # templates.
14075
14188
  #
14076
14189
  # </note>
14077
14190
  #
@@ -15908,7 +16021,7 @@ module Aws::SSM
15908
16021
  # data as a hash:
15909
16022
  #
15910
16023
  # {
15911
- # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Target, Owner, Status
16024
+ # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Target, Owner, Status, SessionId
15912
16025
  # value: "SessionFilterValue", # required
15913
16026
  # }
15914
16027
  #
@@ -15947,6 +16060,9 @@ module Aws::SSM
15947
16060
  # * Terminating
15948
16061
  #
15949
16062
  # * Failed
16063
+ #
16064
+ # * SessionId: Specify a session ID to return details about the
16065
+ # session.
15950
16066
  # @return [String]
15951
16067
  #
15952
16068
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/SessionFilter AWS API Documentation
@@ -18050,7 +18166,7 @@ module Aws::SSM
18050
18166
  # global_filters: {
18051
18167
  # patch_filters: [ # required
18052
18168
  # {
18053
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
18169
+ # 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
18170
  # values: ["PatchFilterValue"], # required
18055
18171
  # },
18056
18172
  # ],
@@ -18061,7 +18177,7 @@ module Aws::SSM
18061
18177
  # patch_filter_group: { # required
18062
18178
  # patch_filters: [ # required
18063
18179
  # {
18064
- # key: "PATCH_SET", # required, accepts PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID, SECTION, PRIORITY, SEVERITY
18180
+ # 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
18181
  # values: ["PatchFilterValue"], # required
18066
18182
  # },
18067
18183
  # ],
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.93.0
4
+ version: 1.98.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-30 00:00:00.000000000 Z
11
+ date: 2020-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core