aws-sdk-appsync 1.92.0 → 1.94.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appsync/client.rb +7 -7
- data/lib/aws-sdk-appsync/types.rb +0 -6
- data/lib/aws-sdk-appsync.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b11dc51db187124bdf657a52cce25e793fe782f1d408bd9c8c830e35ad54aef
|
4
|
+
data.tar.gz: ed168110729774f68e9c12302721a8021aada9523066587cd0fd0e7aa0f2623b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a15b8774a1b946cd15a3d5d47f97546c8e2d7330316513da8ab577896c12cfc525792c85cc5aa25df11aef84b06d3bfa912d5d9d383a6f12d4bbdcb624b094d3
|
7
|
+
data.tar.gz: cca86c2e81c3bc0d41ab23675a84cce5c2494ce4db03375539ee49f6e9be359ffb6b568cbd4cdc105c4135aab55b45e95211fd36a52e960f56b1f04e1cb10936
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.93.0 (2024-11-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.92.0 (2024-11-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
4983
|
+
context[:gem_version] = '1.94.0'
|
4984
4984
|
Seahorse::Client::Request.new(handlers, context)
|
4985
4985
|
end
|
4986
4986
|
|
@@ -2352,7 +2352,6 @@ module Aws::AppSync
|
|
2352
2352
|
# * Cache hits: The number of cache hits during a request.
|
2353
2353
|
#
|
2354
2354
|
# * Cache misses: The number of cache misses during a request.
|
2355
|
-
#
|
2356
2355
|
# These metrics can be emitted to CloudWatch per resolver or for all
|
2357
2356
|
# resolvers in the request. Metrics will be recorded by API ID and
|
2358
2357
|
# resolver name. `resolverLevelMetricsBehavior` accepts one of these
|
@@ -2363,7 +2362,6 @@ module Aws::AppSync
|
|
2363
2362
|
#
|
2364
2363
|
# * `PER_RESOLVER_METRICS`: Records and emits metric data for
|
2365
2364
|
# resolvers that have the `metricsConfig` value set to `ENABLED`.
|
2366
|
-
#
|
2367
2365
|
# 2. `dataSourceLevelMetricsBehavior`: Controls how data source metrics
|
2368
2366
|
# will be emitted to CloudWatch. Data source metrics include:
|
2369
2367
|
#
|
@@ -2374,7 +2372,6 @@ module Aws::AppSync
|
|
2374
2372
|
#
|
2375
2373
|
# * Errors: The number of errors that occurred during a data source
|
2376
2374
|
# invocation.
|
2377
|
-
#
|
2378
2375
|
# These metrics can be emitted to CloudWatch per data source or for
|
2379
2376
|
# all data sources in the request. Metrics will be recorded by API
|
2380
2377
|
# ID and data source name. `dataSourceLevelMetricsBehavior` accepts
|
@@ -2386,7 +2383,6 @@ module Aws::AppSync
|
|
2386
2383
|
# * `PER_DATA_SOURCE_METRICS`: Records and emits metric data for
|
2387
2384
|
# data sources that have the `metricsConfig` value set to
|
2388
2385
|
# `ENABLED`.
|
2389
|
-
#
|
2390
2386
|
# 3. `operationLevelMetricsConfig`: Controls how operation metrics will
|
2391
2387
|
# be emitted to CloudWatch. Operation metrics include:
|
2392
2388
|
#
|
@@ -2395,7 +2391,6 @@ module Aws::AppSync
|
|
2395
2391
|
#
|
2396
2392
|
# * GraphQL errors: The number of GraphQL errors that occurred
|
2397
2393
|
# during a specified GraphQL operation.
|
2398
|
-
#
|
2399
2394
|
# Metrics will be recorded by API ID and operation name. You can set
|
2400
2395
|
# the value to `ENABLED` or `DISABLED`.
|
2401
2396
|
#
|
@@ -4132,7 +4127,6 @@ module Aws::AppSync
|
|
4132
4127
|
#
|
4133
4128
|
# * The generated request/response functions that got resolved for
|
4134
4129
|
# error fields.
|
4135
|
-
#
|
4136
4130
|
# * **ALL**: The following information is logged for all fields in the
|
4137
4131
|
# query:
|
4138
4132
|
#
|
data/lib/aws-sdk-appsync.rb
CHANGED
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.
|
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-
|
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
|