aws-sdk-bedrockagentcorecontrol 1.11.0 → 1.12.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: 69226a1116ea257f46ac0c1c37fcf3c264b01854492c07b97cd6f8a741f8591c
4
- data.tar.gz: 8d273bbfbf769e69587a91efc59604ebb473484d31cb4315b5bec0d191d67473
3
+ metadata.gz: cba84feb90816b31077bf656b87aa586e1b26ebd7bb712c3153b531f68d88809
4
+ data.tar.gz: c467a6fb32b8f263c28719acf02cee8cad3127a746fa4eb8301049e927ba83ef
5
5
  SHA512:
6
- metadata.gz: 2b3729adb22b67af2be15069a4a5cf47f6f1b7011aaa10ab3b3220ea689263d082453432fe0f1abe019398c44fa732c6a7668361fb671795c1c450c7c338d0ef
7
- data.tar.gz: df501d6ba29f5955c9c4349a4ca84b2987c6d1cf865c514aecf407e2bd85b484eb3bcf7982c3751198ac61226ba68122afd96d1c233ee5820679af49e7782076
6
+ metadata.gz: f248e3f29776ef19ce4231636f6aafb0236ec22ac37c5473f5fb8e6212be932d6b17892a6d2a72fb8ab9189c155be5f1bbef2b8dad5961a5504fb1b9c65c9f78
7
+ data.tar.gz: 54dd6c4a89ae716f4b1191e1ea71b8cb6963ad42cd042694a3ff03fd0dbdacb89f639addbcd7ed9878a00bd9d79fafa8e085dbd30a11b95c3e71b08b1f85a8bc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.12.0 (2025-10-23)
5
+ ------------------
6
+
7
+ * Feature - Fixing the service documentation name
8
+
4
9
  1.11.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.11.0
1
+ 1.12.0
@@ -4373,7 +4373,7 @@ module Aws::BedrockAgentCoreControl
4373
4373
  tracer: tracer
4374
4374
  )
4375
4375
  context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
4376
- context[:gem_version] = '1.11.0'
4376
+ context[:gem_version] = '1.12.0'
4377
4377
  Seahorse::Client::Request.new(handlers, context)
4378
4378
  end
4379
4379
 
@@ -1894,7 +1894,7 @@ module Aws::BedrockAgentCoreControl
1894
1894
  "endpointPrefix" => "bedrock-agentcore-control",
1895
1895
  "protocol" => "rest-json",
1896
1896
  "protocols" => ["rest-json"],
1897
- "serviceFullName" => "Amazon Bedrock Agent Core Control Plane Fronting Layer",
1897
+ "serviceFullName" => "Amazon Bedrock AgentCore Control",
1898
1898
  "serviceId" => "Bedrock AgentCore Control",
1899
1899
  "signatureVersion" => "v4",
1900
1900
  "signingName" => "bedrock-agentcore",
@@ -13,7 +13,7 @@ require 'aws-sigv4'
13
13
 
14
14
  Aws::Plugins::GlobalConfiguration.add_identifier(:bedrockagentcorecontrol)
15
15
 
16
- # This module provides support for Amazon Bedrock Agent Core Control Plane Fronting Layer. This module is available in the
16
+ # This module provides support for Amazon Bedrock AgentCore Control. This module is available in the
17
17
  # `aws-sdk-bedrockagentcorecontrol` gem.
18
18
  #
19
19
  # # Client
@@ -29,13 +29,13 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:bedrockagentcorecontrol)
29
29
  #
30
30
  # # Errors
31
31
  #
32
- # Errors returned from Amazon Bedrock Agent Core Control Plane Fronting Layer are defined in the
32
+ # Errors returned from Amazon Bedrock AgentCore Control are defined in the
33
33
  # {Errors} module and all extend {Errors::ServiceError}.
34
34
  #
35
35
  # begin
36
36
  # # do stuff
37
37
  # rescue Aws::BedrockAgentCoreControl::Errors::ServiceError
38
- # # rescues all Amazon Bedrock Agent Core Control Plane Fronting Layer API errors
38
+ # # rescues all Amazon Bedrock AgentCore Control API errors
39
39
  # end
40
40
  #
41
41
  # See {Errors} for more information.
@@ -55,7 +55,7 @@ module Aws::BedrockAgentCoreControl
55
55
  autoload :EndpointProvider, 'aws-sdk-bedrockagentcorecontrol/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-bedrockagentcorecontrol/endpoints'
57
57
 
58
- GEM_VERSION = '1.11.0'
58
+ GEM_VERSION = '1.12.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockagentcorecontrol
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -43,8 +43,8 @@ dependencies:
43
43
  - - "~>"
44
44
  - !ruby/object:Gem::Version
45
45
  version: '1.5'
46
- description: Official AWS Ruby gem for Amazon Bedrock Agent Core Control Plane Fronting
47
- Layer. This gem is part of the AWS SDK for Ruby.
46
+ description: Official AWS Ruby gem for Amazon Bedrock AgentCore Control. This gem
47
+ is part of the AWS SDK for Ruby.
48
48
  email:
49
49
  - aws-dr-rubygems@amazon.com
50
50
  executables: []
@@ -93,5 +93,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  requirements: []
94
94
  rubygems_version: 3.6.7
95
95
  specification_version: 4
96
- summary: AWS SDK for Ruby - Amazon Bedrock Agent Core Control Plane Fronting Layer
96
+ summary: AWS SDK for Ruby - Amazon Bedrock AgentCore Control
97
97
  test_files: []