aws-sdk-appsync 1.93.0 → 1.94.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82d336d84daecf00bdb91bdc161a42bc37496327ba7c917b9f3f67fbe45ae5bd
4
- data.tar.gz: cb7d2e6d3524384bd1b6649ba32ba76fa85279b30e9ad52ee67a348f30885095
3
+ metadata.gz: 2b11dc51db187124bdf657a52cce25e793fe782f1d408bd9c8c830e35ad54aef
4
+ data.tar.gz: ed168110729774f68e9c12302721a8021aada9523066587cd0fd0e7aa0f2623b
5
5
  SHA512:
6
- metadata.gz: ed6e4511890e6b49d3e5cf77409b4fba62783520206f94ddc110439519b7f6e51cc2cbee3295ff9a3351f927c549a997874f7dc6619ba3f5f9b7eb0c1c018bd2
7
- data.tar.gz: 11276c6d89684e8531d74b6cbce5e14f13ccab29b58b0c1c4eb7d0149398ec88ec4ae7d058da356227ec8bf53bcd6d15bff0dd583b0b692600844de5bf5615be
6
+ metadata.gz: a15b8774a1b946cd15a3d5d47f97546c8e2d7330316513da8ab577896c12cfc525792c85cc5aa25df11aef84b06d3bfa912d5d9d383a6f12d4bbdcb624b094d3
7
+ data.tar.gz: cca86c2e81c3bc0d41ab23675a84cce5c2494ce4db03375539ee49f6e9be359ffb6b568cbd4cdc105c4135aab55b45e95211fd36a52e960f56b1f04e1cb10936
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.94.0 (2024-11-21)
5
+ ------------------
6
+
7
+ * Feature - Add support for the Amazon Bedrock Runtime.
8
+
4
9
  1.93.0 (2024-11-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.94.0
@@ -1021,7 +1021,7 @@ module Aws::AppSync
1021
1021
  # api_id: "String", # required
1022
1022
  # name: "ResourceName", # required
1023
1023
  # description: "String",
1024
- # type: "AWS_LAMBDA", # required, accepts AWS_LAMBDA, AMAZON_DYNAMODB, AMAZON_ELASTICSEARCH, NONE, HTTP, RELATIONAL_DATABASE, AMAZON_OPENSEARCH_SERVICE, AMAZON_EVENTBRIDGE
1024
+ # type: "AWS_LAMBDA", # required, accepts AWS_LAMBDA, AMAZON_DYNAMODB, AMAZON_ELASTICSEARCH, NONE, HTTP, RELATIONAL_DATABASE, AMAZON_OPENSEARCH_SERVICE, AMAZON_EVENTBRIDGE, AMAZON_BEDROCK_RUNTIME
1025
1025
  # service_role_arn: "String",
1026
1026
  # dynamodb_config: {
1027
1027
  # table_name: "String", # required
@@ -1076,7 +1076,7 @@ module Aws::AppSync
1076
1076
  # resp.data_source.data_source_arn #=> String
1077
1077
  # resp.data_source.name #=> String
1078
1078
  # resp.data_source.description #=> String
1079
- # resp.data_source.type #=> String, one of "AWS_LAMBDA", "AMAZON_DYNAMODB", "AMAZON_ELASTICSEARCH", "NONE", "HTTP", "RELATIONAL_DATABASE", "AMAZON_OPENSEARCH_SERVICE", "AMAZON_EVENTBRIDGE"
1079
+ # resp.data_source.type #=> String, one of "AWS_LAMBDA", "AMAZON_DYNAMODB", "AMAZON_ELASTICSEARCH", "NONE", "HTTP", "RELATIONAL_DATABASE", "AMAZON_OPENSEARCH_SERVICE", "AMAZON_EVENTBRIDGE", "AMAZON_BEDROCK_RUNTIME"
1080
1080
  # resp.data_source.service_role_arn #=> String
1081
1081
  # resp.data_source.dynamodb_config.table_name #=> String
1082
1082
  # resp.data_source.dynamodb_config.aws_region #=> String
@@ -2345,7 +2345,7 @@ module Aws::AppSync
2345
2345
  # resp.data_source.data_source_arn #=> String
2346
2346
  # resp.data_source.name #=> String
2347
2347
  # resp.data_source.description #=> String
2348
- # resp.data_source.type #=> String, one of "AWS_LAMBDA", "AMAZON_DYNAMODB", "AMAZON_ELASTICSEARCH", "NONE", "HTTP", "RELATIONAL_DATABASE", "AMAZON_OPENSEARCH_SERVICE", "AMAZON_EVENTBRIDGE"
2348
+ # resp.data_source.type #=> String, one of "AWS_LAMBDA", "AMAZON_DYNAMODB", "AMAZON_ELASTICSEARCH", "NONE", "HTTP", "RELATIONAL_DATABASE", "AMAZON_OPENSEARCH_SERVICE", "AMAZON_EVENTBRIDGE", "AMAZON_BEDROCK_RUNTIME"
2349
2349
  # resp.data_source.service_role_arn #=> String
2350
2350
  # resp.data_source.dynamodb_config.table_name #=> String
2351
2351
  # resp.data_source.dynamodb_config.aws_region #=> String
@@ -3066,7 +3066,7 @@ module Aws::AppSync
3066
3066
  # resp.data_sources[0].data_source_arn #=> String
3067
3067
  # resp.data_sources[0].name #=> String
3068
3068
  # resp.data_sources[0].description #=> String
3069
- # resp.data_sources[0].type #=> String, one of "AWS_LAMBDA", "AMAZON_DYNAMODB", "AMAZON_ELASTICSEARCH", "NONE", "HTTP", "RELATIONAL_DATABASE", "AMAZON_OPENSEARCH_SERVICE", "AMAZON_EVENTBRIDGE"
3069
+ # resp.data_sources[0].type #=> String, one of "AWS_LAMBDA", "AMAZON_DYNAMODB", "AMAZON_ELASTICSEARCH", "NONE", "HTTP", "RELATIONAL_DATABASE", "AMAZON_OPENSEARCH_SERVICE", "AMAZON_EVENTBRIDGE", "AMAZON_BEDROCK_RUNTIME"
3070
3070
  # resp.data_sources[0].service_role_arn #=> String
3071
3071
  # resp.data_sources[0].dynamodb_config.table_name #=> String
3072
3072
  # resp.data_sources[0].dynamodb_config.aws_region #=> String
@@ -4278,7 +4278,7 @@ module Aws::AppSync
4278
4278
  # api_id: "String", # required
4279
4279
  # name: "ResourceName", # required
4280
4280
  # description: "String",
4281
- # type: "AWS_LAMBDA", # required, accepts AWS_LAMBDA, AMAZON_DYNAMODB, AMAZON_ELASTICSEARCH, NONE, HTTP, RELATIONAL_DATABASE, AMAZON_OPENSEARCH_SERVICE, AMAZON_EVENTBRIDGE
4281
+ # type: "AWS_LAMBDA", # required, accepts AWS_LAMBDA, AMAZON_DYNAMODB, AMAZON_ELASTICSEARCH, NONE, HTTP, RELATIONAL_DATABASE, AMAZON_OPENSEARCH_SERVICE, AMAZON_EVENTBRIDGE, AMAZON_BEDROCK_RUNTIME
4282
4282
  # service_role_arn: "String",
4283
4283
  # dynamodb_config: {
4284
4284
  # table_name: "String", # required
@@ -4333,7 +4333,7 @@ module Aws::AppSync
4333
4333
  # resp.data_source.data_source_arn #=> String
4334
4334
  # resp.data_source.name #=> String
4335
4335
  # resp.data_source.description #=> String
4336
- # resp.data_source.type #=> String, one of "AWS_LAMBDA", "AMAZON_DYNAMODB", "AMAZON_ELASTICSEARCH", "NONE", "HTTP", "RELATIONAL_DATABASE", "AMAZON_OPENSEARCH_SERVICE", "AMAZON_EVENTBRIDGE"
4336
+ # resp.data_source.type #=> String, one of "AWS_LAMBDA", "AMAZON_DYNAMODB", "AMAZON_ELASTICSEARCH", "NONE", "HTTP", "RELATIONAL_DATABASE", "AMAZON_OPENSEARCH_SERVICE", "AMAZON_EVENTBRIDGE", "AMAZON_BEDROCK_RUNTIME"
4337
4337
  # resp.data_source.service_role_arn #=> String
4338
4338
  # resp.data_source.dynamodb_config.table_name #=> String
4339
4339
  # resp.data_source.dynamodb_config.aws_region #=> String
@@ -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.93.0'
4983
+ context[:gem_version] = '1.94.0'
4984
4984
  Seahorse::Client::Request.new(handlers, context)
4985
4985
  end
4986
4986
 
@@ -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.93.0'
57
+ GEM_VERSION = '1.94.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -230,7 +230,7 @@ module Aws
230
230
  api_id: ::String,
231
231
  name: ::String,
232
232
  ?description: ::String,
233
- type: ("AWS_LAMBDA" | "AMAZON_DYNAMODB" | "AMAZON_ELASTICSEARCH" | "NONE" | "HTTP" | "RELATIONAL_DATABASE" | "AMAZON_OPENSEARCH_SERVICE" | "AMAZON_EVENTBRIDGE"),
233
+ type: ("AWS_LAMBDA" | "AMAZON_DYNAMODB" | "AMAZON_ELASTICSEARCH" | "NONE" | "HTTP" | "RELATIONAL_DATABASE" | "AMAZON_OPENSEARCH_SERVICE" | "AMAZON_EVENTBRIDGE" | "AMAZON_BEDROCK_RUNTIME"),
234
234
  ?service_role_arn: ::String,
235
235
  ?dynamodb_config: {
236
236
  table_name: ::String,
@@ -1123,7 +1123,7 @@ module Aws
1123
1123
  api_id: ::String,
1124
1124
  name: ::String,
1125
1125
  ?description: ::String,
1126
- type: ("AWS_LAMBDA" | "AMAZON_DYNAMODB" | "AMAZON_ELASTICSEARCH" | "NONE" | "HTTP" | "RELATIONAL_DATABASE" | "AMAZON_OPENSEARCH_SERVICE" | "AMAZON_EVENTBRIDGE"),
1126
+ type: ("AWS_LAMBDA" | "AMAZON_DYNAMODB" | "AMAZON_ELASTICSEARCH" | "NONE" | "HTTP" | "RELATIONAL_DATABASE" | "AMAZON_OPENSEARCH_SERVICE" | "AMAZON_EVENTBRIDGE" | "AMAZON_BEDROCK_RUNTIME"),
1127
1127
  ?service_role_arn: ::String,
1128
1128
  ?dynamodb_config: {
1129
1129
  table_name: ::String,
data/sig/types.rbs CHANGED
@@ -274,7 +274,7 @@ module Aws::AppSync
274
274
  attr_accessor api_id: ::String
275
275
  attr_accessor name: ::String
276
276
  attr_accessor description: ::String
277
- attr_accessor type: ("AWS_LAMBDA" | "AMAZON_DYNAMODB" | "AMAZON_ELASTICSEARCH" | "NONE" | "HTTP" | "RELATIONAL_DATABASE" | "AMAZON_OPENSEARCH_SERVICE" | "AMAZON_EVENTBRIDGE")
277
+ attr_accessor type: ("AWS_LAMBDA" | "AMAZON_DYNAMODB" | "AMAZON_ELASTICSEARCH" | "NONE" | "HTTP" | "RELATIONAL_DATABASE" | "AMAZON_OPENSEARCH_SERVICE" | "AMAZON_EVENTBRIDGE" | "AMAZON_BEDROCK_RUNTIME")
278
278
  attr_accessor service_role_arn: ::String
279
279
  attr_accessor dynamodb_config: Types::DynamodbDataSourceConfig
280
280
  attr_accessor lambda_config: Types::LambdaDataSourceConfig
@@ -389,7 +389,7 @@ module Aws::AppSync
389
389
  attr_accessor data_source_arn: ::String
390
390
  attr_accessor name: ::String
391
391
  attr_accessor description: ::String
392
- attr_accessor type: ("AWS_LAMBDA" | "AMAZON_DYNAMODB" | "AMAZON_ELASTICSEARCH" | "NONE" | "HTTP" | "RELATIONAL_DATABASE" | "AMAZON_OPENSEARCH_SERVICE" | "AMAZON_EVENTBRIDGE")
392
+ attr_accessor type: ("AWS_LAMBDA" | "AMAZON_DYNAMODB" | "AMAZON_ELASTICSEARCH" | "NONE" | "HTTP" | "RELATIONAL_DATABASE" | "AMAZON_OPENSEARCH_SERVICE" | "AMAZON_EVENTBRIDGE" | "AMAZON_BEDROCK_RUNTIME")
393
393
  attr_accessor service_role_arn: ::String
394
394
  attr_accessor dynamodb_config: Types::DynamodbDataSourceConfig
395
395
  attr_accessor lambda_config: Types::LambdaDataSourceConfig
@@ -1327,7 +1327,7 @@ module Aws::AppSync
1327
1327
  attr_accessor api_id: ::String
1328
1328
  attr_accessor name: ::String
1329
1329
  attr_accessor description: ::String
1330
- attr_accessor type: ("AWS_LAMBDA" | "AMAZON_DYNAMODB" | "AMAZON_ELASTICSEARCH" | "NONE" | "HTTP" | "RELATIONAL_DATABASE" | "AMAZON_OPENSEARCH_SERVICE" | "AMAZON_EVENTBRIDGE")
1330
+ attr_accessor type: ("AWS_LAMBDA" | "AMAZON_DYNAMODB" | "AMAZON_ELASTICSEARCH" | "NONE" | "HTTP" | "RELATIONAL_DATABASE" | "AMAZON_OPENSEARCH_SERVICE" | "AMAZON_EVENTBRIDGE" | "AMAZON_BEDROCK_RUNTIME")
1331
1331
  attr_accessor service_role_arn: ::String
1332
1332
  attr_accessor dynamodb_config: Types::DynamodbDataSourceConfig
1333
1333
  attr_accessor lambda_config: Types::LambdaDataSourceConfig
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.93.0
4
+ version: 1.94.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-18 00:00:00.000000000 Z
11
+ date: 2024-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core