aws-sdk-appsync 1.94.0 → 1.95.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: 2b11dc51db187124bdf657a52cce25e793fe782f1d408bd9c8c830e35ad54aef
4
- data.tar.gz: ed168110729774f68e9c12302721a8021aada9523066587cd0fd0e7aa0f2623b
3
+ metadata.gz: 4283e976b8be535c98ecf3db46c882430740d4073afe9e44d70e0ff385719af2
4
+ data.tar.gz: 7dceece03f6c5b13bf3cdfca5f1d1a3b58c32393523cbe4ead09b41c0da66b3e
5
5
  SHA512:
6
- metadata.gz: a15b8774a1b946cd15a3d5d47f97546c8e2d7330316513da8ab577896c12cfc525792c85cc5aa25df11aef84b06d3bfa912d5d9d383a6f12d4bbdcb624b094d3
7
- data.tar.gz: cca86c2e81c3bc0d41ab23675a84cce5c2494ce4db03375539ee49f6e9be359ffb6b568cbd4cdc105c4135aab55b45e95211fd36a52e960f56b1f04e1cb10936
6
+ metadata.gz: fce956de5a0133af5b531d7744779151abd0976d87c2e781f6e474a1bcae36d8c64d5315c9767bf555e46563a87706fd4600ce2f67965b1f9dce25bcfdd4c171
7
+ data.tar.gz: 22dcc125d3e712aafc4f9f0c5c0bd390b5d5c6b3adabbb6ddb0f80bb78cc3cb5abc26f219e95d89041ab52a984a1c11366030d8f52562aca8b0f2f3221d14326
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.0 (2024-12-09)
5
+ ------------------
6
+
7
+ * Feature - Provides description of new Amazon Bedrock runtime datasource.
8
+
4
9
  1.94.0 (2024-11-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.94.0
1
+ 1.95.0
@@ -4980,7 +4980,7 @@ module Aws::AppSync
4980
4980
  tracer: tracer
4981
4981
  )
4982
4982
  context[:gem_name] = 'aws-sdk-appsync'
4983
- context[:gem_version] = '1.94.0'
4983
+ context[:gem_version] = '1.95.0'
4984
4984
  Seahorse::Client::Request.new(handlers, context)
4985
4985
  end
4986
4986
 
@@ -1695,6 +1695,9 @@ module Aws::AppSync
1695
1695
  # * **AMAZON\_EVENTBRIDGE**: The data source is an Amazon EventBridge
1696
1696
  # configuration.
1697
1697
  #
1698
+ # * **AMAZON\_BEDROCK\_RUNTIME**: The data source is the Amazon
1699
+ # Bedrock runtime.
1700
+ #
1698
1701
  # * **NONE**: There is no data source. Use this type when you want to
1699
1702
  # invoke a GraphQL operation without connecting to a data source,
1700
1703
  # such as when you're performing data transformation with resolvers
@@ -54,7 +54,7 @@ module Aws::AppSync
54
54
  autoload :EndpointProvider, 'aws-sdk-appsync/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-appsync/endpoints'
56
56
 
57
- GEM_VERSION = '1.94.0'
57
+ GEM_VERSION = '1.95.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appsync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.94.0
4
+ version: 1.95.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: 2024-11-21 00:00:00.000000000 Z
11
+ date: 2024-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core