aws-sdk-bedrockagentcore 1.2.0 → 1.3.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: 426e980ca22722e9f7dfa0899a002e5f0ad4f64d6e0a783a615cf54ad33cf8bf
4
- data.tar.gz: ef89f75476e613d3c5a982584e1ecee7345e9bcae0f1dbc7d27c2cba689a701f
3
+ metadata.gz: 448721687d0b54412a8e58b110fc01fdc9ea728f789263db85d7b1ced46dd223
4
+ data.tar.gz: d7bacbd93d6a2001868c31a307d4338fa873b62f02c5b0c86e5469d3fc2becd0
5
5
  SHA512:
6
- metadata.gz: 6884b51d6833fdff0da169eaba588ccd1f85661027cc13dd9efd96027af6a13c941507a216eb87265a4daa6c346bf1c920d34e8ec44d9fa326f87d5e1b8da67d
7
- data.tar.gz: 65cf1308dfa7742dd605a1e4cc3f626e2f0e8f722a19d2670be79f5e47574ca110f298f4fb3b2a33f62cc08d3c12e21569d08c203a12c4981fcefbf947530e18
6
+ metadata.gz: dde42efc7659a8b70ccd355b0094bc4a9624644a0ed8ee1fd503be43377349a1881039c23a58daa4d591cb5727732e6b4f117bd080f0e2a6218d1029f8634f83
7
+ data.tar.gz: 0b5189a5e52dab9b87f5c268302f765e7c36468f6b864839c16304b6cd100e1ff58552aecde577b8bf54b8f7f42c2fab9dd89beecdb165cff255ba1deda860b7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Remove superfluous field from API
8
+
4
9
  1.2.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.3.0
@@ -97,8 +97,8 @@ module Aws::BedrockAgentCore
97
97
  # class name or an instance of a plugin class.
98
98
  #
99
99
  # @option options [required, Aws::CredentialProvider] :credentials
100
- # Your AWS credentials used for authentication. This can be an instance of any one of the
101
- # following classes:
100
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
101
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
102
102
  #
103
103
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
104
104
  # credentials.
@@ -126,8 +126,7 @@ module Aws::BedrockAgentCore
126
126
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
127
127
  # from the Cognito Identity service.
128
128
  #
129
- # When `:credentials` are not configured directly, the following
130
- # locations will be searched for credentials:
129
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
131
130
  #
132
131
  # * `Aws.config[:credentials]`
133
132
  #
@@ -141,12 +140,10 @@ module Aws::BedrockAgentCore
141
140
  #
142
141
  # * `~/.aws/config`
143
142
  #
144
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
145
- # are very aggressive. Construct and pass an instance of
146
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
147
- # enable retries and extended timeouts. Instance profile credential
148
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
149
- # to `true`.
143
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
144
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
146
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
150
147
  #
151
148
  # @option options [required, String] :region
152
149
  # The AWS region to connect to. The configured `:region` is
@@ -388,8 +385,8 @@ module Aws::BedrockAgentCore
388
385
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
389
386
  #
390
387
  # @option options [Aws::TokenProvider] :token_provider
391
- # Your Bearer token used for authentication. This can be an instance of any one of the
392
- # following classes:
388
+ # Your Bearer token used for authentication. This can be any class that includes and implements
389
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
393
390
  #
394
391
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
395
392
  # tokens.
@@ -490,17 +487,18 @@ module Aws::BedrockAgentCore
490
487
 
491
488
  # @!group API Operations
492
489
 
493
- # Creates an event in a memory store. Events represent interactions or
494
- # activities that occur within a session and are associated with
495
- # specific actors.
490
+ # Creates an event in an AgentCore Memory resource. Events represent
491
+ # interactions or activities that occur within a session and are
492
+ # associated with specific actors.
496
493
  #
497
- # To use this operation, you must have the `genesismemory:CreateEvent`
498
- # permission.
494
+ # To use this operation, you must have the
495
+ # `bedrock-agentcore:CreateEvent` permission.
499
496
  #
500
497
  # This operation is subject to request rate limiting.
501
498
  #
502
499
  # @option params [required, String] :memory_id
503
- # The identifier of the memory store in which to create the event.
500
+ # The identifier of the AgentCore Memory resource in which to create the
501
+ # event.
504
502
  #
505
503
  # @option params [required, String] :actor_id
506
504
  # The identifier of the actor associated with this event. An actor
@@ -583,14 +581,15 @@ module Aws::BedrockAgentCore
583
581
  req.send_request(options)
584
582
  end
585
583
 
586
- # Deletes an event from a memory store. When you delete an event, it is
587
- # permanently removed.
584
+ # Deletes an event from an AgentCore Memory resource. When you delete an
585
+ # event, it is permanently removed.
588
586
  #
589
- # To use this operation, you must have the `genesismemory:DeleteEvent`
590
- # permission.
587
+ # To use this operation, you must have the
588
+ # `bedrock-agentcore:DeleteEvent` permission.
591
589
  #
592
590
  # @option params [required, String] :memory_id
593
- # The identifier of the memory store from which to delete the event.
591
+ # The identifier of the AgentCore Memory resource from which to delete
592
+ # the event.
594
593
  #
595
594
  # @option params [required, String] :session_id
596
595
  # The identifier of the session containing the event to delete.
@@ -627,15 +626,15 @@ module Aws::BedrockAgentCore
627
626
  req.send_request(options)
628
627
  end
629
628
 
630
- # Deletes a memory record from a memory store. When you delete a memory
631
- # record, it is permanently removed.
629
+ # Deletes a memory record from an AgentCore Memory resource. When you
630
+ # delete a memory record, it is permanently removed.
632
631
  #
633
632
  # To use this operation, you must have the
634
- # `genesismemory:DeleteMemoryRecord` permission.
633
+ # `bedrock-agentcore:DeleteMemoryRecord` permission.
635
634
  #
636
635
  # @option params [required, String] :memory_id
637
- # The identifier of the memory store from which to delete the memory
638
- # record.
636
+ # The identifier of the AgentCore Memory resource from which to delete
637
+ # the memory record.
639
638
  #
640
639
  # @option params [required, String] :memory_record_id
641
640
  # The identifier of the memory record to delete.
@@ -801,13 +800,14 @@ module Aws::BedrockAgentCore
801
800
  req.send_request(options)
802
801
  end
803
802
 
804
- # Retrieves information about a specific event in a memory store.
803
+ # Retrieves information about a specific event in an AgentCore Memory
804
+ # resource.
805
805
  #
806
- # To use this operation, you must have the `genesismemory:GetEvent`
806
+ # To use this operation, you must have the `bedrock-agentcore:GetEvent`
807
807
  # permission.
808
808
  #
809
809
  # @option params [required, String] :memory_id
810
- # The identifier of the memory store containing the event.
810
+ # The identifier of the AgentCore Memory resource containing the event.
811
811
  #
812
812
  # @option params [required, String] :session_id
813
813
  # The identifier of the session containing the event.
@@ -853,13 +853,14 @@ module Aws::BedrockAgentCore
853
853
  req.send_request(options)
854
854
  end
855
855
 
856
- # Retrieves a specific memory record from a memory store.
856
+ # Retrieves a specific memory record from an AgentCore Memory resource.
857
857
  #
858
858
  # To use this operation, you must have the
859
- # `genesismemory:GetMemoryRecord` permission.
859
+ # `bedrock-agentcore:GetMemoryRecord` permission.
860
860
  #
861
861
  # @option params [required, String] :memory_id
862
- # The identifier of the memory store containing the memory record.
862
+ # The identifier of the AgentCore Memory resource containing the memory
863
+ # record.
863
864
  #
864
865
  # @option params [required, String] :memory_record_id
865
866
  # The identifier of the memory record to retrieve.
@@ -926,15 +927,12 @@ module Aws::BedrockAgentCore
926
927
  req.send_request(options)
927
928
  end
928
929
 
929
- # Reaturns the Oauth2Token of the provided resource
930
+ # Returns the OAuth 2.0 token of the provided resource
930
931
  #
931
932
  # @option params [required, String] :workload_identity_token
932
933
  # The identity token of the workload you want to retrive the Oauth2
933
934
  # Token of.
934
935
  #
935
- # @option params [String] :user_id
936
- # The user ID of the user you're retrieving the token on behalf of.
937
- #
938
936
  # @option params [required, String] :resource_credential_provider_name
939
937
  # Reference to the credential provider
940
938
  #
@@ -965,7 +963,6 @@ module Aws::BedrockAgentCore
965
963
  #
966
964
  # resp = client.get_resource_oauth_2_token({
967
965
  # workload_identity_token: "WorkloadIdentityTokenType", # required
968
- # user_id: "UserIdType",
969
966
  # resource_credential_provider_name: "CredentialProviderName", # required
970
967
  # scopes: ["ScopeType"], # required
971
968
  # oauth2_flow: "USER_FEDERATION", # required, accepts USER_FEDERATION, M2M
@@ -1085,20 +1082,33 @@ module Aws::BedrockAgentCore
1085
1082
  req.send_request(options)
1086
1083
  end
1087
1084
 
1088
- # Sends a request to an agent runtime in Amazon Bedrock and receives
1089
- # responses in real-time. The agent processes the request using the
1090
- # configured foundation model and any associated knowledge bases or
1091
- # action groups.
1085
+ # Sends a request to an agent or tool hosted in an Amazon Bedrock
1086
+ # AgentCore Runtime and receives responses in real-time.
1092
1087
  #
1093
- # To invoke an agent runtime, you must specify the agent runtime ARN and
1088
+ # To invoke an agent you must specify the AgentCore Runtime ARN and
1094
1089
  # provide a payload containing your request. You can optionally specify
1095
- # a qualifier to target a specific version or alias of the agent.
1090
+ # a qualifier to target a specific version or endpoint of the agent.
1096
1091
  #
1097
1092
  # This operation supports streaming responses, allowing you to receive
1098
1093
  # partial responses as they become available. We recommend using
1099
1094
  # pagination to ensure that the operation returns quickly and
1100
1095
  # successfully when processing large responses.
1101
1096
  #
1097
+ # For example code, see [Invoke an AgentCore Runtime agent][1].
1098
+ #
1099
+ # If you're integrating your agent with OAuth, you can't use the
1100
+ # Amazon Web Services SDK to call `InvokeAgentRuntime`. Instead, make a
1101
+ # HTTPS request to `InvokeAgentRuntime`. For an example, see
1102
+ # [Authenticate and authorize with Inbound Auth and Outbound Auth][2].
1103
+ #
1104
+ # To use this operation, you must have the
1105
+ # `bedrock-agentcore:InvokeAgentRuntime` permission.
1106
+ #
1107
+ #
1108
+ #
1109
+ # [1]: https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-invoke-agent.html
1110
+ # [2]: https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-oauth.html
1111
+ #
1102
1112
  # @option params [String] :content_type
1103
1113
  # The MIME type of the input data in the payload. This tells the agent
1104
1114
  # runtime how to interpret the payload data. Common values include
@@ -1143,7 +1153,7 @@ module Aws::BedrockAgentCore
1143
1153
  #
1144
1154
  # @option params [String] :qualifier
1145
1155
  # The qualifier to use for the agent runtime. This can be a version
1146
- # number or an alias name that points to a specific version. If not
1156
+ # number or an endpoint name that points to a specific version. If not
1147
1157
  # specified, Amazon Bedrock uses the default version of the agent
1148
1158
  # runtime.
1149
1159
  #
@@ -1514,14 +1524,16 @@ module Aws::BedrockAgentCore
1514
1524
  req.send_request(options, &block)
1515
1525
  end
1516
1526
 
1517
- # Lists all actors in a memory store. We recommend using pagination to
1518
- # ensure that the operation returns quickly and successfully.
1527
+ # Lists all actors in an AgentCore Memory resource. We recommend using
1528
+ # pagination to ensure that the operation returns quickly and
1529
+ # successfully.
1519
1530
  #
1520
- # To use this operation, you must have the `genesismemory:ListActors`
1521
- # permission.
1531
+ # To use this operation, you must have the
1532
+ # `bedrock-agentcore:ListActors` permission.
1522
1533
  #
1523
1534
  # @option params [required, String] :memory_id
1524
- # The identifier of the memory store for which to list actors.
1535
+ # The identifier of the AgentCore Memory resource for which to list
1536
+ # actors.
1525
1537
  #
1526
1538
  # @option params [Integer] :max_results
1527
1539
  # The maximum number of results to return in a single call. Minimum
@@ -1719,15 +1731,16 @@ module Aws::BedrockAgentCore
1719
1731
  req.send_request(options)
1720
1732
  end
1721
1733
 
1722
- # Lists events in a memory store based on specified criteria. We
1723
- # recommend using pagination to ensure that the operation returns
1724
- # quickly and successfully.
1734
+ # Lists events in an AgentCore Memory resource based on specified
1735
+ # criteria. We recommend using pagination to ensure that the operation
1736
+ # returns quickly and successfully.
1725
1737
  #
1726
- # To use this operation, you must have the `genesismemory:ListEvents`
1727
- # permission.
1738
+ # To use this operation, you must have the
1739
+ # `bedrock-agentcore:ListEvents` permission.
1728
1740
  #
1729
1741
  # @option params [required, String] :memory_id
1730
- # The identifier of the memory store for which to list events.
1742
+ # The identifier of the AgentCore Memory resource for which to list
1743
+ # events.
1731
1744
  #
1732
1745
  # @option params [required, String] :session_id
1733
1746
  # The identifier of the session for which to list events. If specified,
@@ -1801,15 +1814,16 @@ module Aws::BedrockAgentCore
1801
1814
  req.send_request(options)
1802
1815
  end
1803
1816
 
1804
- # Lists memory records in a memory store based on specified criteria. We
1805
- # recommend using pagination to ensure that the operation returns
1806
- # quickly and successfully.
1817
+ # Lists memory records in an AgentCore Memory resource based on
1818
+ # specified criteria. We recommend using pagination to ensure that the
1819
+ # operation returns quickly and successfully.
1807
1820
  #
1808
1821
  # To use this operation, you must have the
1809
- # `genesismemory:ListMemoryRecords` permission.
1822
+ # `bedrock-agentcore:ListMemoryRecords` permission.
1810
1823
  #
1811
1824
  # @option params [required, String] :memory_id
1812
- # The identifier of the memory store for which to list memory records.
1825
+ # The identifier of the AgentCore Memory resource for which to list
1826
+ # memory records.
1813
1827
  #
1814
1828
  # @option params [required, String] :namespace
1815
1829
  # The namespace to filter memory records by. If specified, only memory
@@ -1866,15 +1880,16 @@ module Aws::BedrockAgentCore
1866
1880
  req.send_request(options)
1867
1881
  end
1868
1882
 
1869
- # Lists sessions in a memory store based on specified criteria. We
1870
- # recommend using pagination to ensure that the operation returns
1871
- # quickly and successfully.
1883
+ # Lists sessions in an AgentCore Memory resource based on specified
1884
+ # criteria. We recommend using pagination to ensure that the operation
1885
+ # returns quickly and successfully.
1872
1886
  #
1873
- # To use this operation, you must have the `genesismemory:ListSessions`
1874
- # permission.
1887
+ # To use this operation, you must have the
1888
+ # `bedrock-agentcore:ListSessions` permission.
1875
1889
  #
1876
1890
  # @option params [required, String] :memory_id
1877
- # The identifier of the memory store for which to list sessions.
1891
+ # The identifier of the AgentCore Memory resource for which to list
1892
+ # sessions.
1878
1893
  #
1879
1894
  # @option params [required, String] :actor_id
1880
1895
  # The identifier of the actor for which to list sessions. If specified,
@@ -1922,16 +1937,17 @@ module Aws::BedrockAgentCore
1922
1937
  req.send_request(options)
1923
1938
  end
1924
1939
 
1925
- # Searches for and retrieves memory records from a memory store based on
1926
- # specified search criteria. We recommend using pagination to ensure
1927
- # that the operation returns quickly and successfully.
1940
+ # Searches for and retrieves memory records from an AgentCore Memory
1941
+ # resource based on specified search criteria. We recommend using
1942
+ # pagination to ensure that the operation returns quickly and
1943
+ # successfully.
1928
1944
  #
1929
1945
  # To use this operation, you must have the
1930
- # `genesismemory:RetrieveMemoryRecords` permission.
1946
+ # `bedrock-agentcore:RetrieveMemoryRecords` permission.
1931
1947
  #
1932
1948
  # @option params [required, String] :memory_id
1933
- # The identifier of the memory store from which to retrieve memory
1934
- # records.
1949
+ # The identifier of the AgentCore Memory resource from which to retrieve
1950
+ # memory records.
1935
1951
  #
1936
1952
  # @option params [required, String] :namespace
1937
1953
  # The namespace to filter memory records by. If specified, only memory
@@ -2369,7 +2385,7 @@ module Aws::BedrockAgentCore
2369
2385
  tracer: tracer
2370
2386
  )
2371
2387
  context[:gem_name] = 'aws-sdk-bedrockagentcore'
2372
- context[:gem_version] = '1.2.0'
2388
+ context[:gem_version] = '1.3.0'
2373
2389
  Seahorse::Client::Request.new(handlers, context)
2374
2390
  end
2375
2391
 
@@ -374,7 +374,6 @@ module Aws::BedrockAgentCore
374
374
  GetResourceApiKeyResponse.struct_class = Types::GetResourceApiKeyResponse
375
375
 
376
376
  GetResourceOauth2TokenRequest.add_member(:workload_identity_token, Shapes::ShapeRef.new(shape: WorkloadIdentityTokenType, required: true, location_name: "workloadIdentityToken"))
377
- GetResourceOauth2TokenRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserIdType, location_name: "userId"))
378
377
  GetResourceOauth2TokenRequest.add_member(:resource_credential_provider_name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "resourceCredentialProviderName"))
379
378
  GetResourceOauth2TokenRequest.add_member(:scopes, Shapes::ShapeRef.new(shape: ScopesListType, required: true, location_name: "scopes"))
380
379
  GetResourceOauth2TokenRequest.add_member(:oauth2_flow, Shapes::ShapeRef.new(shape: Oauth2FlowType, required: true, location_name: "oauth2Flow"))
@@ -26,7 +26,8 @@ module Aws::BedrockAgentCore
26
26
  include Aws::Structure
27
27
  end
28
28
 
29
- # Contains summary information about an actor in a memory store.
29
+ # Contains summary information about an actor in an AgentCore Memory
30
+ # resource.
30
31
  #
31
32
  # @!attribute [rw] actor_id
32
33
  # The unique identifier of the actor.
@@ -81,8 +82,9 @@ module Aws::BedrockAgentCore
81
82
  include Aws::Structure
82
83
  end
83
84
 
84
- # Contains information about a branch in a memory store. Branches allow
85
- # for organizing events into different conversation threads or paths.
85
+ # Contains information about a branch in an AgentCore Memory resource.
86
+ # Branches allow for organizing events into different conversation
87
+ # threads or paths.
86
88
  #
87
89
  # @!attribute [rw] root_event_id
88
90
  # The identifier of the root event for this branch.
@@ -397,7 +399,8 @@ module Aws::BedrockAgentCore
397
399
  end
398
400
 
399
401
  # @!attribute [rw] memory_id
400
- # The identifier of the memory store in which to create the event.
402
+ # The identifier of the AgentCore Memory resource in which to create
403
+ # the event.
401
404
  # @return [String]
402
405
  #
403
406
  # @!attribute [rw] actor_id
@@ -463,7 +466,8 @@ module Aws::BedrockAgentCore
463
466
  end
464
467
 
465
468
  # @!attribute [rw] memory_id
466
- # The identifier of the memory store from which to delete the event.
469
+ # The identifier of the AgentCore Memory resource from which to delete
470
+ # the event.
467
471
  # @return [String]
468
472
  #
469
473
  # @!attribute [rw] session_id
@@ -502,8 +506,8 @@ module Aws::BedrockAgentCore
502
506
  end
503
507
 
504
508
  # @!attribute [rw] memory_id
505
- # The identifier of the memory store from which to delete the memory
506
- # record.
509
+ # The identifier of the AgentCore Memory resource from which to delete
510
+ # the memory record.
507
511
  # @return [String]
508
512
  #
509
513
  # @!attribute [rw] memory_record_id
@@ -531,10 +535,11 @@ module Aws::BedrockAgentCore
531
535
  include Aws::Structure
532
536
  end
533
537
 
534
- # Contains information about an event in a memory store.
538
+ # Contains information about an event in an AgentCore Memory resource.
535
539
  #
536
540
  # @!attribute [rw] memory_id
537
- # The identifier of the memory store containing the event.
541
+ # The identifier of the AgentCore Memory resource containing the
542
+ # event.
538
543
  # @return [String]
539
544
  #
540
545
  # @!attribute [rw] actor_id
@@ -726,7 +731,8 @@ module Aws::BedrockAgentCore
726
731
  end
727
732
 
728
733
  # @!attribute [rw] memory_id
729
- # The identifier of the memory store containing the event.
734
+ # The identifier of the AgentCore Memory resource containing the
735
+ # event.
730
736
  # @return [String]
731
737
  #
732
738
  # @!attribute [rw] session_id
@@ -765,7 +771,8 @@ module Aws::BedrockAgentCore
765
771
  end
766
772
 
767
773
  # @!attribute [rw] memory_id
768
- # The identifier of the memory store containing the memory record.
774
+ # The identifier of the AgentCore Memory resource containing the
775
+ # memory record.
769
776
  # @return [String]
770
777
  #
771
778
  # @!attribute [rw] memory_record_id
@@ -828,10 +835,6 @@ module Aws::BedrockAgentCore
828
835
  # Token of.
829
836
  # @return [String]
830
837
  #
831
- # @!attribute [rw] user_id
832
- # The user ID of the user you're retrieving the token on behalf of.
833
- # @return [String]
834
- #
835
838
  # @!attribute [rw] resource_credential_provider_name
836
839
  # Reference to the credential provider
837
840
  # @return [String]
@@ -863,7 +866,6 @@ module Aws::BedrockAgentCore
863
866
  #
864
867
  class GetResourceOauth2TokenRequest < Struct.new(
865
868
  :workload_identity_token,
866
- :user_id,
867
869
  :resource_credential_provider_name,
868
870
  :scopes,
869
871
  :oauth2_flow,
@@ -1084,7 +1086,7 @@ module Aws::BedrockAgentCore
1084
1086
  #
1085
1087
  # @!attribute [rw] qualifier
1086
1088
  # The qualifier to use for the agent runtime. This can be a version
1087
- # number or an alias name that points to a specific version. If not
1089
+ # number or an endpoint name that points to a specific version. If not
1088
1090
  # specified, Amazon Bedrock uses the default version of the agent
1089
1091
  # runtime.
1090
1092
  # @return [String]
@@ -1235,7 +1237,8 @@ module Aws::BedrockAgentCore
1235
1237
  end
1236
1238
 
1237
1239
  # @!attribute [rw] memory_id
1238
- # The identifier of the memory store for which to list actors.
1240
+ # The identifier of the AgentCore Memory resource for which to list
1241
+ # actors.
1239
1242
  # @return [String]
1240
1243
  #
1241
1244
  # @!attribute [rw] max_results
@@ -1390,7 +1393,8 @@ module Aws::BedrockAgentCore
1390
1393
  end
1391
1394
 
1392
1395
  # @!attribute [rw] memory_id
1393
- # The identifier of the memory store for which to list events.
1396
+ # The identifier of the AgentCore Memory resource for which to list
1397
+ # events.
1394
1398
  # @return [String]
1395
1399
  #
1396
1400
  # @!attribute [rw] session_id
@@ -1457,7 +1461,8 @@ module Aws::BedrockAgentCore
1457
1461
  end
1458
1462
 
1459
1463
  # @!attribute [rw] memory_id
1460
- # The identifier of the memory store for which to list memory records.
1464
+ # The identifier of the AgentCore Memory resource for which to list
1465
+ # memory records.
1461
1466
  # @return [String]
1462
1467
  #
1463
1468
  # @!attribute [rw] namespace
@@ -1514,7 +1519,8 @@ module Aws::BedrockAgentCore
1514
1519
  end
1515
1520
 
1516
1521
  # @!attribute [rw] memory_id
1517
- # The identifier of the memory store for which to list sessions.
1522
+ # The identifier of the AgentCore Memory resource for which to list
1523
+ # sessions.
1518
1524
  # @return [String]
1519
1525
  #
1520
1526
  # @!attribute [rw] actor_id
@@ -1603,7 +1609,8 @@ module Aws::BedrockAgentCore
1603
1609
  class Unknown < MemoryContent; end
1604
1610
  end
1605
1611
 
1606
- # Contains information about a memory record in a memory store.
1612
+ # Contains information about a memory record in an AgentCore Memory
1613
+ # resource.
1607
1614
  #
1608
1615
  # @!attribute [rw] memory_record_id
1609
1616
  # The unique identifier of the memory record.
@@ -1759,8 +1766,8 @@ module Aws::BedrockAgentCore
1759
1766
  end
1760
1767
 
1761
1768
  # @!attribute [rw] memory_id
1762
- # The identifier of the memory store from which to retrieve memory
1763
- # records.
1769
+ # The identifier of the AgentCore Memory resource from which to
1770
+ # retrieve memory records.
1764
1771
  # @return [String]
1765
1772
  #
1766
1773
  # @!attribute [rw] namespace
@@ -1888,7 +1895,8 @@ module Aws::BedrockAgentCore
1888
1895
  include Aws::Structure
1889
1896
  end
1890
1897
 
1891
- # Contains summary information about a session in a memory store.
1898
+ # Contains summary information about a session in an AgentCore Memory
1899
+ # resource.
1892
1900
  #
1893
1901
  # @!attribute [rw] session_id
1894
1902
  # The unique identifier of the session.
@@ -56,7 +56,7 @@ module Aws::BedrockAgentCore
56
56
  autoload :Endpoints, 'aws-sdk-bedrockagentcore/endpoints'
57
57
  autoload :EventStreams, 'aws-sdk-bedrockagentcore/event_streams'
58
58
 
59
- GEM_VERSION = '1.2.0'
59
+ GEM_VERSION = '1.3.0'
60
60
 
61
61
  end
62
62
 
data/sig/client.rbs CHANGED
@@ -214,7 +214,6 @@ module Aws
214
214
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCore/Client.html#get_resource_oauth_2_token-instance_method
215
215
  def get_resource_oauth_2_token: (
216
216
  workload_identity_token: ::String,
217
- ?user_id: ::String,
218
217
  resource_credential_provider_name: ::String,
219
218
  scopes: Array[::String],
220
219
  oauth2_flow: ("USER_FEDERATION" | "M2M"),
data/sig/types.rbs CHANGED
@@ -241,7 +241,6 @@ module Aws::BedrockAgentCore
241
241
 
242
242
  class GetResourceOauth2TokenRequest
243
243
  attr_accessor workload_identity_token: ::String
244
- attr_accessor user_id: ::String
245
244
  attr_accessor resource_credential_provider_name: ::String
246
245
  attr_accessor scopes: ::Array[::String]
247
246
  attr_accessor oauth2_flow: ("USER_FEDERATION" | "M2M")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockagentcore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services