Skip to content

Commit 2240255

Browse files
Update generated code (#1814)
update generated code
1 parent d72f2e9 commit 2240255

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.333.0"
3+
"${LATEST}": "3.334.2"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/AppSync/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 3.1.0
610

711
### Added

src/Service/AppSync/src/ValueObject/DataSource.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ final class DataSource
3939
* - **AMAZON_ELASTICSEARCH**: The data source is an Amazon OpenSearch Service domain.
4040
* - **AMAZON_OPENSEARCH_SERVICE**: The data source is an Amazon OpenSearch Service domain.
4141
* - **AMAZON_EVENTBRIDGE**: The data source is an Amazon EventBridge configuration.
42+
* - **AMAZON_BEDROCK_RUNTIME**: The data source is the Amazon Bedrock runtime.
4243
* - **NONE**: There is no data source. Use this type when you want to invoke a GraphQL operation without connecting to
4344
* a data source, such as when you're performing data transformation with resolvers or invoking a subscription from a
4445
* mutation.

0 commit comments

Comments
 (0)