aws-sdk-appsync 1.92.0 → 1.93.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appsync/client.rb +1 -1
- data/lib/aws-sdk-appsync/types.rb +0 -6
- data/lib/aws-sdk-appsync.rb +1 -1
- 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: 82d336d84daecf00bdb91bdc161a42bc37496327ba7c917b9f3f67fbe45ae5bd
|
4
|
+
data.tar.gz: cb7d2e6d3524384bd1b6649ba32ba76fa85279b30e9ad52ee67a348f30885095
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed6e4511890e6b49d3e5cf77409b4fba62783520206f94ddc110439519b7f6e51cc2cbee3295ff9a3351f927c549a997874f7dc6619ba3f5f9b7eb0c1c018bd2
|
7
|
+
data.tar.gz: 11276c6d89684e8531d74b6cbce5e14f13ccab29b58b0c1c4eb7d0149398ec88ec4ae7d058da356227ec8bf53bcd6d15bff0dd583b0b692600844de5bf5615be
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.93.0
|
@@ -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
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.93.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-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|