aws-sdk-ssm 1.152.0 → 1.154.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d223a5838f363231078f70075994df8e29f35582b002c8943dffe6b7c5e86dc
4
- data.tar.gz: 9ad67f305542aa6edc55c951b98f254741a8129a72aa9e4b31fc8c528ef7d24a
3
+ metadata.gz: c59bd071f0159588e99408e3850f2f2cc5b1b16ef14f85f685436560384f0219
4
+ data.tar.gz: 4966eaa4f9ee4ba476dde000b48c05df07c6d28c1ac64fa8c61f391315e462c0
5
5
  SHA512:
6
- metadata.gz: e392b88a64a6730ca7153461c2801eaf163ea54e164d4a54f61a0fce706230959a979f990e602182f9af90a533dcb99c8012cf30b595d9be0e29cf3e0cdd2791
7
- data.tar.gz: 6518705a6076ad80748a8dd24c2f68f8c4de12d1d1104d9768ce96c0ea5ba3af9ee2aa3e79b3c5c347a3b6a2c3afc2d4fc70b20423283be394ed05c1d80554ad
6
+ metadata.gz: 035beb63f4596d37babf1cea48b2b8f6cc93ed31af9891a12b378f02c3deadc496a6db0aa6eb7a1ec9c1d85e5fbe478ffe72100a259c2f275e5bdf2857877c77
7
+ data.tar.gz: 80523176e99d4e34c9a9f7eab29e4f13d997f127442a89c6a70ea82e944d466c03756b3b63f48d01416c0d64c5d3eb109246288d44ea9a3a5bb0088bc9c5e7c4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.154.0 (2023-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.153.0 (2023-06-27)
10
+ ------------------
11
+
12
+ * Feature - Systems Manager doc-only update for June 2023.
13
+
4
14
  1.152.0 (2023-06-15)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.152.0
1
+ 1.154.0
@@ -451,7 +451,8 @@ module Aws::SSM
451
451
  # `/aws/ssm/MyGroup/appmanager`.
452
452
  #
453
453
  # For the `Document` and `Parameter` values, use the name of the
454
- # resource.
454
+ # resource. If you're tagging a shared document, you must use the full
455
+ # ARN of the document.
455
456
  #
456
457
  # `ManagedInstance`: `mi-012345abcde`
457
458
  #
@@ -1637,8 +1638,8 @@ module Aws::SSM
1637
1638
 
1638
1639
  # Creates a new OpsItem. You must have permission in Identity and Access
1639
1640
  # Management (IAM) to create a new OpsItem. For more information, see
1640
- # [Getting started with OpsCenter][1] in the *Amazon Web Services
1641
- # Systems Manager User Guide*.
1641
+ # [Set up OpsCenter][1] in the *Amazon Web Services Systems Manager User
1642
+ # Guide*.
1642
1643
  #
1643
1644
  # Operations engineers and IT professionals use Amazon Web Services
1644
1645
  # Systems Manager OpsCenter to view, investigate, and remediate
@@ -1649,7 +1650,7 @@ module Aws::SSM
1649
1650
  #
1650
1651
  #
1651
1652
  #
1652
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html
1653
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setup.html
1653
1654
  # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html
1654
1655
  #
1655
1656
  # @option params [required, String] :description
@@ -1701,7 +1702,7 @@ module Aws::SSM
1701
1702
  #
1702
1703
  #
1703
1704
  #
1704
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems
1705
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-manually-create-OpsItems.html
1705
1706
  #
1706
1707
  # @option params [Array<Types::OpsItemNotification>] :notifications
1707
1708
  # The Amazon Resource Name (ARN) of an SNS topic where notifications are
@@ -1730,10 +1731,7 @@ module Aws::SSM
1730
1731
  # impacted resource.
1731
1732
  #
1732
1733
  # @option params [Array<Types::Tag>] :tags
1733
- # Optional metadata that you assign to a resource. You can restrict
1734
- # access to OpsItems by using an inline IAM policy that specifies tags.
1735
- # For more information, see [Getting started with OpsCenter][1] in the
1736
- # *Amazon Web Services Systems Manager User Guide*.
1734
+ # Optional metadata that you assign to a resource.
1737
1735
  #
1738
1736
  # Tags use a key-value pair. For example:
1739
1737
  #
@@ -1744,10 +1742,6 @@ module Aws::SSM
1744
1742
  # `ssm:AddTagsToResource` operation. To add tags to an existing OpsItem,
1745
1743
  # use the AddTagsToResource operation.
1746
1744
  #
1747
- #
1748
- #
1749
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html#OpsCenter-getting-started-user-permissions
1750
- #
1751
1745
  # @option params [String] :category
1752
1746
  # Specify a category to assign to an OpsItem.
1753
1747
  #
@@ -1774,13 +1768,12 @@ module Aws::SSM
1774
1768
  # @option params [String] :account_id
1775
1769
  # The target Amazon Web Services account where you want to create an
1776
1770
  # OpsItem. To make this call, your account must be configured to work
1777
- # with OpsItems across accounts. For more information, see [Setting up
1778
- # OpsCenter to work with OpsItems across accounts][1] in the *Amazon Web
1779
- # Services Systems Manager User Guide*.
1771
+ # with OpsItems across accounts. For more information, see [Set up
1772
+ # OpsCenter][1] in the *Amazon Web Services Systems Manager User Guide*.
1780
1773
  #
1781
1774
  #
1782
1775
  #
1783
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-OpsCenter-multiple-accounts.html
1776
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setup.html
1784
1777
  #
1785
1778
  # @return [Types::CreateOpsItemResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1786
1779
  #
@@ -3718,18 +3711,19 @@ module Aws::SSM
3718
3711
  req.send_request(options)
3719
3712
  end
3720
3713
 
3721
- # Describes one or more of your managed nodes, including information
3722
- # about the operating system platform, the version of SSM Agent
3723
- # installed on the managed node, node status, and so on.
3714
+ # Provides information about one or more of your managed nodes,
3715
+ # including the operating system platform, SSM Agent version,
3716
+ # association status, and IP address. This operation does not return
3717
+ # information for nodes that are either Stopped or Terminated.
3724
3718
  #
3725
- # If you specify one or more managed node IDs, it returns information
3719
+ # If you specify one or more node IDs, the operation returns information
3726
3720
  # for those managed nodes. If you don't specify node IDs, it returns
3727
3721
  # information for all your managed nodes. If you specify a node ID that
3728
3722
  # isn't valid or a node that you don't own, you receive an error.
3729
3723
  #
3730
- # <note markdown="1"> The `IamRole` field for this API operation is the Identity and Access
3731
- # Management (IAM) role assigned to on-premises managed nodes. This call
3732
- # doesn't return the IAM role for EC2 instances.
3724
+ # <note markdown="1"> The `IamRole` field returned for this API operation is the Identity
3725
+ # and Access Management (IAM) role assigned to on-premises managed
3726
+ # nodes. This operation does not return the IAM role for EC2 instances.
3733
3727
  #
3734
3728
  # </note>
3735
3729
  #
@@ -3746,13 +3740,14 @@ module Aws::SSM
3746
3740
  # @option params [Array<Types::InstanceInformationStringFilter>] :filters
3747
3741
  # One or more filters. Use a filter to return a more specific list of
3748
3742
  # managed nodes. You can filter based on tags applied to your managed
3749
- # nodes. Use this `Filters` data type instead of
3750
- # `InstanceInformationFilterList`, which is deprecated.
3743
+ # nodes. Tag filters can't be combined with other filter types. Use
3744
+ # this `Filters` data type instead of `InstanceInformationFilterList`,
3745
+ # which is deprecated.
3751
3746
  #
3752
3747
  # @option params [Integer] :max_results
3753
3748
  # The maximum number of items to return for this call. The call also
3754
3749
  # returns a token that you can specify in a subsequent call to get the
3755
- # next set of results.
3750
+ # next set of results. The default value is 10 items.
3756
3751
  #
3757
3752
  # @option params [String] :next_token
3758
3753
  # The token for the next set of items to return. (You received this
@@ -4655,8 +4650,8 @@ module Aws::SSM
4655
4650
 
4656
4651
  # Query a set of OpsItems. You must have permission in Identity and
4657
4652
  # Access Management (IAM) to query a list of OpsItems. For more
4658
- # information, see [Getting started with OpsCenter][1] in the *Amazon
4659
- # Web Services Systems Manager User Guide*.
4653
+ # information, see [Set up OpsCenter][1] in the *Amazon Web Services
4654
+ # Systems Manager User Guide*.
4660
4655
  #
4661
4656
  # Operations engineers and IT professionals use Amazon Web Services
4662
4657
  # Systems Manager OpsCenter to view, investigate, and remediate
@@ -4667,7 +4662,7 @@ module Aws::SSM
4667
4662
  #
4668
4663
  #
4669
4664
  #
4670
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html
4665
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setup.html
4671
4666
  # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html
4672
4667
  #
4673
4668
  # @option params [Array<Types::OpsItemFilter>] :ops_item_filters
@@ -4725,6 +4720,10 @@ module Aws::SSM
4725
4720
  #
4726
4721
  # Operations: Equals
4727
4722
  #
4723
+ # * Key: AccountId
4724
+ #
4725
+ # Operations: Equals
4726
+ #
4728
4727
  # *The Equals operator for Title matches the first 100 characters. If
4729
4728
  # you specify more than 100 characters, they system returns an error
4730
4729
  # that the filter value exceeds the length limit.
@@ -6321,8 +6320,8 @@ module Aws::SSM
6321
6320
 
6322
6321
  # Get information about an OpsItem by using the ID. You must have
6323
6322
  # permission in Identity and Access Management (IAM) to view information
6324
- # about an OpsItem. For more information, see [Getting started with
6325
- # OpsCenter][1] in the *Amazon Web Services Systems Manager User Guide*.
6323
+ # about an OpsItem. For more information, see [Set up OpsCenter][1] in
6324
+ # the *Amazon Web Services Systems Manager User Guide*.
6326
6325
  #
6327
6326
  # Operations engineers and IT professionals use Amazon Web Services
6328
6327
  # Systems Manager OpsCenter to view, investigate, and remediate
@@ -6333,7 +6332,7 @@ module Aws::SSM
6333
6332
  #
6334
6333
  #
6335
6334
  #
6336
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html
6335
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setup.html
6337
6336
  # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html
6338
6337
  #
6339
6338
  # @option params [required, String] :ops_item_id
@@ -11620,8 +11619,8 @@ module Aws::SSM
11620
11619
 
11621
11620
  # Edit or change an OpsItem. You must have permission in Identity and
11622
11621
  # Access Management (IAM) to update an OpsItem. For more information,
11623
- # see [Getting started with OpsCenter][1] in the *Amazon Web Services
11624
- # Systems Manager User Guide*.
11622
+ # see [Set up OpsCenter][1] in the *Amazon Web Services Systems Manager
11623
+ # User Guide*.
11625
11624
  #
11626
11625
  # Operations engineers and IT professionals use Amazon Web Services
11627
11626
  # Systems Manager OpsCenter to view, investigate, and remediate
@@ -11632,7 +11631,7 @@ module Aws::SSM
11632
11631
  #
11633
11632
  #
11634
11633
  #
11635
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html
11634
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setup.html
11636
11635
  # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html
11637
11636
  #
11638
11637
  # @option params [String] :description
@@ -11670,7 +11669,7 @@ module Aws::SSM
11670
11669
  #
11671
11670
  #
11672
11671
  #
11673
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems
11672
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-manually-create-OpsItems.html
11674
11673
  #
11675
11674
  # @option params [Array<String>] :operational_data_to_delete
11676
11675
  # Keys that you want to remove from the OperationalData map.
@@ -11696,7 +11695,7 @@ module Aws::SSM
11696
11695
  #
11697
11696
  #
11698
11697
  #
11699
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems.html#OpsCenter-working-with-OpsItems-editing-details
11698
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html
11700
11699
  #
11701
11700
  # @option params [required, String] :ops_item_id
11702
11701
  # The ID of the OpsItem.
@@ -12165,7 +12164,7 @@ module Aws::SSM
12165
12164
  params: params,
12166
12165
  config: config)
12167
12166
  context[:gem_name] = 'aws-sdk-ssm'
12168
- context[:gem_version] = '1.152.0'
12167
+ context[:gem_version] = '1.154.0'
12169
12168
  Seahorse::Client::Request.new(handlers, context)
12170
12169
  end
12171
12170
 
@@ -128,7 +128,8 @@ module Aws::SSM
128
128
  # `/aws/ssm/MyGroup/appmanager`.
129
129
  #
130
130
  # For the `Document` and `Parameter` values, use the name of the
131
- # resource.
131
+ # resource. If you're tagging a shared document, you must use the
132
+ # full ARN of the document.
132
133
  #
133
134
  # `ManagedInstance`: `mi-012345abcde`
134
135
  #
@@ -3562,7 +3563,7 @@ module Aws::SSM
3562
3563
  #
3563
3564
  #
3564
3565
  #
3565
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems
3566
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-manually-create-OpsItems.html
3566
3567
  # @return [Hash<String,Types::OpsItemDataValue>]
3567
3568
  #
3568
3569
  # @!attribute [rw] notifications
@@ -3597,10 +3598,7 @@ module Aws::SSM
3597
3598
  # @return [String]
3598
3599
  #
3599
3600
  # @!attribute [rw] tags
3600
- # Optional metadata that you assign to a resource. You can restrict
3601
- # access to OpsItems by using an inline IAM policy that specifies
3602
- # tags. For more information, see [Getting started with OpsCenter][1]
3603
- # in the *Amazon Web Services Systems Manager User Guide*.
3601
+ # Optional metadata that you assign to a resource.
3604
3602
  #
3605
3603
  # Tags use a key-value pair. For example:
3606
3604
  #
@@ -3610,10 +3608,6 @@ module Aws::SSM
3610
3608
  # both the `ssm:CreateOpsItems` operation and the
3611
3609
  # `ssm:AddTagsToResource` operation. To add tags to an existing
3612
3610
  # OpsItem, use the AddTagsToResource operation.
3613
- #
3614
- #
3615
- #
3616
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html#OpsCenter-getting-started-user-permissions
3617
3611
  # @return [Array<Types::Tag>]
3618
3612
  #
3619
3613
  # @!attribute [rw] category
@@ -3649,13 +3643,13 @@ module Aws::SSM
3649
3643
  # @!attribute [rw] account_id
3650
3644
  # The target Amazon Web Services account where you want to create an
3651
3645
  # OpsItem. To make this call, your account must be configured to work
3652
- # with OpsItems across accounts. For more information, see [Setting up
3653
- # OpsCenter to work with OpsItems across accounts][1] in the *Amazon
3654
- # Web Services Systems Manager User Guide*.
3646
+ # with OpsItems across accounts. For more information, see [Set up
3647
+ # OpsCenter][1] in the *Amazon Web Services Systems Manager User
3648
+ # Guide*.
3655
3649
  #
3656
3650
  #
3657
3651
  #
3658
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-OpsCenter-multiple-accounts.html
3652
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setup.html
3659
3653
  # @return [String]
3660
3654
  #
3661
3655
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateOpsItemRequest AWS API Documentation
@@ -5085,14 +5079,15 @@ module Aws::SSM
5085
5079
  # @!attribute [rw] filters
5086
5080
  # One or more filters. Use a filter to return a more specific list of
5087
5081
  # managed nodes. You can filter based on tags applied to your managed
5088
- # nodes. Use this `Filters` data type instead of
5089
- # `InstanceInformationFilterList`, which is deprecated.
5082
+ # nodes. Tag filters can't be combined with other filter types. Use
5083
+ # this `Filters` data type instead of `InstanceInformationFilterList`,
5084
+ # which is deprecated.
5090
5085
  # @return [Array<Types::InstanceInformationStringFilter>]
5091
5086
  #
5092
5087
  # @!attribute [rw] max_results
5093
5088
  # The maximum number of items to return for this call. The call also
5094
5089
  # returns a token that you can specify in a subsequent call to get the
5095
- # next set of results.
5090
+ # next set of results. The default value is 10 items.
5096
5091
  # @return [Integer]
5097
5092
  #
5098
5093
  # @!attribute [rw] next_token
@@ -5827,6 +5822,10 @@ module Aws::SSM
5827
5822
  #
5828
5823
  # Operations: Equals
5829
5824
  #
5825
+ # * Key: AccountId
5826
+ #
5827
+ # Operations: Equals
5828
+ #
5830
5829
  # *The Equals operator for Title matches the first 100 characters. If
5831
5830
  # you specify more than 100 characters, they system returns an error
5832
5831
  # that the filter value exceeds the length limit.
@@ -9242,7 +9241,7 @@ module Aws::SSM
9242
9241
  #
9243
9242
  #
9244
9243
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html
9245
- # [2]: https://docs.aws.amazon.com/cli/latest/ec2/describe-instances.html
9244
+ # [2]: https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html
9246
9245
  # @return [String]
9247
9246
  #
9248
9247
  # @!attribute [rw] registration_date
@@ -9274,7 +9273,7 @@ module Aws::SSM
9274
9273
  # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-linux.html
9275
9274
  # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-win.html
9276
9275
  # [3]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html
9277
- # [4]: https://docs.aws.amazon.com/cli/latest/ec2/describe-instances.html
9276
+ # [4]: https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html
9278
9277
  # @return [String]
9279
9278
  #
9280
9279
  # @!attribute [rw] ip_address
@@ -12801,7 +12800,7 @@ module Aws::SSM
12801
12800
  #
12802
12801
  #
12803
12802
  #
12804
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems
12803
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-manually-create-OpsItems.html
12805
12804
  # @return [Hash<String,Types::OpsItemDataValue>]
12806
12805
  #
12807
12806
  # @!attribute [rw] category
@@ -13053,13 +13052,7 @@ module Aws::SSM
13053
13052
  include Aws::Structure
13054
13053
  end
13055
13054
 
13056
- # The request caused OpsItems to exceed one or more quotas. For
13057
- # information about OpsItem quotas, see [What are the resource limits
13058
- # for OpsCenter?][1].
13059
- #
13060
- #
13061
- #
13062
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-learn-more.html#OpsCenter-learn-more-limits
13055
+ # The request caused OpsItems to exceed one or more quotas.
13063
13056
  #
13064
13057
  # @!attribute [rw] resource_types
13065
13058
  # @return [Array<String>]
@@ -18852,7 +18845,7 @@ module Aws::SSM
18852
18845
  #
18853
18846
  #
18854
18847
  #
18855
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems
18848
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-manually-create-OpsItems.html
18856
18849
  # @return [Hash<String,Types::OpsItemDataValue>]
18857
18850
  #
18858
18851
  # @!attribute [rw] operational_data_to_delete
@@ -18883,7 +18876,7 @@ module Aws::SSM
18883
18876
  #
18884
18877
  #
18885
18878
  #
18886
- # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems.html#OpsCenter-working-with-OpsItems-editing-details
18879
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html
18887
18880
  # @return [String]
18888
18881
  #
18889
18882
  # @!attribute [rw] ops_item_id
data/lib/aws-sdk-ssm.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ssm/customizations'
53
53
  # @!group service
54
54
  module Aws::SSM
55
55
 
56
- GEM_VERSION = '1.152.0'
56
+ GEM_VERSION = '1.154.0'
57
57
 
58
58
  end
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.152.0
4
+ version: 1.154.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: 2023-06-15 00:00:00.000000000 Z
11
+ date: 2023-06-28 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.174.0
22
+ version: 3.176.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.174.0
32
+ version: 3.176.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement