aws-sdk-appsync 1.27.1 → 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 +3 -1
- data/lib/aws-sdk-appsync/client.rb +77 -17
- data/lib/aws-sdk-appsync/client_api.rb +6 -4
- data/lib/aws-sdk-appsync/errors.rb +2 -0
- data/lib/aws-sdk-appsync/resource.rb +2 -0
- data/lib/aws-sdk-appsync/types.rb +203 -12
- 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
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-appsync/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::AppSync
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.32.0'
|
49
51
|
|
50
52
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -337,7 +339,30 @@ module Aws::AppSync
|
|
337
339
|
# are cached.
|
338
340
|
#
|
339
341
|
# @option params [required, String] :type
|
340
|
-
# The cache instance type.
|
342
|
+
# The cache instance type. Valid values are
|
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:
|
341
366
|
#
|
342
367
|
# * **T2\_SMALL**\: A t2.small instance type.
|
343
368
|
#
|
@@ -365,7 +390,7 @@ module Aws::AppSync
|
|
365
390
|
# transit_encryption_enabled: false,
|
366
391
|
# at_rest_encryption_enabled: false,
|
367
392
|
# api_caching_behavior: "FULL_REQUEST_CACHING", # required, accepts FULL_REQUEST_CACHING, PER_RESOLVER_CACHING
|
368
|
-
# type: "T2_SMALL", # required, accepts T2_SMALL, T2_MEDIUM, R4_LARGE, R4_XLARGE, R4_2XLARGE, R4_4XLARGE, R4_8XLARGE
|
393
|
+
# type: "T2_SMALL", # required, accepts T2_SMALL, T2_MEDIUM, R4_LARGE, R4_XLARGE, R4_2XLARGE, R4_4XLARGE, R4_8XLARGE, SMALL, MEDIUM, LARGE, XLARGE, LARGE_2X, LARGE_4X, LARGE_8X, LARGE_12X
|
369
394
|
# })
|
370
395
|
#
|
371
396
|
# @example Response structure
|
@@ -374,7 +399,7 @@ module Aws::AppSync
|
|
374
399
|
# resp.api_cache.api_caching_behavior #=> String, one of "FULL_REQUEST_CACHING", "PER_RESOLVER_CACHING"
|
375
400
|
# resp.api_cache.transit_encryption_enabled #=> Boolean
|
376
401
|
# resp.api_cache.at_rest_encryption_enabled #=> Boolean
|
377
|
-
# resp.api_cache.type #=> String, one of "T2_SMALL", "T2_MEDIUM", "R4_LARGE", "R4_XLARGE", "R4_2XLARGE", "R4_4XLARGE", "R4_8XLARGE"
|
402
|
+
# resp.api_cache.type #=> String, one of "T2_SMALL", "T2_MEDIUM", "R4_LARGE", "R4_XLARGE", "R4_2XLARGE", "R4_4XLARGE", "R4_8XLARGE", "SMALL", "MEDIUM", "LARGE", "XLARGE", "LARGE_2X", "LARGE_4X", "LARGE_8X", "LARGE_12X"
|
378
403
|
# resp.api_cache.status #=> String, one of "AVAILABLE", "CREATING", "DELETING", "MODIFYING", "FAILED"
|
379
404
|
#
|
380
405
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/CreateApiCache AWS API Documentation
|
@@ -567,7 +592,7 @@ module Aws::AppSync
|
|
567
592
|
# @option params [required, String] :data_source_name
|
568
593
|
# The `Function` `DataSource` name.
|
569
594
|
#
|
570
|
-
# @option params [
|
595
|
+
# @option params [String] :request_mapping_template
|
571
596
|
# The `Function` request mapping template. Functions support only the
|
572
597
|
# 2018-05-29 version of the request mapping template.
|
573
598
|
#
|
@@ -589,7 +614,7 @@ module Aws::AppSync
|
|
589
614
|
# name: "ResourceName", # required
|
590
615
|
# description: "String",
|
591
616
|
# data_source_name: "ResourceName", # required
|
592
|
-
# request_mapping_template: "MappingTemplate",
|
617
|
+
# request_mapping_template: "MappingTemplate",
|
593
618
|
# response_mapping_template: "MappingTemplate",
|
594
619
|
# function_version: "String", # required
|
595
620
|
# })
|
@@ -749,13 +774,17 @@ module Aws::AppSync
|
|
749
774
|
# @option params [String] :data_source_name
|
750
775
|
# The name of the data source for which the resolver is being created.
|
751
776
|
#
|
752
|
-
# @option params [
|
777
|
+
# @option params [String] :request_mapping_template
|
753
778
|
# The mapping template to be used for requests.
|
754
779
|
#
|
755
780
|
# A resolver uses a request mapping template to convert a GraphQL
|
756
781
|
# expression into a format that a data source can understand. Mapping
|
757
782
|
# templates are written in Apache Velocity Template Language (VTL).
|
758
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
|
+
#
|
759
788
|
# @option params [String] :response_mapping_template
|
760
789
|
# The mapping template to be used for responses from the data source.
|
761
790
|
#
|
@@ -791,7 +820,7 @@ module Aws::AppSync
|
|
791
820
|
# type_name: "ResourceName", # required
|
792
821
|
# field_name: "ResourceName", # required
|
793
822
|
# data_source_name: "ResourceName",
|
794
|
-
# request_mapping_template: "MappingTemplate",
|
823
|
+
# request_mapping_template: "MappingTemplate",
|
795
824
|
# response_mapping_template: "MappingTemplate",
|
796
825
|
# kind: "UNIT", # accepts UNIT, PIPELINE
|
797
826
|
# pipeline_config: {
|
@@ -1105,7 +1134,7 @@ module Aws::AppSync
|
|
1105
1134
|
# resp.api_cache.api_caching_behavior #=> String, one of "FULL_REQUEST_CACHING", "PER_RESOLVER_CACHING"
|
1106
1135
|
# resp.api_cache.transit_encryption_enabled #=> Boolean
|
1107
1136
|
# resp.api_cache.at_rest_encryption_enabled #=> Boolean
|
1108
|
-
# resp.api_cache.type #=> String, one of "T2_SMALL", "T2_MEDIUM", "R4_LARGE", "R4_XLARGE", "R4_2XLARGE", "R4_4XLARGE", "R4_8XLARGE"
|
1137
|
+
# resp.api_cache.type #=> String, one of "T2_SMALL", "T2_MEDIUM", "R4_LARGE", "R4_XLARGE", "R4_2XLARGE", "R4_4XLARGE", "R4_8XLARGE", "SMALL", "MEDIUM", "LARGE", "XLARGE", "LARGE_2X", "LARGE_4X", "LARGE_8X", "LARGE_12X"
|
1109
1138
|
# resp.api_cache.status #=> String, one of "AVAILABLE", "CREATING", "DELETING", "MODIFYING", "FAILED"
|
1110
1139
|
#
|
1111
1140
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/GetApiCache AWS API Documentation
|
@@ -1857,7 +1886,7 @@ module Aws::AppSync
|
|
1857
1886
|
# @option params [required, String] :api_id
|
1858
1887
|
# The API ID.
|
1859
1888
|
#
|
1860
|
-
# @option params [required, String,
|
1889
|
+
# @option params [required, String, StringIO, File] :definition
|
1861
1890
|
# The schema definition, in GraphQL schema language format.
|
1862
1891
|
#
|
1863
1892
|
# @return [Types::StartSchemaCreationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -1957,7 +1986,30 @@ module Aws::AppSync
|
|
1957
1986
|
# are cached.
|
1958
1987
|
#
|
1959
1988
|
# @option params [required, String] :type
|
1960
|
-
# The cache instance type.
|
1989
|
+
# The cache instance type. Valid values are
|
1990
|
+
#
|
1991
|
+
# * `SMALL`
|
1992
|
+
#
|
1993
|
+
# * `MEDIUM`
|
1994
|
+
#
|
1995
|
+
# * `LARGE`
|
1996
|
+
#
|
1997
|
+
# * `XLARGE`
|
1998
|
+
#
|
1999
|
+
# * `LARGE_2X`
|
2000
|
+
#
|
2001
|
+
# * `LARGE_4X`
|
2002
|
+
#
|
2003
|
+
# * `LARGE_8X` (not available in all regions)
|
2004
|
+
#
|
2005
|
+
# * `LARGE_12X`
|
2006
|
+
#
|
2007
|
+
# Historically, instance types were identified by an EC2-style value. As
|
2008
|
+
# of July 2020, this is deprecated, and the generic identifiers above
|
2009
|
+
# should be used.
|
2010
|
+
#
|
2011
|
+
# The following legacy instance types are avaible, but their use is
|
2012
|
+
# discouraged:
|
1961
2013
|
#
|
1962
2014
|
# * **T2\_SMALL**\: A t2.small instance type.
|
1963
2015
|
#
|
@@ -1983,7 +2035,7 @@ module Aws::AppSync
|
|
1983
2035
|
# api_id: "String", # required
|
1984
2036
|
# ttl: 1, # required
|
1985
2037
|
# api_caching_behavior: "FULL_REQUEST_CACHING", # required, accepts FULL_REQUEST_CACHING, PER_RESOLVER_CACHING
|
1986
|
-
# type: "T2_SMALL", # required, accepts T2_SMALL, T2_MEDIUM, R4_LARGE, R4_XLARGE, R4_2XLARGE, R4_4XLARGE, R4_8XLARGE
|
2038
|
+
# type: "T2_SMALL", # required, accepts T2_SMALL, T2_MEDIUM, R4_LARGE, R4_XLARGE, R4_2XLARGE, R4_4XLARGE, R4_8XLARGE, SMALL, MEDIUM, LARGE, XLARGE, LARGE_2X, LARGE_4X, LARGE_8X, LARGE_12X
|
1987
2039
|
# })
|
1988
2040
|
#
|
1989
2041
|
# @example Response structure
|
@@ -1992,7 +2044,7 @@ module Aws::AppSync
|
|
1992
2044
|
# resp.api_cache.api_caching_behavior #=> String, one of "FULL_REQUEST_CACHING", "PER_RESOLVER_CACHING"
|
1993
2045
|
# resp.api_cache.transit_encryption_enabled #=> Boolean
|
1994
2046
|
# resp.api_cache.at_rest_encryption_enabled #=> Boolean
|
1995
|
-
# resp.api_cache.type #=> String, one of "T2_SMALL", "T2_MEDIUM", "R4_LARGE", "R4_XLARGE", "R4_2XLARGE", "R4_4XLARGE", "R4_8XLARGE"
|
2047
|
+
# resp.api_cache.type #=> String, one of "T2_SMALL", "T2_MEDIUM", "R4_LARGE", "R4_XLARGE", "R4_2XLARGE", "R4_4XLARGE", "R4_8XLARGE", "SMALL", "MEDIUM", "LARGE", "XLARGE", "LARGE_2X", "LARGE_4X", "LARGE_8X", "LARGE_12X"
|
1996
2048
|
# resp.api_cache.status #=> String, one of "AVAILABLE", "CREATING", "DELETING", "MODIFYING", "FAILED"
|
1997
2049
|
#
|
1998
2050
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/UpdateApiCache AWS API Documentation
|
@@ -2185,7 +2237,7 @@ module Aws::AppSync
|
|
2185
2237
|
# @option params [required, String] :data_source_name
|
2186
2238
|
# The `Function` `DataSource` name.
|
2187
2239
|
#
|
2188
|
-
# @option params [
|
2240
|
+
# @option params [String] :request_mapping_template
|
2189
2241
|
# The `Function` request mapping template. Functions support only the
|
2190
2242
|
# 2018-05-29 version of the request mapping template.
|
2191
2243
|
#
|
@@ -2208,7 +2260,7 @@ module Aws::AppSync
|
|
2208
2260
|
# description: "String",
|
2209
2261
|
# function_id: "ResourceName", # required
|
2210
2262
|
# data_source_name: "ResourceName", # required
|
2211
|
-
# request_mapping_template: "MappingTemplate",
|
2263
|
+
# request_mapping_template: "MappingTemplate",
|
2212
2264
|
# response_mapping_template: "MappingTemplate",
|
2213
2265
|
# function_version: "String", # required
|
2214
2266
|
# })
|
@@ -2363,9 +2415,17 @@ module Aws::AppSync
|
|
2363
2415
|
# @option params [String] :data_source_name
|
2364
2416
|
# The new data source name.
|
2365
2417
|
#
|
2366
|
-
# @option params [
|
2418
|
+
# @option params [String] :request_mapping_template
|
2367
2419
|
# The new request mapping template.
|
2368
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
|
+
#
|
2369
2429
|
# @option params [String] :response_mapping_template
|
2370
2430
|
# The new response mapping template.
|
2371
2431
|
#
|
@@ -2401,7 +2461,7 @@ module Aws::AppSync
|
|
2401
2461
|
# type_name: "ResourceName", # required
|
2402
2462
|
# field_name: "ResourceName", # required
|
2403
2463
|
# data_source_name: "ResourceName",
|
2404
|
-
# request_mapping_template: "MappingTemplate",
|
2464
|
+
# request_mapping_template: "MappingTemplate",
|
2405
2465
|
# response_mapping_template: "MappingTemplate",
|
2406
2466
|
# kind: "UNIT", # accepts UNIT, PIPELINE
|
2407
2467
|
# pipeline_config: {
|
@@ -2504,7 +2564,7 @@ module Aws::AppSync
|
|
2504
2564
|
params: params,
|
2505
2565
|
config: config)
|
2506
2566
|
context[:gem_name] = 'aws-sdk-appsync'
|
2507
|
-
context[:gem_version] = '1.
|
2567
|
+
context[:gem_version] = '1.32.0'
|
2508
2568
|
Seahorse::Client::Request.new(handlers, context)
|
2509
2569
|
end
|
2510
2570
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -267,7 +269,7 @@ module Aws::AppSync
|
|
267
269
|
CreateFunctionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
268
270
|
CreateFunctionRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
269
271
|
CreateFunctionRequest.add_member(:data_source_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "dataSourceName"))
|
270
|
-
CreateFunctionRequest.add_member(:request_mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate,
|
272
|
+
CreateFunctionRequest.add_member(:request_mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate, location_name: "requestMappingTemplate"))
|
271
273
|
CreateFunctionRequest.add_member(:response_mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate, location_name: "responseMappingTemplate"))
|
272
274
|
CreateFunctionRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "functionVersion"))
|
273
275
|
CreateFunctionRequest.struct_class = Types::CreateFunctionRequest
|
@@ -292,7 +294,7 @@ module Aws::AppSync
|
|
292
294
|
CreateResolverRequest.add_member(:type_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "typeName"))
|
293
295
|
CreateResolverRequest.add_member(:field_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "fieldName"))
|
294
296
|
CreateResolverRequest.add_member(:data_source_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "dataSourceName"))
|
295
|
-
CreateResolverRequest.add_member(:request_mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate,
|
297
|
+
CreateResolverRequest.add_member(:request_mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate, location_name: "requestMappingTemplate"))
|
296
298
|
CreateResolverRequest.add_member(:response_mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate, location_name: "responseMappingTemplate"))
|
297
299
|
CreateResolverRequest.add_member(:kind, Shapes::ShapeRef.new(shape: ResolverKind, location_name: "kind"))
|
298
300
|
CreateResolverRequest.add_member(:pipeline_config, Shapes::ShapeRef.new(shape: PipelineConfig, location_name: "pipelineConfig"))
|
@@ -689,7 +691,7 @@ module Aws::AppSync
|
|
689
691
|
UpdateFunctionRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
690
692
|
UpdateFunctionRequest.add_member(:function_id, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "functionId"))
|
691
693
|
UpdateFunctionRequest.add_member(:data_source_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "dataSourceName"))
|
692
|
-
UpdateFunctionRequest.add_member(:request_mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate,
|
694
|
+
UpdateFunctionRequest.add_member(:request_mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate, location_name: "requestMappingTemplate"))
|
693
695
|
UpdateFunctionRequest.add_member(:response_mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate, location_name: "responseMappingTemplate"))
|
694
696
|
UpdateFunctionRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "functionVersion"))
|
695
697
|
UpdateFunctionRequest.struct_class = Types::UpdateFunctionRequest
|
@@ -714,7 +716,7 @@ module Aws::AppSync
|
|
714
716
|
UpdateResolverRequest.add_member(:type_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "typeName"))
|
715
717
|
UpdateResolverRequest.add_member(:field_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "fieldName"))
|
716
718
|
UpdateResolverRequest.add_member(:data_source_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "dataSourceName"))
|
717
|
-
UpdateResolverRequest.add_member(:request_mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate,
|
719
|
+
UpdateResolverRequest.add_member(:request_mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate, location_name: "requestMappingTemplate"))
|
718
720
|
UpdateResolverRequest.add_member(:response_mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate, location_name: "responseMappingTemplate"))
|
719
721
|
UpdateResolverRequest.add_member(:kind, Shapes::ShapeRef.new(shape: ResolverKind, location_name: "kind"))
|
720
722
|
UpdateResolverRequest.add_member(:pipeline_config, Shapes::ShapeRef.new(shape: PipelineConfig, location_name: "pipelineConfig"))
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -17,6 +19,7 @@ module Aws::AppSync
|
|
17
19
|
#
|
18
20
|
class AccessDeniedException < Struct.new(
|
19
21
|
:message)
|
22
|
+
SENSITIVE = []
|
20
23
|
include Aws::Structure
|
21
24
|
end
|
22
25
|
|
@@ -59,6 +62,7 @@ module Aws::AppSync
|
|
59
62
|
:authentication_type,
|
60
63
|
:open_id_connect_config,
|
61
64
|
:user_pool_config)
|
65
|
+
SENSITIVE = []
|
62
66
|
include Aws::Structure
|
63
67
|
end
|
64
68
|
|
@@ -90,7 +94,30 @@ module Aws::AppSync
|
|
90
94
|
# @return [Boolean]
|
91
95
|
#
|
92
96
|
# @!attribute [rw] type
|
93
|
-
# The cache instance type.
|
97
|
+
# The cache instance type. Valid values are
|
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:
|
94
121
|
#
|
95
122
|
# * **T2\_SMALL**\: A t2.small instance type.
|
96
123
|
#
|
@@ -130,6 +157,7 @@ module Aws::AppSync
|
|
130
157
|
:at_rest_encryption_enabled,
|
131
158
|
:type,
|
132
159
|
:status)
|
160
|
+
SENSITIVE = []
|
133
161
|
include Aws::Structure
|
134
162
|
end
|
135
163
|
|
@@ -192,6 +220,7 @@ module Aws::AppSync
|
|
192
220
|
:id,
|
193
221
|
:description,
|
194
222
|
:expires)
|
223
|
+
SENSITIVE = []
|
195
224
|
include Aws::Structure
|
196
225
|
end
|
197
226
|
|
@@ -204,6 +233,7 @@ module Aws::AppSync
|
|
204
233
|
#
|
205
234
|
class ApiKeyLimitExceededException < Struct.new(
|
206
235
|
:message)
|
236
|
+
SENSITIVE = []
|
207
237
|
include Aws::Structure
|
208
238
|
end
|
209
239
|
|
@@ -218,6 +248,7 @@ module Aws::AppSync
|
|
218
248
|
#
|
219
249
|
class ApiKeyValidityOutOfBoundsException < Struct.new(
|
220
250
|
:message)
|
251
|
+
SENSITIVE = []
|
221
252
|
include Aws::Structure
|
222
253
|
end
|
223
254
|
|
@@ -230,6 +261,7 @@ module Aws::AppSync
|
|
230
261
|
#
|
231
262
|
class ApiLimitExceededException < Struct.new(
|
232
263
|
:message)
|
264
|
+
SENSITIVE = []
|
233
265
|
include Aws::Structure
|
234
266
|
end
|
235
267
|
|
@@ -264,6 +296,7 @@ module Aws::AppSync
|
|
264
296
|
class AuthorizationConfig < Struct.new(
|
265
297
|
:authorization_type,
|
266
298
|
:aws_iam_config)
|
299
|
+
SENSITIVE = []
|
267
300
|
include Aws::Structure
|
268
301
|
end
|
269
302
|
|
@@ -290,6 +323,7 @@ module Aws::AppSync
|
|
290
323
|
class AwsIamConfig < Struct.new(
|
291
324
|
:signing_region,
|
292
325
|
:signing_service_name)
|
326
|
+
SENSITIVE = []
|
293
327
|
include Aws::Structure
|
294
328
|
end
|
295
329
|
|
@@ -303,6 +337,7 @@ module Aws::AppSync
|
|
303
337
|
#
|
304
338
|
class BadRequestException < Struct.new(
|
305
339
|
:message)
|
340
|
+
SENSITIVE = []
|
306
341
|
include Aws::Structure
|
307
342
|
end
|
308
343
|
|
@@ -325,8 +360,8 @@ module Aws::AppSync
|
|
325
360
|
# @!attribute [rw] caching_keys
|
326
361
|
# The caching keys for a resolver that has caching enabled.
|
327
362
|
#
|
328
|
-
# Valid values are entries from the `$context.
|
329
|
-
# `$context.
|
363
|
+
# Valid values are entries from the `$context.arguments`,
|
364
|
+
# `$context.source`, and `$context.identity` maps.
|
330
365
|
# @return [Array<String>]
|
331
366
|
#
|
332
367
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/CachingConfig AWS API Documentation
|
@@ -334,6 +369,7 @@ module Aws::AppSync
|
|
334
369
|
class CachingConfig < Struct.new(
|
335
370
|
:ttl,
|
336
371
|
:caching_keys)
|
372
|
+
SENSITIVE = []
|
337
373
|
include Aws::Structure
|
338
374
|
end
|
339
375
|
|
@@ -367,6 +403,7 @@ module Aws::AppSync
|
|
367
403
|
:user_pool_id,
|
368
404
|
:aws_region,
|
369
405
|
:app_id_client_regex)
|
406
|
+
SENSITIVE = []
|
370
407
|
include Aws::Structure
|
371
408
|
end
|
372
409
|
|
@@ -380,6 +417,7 @@ module Aws::AppSync
|
|
380
417
|
#
|
381
418
|
class ConcurrentModificationException < Struct.new(
|
382
419
|
:message)
|
420
|
+
SENSITIVE = []
|
383
421
|
include Aws::Structure
|
384
422
|
end
|
385
423
|
|
@@ -394,7 +432,7 @@ module Aws::AppSync
|
|
394
432
|
# transit_encryption_enabled: false,
|
395
433
|
# at_rest_encryption_enabled: false,
|
396
434
|
# api_caching_behavior: "FULL_REQUEST_CACHING", # required, accepts FULL_REQUEST_CACHING, PER_RESOLVER_CACHING
|
397
|
-
# type: "T2_SMALL", # required, accepts T2_SMALL, T2_MEDIUM, R4_LARGE, R4_XLARGE, R4_2XLARGE, R4_4XLARGE, R4_8XLARGE
|
435
|
+
# type: "T2_SMALL", # required, accepts T2_SMALL, T2_MEDIUM, R4_LARGE, R4_XLARGE, R4_2XLARGE, R4_4XLARGE, R4_8XLARGE, SMALL, MEDIUM, LARGE, XLARGE, LARGE_2X, LARGE_4X, LARGE_8X, LARGE_12X
|
398
436
|
# }
|
399
437
|
#
|
400
438
|
# @!attribute [rw] api_id
|
@@ -427,7 +465,30 @@ module Aws::AppSync
|
|
427
465
|
# @return [String]
|
428
466
|
#
|
429
467
|
# @!attribute [rw] type
|
430
|
-
# The cache instance type.
|
468
|
+
# The cache instance type. Valid values are
|
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:
|
431
492
|
#
|
432
493
|
# * **T2\_SMALL**\: A t2.small instance type.
|
433
494
|
#
|
@@ -453,6 +514,7 @@ module Aws::AppSync
|
|
453
514
|
:at_rest_encryption_enabled,
|
454
515
|
:api_caching_behavior,
|
455
516
|
:type)
|
517
|
+
SENSITIVE = []
|
456
518
|
include Aws::Structure
|
457
519
|
end
|
458
520
|
|
@@ -466,6 +528,7 @@ module Aws::AppSync
|
|
466
528
|
#
|
467
529
|
class CreateApiCacheResponse < Struct.new(
|
468
530
|
:api_cache)
|
531
|
+
SENSITIVE = []
|
469
532
|
include Aws::Structure
|
470
533
|
end
|
471
534
|
|
@@ -499,6 +562,7 @@ module Aws::AppSync
|
|
499
562
|
:api_id,
|
500
563
|
:description,
|
501
564
|
:expires)
|
565
|
+
SENSITIVE = []
|
502
566
|
include Aws::Structure
|
503
567
|
end
|
504
568
|
|
@@ -510,6 +574,7 @@ module Aws::AppSync
|
|
510
574
|
#
|
511
575
|
class CreateApiKeyResponse < Struct.new(
|
512
576
|
:api_key)
|
577
|
+
SENSITIVE = []
|
513
578
|
include Aws::Structure
|
514
579
|
end
|
515
580
|
|
@@ -616,6 +681,7 @@ module Aws::AppSync
|
|
616
681
|
:elasticsearch_config,
|
617
682
|
:http_config,
|
618
683
|
:relational_database_config)
|
684
|
+
SENSITIVE = []
|
619
685
|
include Aws::Structure
|
620
686
|
end
|
621
687
|
|
@@ -627,6 +693,7 @@ module Aws::AppSync
|
|
627
693
|
#
|
628
694
|
class CreateDataSourceResponse < Struct.new(
|
629
695
|
:data_source)
|
696
|
+
SENSITIVE = []
|
630
697
|
include Aws::Structure
|
631
698
|
end
|
632
699
|
|
@@ -638,7 +705,7 @@ module Aws::AppSync
|
|
638
705
|
# name: "ResourceName", # required
|
639
706
|
# description: "String",
|
640
707
|
# data_source_name: "ResourceName", # required
|
641
|
-
# request_mapping_template: "MappingTemplate",
|
708
|
+
# request_mapping_template: "MappingTemplate",
|
642
709
|
# response_mapping_template: "MappingTemplate",
|
643
710
|
# function_version: "String", # required
|
644
711
|
# }
|
@@ -683,6 +750,7 @@ module Aws::AppSync
|
|
683
750
|
:request_mapping_template,
|
684
751
|
:response_mapping_template,
|
685
752
|
:function_version)
|
753
|
+
SENSITIVE = []
|
686
754
|
include Aws::Structure
|
687
755
|
end
|
688
756
|
|
@@ -694,6 +762,7 @@ module Aws::AppSync
|
|
694
762
|
#
|
695
763
|
class CreateFunctionResponse < Struct.new(
|
696
764
|
:function_configuration)
|
765
|
+
SENSITIVE = []
|
697
766
|
include Aws::Structure
|
698
767
|
end
|
699
768
|
|
@@ -788,6 +857,7 @@ module Aws::AppSync
|
|
788
857
|
:tags,
|
789
858
|
:additional_authentication_providers,
|
790
859
|
:xray_enabled)
|
860
|
+
SENSITIVE = []
|
791
861
|
include Aws::Structure
|
792
862
|
end
|
793
863
|
|
@@ -799,6 +869,7 @@ module Aws::AppSync
|
|
799
869
|
#
|
800
870
|
class CreateGraphqlApiResponse < Struct.new(
|
801
871
|
:graphql_api)
|
872
|
+
SENSITIVE = []
|
802
873
|
include Aws::Structure
|
803
874
|
end
|
804
875
|
|
@@ -810,7 +881,7 @@ module Aws::AppSync
|
|
810
881
|
# type_name: "ResourceName", # required
|
811
882
|
# field_name: "ResourceName", # required
|
812
883
|
# data_source_name: "ResourceName",
|
813
|
-
# request_mapping_template: "MappingTemplate",
|
884
|
+
# request_mapping_template: "MappingTemplate",
|
814
885
|
# response_mapping_template: "MappingTemplate",
|
815
886
|
# kind: "UNIT", # accepts UNIT, PIPELINE
|
816
887
|
# pipeline_config: {
|
@@ -851,6 +922,10 @@ module Aws::AppSync
|
|
851
922
|
# A resolver uses a request mapping template to convert a GraphQL
|
852
923
|
# expression into a format that a data source can understand. Mapping
|
853
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.
|
854
929
|
# @return [String]
|
855
930
|
#
|
856
931
|
# @!attribute [rw] response_mapping_template
|
@@ -895,6 +970,7 @@ module Aws::AppSync
|
|
895
970
|
:pipeline_config,
|
896
971
|
:sync_config,
|
897
972
|
:caching_config)
|
973
|
+
SENSITIVE = []
|
898
974
|
include Aws::Structure
|
899
975
|
end
|
900
976
|
|
@@ -906,6 +982,7 @@ module Aws::AppSync
|
|
906
982
|
#
|
907
983
|
class CreateResolverResponse < Struct.new(
|
908
984
|
:resolver)
|
985
|
+
SENSITIVE = []
|
909
986
|
include Aws::Structure
|
910
987
|
end
|
911
988
|
|
@@ -943,6 +1020,7 @@ module Aws::AppSync
|
|
943
1020
|
:api_id,
|
944
1021
|
:definition,
|
945
1022
|
:format)
|
1023
|
+
SENSITIVE = []
|
946
1024
|
include Aws::Structure
|
947
1025
|
end
|
948
1026
|
|
@@ -954,6 +1032,7 @@ module Aws::AppSync
|
|
954
1032
|
#
|
955
1033
|
class CreateTypeResponse < Struct.new(
|
956
1034
|
:type)
|
1035
|
+
SENSITIVE = []
|
957
1036
|
include Aws::Structure
|
958
1037
|
end
|
959
1038
|
|
@@ -1031,6 +1110,7 @@ module Aws::AppSync
|
|
1031
1110
|
:elasticsearch_config,
|
1032
1111
|
:http_config,
|
1033
1112
|
:relational_database_config)
|
1113
|
+
SENSITIVE = []
|
1034
1114
|
include Aws::Structure
|
1035
1115
|
end
|
1036
1116
|
|
@@ -1051,6 +1131,7 @@ module Aws::AppSync
|
|
1051
1131
|
#
|
1052
1132
|
class DeleteApiCacheRequest < Struct.new(
|
1053
1133
|
:api_id)
|
1134
|
+
SENSITIVE = []
|
1054
1135
|
include Aws::Structure
|
1055
1136
|
end
|
1056
1137
|
|
@@ -1081,6 +1162,7 @@ module Aws::AppSync
|
|
1081
1162
|
class DeleteApiKeyRequest < Struct.new(
|
1082
1163
|
:api_id,
|
1083
1164
|
:id)
|
1165
|
+
SENSITIVE = []
|
1084
1166
|
include Aws::Structure
|
1085
1167
|
end
|
1086
1168
|
|
@@ -1109,6 +1191,7 @@ module Aws::AppSync
|
|
1109
1191
|
class DeleteDataSourceRequest < Struct.new(
|
1110
1192
|
:api_id,
|
1111
1193
|
:name)
|
1194
|
+
SENSITIVE = []
|
1112
1195
|
include Aws::Structure
|
1113
1196
|
end
|
1114
1197
|
|
@@ -1137,6 +1220,7 @@ module Aws::AppSync
|
|
1137
1220
|
class DeleteFunctionRequest < Struct.new(
|
1138
1221
|
:api_id,
|
1139
1222
|
:function_id)
|
1223
|
+
SENSITIVE = []
|
1140
1224
|
include Aws::Structure
|
1141
1225
|
end
|
1142
1226
|
|
@@ -1159,6 +1243,7 @@ module Aws::AppSync
|
|
1159
1243
|
#
|
1160
1244
|
class DeleteGraphqlApiRequest < Struct.new(
|
1161
1245
|
:api_id)
|
1246
|
+
SENSITIVE = []
|
1162
1247
|
include Aws::Structure
|
1163
1248
|
end
|
1164
1249
|
|
@@ -1193,6 +1278,7 @@ module Aws::AppSync
|
|
1193
1278
|
:api_id,
|
1194
1279
|
:type_name,
|
1195
1280
|
:field_name)
|
1281
|
+
SENSITIVE = []
|
1196
1282
|
include Aws::Structure
|
1197
1283
|
end
|
1198
1284
|
|
@@ -1221,6 +1307,7 @@ module Aws::AppSync
|
|
1221
1307
|
class DeleteTypeRequest < Struct.new(
|
1222
1308
|
:api_id,
|
1223
1309
|
:type_name)
|
1310
|
+
SENSITIVE = []
|
1224
1311
|
include Aws::Structure
|
1225
1312
|
end
|
1226
1313
|
|
@@ -1258,6 +1345,7 @@ module Aws::AppSync
|
|
1258
1345
|
:base_table_ttl,
|
1259
1346
|
:delta_sync_table_name,
|
1260
1347
|
:delta_sync_table_ttl)
|
1348
|
+
SENSITIVE = []
|
1261
1349
|
include Aws::Structure
|
1262
1350
|
end
|
1263
1351
|
|
@@ -1307,6 +1395,7 @@ module Aws::AppSync
|
|
1307
1395
|
:use_caller_credentials,
|
1308
1396
|
:delta_sync_config,
|
1309
1397
|
:versioned)
|
1398
|
+
SENSITIVE = []
|
1310
1399
|
include Aws::Structure
|
1311
1400
|
end
|
1312
1401
|
|
@@ -1333,6 +1422,7 @@ module Aws::AppSync
|
|
1333
1422
|
class ElasticsearchDataSourceConfig < Struct.new(
|
1334
1423
|
:endpoint,
|
1335
1424
|
:aws_region)
|
1425
|
+
SENSITIVE = []
|
1336
1426
|
include Aws::Structure
|
1337
1427
|
end
|
1338
1428
|
|
@@ -1353,6 +1443,7 @@ module Aws::AppSync
|
|
1353
1443
|
#
|
1354
1444
|
class FlushApiCacheRequest < Struct.new(
|
1355
1445
|
:api_id)
|
1446
|
+
SENSITIVE = []
|
1356
1447
|
include Aws::Structure
|
1357
1448
|
end
|
1358
1449
|
|
@@ -1410,6 +1501,7 @@ module Aws::AppSync
|
|
1410
1501
|
:request_mapping_template,
|
1411
1502
|
:response_mapping_template,
|
1412
1503
|
:function_version)
|
1504
|
+
SENSITIVE = []
|
1413
1505
|
include Aws::Structure
|
1414
1506
|
end
|
1415
1507
|
|
@@ -1430,6 +1522,7 @@ module Aws::AppSync
|
|
1430
1522
|
#
|
1431
1523
|
class GetApiCacheRequest < Struct.new(
|
1432
1524
|
:api_id)
|
1525
|
+
SENSITIVE = []
|
1433
1526
|
include Aws::Structure
|
1434
1527
|
end
|
1435
1528
|
|
@@ -1443,6 +1536,7 @@ module Aws::AppSync
|
|
1443
1536
|
#
|
1444
1537
|
class GetApiCacheResponse < Struct.new(
|
1445
1538
|
:api_cache)
|
1539
|
+
SENSITIVE = []
|
1446
1540
|
include Aws::Structure
|
1447
1541
|
end
|
1448
1542
|
|
@@ -1467,6 +1561,7 @@ module Aws::AppSync
|
|
1467
1561
|
class GetDataSourceRequest < Struct.new(
|
1468
1562
|
:api_id,
|
1469
1563
|
:name)
|
1564
|
+
SENSITIVE = []
|
1470
1565
|
include Aws::Structure
|
1471
1566
|
end
|
1472
1567
|
|
@@ -1478,6 +1573,7 @@ module Aws::AppSync
|
|
1478
1573
|
#
|
1479
1574
|
class GetDataSourceResponse < Struct.new(
|
1480
1575
|
:data_source)
|
1576
|
+
SENSITIVE = []
|
1481
1577
|
include Aws::Structure
|
1482
1578
|
end
|
1483
1579
|
|
@@ -1502,6 +1598,7 @@ module Aws::AppSync
|
|
1502
1598
|
class GetFunctionRequest < Struct.new(
|
1503
1599
|
:api_id,
|
1504
1600
|
:function_id)
|
1601
|
+
SENSITIVE = []
|
1505
1602
|
include Aws::Structure
|
1506
1603
|
end
|
1507
1604
|
|
@@ -1513,6 +1610,7 @@ module Aws::AppSync
|
|
1513
1610
|
#
|
1514
1611
|
class GetFunctionResponse < Struct.new(
|
1515
1612
|
:function_configuration)
|
1613
|
+
SENSITIVE = []
|
1516
1614
|
include Aws::Structure
|
1517
1615
|
end
|
1518
1616
|
|
@@ -1531,6 +1629,7 @@ module Aws::AppSync
|
|
1531
1629
|
#
|
1532
1630
|
class GetGraphqlApiRequest < Struct.new(
|
1533
1631
|
:api_id)
|
1632
|
+
SENSITIVE = []
|
1534
1633
|
include Aws::Structure
|
1535
1634
|
end
|
1536
1635
|
|
@@ -1542,6 +1641,7 @@ module Aws::AppSync
|
|
1542
1641
|
#
|
1543
1642
|
class GetGraphqlApiResponse < Struct.new(
|
1544
1643
|
:graphql_api)
|
1644
|
+
SENSITIVE = []
|
1545
1645
|
include Aws::Structure
|
1546
1646
|
end
|
1547
1647
|
|
@@ -1573,6 +1673,7 @@ module Aws::AppSync
|
|
1573
1673
|
:api_id,
|
1574
1674
|
:format,
|
1575
1675
|
:include_directives)
|
1676
|
+
SENSITIVE = []
|
1576
1677
|
include Aws::Structure
|
1577
1678
|
end
|
1578
1679
|
|
@@ -1590,6 +1691,7 @@ module Aws::AppSync
|
|
1590
1691
|
#
|
1591
1692
|
class GetIntrospectionSchemaResponse < Struct.new(
|
1592
1693
|
:schema)
|
1694
|
+
SENSITIVE = []
|
1593
1695
|
include Aws::Structure
|
1594
1696
|
end
|
1595
1697
|
|
@@ -1620,6 +1722,7 @@ module Aws::AppSync
|
|
1620
1722
|
:api_id,
|
1621
1723
|
:type_name,
|
1622
1724
|
:field_name)
|
1725
|
+
SENSITIVE = []
|
1623
1726
|
include Aws::Structure
|
1624
1727
|
end
|
1625
1728
|
|
@@ -1631,6 +1734,7 @@ module Aws::AppSync
|
|
1631
1734
|
#
|
1632
1735
|
class GetResolverResponse < Struct.new(
|
1633
1736
|
:resolver)
|
1737
|
+
SENSITIVE = []
|
1634
1738
|
include Aws::Structure
|
1635
1739
|
end
|
1636
1740
|
|
@@ -1649,6 +1753,7 @@ module Aws::AppSync
|
|
1649
1753
|
#
|
1650
1754
|
class GetSchemaCreationStatusRequest < Struct.new(
|
1651
1755
|
:api_id)
|
1756
|
+
SENSITIVE = []
|
1652
1757
|
include Aws::Structure
|
1653
1758
|
end
|
1654
1759
|
|
@@ -1668,6 +1773,7 @@ module Aws::AppSync
|
|
1668
1773
|
class GetSchemaCreationStatusResponse < Struct.new(
|
1669
1774
|
:status,
|
1670
1775
|
:details)
|
1776
|
+
SENSITIVE = []
|
1671
1777
|
include Aws::Structure
|
1672
1778
|
end
|
1673
1779
|
|
@@ -1698,6 +1804,7 @@ module Aws::AppSync
|
|
1698
1804
|
:api_id,
|
1699
1805
|
:type_name,
|
1700
1806
|
:format)
|
1807
|
+
SENSITIVE = []
|
1701
1808
|
include Aws::Structure
|
1702
1809
|
end
|
1703
1810
|
|
@@ -1709,6 +1816,7 @@ module Aws::AppSync
|
|
1709
1816
|
#
|
1710
1817
|
class GetTypeResponse < Struct.new(
|
1711
1818
|
:type)
|
1819
|
+
SENSITIVE = []
|
1712
1820
|
include Aws::Structure
|
1713
1821
|
end
|
1714
1822
|
|
@@ -1721,6 +1829,7 @@ module Aws::AppSync
|
|
1721
1829
|
#
|
1722
1830
|
class GraphQLSchemaException < Struct.new(
|
1723
1831
|
:message)
|
1832
|
+
SENSITIVE = []
|
1724
1833
|
include Aws::Structure
|
1725
1834
|
end
|
1726
1835
|
|
@@ -1786,6 +1895,7 @@ module Aws::AppSync
|
|
1786
1895
|
:tags,
|
1787
1896
|
:additional_authentication_providers,
|
1788
1897
|
:xray_enabled)
|
1898
|
+
SENSITIVE = []
|
1789
1899
|
include Aws::Structure
|
1790
1900
|
end
|
1791
1901
|
|
@@ -1822,6 +1932,7 @@ module Aws::AppSync
|
|
1822
1932
|
class HttpDataSourceConfig < Struct.new(
|
1823
1933
|
:endpoint,
|
1824
1934
|
:authorization_config)
|
1935
|
+
SENSITIVE = []
|
1825
1936
|
include Aws::Structure
|
1826
1937
|
end
|
1827
1938
|
|
@@ -1834,6 +1945,7 @@ module Aws::AppSync
|
|
1834
1945
|
#
|
1835
1946
|
class InternalFailureException < Struct.new(
|
1836
1947
|
:message)
|
1948
|
+
SENSITIVE = []
|
1837
1949
|
include Aws::Structure
|
1838
1950
|
end
|
1839
1951
|
|
@@ -1855,6 +1967,7 @@ module Aws::AppSync
|
|
1855
1967
|
#
|
1856
1968
|
class LambdaConflictHandlerConfig < Struct.new(
|
1857
1969
|
:lambda_conflict_handler_arn)
|
1970
|
+
SENSITIVE = []
|
1858
1971
|
include Aws::Structure
|
1859
1972
|
end
|
1860
1973
|
|
@@ -1875,6 +1988,7 @@ module Aws::AppSync
|
|
1875
1988
|
#
|
1876
1989
|
class LambdaDataSourceConfig < Struct.new(
|
1877
1990
|
:lambda_function_arn)
|
1991
|
+
SENSITIVE = []
|
1878
1992
|
include Aws::Structure
|
1879
1993
|
end
|
1880
1994
|
|
@@ -1887,6 +2001,7 @@ module Aws::AppSync
|
|
1887
2001
|
#
|
1888
2002
|
class LimitExceededException < Struct.new(
|
1889
2003
|
:message)
|
2004
|
+
SENSITIVE = []
|
1890
2005
|
include Aws::Structure
|
1891
2006
|
end
|
1892
2007
|
|
@@ -1919,6 +2034,7 @@ module Aws::AppSync
|
|
1919
2034
|
:api_id,
|
1920
2035
|
:next_token,
|
1921
2036
|
:max_results)
|
2037
|
+
SENSITIVE = []
|
1922
2038
|
include Aws::Structure
|
1923
2039
|
end
|
1924
2040
|
|
@@ -1936,6 +2052,7 @@ module Aws::AppSync
|
|
1936
2052
|
class ListApiKeysResponse < Struct.new(
|
1937
2053
|
:api_keys,
|
1938
2054
|
:next_token)
|
2055
|
+
SENSITIVE = []
|
1939
2056
|
include Aws::Structure
|
1940
2057
|
end
|
1941
2058
|
|
@@ -1968,6 +2085,7 @@ module Aws::AppSync
|
|
1968
2085
|
:api_id,
|
1969
2086
|
:next_token,
|
1970
2087
|
:max_results)
|
2088
|
+
SENSITIVE = []
|
1971
2089
|
include Aws::Structure
|
1972
2090
|
end
|
1973
2091
|
|
@@ -1985,6 +2103,7 @@ module Aws::AppSync
|
|
1985
2103
|
class ListDataSourcesResponse < Struct.new(
|
1986
2104
|
:data_sources,
|
1987
2105
|
:next_token)
|
2106
|
+
SENSITIVE = []
|
1988
2107
|
include Aws::Structure
|
1989
2108
|
end
|
1990
2109
|
|
@@ -2017,6 +2136,7 @@ module Aws::AppSync
|
|
2017
2136
|
:api_id,
|
2018
2137
|
:next_token,
|
2019
2138
|
:max_results)
|
2139
|
+
SENSITIVE = []
|
2020
2140
|
include Aws::Structure
|
2021
2141
|
end
|
2022
2142
|
|
@@ -2035,6 +2155,7 @@ module Aws::AppSync
|
|
2035
2155
|
class ListFunctionsResponse < Struct.new(
|
2036
2156
|
:functions,
|
2037
2157
|
:next_token)
|
2158
|
+
SENSITIVE = []
|
2038
2159
|
include Aws::Structure
|
2039
2160
|
end
|
2040
2161
|
|
@@ -2061,6 +2182,7 @@ module Aws::AppSync
|
|
2061
2182
|
class ListGraphqlApisRequest < Struct.new(
|
2062
2183
|
:next_token,
|
2063
2184
|
:max_results)
|
2185
|
+
SENSITIVE = []
|
2064
2186
|
include Aws::Structure
|
2065
2187
|
end
|
2066
2188
|
|
@@ -2078,6 +2200,7 @@ module Aws::AppSync
|
|
2078
2200
|
class ListGraphqlApisResponse < Struct.new(
|
2079
2201
|
:graphql_apis,
|
2080
2202
|
:next_token)
|
2203
|
+
SENSITIVE = []
|
2081
2204
|
include Aws::Structure
|
2082
2205
|
end
|
2083
2206
|
|
@@ -2116,6 +2239,7 @@ module Aws::AppSync
|
|
2116
2239
|
:function_id,
|
2117
2240
|
:next_token,
|
2118
2241
|
:max_results)
|
2242
|
+
SENSITIVE = []
|
2119
2243
|
include Aws::Structure
|
2120
2244
|
end
|
2121
2245
|
|
@@ -2133,6 +2257,7 @@ module Aws::AppSync
|
|
2133
2257
|
class ListResolversByFunctionResponse < Struct.new(
|
2134
2258
|
:resolvers,
|
2135
2259
|
:next_token)
|
2260
|
+
SENSITIVE = []
|
2136
2261
|
include Aws::Structure
|
2137
2262
|
end
|
2138
2263
|
|
@@ -2171,6 +2296,7 @@ module Aws::AppSync
|
|
2171
2296
|
:type_name,
|
2172
2297
|
:next_token,
|
2173
2298
|
:max_results)
|
2299
|
+
SENSITIVE = []
|
2174
2300
|
include Aws::Structure
|
2175
2301
|
end
|
2176
2302
|
|
@@ -2188,6 +2314,7 @@ module Aws::AppSync
|
|
2188
2314
|
class ListResolversResponse < Struct.new(
|
2189
2315
|
:resolvers,
|
2190
2316
|
:next_token)
|
2317
|
+
SENSITIVE = []
|
2191
2318
|
include Aws::Structure
|
2192
2319
|
end
|
2193
2320
|
|
@@ -2206,6 +2333,7 @@ module Aws::AppSync
|
|
2206
2333
|
#
|
2207
2334
|
class ListTagsForResourceRequest < Struct.new(
|
2208
2335
|
:resource_arn)
|
2336
|
+
SENSITIVE = []
|
2209
2337
|
include Aws::Structure
|
2210
2338
|
end
|
2211
2339
|
|
@@ -2217,6 +2345,7 @@ module Aws::AppSync
|
|
2217
2345
|
#
|
2218
2346
|
class ListTagsForResourceResponse < Struct.new(
|
2219
2347
|
:tags)
|
2348
|
+
SENSITIVE = []
|
2220
2349
|
include Aws::Structure
|
2221
2350
|
end
|
2222
2351
|
|
@@ -2255,6 +2384,7 @@ module Aws::AppSync
|
|
2255
2384
|
:format,
|
2256
2385
|
:next_token,
|
2257
2386
|
:max_results)
|
2387
|
+
SENSITIVE = []
|
2258
2388
|
include Aws::Structure
|
2259
2389
|
end
|
2260
2390
|
|
@@ -2272,6 +2402,7 @@ module Aws::AppSync
|
|
2272
2402
|
class ListTypesResponse < Struct.new(
|
2273
2403
|
:types,
|
2274
2404
|
:next_token)
|
2405
|
+
SENSITIVE = []
|
2275
2406
|
include Aws::Structure
|
2276
2407
|
end
|
2277
2408
|
|
@@ -2327,6 +2458,7 @@ module Aws::AppSync
|
|
2327
2458
|
:field_log_level,
|
2328
2459
|
:cloud_watch_logs_role_arn,
|
2329
2460
|
:exclude_verbose_content)
|
2461
|
+
SENSITIVE = []
|
2330
2462
|
include Aws::Structure
|
2331
2463
|
end
|
2332
2464
|
|
@@ -2340,6 +2472,7 @@ module Aws::AppSync
|
|
2340
2472
|
#
|
2341
2473
|
class NotFoundException < Struct.new(
|
2342
2474
|
:message)
|
2475
|
+
SENSITIVE = []
|
2343
2476
|
include Aws::Structure
|
2344
2477
|
end
|
2345
2478
|
|
@@ -2385,6 +2518,7 @@ module Aws::AppSync
|
|
2385
2518
|
:client_id,
|
2386
2519
|
:iat_ttl,
|
2387
2520
|
:auth_ttl)
|
2521
|
+
SENSITIVE = []
|
2388
2522
|
include Aws::Structure
|
2389
2523
|
end
|
2390
2524
|
|
@@ -2405,6 +2539,7 @@ module Aws::AppSync
|
|
2405
2539
|
#
|
2406
2540
|
class PipelineConfig < Struct.new(
|
2407
2541
|
:functions)
|
2542
|
+
SENSITIVE = []
|
2408
2543
|
include Aws::Structure
|
2409
2544
|
end
|
2410
2545
|
|
@@ -2426,7 +2561,7 @@ module Aws::AppSync
|
|
2426
2561
|
# @return [String]
|
2427
2562
|
#
|
2428
2563
|
# @!attribute [rw] db_cluster_identifier
|
2429
|
-
# Amazon RDS cluster
|
2564
|
+
# Amazon RDS cluster ARN.
|
2430
2565
|
# @return [String]
|
2431
2566
|
#
|
2432
2567
|
# @!attribute [rw] database_name
|
@@ -2449,6 +2584,7 @@ module Aws::AppSync
|
|
2449
2584
|
:database_name,
|
2450
2585
|
:schema,
|
2451
2586
|
:aws_secret_store_arn)
|
2587
|
+
SENSITIVE = []
|
2452
2588
|
include Aws::Structure
|
2453
2589
|
end
|
2454
2590
|
|
@@ -2486,6 +2622,7 @@ module Aws::AppSync
|
|
2486
2622
|
class RelationalDatabaseDataSourceConfig < Struct.new(
|
2487
2623
|
:relational_database_source_type,
|
2488
2624
|
:rds_http_endpoint_config)
|
2625
|
+
SENSITIVE = []
|
2489
2626
|
include Aws::Structure
|
2490
2627
|
end
|
2491
2628
|
|
@@ -2553,6 +2690,7 @@ module Aws::AppSync
|
|
2553
2690
|
:pipeline_config,
|
2554
2691
|
:sync_config,
|
2555
2692
|
:caching_config)
|
2693
|
+
SENSITIVE = []
|
2556
2694
|
include Aws::Structure
|
2557
2695
|
end
|
2558
2696
|
|
@@ -2577,6 +2715,7 @@ module Aws::AppSync
|
|
2577
2715
|
class StartSchemaCreationRequest < Struct.new(
|
2578
2716
|
:api_id,
|
2579
2717
|
:definition)
|
2718
|
+
SENSITIVE = []
|
2580
2719
|
include Aws::Structure
|
2581
2720
|
end
|
2582
2721
|
|
@@ -2590,6 +2729,7 @@ module Aws::AppSync
|
|
2590
2729
|
#
|
2591
2730
|
class StartSchemaCreationResponse < Struct.new(
|
2592
2731
|
:status)
|
2732
|
+
SENSITIVE = []
|
2593
2733
|
include Aws::Structure
|
2594
2734
|
end
|
2595
2735
|
|
@@ -2644,6 +2784,7 @@ module Aws::AppSync
|
|
2644
2784
|
:conflict_handler,
|
2645
2785
|
:conflict_detection,
|
2646
2786
|
:lambda_conflict_handler_config)
|
2787
|
+
SENSITIVE = []
|
2647
2788
|
include Aws::Structure
|
2648
2789
|
end
|
2649
2790
|
|
@@ -2670,6 +2811,7 @@ module Aws::AppSync
|
|
2670
2811
|
class TagResourceRequest < Struct.new(
|
2671
2812
|
:resource_arn,
|
2672
2813
|
:tags)
|
2814
|
+
SENSITIVE = []
|
2673
2815
|
include Aws::Structure
|
2674
2816
|
end
|
2675
2817
|
|
@@ -2707,6 +2849,7 @@ module Aws::AppSync
|
|
2707
2849
|
:arn,
|
2708
2850
|
:definition,
|
2709
2851
|
:format)
|
2852
|
+
SENSITIVE = []
|
2710
2853
|
include Aws::Structure
|
2711
2854
|
end
|
2712
2855
|
|
@@ -2719,6 +2862,7 @@ module Aws::AppSync
|
|
2719
2862
|
#
|
2720
2863
|
class UnauthorizedException < Struct.new(
|
2721
2864
|
:message)
|
2865
|
+
SENSITIVE = []
|
2722
2866
|
include Aws::Structure
|
2723
2867
|
end
|
2724
2868
|
|
@@ -2743,6 +2887,7 @@ module Aws::AppSync
|
|
2743
2887
|
class UntagResourceRequest < Struct.new(
|
2744
2888
|
:resource_arn,
|
2745
2889
|
:tag_keys)
|
2890
|
+
SENSITIVE = []
|
2746
2891
|
include Aws::Structure
|
2747
2892
|
end
|
2748
2893
|
|
@@ -2759,7 +2904,7 @@ module Aws::AppSync
|
|
2759
2904
|
# api_id: "String", # required
|
2760
2905
|
# ttl: 1, # required
|
2761
2906
|
# api_caching_behavior: "FULL_REQUEST_CACHING", # required, accepts FULL_REQUEST_CACHING, PER_RESOLVER_CACHING
|
2762
|
-
# type: "T2_SMALL", # required, accepts T2_SMALL, T2_MEDIUM, R4_LARGE, R4_XLARGE, R4_2XLARGE, R4_4XLARGE, R4_8XLARGE
|
2907
|
+
# type: "T2_SMALL", # required, accepts T2_SMALL, T2_MEDIUM, R4_LARGE, R4_XLARGE, R4_2XLARGE, R4_4XLARGE, R4_8XLARGE, SMALL, MEDIUM, LARGE, XLARGE, LARGE_2X, LARGE_4X, LARGE_8X, LARGE_12X
|
2763
2908
|
# }
|
2764
2909
|
#
|
2765
2910
|
# @!attribute [rw] api_id
|
@@ -2782,7 +2927,30 @@ module Aws::AppSync
|
|
2782
2927
|
# @return [String]
|
2783
2928
|
#
|
2784
2929
|
# @!attribute [rw] type
|
2785
|
-
# The cache instance type.
|
2930
|
+
# The cache instance type. Valid values are
|
2931
|
+
#
|
2932
|
+
# * `SMALL`
|
2933
|
+
#
|
2934
|
+
# * `MEDIUM`
|
2935
|
+
#
|
2936
|
+
# * `LARGE`
|
2937
|
+
#
|
2938
|
+
# * `XLARGE`
|
2939
|
+
#
|
2940
|
+
# * `LARGE_2X`
|
2941
|
+
#
|
2942
|
+
# * `LARGE_4X`
|
2943
|
+
#
|
2944
|
+
# * `LARGE_8X` (not available in all regions)
|
2945
|
+
#
|
2946
|
+
# * `LARGE_12X`
|
2947
|
+
#
|
2948
|
+
# Historically, instance types were identified by an EC2-style value.
|
2949
|
+
# As of July 2020, this is deprecated, and the generic identifiers
|
2950
|
+
# above should be used.
|
2951
|
+
#
|
2952
|
+
# The following legacy instance types are avaible, but their use is
|
2953
|
+
# discouraged:
|
2786
2954
|
#
|
2787
2955
|
# * **T2\_SMALL**\: A t2.small instance type.
|
2788
2956
|
#
|
@@ -2806,6 +2974,7 @@ module Aws::AppSync
|
|
2806
2974
|
:ttl,
|
2807
2975
|
:api_caching_behavior,
|
2808
2976
|
:type)
|
2977
|
+
SENSITIVE = []
|
2809
2978
|
include Aws::Structure
|
2810
2979
|
end
|
2811
2980
|
|
@@ -2819,6 +2988,7 @@ module Aws::AppSync
|
|
2819
2988
|
#
|
2820
2989
|
class UpdateApiCacheResponse < Struct.new(
|
2821
2990
|
:api_cache)
|
2991
|
+
SENSITIVE = []
|
2822
2992
|
include Aws::Structure
|
2823
2993
|
end
|
2824
2994
|
|
@@ -2857,6 +3027,7 @@ module Aws::AppSync
|
|
2857
3027
|
:id,
|
2858
3028
|
:description,
|
2859
3029
|
:expires)
|
3030
|
+
SENSITIVE = []
|
2860
3031
|
include Aws::Structure
|
2861
3032
|
end
|
2862
3033
|
|
@@ -2868,6 +3039,7 @@ module Aws::AppSync
|
|
2868
3039
|
#
|
2869
3040
|
class UpdateApiKeyResponse < Struct.new(
|
2870
3041
|
:api_key)
|
3042
|
+
SENSITIVE = []
|
2871
3043
|
include Aws::Structure
|
2872
3044
|
end
|
2873
3045
|
|
@@ -2973,6 +3145,7 @@ module Aws::AppSync
|
|
2973
3145
|
:elasticsearch_config,
|
2974
3146
|
:http_config,
|
2975
3147
|
:relational_database_config)
|
3148
|
+
SENSITIVE = []
|
2976
3149
|
include Aws::Structure
|
2977
3150
|
end
|
2978
3151
|
|
@@ -2984,6 +3157,7 @@ module Aws::AppSync
|
|
2984
3157
|
#
|
2985
3158
|
class UpdateDataSourceResponse < Struct.new(
|
2986
3159
|
:data_source)
|
3160
|
+
SENSITIVE = []
|
2987
3161
|
include Aws::Structure
|
2988
3162
|
end
|
2989
3163
|
|
@@ -2996,7 +3170,7 @@ module Aws::AppSync
|
|
2996
3170
|
# description: "String",
|
2997
3171
|
# function_id: "ResourceName", # required
|
2998
3172
|
# data_source_name: "ResourceName", # required
|
2999
|
-
# request_mapping_template: "MappingTemplate",
|
3173
|
+
# request_mapping_template: "MappingTemplate",
|
3000
3174
|
# response_mapping_template: "MappingTemplate",
|
3001
3175
|
# function_version: "String", # required
|
3002
3176
|
# }
|
@@ -3046,6 +3220,7 @@ module Aws::AppSync
|
|
3046
3220
|
:request_mapping_template,
|
3047
3221
|
:response_mapping_template,
|
3048
3222
|
:function_version)
|
3223
|
+
SENSITIVE = []
|
3049
3224
|
include Aws::Structure
|
3050
3225
|
end
|
3051
3226
|
|
@@ -3057,6 +3232,7 @@ module Aws::AppSync
|
|
3057
3232
|
#
|
3058
3233
|
class UpdateFunctionResponse < Struct.new(
|
3059
3234
|
:function_configuration)
|
3235
|
+
SENSITIVE = []
|
3060
3236
|
include Aws::Structure
|
3061
3237
|
end
|
3062
3238
|
|
@@ -3150,6 +3326,7 @@ module Aws::AppSync
|
|
3150
3326
|
:open_id_connect_config,
|
3151
3327
|
:additional_authentication_providers,
|
3152
3328
|
:xray_enabled)
|
3329
|
+
SENSITIVE = []
|
3153
3330
|
include Aws::Structure
|
3154
3331
|
end
|
3155
3332
|
|
@@ -3161,6 +3338,7 @@ module Aws::AppSync
|
|
3161
3338
|
#
|
3162
3339
|
class UpdateGraphqlApiResponse < Struct.new(
|
3163
3340
|
:graphql_api)
|
3341
|
+
SENSITIVE = []
|
3164
3342
|
include Aws::Structure
|
3165
3343
|
end
|
3166
3344
|
|
@@ -3172,7 +3350,7 @@ module Aws::AppSync
|
|
3172
3350
|
# type_name: "ResourceName", # required
|
3173
3351
|
# field_name: "ResourceName", # required
|
3174
3352
|
# data_source_name: "ResourceName",
|
3175
|
-
# request_mapping_template: "MappingTemplate",
|
3353
|
+
# request_mapping_template: "MappingTemplate",
|
3176
3354
|
# response_mapping_template: "MappingTemplate",
|
3177
3355
|
# kind: "UNIT", # accepts UNIT, PIPELINE
|
3178
3356
|
# pipeline_config: {
|
@@ -3209,6 +3387,14 @@ module Aws::AppSync
|
|
3209
3387
|
#
|
3210
3388
|
# @!attribute [rw] request_mapping_template
|
3211
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.
|
3212
3398
|
# @return [String]
|
3213
3399
|
#
|
3214
3400
|
# @!attribute [rw] response_mapping_template
|
@@ -3253,6 +3439,7 @@ module Aws::AppSync
|
|
3253
3439
|
:pipeline_config,
|
3254
3440
|
:sync_config,
|
3255
3441
|
:caching_config)
|
3442
|
+
SENSITIVE = []
|
3256
3443
|
include Aws::Structure
|
3257
3444
|
end
|
3258
3445
|
|
@@ -3264,6 +3451,7 @@ module Aws::AppSync
|
|
3264
3451
|
#
|
3265
3452
|
class UpdateResolverResponse < Struct.new(
|
3266
3453
|
:resolver)
|
3454
|
+
SENSITIVE = []
|
3267
3455
|
include Aws::Structure
|
3268
3456
|
end
|
3269
3457
|
|
@@ -3300,6 +3488,7 @@ module Aws::AppSync
|
|
3300
3488
|
:type_name,
|
3301
3489
|
:definition,
|
3302
3490
|
:format)
|
3491
|
+
SENSITIVE = []
|
3303
3492
|
include Aws::Structure
|
3304
3493
|
end
|
3305
3494
|
|
@@ -3311,6 +3500,7 @@ module Aws::AppSync
|
|
3311
3500
|
#
|
3312
3501
|
class UpdateTypeResponse < Struct.new(
|
3313
3502
|
:type)
|
3503
|
+
SENSITIVE = []
|
3314
3504
|
include Aws::Structure
|
3315
3505
|
end
|
3316
3506
|
|
@@ -3352,6 +3542,7 @@ module Aws::AppSync
|
|
3352
3542
|
:aws_region,
|
3353
3543
|
:default_action,
|
3354
3544
|
:app_id_client_regex)
|
3545
|
+
SENSITIVE = []
|
3355
3546
|
include Aws::Structure
|
3356
3547
|
end
|
3357
3548
|
|
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-
|
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
|