aws-sdk-appsync 1.31.0 → 1.32.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 +4 -4
- data/lib/aws-sdk-appsync.rb +1 -1
- data/lib/aws-sdk-appsync/client.rb +13 -1
- data/lib/aws-sdk-appsync/types.rb +14 -2
- 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: c481b61214272493ee13bc2353af3f56db87ceb8b09a3298786af140f4492fd6
|
4
|
+
data.tar.gz: e749db7adec98f379bafde1b6172e464e9cea51f74eb05458f5e58b53887c50e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4feb1a042aaa381e4eb4a56b60d8096a09e816d1b5c0e052341ee86e27f70d8c18dc4d7e809ccda7538ecaaf00ad419ff35cbabe02311ed7b51eec308790d9b8
|
7
|
+
data.tar.gz: 57c6403e3ff1c141ac2cc5a9b40fd5d70c68eb3ef2d5474044c6c764b340755386628ac8ad64f6a3b90007d00dd34c199ccd653a63bf8b0f465f6b64bb4b507a
|
data/lib/aws-sdk-appsync.rb
CHANGED
@@ -781,6 +781,10 @@ module Aws::AppSync
|
|
781
781
|
# expression into a format that a data source can understand. Mapping
|
782
782
|
# templates are written in Apache Velocity Template Language (VTL).
|
783
783
|
#
|
784
|
+
# VTL request mapping templates are optional when using a Lambda data
|
785
|
+
# source. For all other data sources, VTL request and response mapping
|
786
|
+
# templates are required.
|
787
|
+
#
|
784
788
|
# @option params [String] :response_mapping_template
|
785
789
|
# The mapping template to be used for responses from the data source.
|
786
790
|
#
|
@@ -2414,6 +2418,14 @@ module Aws::AppSync
|
|
2414
2418
|
# @option params [String] :request_mapping_template
|
2415
2419
|
# The new request mapping template.
|
2416
2420
|
#
|
2421
|
+
# A resolver uses a request mapping template to convert a GraphQL
|
2422
|
+
# expression into a format that a data source can understand. Mapping
|
2423
|
+
# templates are written in Apache Velocity Template Language (VTL).
|
2424
|
+
#
|
2425
|
+
# VTL request mapping templates are optional when using a Lambda data
|
2426
|
+
# source. For all other data sources, VTL request and response mapping
|
2427
|
+
# templates are required.
|
2428
|
+
#
|
2417
2429
|
# @option params [String] :response_mapping_template
|
2418
2430
|
# The new response mapping template.
|
2419
2431
|
#
|
@@ -2552,7 +2564,7 @@ module Aws::AppSync
|
|
2552
2564
|
params: params,
|
2553
2565
|
config: config)
|
2554
2566
|
context[:gem_name] = 'aws-sdk-appsync'
|
2555
|
-
context[:gem_version] = '1.
|
2567
|
+
context[:gem_version] = '1.32.0'
|
2556
2568
|
Seahorse::Client::Request.new(handlers, context)
|
2557
2569
|
end
|
2558
2570
|
|
@@ -360,8 +360,8 @@ module Aws::AppSync
|
|
360
360
|
# @!attribute [rw] caching_keys
|
361
361
|
# The caching keys for a resolver that has caching enabled.
|
362
362
|
#
|
363
|
-
# Valid values are entries from the `$context.
|
364
|
-
# `$context.
|
363
|
+
# Valid values are entries from the `$context.arguments`,
|
364
|
+
# `$context.source`, and `$context.identity` maps.
|
365
365
|
# @return [Array<String>]
|
366
366
|
#
|
367
367
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/CachingConfig AWS API Documentation
|
@@ -922,6 +922,10 @@ module Aws::AppSync
|
|
922
922
|
# A resolver uses a request mapping template to convert a GraphQL
|
923
923
|
# expression into a format that a data source can understand. Mapping
|
924
924
|
# templates are written in Apache Velocity Template Language (VTL).
|
925
|
+
#
|
926
|
+
# VTL request mapping templates are optional when using a Lambda data
|
927
|
+
# source. For all other data sources, VTL request and response mapping
|
928
|
+
# templates are required.
|
925
929
|
# @return [String]
|
926
930
|
#
|
927
931
|
# @!attribute [rw] response_mapping_template
|
@@ -3383,6 +3387,14 @@ module Aws::AppSync
|
|
3383
3387
|
#
|
3384
3388
|
# @!attribute [rw] request_mapping_template
|
3385
3389
|
# The new request mapping template.
|
3390
|
+
#
|
3391
|
+
# A resolver uses a request mapping template to convert a GraphQL
|
3392
|
+
# expression into a format that a data source can understand. Mapping
|
3393
|
+
# templates are written in Apache Velocity Template Language (VTL).
|
3394
|
+
#
|
3395
|
+
# VTL request mapping templates are optional when using a Lambda data
|
3396
|
+
# source. For all other data sources, VTL request and response mapping
|
3397
|
+
# templates are required.
|
3386
3398
|
# @return [String]
|
3387
3399
|
#
|
3388
3400
|
# @!attribute [rw] response_mapping_template
|
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.32.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: 2020-08-
|
11
|
+
date: 2020-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|