aws-sdk-appsync 1.29.0 → 1.30.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 +3 -49
- data/lib/aws-sdk-appsync/types.rb +5 -74
- 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: 6c9610e404679205afbceda7933bc69ffd499857147fa3a7d402ed3e4b6819d9
|
|
4
|
+
data.tar.gz: 2125fe8d5acdaadd406ee76865379a998bf8b86fcbe65e3975b7c7c73167921b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 599579cd6c66bf78b5ff8e13cff7d6476cc94fe380d67aac5aaa90728b57351a0eff75a0a52be003d1e93c3ccbb908374a1a20dcc3ff9570c4565048b75f9dfe
|
|
7
|
+
data.tar.gz: 4b620ccfb613e267e47fdecc1d8287933a8c376980b8d3d904a155045ad630f07a67ae5fca415876cd6899eb49e891bbc195147a533a239b58183fad27a245a1
|
data/lib/aws-sdk-appsync.rb
CHANGED
|
@@ -339,30 +339,7 @@ module Aws::AppSync
|
|
|
339
339
|
# are cached.
|
|
340
340
|
#
|
|
341
341
|
# @option params [required, String] :type
|
|
342
|
-
# The cache instance type.
|
|
343
|
-
#
|
|
344
|
-
# * `SMALL`
|
|
345
|
-
#
|
|
346
|
-
# * `MEDIUM`
|
|
347
|
-
#
|
|
348
|
-
# * `LARGE`
|
|
349
|
-
#
|
|
350
|
-
# * `XLARGE`
|
|
351
|
-
#
|
|
352
|
-
# * `LARGE_2X`
|
|
353
|
-
#
|
|
354
|
-
# * `LARGE_4X`
|
|
355
|
-
#
|
|
356
|
-
# * `LARGE_8X` (not available in all regions)
|
|
357
|
-
#
|
|
358
|
-
# * `LARGE_12X`
|
|
359
|
-
#
|
|
360
|
-
# Historically, instance types were identified by an EC2-style value. As
|
|
361
|
-
# of July 2020, this is deprecated, and the generic identifiers above
|
|
362
|
-
# should be used.
|
|
363
|
-
#
|
|
364
|
-
# The following legacy instance types are avaible, but their use is
|
|
365
|
-
# discouraged:
|
|
342
|
+
# The cache instance type.
|
|
366
343
|
#
|
|
367
344
|
# * **T2\_SMALL**\: A t2.small instance type.
|
|
368
345
|
#
|
|
@@ -1982,30 +1959,7 @@ module Aws::AppSync
|
|
|
1982
1959
|
# are cached.
|
|
1983
1960
|
#
|
|
1984
1961
|
# @option params [required, String] :type
|
|
1985
|
-
# The cache instance type.
|
|
1986
|
-
#
|
|
1987
|
-
# * `SMALL`
|
|
1988
|
-
#
|
|
1989
|
-
# * `MEDIUM`
|
|
1990
|
-
#
|
|
1991
|
-
# * `LARGE`
|
|
1992
|
-
#
|
|
1993
|
-
# * `XLARGE`
|
|
1994
|
-
#
|
|
1995
|
-
# * `LARGE_2X`
|
|
1996
|
-
#
|
|
1997
|
-
# * `LARGE_4X`
|
|
1998
|
-
#
|
|
1999
|
-
# * `LARGE_8X` (not available in all regions)
|
|
2000
|
-
#
|
|
2001
|
-
# * `LARGE_12X`
|
|
2002
|
-
#
|
|
2003
|
-
# Historically, instance types were identified by an EC2-style value. As
|
|
2004
|
-
# of July 2020, this is deprecated, and the generic identifiers above
|
|
2005
|
-
# should be used.
|
|
2006
|
-
#
|
|
2007
|
-
# The following legacy instance types are avaible, but their use is
|
|
2008
|
-
# discouraged:
|
|
1962
|
+
# The cache instance type.
|
|
2009
1963
|
#
|
|
2010
1964
|
# * **T2\_SMALL**\: A t2.small instance type.
|
|
2011
1965
|
#
|
|
@@ -2552,7 +2506,7 @@ module Aws::AppSync
|
|
|
2552
2506
|
params: params,
|
|
2553
2507
|
config: config)
|
|
2554
2508
|
context[:gem_name] = 'aws-sdk-appsync'
|
|
2555
|
-
context[:gem_version] = '1.
|
|
2509
|
+
context[:gem_version] = '1.30.0'
|
|
2556
2510
|
Seahorse::Client::Request.new(handlers, context)
|
|
2557
2511
|
end
|
|
2558
2512
|
|
|
@@ -94,30 +94,7 @@ module Aws::AppSync
|
|
|
94
94
|
# @return [Boolean]
|
|
95
95
|
#
|
|
96
96
|
# @!attribute [rw] type
|
|
97
|
-
# The cache instance type.
|
|
98
|
-
#
|
|
99
|
-
# * `SMALL`
|
|
100
|
-
#
|
|
101
|
-
# * `MEDIUM`
|
|
102
|
-
#
|
|
103
|
-
# * `LARGE`
|
|
104
|
-
#
|
|
105
|
-
# * `XLARGE`
|
|
106
|
-
#
|
|
107
|
-
# * `LARGE_2X`
|
|
108
|
-
#
|
|
109
|
-
# * `LARGE_4X`
|
|
110
|
-
#
|
|
111
|
-
# * `LARGE_8X` (not available in all regions)
|
|
112
|
-
#
|
|
113
|
-
# * `LARGE_12X`
|
|
114
|
-
#
|
|
115
|
-
# Historically, instance types were identified by an EC2-style value.
|
|
116
|
-
# As of July 2020, this is deprecated, and the generic identifiers
|
|
117
|
-
# above should be used.
|
|
118
|
-
#
|
|
119
|
-
# The following legacy instance types are avaible, but their use is
|
|
120
|
-
# discouraged:
|
|
97
|
+
# The cache instance type.
|
|
121
98
|
#
|
|
122
99
|
# * **T2\_SMALL**\: A t2.small instance type.
|
|
123
100
|
#
|
|
@@ -360,8 +337,8 @@ module Aws::AppSync
|
|
|
360
337
|
# @!attribute [rw] caching_keys
|
|
361
338
|
# The caching keys for a resolver that has caching enabled.
|
|
362
339
|
#
|
|
363
|
-
# Valid values are entries from the `$context.
|
|
364
|
-
# `$context.
|
|
340
|
+
# Valid values are entries from the `$context.arguments`,
|
|
341
|
+
# `$context.source`, and `$context.identity` maps.
|
|
365
342
|
# @return [Array<String>]
|
|
366
343
|
#
|
|
367
344
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/CachingConfig AWS API Documentation
|
|
@@ -465,30 +442,7 @@ module Aws::AppSync
|
|
|
465
442
|
# @return [String]
|
|
466
443
|
#
|
|
467
444
|
# @!attribute [rw] type
|
|
468
|
-
# The cache instance type.
|
|
469
|
-
#
|
|
470
|
-
# * `SMALL`
|
|
471
|
-
#
|
|
472
|
-
# * `MEDIUM`
|
|
473
|
-
#
|
|
474
|
-
# * `LARGE`
|
|
475
|
-
#
|
|
476
|
-
# * `XLARGE`
|
|
477
|
-
#
|
|
478
|
-
# * `LARGE_2X`
|
|
479
|
-
#
|
|
480
|
-
# * `LARGE_4X`
|
|
481
|
-
#
|
|
482
|
-
# * `LARGE_8X` (not available in all regions)
|
|
483
|
-
#
|
|
484
|
-
# * `LARGE_12X`
|
|
485
|
-
#
|
|
486
|
-
# Historically, instance types were identified by an EC2-style value.
|
|
487
|
-
# As of July 2020, this is deprecated, and the generic identifiers
|
|
488
|
-
# above should be used.
|
|
489
|
-
#
|
|
490
|
-
# The following legacy instance types are avaible, but their use is
|
|
491
|
-
# discouraged:
|
|
445
|
+
# The cache instance type.
|
|
492
446
|
#
|
|
493
447
|
# * **T2\_SMALL**\: A t2.small instance type.
|
|
494
448
|
#
|
|
@@ -2923,30 +2877,7 @@ module Aws::AppSync
|
|
|
2923
2877
|
# @return [String]
|
|
2924
2878
|
#
|
|
2925
2879
|
# @!attribute [rw] type
|
|
2926
|
-
# The cache instance type.
|
|
2927
|
-
#
|
|
2928
|
-
# * `SMALL`
|
|
2929
|
-
#
|
|
2930
|
-
# * `MEDIUM`
|
|
2931
|
-
#
|
|
2932
|
-
# * `LARGE`
|
|
2933
|
-
#
|
|
2934
|
-
# * `XLARGE`
|
|
2935
|
-
#
|
|
2936
|
-
# * `LARGE_2X`
|
|
2937
|
-
#
|
|
2938
|
-
# * `LARGE_4X`
|
|
2939
|
-
#
|
|
2940
|
-
# * `LARGE_8X` (not available in all regions)
|
|
2941
|
-
#
|
|
2942
|
-
# * `LARGE_12X`
|
|
2943
|
-
#
|
|
2944
|
-
# Historically, instance types were identified by an EC2-style value.
|
|
2945
|
-
# As of July 2020, this is deprecated, and the generic identifiers
|
|
2946
|
-
# above should be used.
|
|
2947
|
-
#
|
|
2948
|
-
# The following legacy instance types are avaible, but their use is
|
|
2949
|
-
# discouraged:
|
|
2880
|
+
# The cache instance type.
|
|
2950
2881
|
#
|
|
2951
2882
|
# * **T2\_SMALL**\: A t2.small instance type.
|
|
2952
2883
|
#
|
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.30.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-07-
|
|
11
|
+
date: 2020-07-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|