aws-sdk-bedrockagent 1.57.0 → 1.58.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: 6c7aa586ff9708d5e08083691d5274e55f457fae971713bf07facd91cd30d2e7
4
- data.tar.gz: 937a04a52e1a1a47a6107680e503f71364b478d9cf3fd8af918fc5e112da8671
3
+ metadata.gz: b81e592e091f9a83ba91c32dc991610fbc6df139992e4fda7a3adefab7c3e3d0
4
+ data.tar.gz: 1c9f1ff3db706eaab7190f94bb97a3498cb56244311b66561ed2dc50cb85bb7e
5
5
  SHA512:
6
- metadata.gz: '009138009b4896f521c4af5a00a4920179ae7268179d00e7033114aa803fbec1402ede164eb9ef635b1ca5859367edd1281f216933bc649df5f15caaab9fc3fa'
7
- data.tar.gz: 81af1e9b443373eb7febb16becbb5eaa5b4f5f5d8721797e167303126ece01645c3d6b5b2e1713cbb088800f839512a83dfaac4a9bf3ab5cf758635d824bd22b
6
+ metadata.gz: 9ad606c2b562452594554fd6bf4c3496cde8b4b1592c833909b5c205e9a5b70f3503266b4ad94b00bce015b3a10d8830309b15c0d247d7a45a5e75c619bff807
7
+ data.tar.gz: d42219c38f4dfdf2ef26bd962eb84bf8dd426fe6f8b46f9529830713d5eb484400d8305b690a17af340d9e192b44b0e2149a4e9803e5487884112df0756f600e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - This release adds the Agent Lifecycle Paused State feature to Amazon Bedrock agents. By using an agent's alias, you can temporarily suspend agent operations during maintenance, updates, or other situations.
8
+
4
9
  1.57.0 (2025-05-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -965,7 +965,7 @@ module Aws::BedrockAgent
965
965
  #
966
966
  #
967
967
  #
968
- # [1]: https://docs.aws.amazon.com/bedrock/latest/userguide/agent-computer-use.html
968
+ # [1]: https://docs.aws.amazon.com/bedrock/latest/userguide/agents-computer-use.html
969
969
  #
970
970
  # @option params [Hash<String,String>] :parent_action_group_signature_params
971
971
  # The configuration settings for a computer use action.
@@ -977,7 +977,7 @@ module Aws::BedrockAgent
977
977
  #
978
978
  #
979
979
  #
980
- # [1]: https://docs.aws.amazon.com/bedrock/latest/userguide/agent-computer-use.html
980
+ # [1]: https://docs.aws.amazon.com/bedrock/latest/userguide/agents-computer-use.html
981
981
  #
982
982
  # @return [Types::CreateAgentActionGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
983
983
  #
@@ -1127,6 +1127,7 @@ module Aws::BedrockAgent
1127
1127
  # resp.agent_alias.agent_alias_name #=> String
1128
1128
  # resp.agent_alias.agent_alias_status #=> String, one of "CREATING", "PREPARED", "FAILED", "UPDATING", "DELETING", "DISSOCIATED"
1129
1129
  # resp.agent_alias.agent_id #=> String
1130
+ # resp.agent_alias.alias_invocation_state #=> String, one of "ACCEPT_INVOCATIONS", "REJECT_INVOCATIONS"
1130
1131
  # resp.agent_alias.client_token #=> String
1131
1132
  # resp.agent_alias.created_at #=> Time
1132
1133
  # resp.agent_alias.description #=> String
@@ -3561,6 +3562,7 @@ module Aws::BedrockAgent
3561
3562
  # resp.agent_alias.agent_alias_name #=> String
3562
3563
  # resp.agent_alias.agent_alias_status #=> String, one of "CREATING", "PREPARED", "FAILED", "UPDATING", "DELETING", "DISSOCIATED"
3563
3564
  # resp.agent_alias.agent_id #=> String
3565
+ # resp.agent_alias.alias_invocation_state #=> String, one of "ACCEPT_INVOCATIONS", "REJECT_INVOCATIONS"
3564
3566
  # resp.agent_alias.client_token #=> String
3565
3567
  # resp.agent_alias.created_at #=> Time
3566
3568
  # resp.agent_alias.description #=> String
@@ -4790,6 +4792,7 @@ module Aws::BedrockAgent
4790
4792
  # resp.agent_alias_summaries[0].agent_alias_id #=> String
4791
4793
  # resp.agent_alias_summaries[0].agent_alias_name #=> String
4792
4794
  # resp.agent_alias_summaries[0].agent_alias_status #=> String, one of "CREATING", "PREPARED", "FAILED", "UPDATING", "DELETING", "DISSOCIATED"
4795
+ # resp.agent_alias_summaries[0].alias_invocation_state #=> String, one of "ACCEPT_INVOCATIONS", "REJECT_INVOCATIONS"
4793
4796
  # resp.agent_alias_summaries[0].created_at #=> Time
4794
4797
  # resp.agent_alias_summaries[0].description #=> String
4795
4798
  # resp.agent_alias_summaries[0].routing_configuration #=> Array
@@ -6086,7 +6089,7 @@ module Aws::BedrockAgent
6086
6089
  #
6087
6090
  #
6088
6091
  #
6089
- # [1]: https://docs.aws.amazon.com/bedrock/latest/userguide/agent-computer-use.html
6092
+ # [1]: https://docs.aws.amazon.com/bedrock/latest/userguide/agents-computer-use.html
6090
6093
  # [2]: https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_Observation.html
6091
6094
  #
6092
6095
  # @option params [Hash<String,String>] :parent_action_group_signature_params
@@ -6099,7 +6102,7 @@ module Aws::BedrockAgent
6099
6102
  #
6100
6103
  #
6101
6104
  #
6102
- # [1]: https://docs.aws.amazon.com/bedrock/latest/userguide/agent-computer-use.html
6105
+ # [1]: https://docs.aws.amazon.com/bedrock/latest/userguide/agents-computer-use.html
6103
6106
  #
6104
6107
  # @return [Types::UpdateAgentActionGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6105
6108
  #
@@ -6195,6 +6198,13 @@ module Aws::BedrockAgent
6195
6198
  # @option params [required, String] :agent_id
6196
6199
  # The unique identifier of the agent.
6197
6200
  #
6201
+ # @option params [String] :alias_invocation_state
6202
+ # The invocation state for the agent alias. To pause the agent alias,
6203
+ # set the value to `REJECT_INVOCATIONS`. To start the agent alias
6204
+ # running again, set the value to `ACCEPT_INVOCATIONS`. Use the
6205
+ # `GetAgentAlias`, or `ListAgentAliases`, operation to get the
6206
+ # invocation state of an agent alias.
6207
+ #
6198
6208
  # @option params [String] :description
6199
6209
  # Specifies a new description for the alias.
6200
6210
  #
@@ -6211,6 +6221,7 @@ module Aws::BedrockAgent
6211
6221
  # agent_alias_id: "AgentAliasId", # required
6212
6222
  # agent_alias_name: "Name", # required
6213
6223
  # agent_id: "Id", # required
6224
+ # alias_invocation_state: "ACCEPT_INVOCATIONS", # accepts ACCEPT_INVOCATIONS, REJECT_INVOCATIONS
6214
6225
  # description: "Description",
6215
6226
  # routing_configuration: [
6216
6227
  # {
@@ -6233,6 +6244,7 @@ module Aws::BedrockAgent
6233
6244
  # resp.agent_alias.agent_alias_name #=> String
6234
6245
  # resp.agent_alias.agent_alias_status #=> String, one of "CREATING", "PREPARED", "FAILED", "UPDATING", "DELETING", "DISSOCIATED"
6235
6246
  # resp.agent_alias.agent_id #=> String
6247
+ # resp.agent_alias.alias_invocation_state #=> String, one of "ACCEPT_INVOCATIONS", "REJECT_INVOCATIONS"
6236
6248
  # resp.agent_alias.client_token #=> String
6237
6249
  # resp.agent_alias.created_at #=> Time
6238
6250
  # resp.agent_alias.description #=> String
@@ -8065,7 +8077,7 @@ module Aws::BedrockAgent
8065
8077
  tracer: tracer
8066
8078
  )
8067
8079
  context[:gem_name] = 'aws-sdk-bedrockagent'
8068
- context[:gem_version] = '1.57.0'
8080
+ context[:gem_version] = '1.58.0'
8069
8081
  Seahorse::Client::Request.new(handlers, context)
8070
8082
  end
8071
8083
 
@@ -56,6 +56,7 @@ module Aws::BedrockAgent
56
56
  AgentVersion = Shapes::StructureShape.new(name: 'AgentVersion')
57
57
  AgentVersionSummaries = Shapes::ListShape.new(name: 'AgentVersionSummaries')
58
58
  AgentVersionSummary = Shapes::StructureShape.new(name: 'AgentVersionSummary')
59
+ AliasInvocationState = Shapes::StringShape.new(name: 'AliasInvocationState')
59
60
  AnyToolChoice = Shapes::StructureShape.new(name: 'AnyToolChoice')
60
61
  AssociateAgentCollaboratorRequest = Shapes::StructureShape.new(name: 'AssociateAgentCollaboratorRequest')
61
62
  AssociateAgentCollaboratorResponse = Shapes::StructureShape.new(name: 'AssociateAgentCollaboratorResponse')
@@ -772,6 +773,7 @@ module Aws::BedrockAgent
772
773
  AgentAlias.add_member(:agent_alias_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "agentAliasName"))
773
774
  AgentAlias.add_member(:agent_alias_status, Shapes::ShapeRef.new(shape: AgentAliasStatus, required: true, location_name: "agentAliasStatus"))
774
775
  AgentAlias.add_member(:agent_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "agentId"))
776
+ AgentAlias.add_member(:alias_invocation_state, Shapes::ShapeRef.new(shape: AliasInvocationState, location_name: "aliasInvocationState"))
775
777
  AgentAlias.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
776
778
  AgentAlias.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
777
779
  AgentAlias.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
@@ -798,6 +800,7 @@ module Aws::BedrockAgent
798
800
  AgentAliasSummary.add_member(:agent_alias_id, Shapes::ShapeRef.new(shape: AgentAliasId, required: true, location_name: "agentAliasId"))
799
801
  AgentAliasSummary.add_member(:agent_alias_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "agentAliasName"))
800
802
  AgentAliasSummary.add_member(:agent_alias_status, Shapes::ShapeRef.new(shape: AgentAliasStatus, required: true, location_name: "agentAliasStatus"))
803
+ AgentAliasSummary.add_member(:alias_invocation_state, Shapes::ShapeRef.new(shape: AliasInvocationState, location_name: "aliasInvocationState"))
801
804
  AgentAliasSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
802
805
  AgentAliasSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
803
806
  AgentAliasSummary.add_member(:routing_configuration, Shapes::ShapeRef.new(shape: AgentAliasRoutingConfiguration, location_name: "routingConfiguration"))
@@ -2738,6 +2741,7 @@ module Aws::BedrockAgent
2738
2741
  UpdateAgentAliasRequest.add_member(:agent_alias_id, Shapes::ShapeRef.new(shape: AgentAliasId, required: true, location: "uri", location_name: "agentAliasId"))
2739
2742
  UpdateAgentAliasRequest.add_member(:agent_alias_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "agentAliasName"))
2740
2743
  UpdateAgentAliasRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "agentId"))
2744
+ UpdateAgentAliasRequest.add_member(:alias_invocation_state, Shapes::ShapeRef.new(shape: AliasInvocationState, location_name: "aliasInvocationState"))
2741
2745
  UpdateAgentAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
2742
2746
  UpdateAgentAliasRequest.add_member(:routing_configuration, Shapes::ShapeRef.new(shape: AgentAliasRoutingConfiguration, location_name: "routingConfiguration"))
2743
2747
  UpdateAgentAliasRequest.struct_class = Types::UpdateAgentAliasRequest
@@ -386,7 +386,7 @@ module Aws::BedrockAgent
386
386
  #
387
387
  #
388
388
  #
389
- # [1]: https://docs.aws.amazon.com/bedrock/latest/userguide/agent-computer-use.html
389
+ # [1]: https://docs.aws.amazon.com/bedrock/latest/userguide/agents-computer-use.html
390
390
  # @return [Hash<String,String>]
391
391
  #
392
392
  # @!attribute [rw] parent_action_signature
@@ -471,6 +471,13 @@ module Aws::BedrockAgent
471
471
  # The unique identifier of the agent.
472
472
  # @return [String]
473
473
  #
474
+ # @!attribute [rw] alias_invocation_state
475
+ # The invocation state for the agent alias. If the agent alias is
476
+ # running, the value is `ACCEPT_INVOCATIONS`. If the agent alias is
477
+ # paused, the value is `REJECT_INVOCATIONS`. Use the
478
+ # `UpdateAgentAlias` operation to change the invocation state.
479
+ # @return [String]
480
+ #
474
481
  # @!attribute [rw] client_token
475
482
  # A unique, case-sensitive identifier to ensure that the API request
476
483
  # completes no more than one time. If this token matches a previous
@@ -512,6 +519,7 @@ module Aws::BedrockAgent
512
519
  :agent_alias_name,
513
520
  :agent_alias_status,
514
521
  :agent_id,
522
+ :alias_invocation_state,
515
523
  :client_token,
516
524
  :created_at,
517
525
  :description,
@@ -583,6 +591,13 @@ module Aws::BedrockAgent
583
591
  # The status of the alias.
584
592
  # @return [String]
585
593
  #
594
+ # @!attribute [rw] alias_invocation_state
595
+ # The invocation state for the agent alias. If the agent alias is
596
+ # running, the value is `ACCEPT_INVOCATIONS`. If the agent alias is
597
+ # paused, the value is `REJECT_INVOCATIONS`. Use the
598
+ # `UpdateAgentAlias` operation to change the invocation state.
599
+ # @return [String]
600
+ #
586
601
  # @!attribute [rw] created_at
587
602
  # The time at which the alias of the agent was created.
588
603
  # @return [Time]
@@ -606,6 +621,7 @@ module Aws::BedrockAgent
606
621
  :agent_alias_id,
607
622
  :agent_alias_name,
608
623
  :agent_alias_status,
624
+ :alias_invocation_state,
609
625
  :created_at,
610
626
  :description,
611
627
  :routing_configuration,
@@ -1773,7 +1789,7 @@ module Aws::BedrockAgent
1773
1789
  #
1774
1790
  #
1775
1791
  #
1776
- # [1]: https://docs.aws.amazon.com/bedrock/latest/userguide/agent-computer-use.html
1792
+ # [1]: https://docs.aws.amazon.com/bedrock/latest/userguide/agents-computer-use.html
1777
1793
  # @return [String]
1778
1794
  #
1779
1795
  # @!attribute [rw] parent_action_group_signature_params
@@ -1786,7 +1802,7 @@ module Aws::BedrockAgent
1786
1802
  #
1787
1803
  #
1788
1804
  #
1789
- # [1]: https://docs.aws.amazon.com/bedrock/latest/userguide/agent-computer-use.html
1805
+ # [1]: https://docs.aws.amazon.com/bedrock/latest/userguide/agents-computer-use.html
1790
1806
  # @return [Hash<String,String>]
1791
1807
  #
1792
1808
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-2023-06-05/CreateAgentActionGroupRequest AWS API Documentation
@@ -7118,7 +7134,11 @@ module Aws::BedrockAgent
7118
7134
  # inputs from nodes outside the loop and from previous loop
7119
7135
  # iterations.
7120
7136
  #
7121
- # * Body nodes - These can be
7137
+ # * Body nodes - The processing nodes that execute within each loop
7138
+ # iteration. These can be nodes for handling data in your flow, such
7139
+ # as a prompt or Lambda function nodes. Some node types aren't
7140
+ # supported inside a DoWhile loop body. For more information, see
7141
+ # [LoopIncompatibleNodeTypeFlowValidationDetails][1].
7122
7142
  #
7123
7143
  # * `LoopController` - The node that evaluates whether the loop should
7124
7144
  # continue or exit based on a condition.
@@ -7127,6 +7147,10 @@ module Aws::BedrockAgent
7127
7147
  # continues until a specified condition is met or a maximum number of
7128
7148
  # iterations is reached.
7129
7149
  #
7150
+ #
7151
+ #
7152
+ # [1]: https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_LoopIncompatibleNodeTypeFlowValidationDetails.html
7153
+ #
7130
7154
  # @!attribute [rw] definition
7131
7155
  # The definition of the DoWhile loop nodes and connections between
7132
7156
  # nodes in the flow.
@@ -8268,7 +8292,7 @@ module Aws::BedrockAgent
8268
8292
  # skips that step. The default state for each `promptType` is as
8269
8293
  # follows.
8270
8294
  #
8271
- # * `PRE_PROCESSING` – `ENABLED`
8295
+ # * `PRE_PROCESSING` – `DISABLED`
8272
8296
  #
8273
8297
  # * `ORCHESTRATION` – `ENABLED`
8274
8298
  #
@@ -10552,7 +10576,7 @@ module Aws::BedrockAgent
10552
10576
  #
10553
10577
  #
10554
10578
  #
10555
- # [1]: https://docs.aws.amazon.com/bedrock/latest/userguide/agent-computer-use.html
10579
+ # [1]: https://docs.aws.amazon.com/bedrock/latest/userguide/agents-computer-use.html
10556
10580
  # [2]: https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_Observation.html
10557
10581
  # @return [String]
10558
10582
  #
@@ -10566,7 +10590,7 @@ module Aws::BedrockAgent
10566
10590
  #
10567
10591
  #
10568
10592
  #
10569
- # [1]: https://docs.aws.amazon.com/bedrock/latest/userguide/agent-computer-use.html
10593
+ # [1]: https://docs.aws.amazon.com/bedrock/latest/userguide/agents-computer-use.html
10570
10594
  # @return [Hash<String,String>]
10571
10595
  #
10572
10596
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-2023-06-05/UpdateAgentActionGroupRequest AWS API Documentation
@@ -10611,6 +10635,14 @@ module Aws::BedrockAgent
10611
10635
  # The unique identifier of the agent.
10612
10636
  # @return [String]
10613
10637
  #
10638
+ # @!attribute [rw] alias_invocation_state
10639
+ # The invocation state for the agent alias. To pause the agent alias,
10640
+ # set the value to `REJECT_INVOCATIONS`. To start the agent alias
10641
+ # running again, set the value to `ACCEPT_INVOCATIONS`. Use the
10642
+ # `GetAgentAlias`, or `ListAgentAliases`, operation to get the
10643
+ # invocation state of an agent alias.
10644
+ # @return [String]
10645
+ #
10614
10646
  # @!attribute [rw] description
10615
10647
  # Specifies a new description for the alias.
10616
10648
  # @return [String]
@@ -10625,6 +10657,7 @@ module Aws::BedrockAgent
10625
10657
  :agent_alias_id,
10626
10658
  :agent_alias_name,
10627
10659
  :agent_id,
10660
+ :alias_invocation_state,
10628
10661
  :description,
10629
10662
  :routing_configuration)
10630
10663
  SENSITIVE = []
@@ -54,7 +54,7 @@ module Aws::BedrockAgent
54
54
  autoload :EndpointProvider, 'aws-sdk-bedrockagent/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-bedrockagent/endpoints'
56
56
 
57
- GEM_VERSION = '1.57.0'
57
+ GEM_VERSION = '1.58.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -1864,6 +1864,7 @@ module Aws
1864
1864
  agent_alias_id: ::String,
1865
1865
  agent_alias_name: ::String,
1866
1866
  agent_id: ::String,
1867
+ ?alias_invocation_state: ("ACCEPT_INVOCATIONS" | "REJECT_INVOCATIONS"),
1867
1868
  ?description: ::String,
1868
1869
  ?routing_configuration: Array[
1869
1870
  {
data/sig/types.rbs CHANGED
@@ -102,6 +102,7 @@ module Aws::BedrockAgent
102
102
  attr_accessor agent_alias_name: ::String
103
103
  attr_accessor agent_alias_status: ("CREATING" | "PREPARED" | "FAILED" | "UPDATING" | "DELETING" | "DISSOCIATED")
104
104
  attr_accessor agent_id: ::String
105
+ attr_accessor alias_invocation_state: ("ACCEPT_INVOCATIONS" | "REJECT_INVOCATIONS")
105
106
  attr_accessor client_token: ::String
106
107
  attr_accessor created_at: ::Time
107
108
  attr_accessor description: ::String
@@ -128,6 +129,7 @@ module Aws::BedrockAgent
128
129
  attr_accessor agent_alias_id: ::String
129
130
  attr_accessor agent_alias_name: ::String
130
131
  attr_accessor agent_alias_status: ("CREATING" | "PREPARED" | "FAILED" | "UPDATING" | "DELETING" | "DISSOCIATED")
132
+ attr_accessor alias_invocation_state: ("ACCEPT_INVOCATIONS" | "REJECT_INVOCATIONS")
131
133
  attr_accessor created_at: ::Time
132
134
  attr_accessor description: ::String
133
135
  attr_accessor routing_configuration: ::Array[Types::AgentAliasRoutingConfigurationListItem]
@@ -2738,6 +2740,7 @@ module Aws::BedrockAgent
2738
2740
  attr_accessor agent_alias_id: ::String
2739
2741
  attr_accessor agent_alias_name: ::String
2740
2742
  attr_accessor agent_id: ::String
2743
+ attr_accessor alias_invocation_state: ("ACCEPT_INVOCATIONS" | "REJECT_INVOCATIONS")
2741
2744
  attr_accessor description: ::String
2742
2745
  attr_accessor routing_configuration: ::Array[Types::AgentAliasRoutingConfigurationListItem]
2743
2746
  SENSITIVE: []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockagent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="