aws-sdk-appsync 1.92.0 → 1.93.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: 8f050c9312ec71ed69cdce5a572723b8128fb973fb1e58c84bbb4509fd728e31
4
- data.tar.gz: e66f7bb6b061b1eb6768fbb0b795025217c9be53e37b130b054446a3a6dbb1bf
3
+ metadata.gz: 82d336d84daecf00bdb91bdc161a42bc37496327ba7c917b9f3f67fbe45ae5bd
4
+ data.tar.gz: cb7d2e6d3524384bd1b6649ba32ba76fa85279b30e9ad52ee67a348f30885095
5
5
  SHA512:
6
- metadata.gz: 27d3860c656561e97bc50a46d2388cf8b10e8b5c1366e8b8ac850b80dc23731bf2ae528a3e900a964e37cebfbb57a6399d8118fb4bf6571400f5df720177e624
7
- data.tar.gz: 7f39460f69851b263e43508476838cf52b5a4c354670ae674d8a7bc6e07b3fd41cf8863b209f14165f5b54cde37649d4bb656ba564f9a0b9176337a63a216380
6
+ metadata.gz: ed6e4511890e6b49d3e5cf77409b4fba62783520206f94ddc110439519b7f6e51cc2cbee3295ff9a3351f927c549a997874f7dc6619ba3f5f9b7eb0c1c018bd2
7
+ data.tar.gz: 11276c6d89684e8531d74b6cbce5e14f13ccab29b58b0c1c4eb7d0149398ec88ec4ae7d058da356227ec8bf53bcd6d15bff0dd583b0b692600844de5bf5615be
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.93.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.92.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.92.0
1
+ 1.93.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.92.0'
4983
+ context[:gem_version] = '1.93.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
  #
@@ -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.92.0'
57
+ GEM_VERSION = '1.93.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.92.0
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-06 00:00:00.000000000 Z
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