aws-sdk-appsync 1.55.0 → 1.56.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,29 +25,6 @@ module Aws::AppSync
25
25
 
26
26
  # Describes an additional authentication provider.
27
27
  #
28
- # @note When making an API call, you may pass AdditionalAuthenticationProvider
29
- # data as a hash:
30
- #
31
- # {
32
- # authentication_type: "API_KEY", # accepts API_KEY, AWS_IAM, AMAZON_COGNITO_USER_POOLS, OPENID_CONNECT, AWS_LAMBDA
33
- # open_id_connect_config: {
34
- # issuer: "String", # required
35
- # client_id: "String",
36
- # iat_ttl: 1,
37
- # auth_ttl: 1,
38
- # },
39
- # user_pool_config: {
40
- # user_pool_id: "String", # required
41
- # aws_region: "String", # required
42
- # app_id_client_regex: "String",
43
- # },
44
- # lambda_authorizer_config: {
45
- # authorizer_result_ttl_in_seconds: 1,
46
- # authorizer_uri: "String", # required
47
- # identity_validation_expression: "String",
48
- # },
49
- # }
50
- #
51
28
  # @!attribute [rw] authentication_type
52
29
  # The authentication type: API key, Identity and Access Management
53
30
  # (IAM), OpenID Connect (OIDC), Amazon Cognito user pools, or Lambda.
@@ -326,17 +303,10 @@ module Aws::AppSync
326
303
  include Aws::Structure
327
304
  end
328
305
 
329
- # Describes a runtime used by an AWS AppSync pipeline resolver or AWS
330
- # AppSync function. Specifies the name and version of the runtime to
331
- # use. Note that if a runtime is specified, code must also be specified.
332
- #
333
- # @note When making an API call, you may pass AppSyncRuntime
334
- # data as a hash:
335
- #
336
- # {
337
- # name: "APPSYNC_JS", # required, accepts APPSYNC_JS
338
- # runtime_version: "String", # required
339
- # }
306
+ # Describes a runtime used by an Amazon Web Services AppSync pipeline
307
+ # resolver or Amazon Web Services AppSync function. Specifies the name
308
+ # and version of the runtime to use. Note that if a runtime is
309
+ # specified, code must also be specified.
340
310
  #
341
311
  # @!attribute [rw] name
342
312
  # The `name` of the runtime to use. Currently, the only allowed value
@@ -357,14 +327,6 @@ module Aws::AppSync
357
327
  include Aws::Structure
358
328
  end
359
329
 
360
- # @note When making an API call, you may pass AssociateApiRequest
361
- # data as a hash:
362
- #
363
- # {
364
- # domain_name: "DomainName", # required
365
- # api_id: "String", # required
366
- # }
367
- #
368
330
  # @!attribute [rw] domain_name
369
331
  # The domain name.
370
332
  # @return [String]
@@ -397,17 +359,6 @@ module Aws::AppSync
397
359
  # The authorization configuration in case the HTTP endpoint requires
398
360
  # authorization.
399
361
  #
400
- # @note When making an API call, you may pass AuthorizationConfig
401
- # data as a hash:
402
- #
403
- # {
404
- # authorization_type: "AWS_IAM", # required, accepts AWS_IAM
405
- # aws_iam_config: {
406
- # signing_region: "String",
407
- # signing_service_name: "String",
408
- # },
409
- # }
410
- #
411
362
  # @!attribute [rw] authorization_type
412
363
  # The authorization type that the HTTP endpoint requires.
413
364
  #
@@ -432,14 +383,6 @@ module Aws::AppSync
432
383
 
433
384
  # The Identity and Access Management (IAM) configuration.
434
385
  #
435
- # @note When making an API call, you may pass AwsIamConfig
436
- # data as a hash:
437
- #
438
- # {
439
- # signing_region: "String",
440
- # signing_service_name: "String",
441
- # }
442
- #
443
386
  # @!attribute [rw] signing_region
444
387
  # The signing Amazon Web Services Region for IAM authorization.
445
388
  # @return [String]
@@ -502,14 +445,6 @@ module Aws::AppSync
502
445
 
503
446
  # The caching configuration for a resolver that has caching activated.
504
447
  #
505
- # @note When making an API call, you may pass CachingConfig
506
- # data as a hash:
507
- #
508
- # {
509
- # ttl: 1, # required
510
- # caching_keys: ["String"],
511
- # }
512
- #
513
448
  # @!attribute [rw] ttl
514
449
  # The TTL in seconds for a resolver that has caching activated.
515
450
  #
@@ -588,15 +523,6 @@ module Aws::AppSync
588
523
 
589
524
  # Describes an Amazon Cognito user pool configuration.
590
525
  #
591
- # @note When making an API call, you may pass CognitoUserPoolConfig
592
- # data as a hash:
593
- #
594
- # {
595
- # user_pool_id: "String", # required
596
- # aws_region: "String", # required
597
- # app_id_client_regex: "String",
598
- # }
599
- #
600
526
  # @!attribute [rw] user_pool_id
601
527
  # The user pool ID.
602
528
  # @return [String]
@@ -637,18 +563,6 @@ module Aws::AppSync
637
563
 
638
564
  # Represents the input of a `CreateApiCache` operation.
639
565
  #
640
- # @note When making an API call, you may pass CreateApiCacheRequest
641
- # data as a hash:
642
- #
643
- # {
644
- # api_id: "String", # required
645
- # ttl: 1, # required
646
- # transit_encryption_enabled: false,
647
- # at_rest_encryption_enabled: false,
648
- # api_caching_behavior: "FULL_REQUEST_CACHING", # required, accepts FULL_REQUEST_CACHING, PER_RESOLVER_CACHING
649
- # 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
650
- # }
651
- #
652
566
  # @!attribute [rw] api_id
653
567
  # The GraphQL API ID.
654
568
  # @return [String]
@@ -746,15 +660,6 @@ module Aws::AppSync
746
660
  include Aws::Structure
747
661
  end
748
662
 
749
- # @note When making an API call, you may pass CreateApiKeyRequest
750
- # data as a hash:
751
- #
752
- # {
753
- # api_id: "String", # required
754
- # description: "String",
755
- # expires: 1,
756
- # }
757
- #
758
663
  # @!attribute [rw] api_id
759
664
  # The ID for your GraphQL API.
760
665
  # @return [String]
@@ -792,59 +697,6 @@ module Aws::AppSync
792
697
  include Aws::Structure
793
698
  end
794
699
 
795
- # @note When making an API call, you may pass CreateDataSourceRequest
796
- # data as a hash:
797
- #
798
- # {
799
- # api_id: "String", # required
800
- # name: "ResourceName", # required
801
- # description: "String",
802
- # type: "AWS_LAMBDA", # required, accepts AWS_LAMBDA, AMAZON_DYNAMODB, AMAZON_ELASTICSEARCH, NONE, HTTP, RELATIONAL_DATABASE, AMAZON_OPENSEARCH_SERVICE
803
- # service_role_arn: "String",
804
- # dynamodb_config: {
805
- # table_name: "String", # required
806
- # aws_region: "String", # required
807
- # use_caller_credentials: false,
808
- # delta_sync_config: {
809
- # base_table_ttl: 1,
810
- # delta_sync_table_name: "String",
811
- # delta_sync_table_ttl: 1,
812
- # },
813
- # versioned: false,
814
- # },
815
- # lambda_config: {
816
- # lambda_function_arn: "String", # required
817
- # },
818
- # elasticsearch_config: {
819
- # endpoint: "String", # required
820
- # aws_region: "String", # required
821
- # },
822
- # open_search_service_config: {
823
- # endpoint: "String", # required
824
- # aws_region: "String", # required
825
- # },
826
- # http_config: {
827
- # endpoint: "String",
828
- # authorization_config: {
829
- # authorization_type: "AWS_IAM", # required, accepts AWS_IAM
830
- # aws_iam_config: {
831
- # signing_region: "String",
832
- # signing_service_name: "String",
833
- # },
834
- # },
835
- # },
836
- # relational_database_config: {
837
- # relational_database_source_type: "RDS_HTTP_ENDPOINT", # accepts RDS_HTTP_ENDPOINT
838
- # rds_http_endpoint_config: {
839
- # aws_region: "String",
840
- # db_cluster_identifier: "String",
841
- # database_name: "String",
842
- # schema: "String",
843
- # aws_secret_store_arn: "String",
844
- # },
845
- # },
846
- # }
847
- #
848
700
  # @!attribute [rw] api_id
849
701
  # The API ID for the GraphQL API for the `DataSource`.
850
702
  # @return [String]
@@ -926,15 +778,6 @@ module Aws::AppSync
926
778
  include Aws::Structure
927
779
  end
928
780
 
929
- # @note When making an API call, you may pass CreateDomainNameRequest
930
- # data as a hash:
931
- #
932
- # {
933
- # domain_name: "DomainName", # required
934
- # certificate_arn: "CertificateArn", # required
935
- # description: "Description",
936
- # }
937
- #
938
781
  # @!attribute [rw] domain_name
939
782
  # The domain name.
940
783
  # @return [String]
@@ -971,32 +814,6 @@ module Aws::AppSync
971
814
  include Aws::Structure
972
815
  end
973
816
 
974
- # @note When making an API call, you may pass CreateFunctionRequest
975
- # data as a hash:
976
- #
977
- # {
978
- # api_id: "String", # required
979
- # name: "ResourceName", # required
980
- # description: "String",
981
- # data_source_name: "ResourceName", # required
982
- # request_mapping_template: "MappingTemplate",
983
- # response_mapping_template: "MappingTemplate",
984
- # function_version: "String",
985
- # sync_config: {
986
- # conflict_handler: "OPTIMISTIC_CONCURRENCY", # accepts OPTIMISTIC_CONCURRENCY, LAMBDA, AUTOMERGE, NONE
987
- # conflict_detection: "VERSION", # accepts VERSION, NONE
988
- # lambda_conflict_handler_config: {
989
- # lambda_conflict_handler_arn: "String",
990
- # },
991
- # },
992
- # max_batch_size: 1,
993
- # runtime: {
994
- # name: "APPSYNC_JS", # required, accepts APPSYNC_JS
995
- # runtime_version: "String", # required
996
- # },
997
- # code: "Code",
998
- # }
999
- #
1000
817
  # @!attribute [rw] api_id
1001
818
  # The GraphQL API ID.
1002
819
  # @return [String]
@@ -1040,10 +857,10 @@ module Aws::AppSync
1040
857
  # @return [Integer]
1041
858
  #
1042
859
  # @!attribute [rw] runtime
1043
- # Describes a runtime used by an AWS AppSync pipeline resolver or AWS
1044
- # AppSync function. Specifies the name and version of the runtime to
1045
- # use. Note that if a runtime is specified, code must also be
1046
- # specified.
860
+ # Describes a runtime used by an Amazon Web Services AppSync pipeline
861
+ # resolver or Amazon Web Services AppSync function. Specifies the name
862
+ # and version of the runtime to use. Note that if a runtime is
863
+ # specified, code must also be specified.
1047
864
  # @return [Types::AppSyncRuntime]
1048
865
  #
1049
866
  # @!attribute [rw] code
@@ -1082,61 +899,6 @@ module Aws::AppSync
1082
899
  include Aws::Structure
1083
900
  end
1084
901
 
1085
- # @note When making an API call, you may pass CreateGraphqlApiRequest
1086
- # data as a hash:
1087
- #
1088
- # {
1089
- # name: "String", # required
1090
- # log_config: {
1091
- # field_log_level: "NONE", # required, accepts NONE, ERROR, ALL
1092
- # cloud_watch_logs_role_arn: "String", # required
1093
- # exclude_verbose_content: false,
1094
- # },
1095
- # authentication_type: "API_KEY", # required, accepts API_KEY, AWS_IAM, AMAZON_COGNITO_USER_POOLS, OPENID_CONNECT, AWS_LAMBDA
1096
- # user_pool_config: {
1097
- # user_pool_id: "String", # required
1098
- # aws_region: "String", # required
1099
- # default_action: "ALLOW", # required, accepts ALLOW, DENY
1100
- # app_id_client_regex: "String",
1101
- # },
1102
- # open_id_connect_config: {
1103
- # issuer: "String", # required
1104
- # client_id: "String",
1105
- # iat_ttl: 1,
1106
- # auth_ttl: 1,
1107
- # },
1108
- # tags: {
1109
- # "TagKey" => "TagValue",
1110
- # },
1111
- # additional_authentication_providers: [
1112
- # {
1113
- # authentication_type: "API_KEY", # accepts API_KEY, AWS_IAM, AMAZON_COGNITO_USER_POOLS, OPENID_CONNECT, AWS_LAMBDA
1114
- # open_id_connect_config: {
1115
- # issuer: "String", # required
1116
- # client_id: "String",
1117
- # iat_ttl: 1,
1118
- # auth_ttl: 1,
1119
- # },
1120
- # user_pool_config: {
1121
- # user_pool_id: "String", # required
1122
- # aws_region: "String", # required
1123
- # app_id_client_regex: "String",
1124
- # },
1125
- # lambda_authorizer_config: {
1126
- # authorizer_result_ttl_in_seconds: 1,
1127
- # authorizer_uri: "String", # required
1128
- # identity_validation_expression: "String",
1129
- # },
1130
- # },
1131
- # ],
1132
- # xray_enabled: false,
1133
- # lambda_authorizer_config: {
1134
- # authorizer_result_ttl_in_seconds: 1,
1135
- # authorizer_uri: "String", # required
1136
- # identity_validation_expression: "String",
1137
- # },
1138
- # }
1139
- #
1140
902
  # @!attribute [rw] name
1141
903
  # A user-supplied name for the `GraphqlApi`.
1142
904
  # @return [String]
@@ -1203,39 +965,6 @@ module Aws::AppSync
1203
965
  include Aws::Structure
1204
966
  end
1205
967
 
1206
- # @note When making an API call, you may pass CreateResolverRequest
1207
- # data as a hash:
1208
- #
1209
- # {
1210
- # api_id: "String", # required
1211
- # type_name: "ResourceName", # required
1212
- # field_name: "ResourceName", # required
1213
- # data_source_name: "ResourceName",
1214
- # request_mapping_template: "MappingTemplate",
1215
- # response_mapping_template: "MappingTemplate",
1216
- # kind: "UNIT", # accepts UNIT, PIPELINE
1217
- # pipeline_config: {
1218
- # functions: ["String"],
1219
- # },
1220
- # sync_config: {
1221
- # conflict_handler: "OPTIMISTIC_CONCURRENCY", # accepts OPTIMISTIC_CONCURRENCY, LAMBDA, AUTOMERGE, NONE
1222
- # conflict_detection: "VERSION", # accepts VERSION, NONE
1223
- # lambda_conflict_handler_config: {
1224
- # lambda_conflict_handler_arn: "String",
1225
- # },
1226
- # },
1227
- # caching_config: {
1228
- # ttl: 1, # required
1229
- # caching_keys: ["String"],
1230
- # },
1231
- # max_batch_size: 1,
1232
- # runtime: {
1233
- # name: "APPSYNC_JS", # required, accepts APPSYNC_JS
1234
- # runtime_version: "String", # required
1235
- # },
1236
- # code: "Code",
1237
- # }
1238
- #
1239
968
  # @!attribute [rw] api_id
1240
969
  # The ID for the GraphQL API for which the resolver is being created.
1241
970
  # @return [String]
@@ -1298,10 +1027,10 @@ module Aws::AppSync
1298
1027
  # @return [Integer]
1299
1028
  #
1300
1029
  # @!attribute [rw] runtime
1301
- # Describes a runtime used by an AWS AppSync pipeline resolver or AWS
1302
- # AppSync function. Specifies the name and version of the runtime to
1303
- # use. Note that if a runtime is specified, code must also be
1304
- # specified.
1030
+ # Describes a runtime used by an Amazon Web Services AppSync pipeline
1031
+ # resolver or Amazon Web Services AppSync function. Specifies the name
1032
+ # and version of the runtime to use. Note that if a runtime is
1033
+ # specified, code must also be specified.
1305
1034
  # @return [Types::AppSyncRuntime]
1306
1035
  #
1307
1036
  # @!attribute [rw] code
@@ -1342,15 +1071,6 @@ module Aws::AppSync
1342
1071
  include Aws::Structure
1343
1072
  end
1344
1073
 
1345
- # @note When making an API call, you may pass CreateTypeRequest
1346
- # data as a hash:
1347
- #
1348
- # {
1349
- # api_id: "String", # required
1350
- # definition: "String", # required
1351
- # format: "SDL", # required, accepts SDL, JSON
1352
- # }
1353
- #
1354
1074
  # @!attribute [rw] api_id
1355
1075
  # The API ID.
1356
1076
  # @return [String]
@@ -1481,13 +1201,6 @@ module Aws::AppSync
1481
1201
 
1482
1202
  # Represents the input of a `DeleteApiCache` operation.
1483
1203
  #
1484
- # @note When making an API call, you may pass DeleteApiCacheRequest
1485
- # data as a hash:
1486
- #
1487
- # {
1488
- # api_id: "String", # required
1489
- # }
1490
- #
1491
1204
  # @!attribute [rw] api_id
1492
1205
  # The API ID.
1493
1206
  # @return [String]
@@ -1506,14 +1219,6 @@ module Aws::AppSync
1506
1219
  #
1507
1220
  class DeleteApiCacheResponse < Aws::EmptyStructure; end
1508
1221
 
1509
- # @note When making an API call, you may pass DeleteApiKeyRequest
1510
- # data as a hash:
1511
- #
1512
- # {
1513
- # api_id: "String", # required
1514
- # id: "String", # required
1515
- # }
1516
- #
1517
1222
  # @!attribute [rw] api_id
1518
1223
  # The API ID.
1519
1224
  # @return [String]
@@ -1535,14 +1240,6 @@ module Aws::AppSync
1535
1240
  #
1536
1241
  class DeleteApiKeyResponse < Aws::EmptyStructure; end
1537
1242
 
1538
- # @note When making an API call, you may pass DeleteDataSourceRequest
1539
- # data as a hash:
1540
- #
1541
- # {
1542
- # api_id: "String", # required
1543
- # name: "ResourceName", # required
1544
- # }
1545
- #
1546
1243
  # @!attribute [rw] api_id
1547
1244
  # The API ID.
1548
1245
  # @return [String]
@@ -1564,13 +1261,6 @@ module Aws::AppSync
1564
1261
  #
1565
1262
  class DeleteDataSourceResponse < Aws::EmptyStructure; end
1566
1263
 
1567
- # @note When making an API call, you may pass DeleteDomainNameRequest
1568
- # data as a hash:
1569
- #
1570
- # {
1571
- # domain_name: "DomainName", # required
1572
- # }
1573
- #
1574
1264
  # @!attribute [rw] domain_name
1575
1265
  # The domain name.
1576
1266
  # @return [String]
@@ -1587,14 +1277,6 @@ module Aws::AppSync
1587
1277
  #
1588
1278
  class DeleteDomainNameResponse < Aws::EmptyStructure; end
1589
1279
 
1590
- # @note When making an API call, you may pass DeleteFunctionRequest
1591
- # data as a hash:
1592
- #
1593
- # {
1594
- # api_id: "String", # required
1595
- # function_id: "ResourceName", # required
1596
- # }
1597
- #
1598
1280
  # @!attribute [rw] api_id
1599
1281
  # The GraphQL API ID.
1600
1282
  # @return [String]
@@ -1616,13 +1298,6 @@ module Aws::AppSync
1616
1298
  #
1617
1299
  class DeleteFunctionResponse < Aws::EmptyStructure; end
1618
1300
 
1619
- # @note When making an API call, you may pass DeleteGraphqlApiRequest
1620
- # data as a hash:
1621
- #
1622
- # {
1623
- # api_id: "String", # required
1624
- # }
1625
- #
1626
1301
  # @!attribute [rw] api_id
1627
1302
  # The API ID.
1628
1303
  # @return [String]
@@ -1639,15 +1314,6 @@ module Aws::AppSync
1639
1314
  #
1640
1315
  class DeleteGraphqlApiResponse < Aws::EmptyStructure; end
1641
1316
 
1642
- # @note When making an API call, you may pass DeleteResolverRequest
1643
- # data as a hash:
1644
- #
1645
- # {
1646
- # api_id: "String", # required
1647
- # type_name: "ResourceName", # required
1648
- # field_name: "ResourceName", # required
1649
- # }
1650
- #
1651
1317
  # @!attribute [rw] api_id
1652
1318
  # The API ID.
1653
1319
  # @return [String]
@@ -1674,14 +1340,6 @@ module Aws::AppSync
1674
1340
  #
1675
1341
  class DeleteResolverResponse < Aws::EmptyStructure; end
1676
1342
 
1677
- # @note When making an API call, you may pass DeleteTypeRequest
1678
- # data as a hash:
1679
- #
1680
- # {
1681
- # api_id: "String", # required
1682
- # type_name: "ResourceName", # required
1683
- # }
1684
- #
1685
1343
  # @!attribute [rw] api_id
1686
1344
  # The API ID.
1687
1345
  # @return [String]
@@ -1705,15 +1363,6 @@ module Aws::AppSync
1705
1363
 
1706
1364
  # Describes a Delta Sync configuration.
1707
1365
  #
1708
- # @note When making an API call, you may pass DeltaSyncConfig
1709
- # data as a hash:
1710
- #
1711
- # {
1712
- # base_table_ttl: 1,
1713
- # delta_sync_table_name: "String",
1714
- # delta_sync_table_ttl: 1,
1715
- # }
1716
- #
1717
1366
  # @!attribute [rw] base_table_ttl
1718
1367
  # The number of minutes that an Item is stored in the data source.
1719
1368
  # @return [Integer]
@@ -1737,13 +1386,6 @@ module Aws::AppSync
1737
1386
  include Aws::Structure
1738
1387
  end
1739
1388
 
1740
- # @note When making an API call, you may pass DisassociateApiRequest
1741
- # data as a hash:
1742
- #
1743
- # {
1744
- # domain_name: "DomainName", # required
1745
- # }
1746
- #
1747
1389
  # @!attribute [rw] domain_name
1748
1390
  # The domain name.
1749
1391
  # @return [String]
@@ -1798,21 +1440,6 @@ module Aws::AppSync
1798
1440
 
1799
1441
  # Describes an Amazon DynamoDB data source configuration.
1800
1442
  #
1801
- # @note When making an API call, you may pass DynamodbDataSourceConfig
1802
- # data as a hash:
1803
- #
1804
- # {
1805
- # table_name: "String", # required
1806
- # aws_region: "String", # required
1807
- # use_caller_credentials: false,
1808
- # delta_sync_config: {
1809
- # base_table_ttl: 1,
1810
- # delta_sync_table_name: "String",
1811
- # delta_sync_table_ttl: 1,
1812
- # },
1813
- # versioned: false,
1814
- # }
1815
- #
1816
1443
  # @!attribute [rw] table_name
1817
1444
  # The table name.
1818
1445
  # @return [String]
@@ -1853,14 +1480,6 @@ module Aws::AppSync
1853
1480
  # sources, use OpenSearchServiceDataSourceConfig to specify an
1854
1481
  # OpenSearch data source.
1855
1482
  #
1856
- # @note When making an API call, you may pass ElasticsearchDataSourceConfig
1857
- # data as a hash:
1858
- #
1859
- # {
1860
- # endpoint: "String", # required
1861
- # aws_region: "String", # required
1862
- # }
1863
- #
1864
1483
  # @!attribute [rw] endpoint
1865
1484
  # The endpoint.
1866
1485
  # @return [String]
@@ -1912,19 +1531,6 @@ module Aws::AppSync
1912
1531
  include Aws::Structure
1913
1532
  end
1914
1533
 
1915
- # @note When making an API call, you may pass EvaluateCodeRequest
1916
- # data as a hash:
1917
- #
1918
- # {
1919
- # runtime: { # required
1920
- # name: "APPSYNC_JS", # required, accepts APPSYNC_JS
1921
- # runtime_version: "String", # required
1922
- # },
1923
- # code: "Code", # required
1924
- # context: "Context", # required
1925
- # function: "String",
1926
- # }
1927
- #
1928
1534
  # @!attribute [rw] runtime
1929
1535
  # The runtime to be used when evaluating the code. Currently, only the
1930
1536
  # `APPSYNC_JS` runtime is supported.
@@ -1980,14 +1586,6 @@ module Aws::AppSync
1980
1586
  include Aws::Structure
1981
1587
  end
1982
1588
 
1983
- # @note When making an API call, you may pass EvaluateMappingTemplateRequest
1984
- # data as a hash:
1985
- #
1986
- # {
1987
- # template: "Template", # required
1988
- # context: "Context", # required
1989
- # }
1990
- #
1991
1589
  # @!attribute [rw] template
1992
1590
  # The mapping template; this can be a request or response template. A
1993
1591
  # `template` is required for this action.
@@ -2032,13 +1630,6 @@ module Aws::AppSync
2032
1630
 
2033
1631
  # Represents the input of a `FlushApiCache` operation.
2034
1632
  #
2035
- # @note When making an API call, you may pass FlushApiCacheRequest
2036
- # data as a hash:
2037
- #
2038
- # {
2039
- # api_id: "String", # required
2040
- # }
2041
- #
2042
1633
  # @!attribute [rw] api_id
2043
1634
  # The API ID.
2044
1635
  # @return [String]
@@ -2106,10 +1697,10 @@ module Aws::AppSync
2106
1697
  # @return [Integer]
2107
1698
  #
2108
1699
  # @!attribute [rw] runtime
2109
- # Describes a runtime used by an AWS AppSync pipeline resolver or AWS
2110
- # AppSync function. Specifies the name and version of the runtime to
2111
- # use. Note that if a runtime is specified, code must also be
2112
- # specified.
1700
+ # Describes a runtime used by an Amazon Web Services AppSync pipeline
1701
+ # resolver or Amazon Web Services AppSync function. Specifies the name
1702
+ # and version of the runtime to use. Note that if a runtime is
1703
+ # specified, code must also be specified.
2113
1704
  # @return [Types::AppSyncRuntime]
2114
1705
  #
2115
1706
  # @!attribute [rw] code
@@ -2137,13 +1728,6 @@ module Aws::AppSync
2137
1728
  include Aws::Structure
2138
1729
  end
2139
1730
 
2140
- # @note When making an API call, you may pass GetApiAssociationRequest
2141
- # data as a hash:
2142
- #
2143
- # {
2144
- # domain_name: "DomainName", # required
2145
- # }
2146
- #
2147
1731
  # @!attribute [rw] domain_name
2148
1732
  # The domain name.
2149
1733
  # @return [String]
@@ -2170,13 +1754,6 @@ module Aws::AppSync
2170
1754
 
2171
1755
  # Represents the input of a `GetApiCache` operation.
2172
1756
  #
2173
- # @note When making an API call, you may pass GetApiCacheRequest
2174
- # data as a hash:
2175
- #
2176
- # {
2177
- # api_id: "String", # required
2178
- # }
2179
- #
2180
1757
  # @!attribute [rw] api_id
2181
1758
  # The API ID.
2182
1759
  # @return [String]
@@ -2203,14 +1780,6 @@ module Aws::AppSync
2203
1780
  include Aws::Structure
2204
1781
  end
2205
1782
 
2206
- # @note When making an API call, you may pass GetDataSourceRequest
2207
- # data as a hash:
2208
- #
2209
- # {
2210
- # api_id: "String", # required
2211
- # name: "ResourceName", # required
2212
- # }
2213
- #
2214
1783
  # @!attribute [rw] api_id
2215
1784
  # The API ID.
2216
1785
  # @return [String]
@@ -2240,13 +1809,6 @@ module Aws::AppSync
2240
1809
  include Aws::Structure
2241
1810
  end
2242
1811
 
2243
- # @note When making an API call, you may pass GetDomainNameRequest
2244
- # data as a hash:
2245
- #
2246
- # {
2247
- # domain_name: "DomainName", # required
2248
- # }
2249
- #
2250
1812
  # @!attribute [rw] domain_name
2251
1813
  # The domain name.
2252
1814
  # @return [String]
@@ -2271,14 +1833,6 @@ module Aws::AppSync
2271
1833
  include Aws::Structure
2272
1834
  end
2273
1835
 
2274
- # @note When making an API call, you may pass GetFunctionRequest
2275
- # data as a hash:
2276
- #
2277
- # {
2278
- # api_id: "String", # required
2279
- # function_id: "ResourceName", # required
2280
- # }
2281
- #
2282
1836
  # @!attribute [rw] api_id
2283
1837
  # The GraphQL API ID.
2284
1838
  # @return [String]
@@ -2308,13 +1862,6 @@ module Aws::AppSync
2308
1862
  include Aws::Structure
2309
1863
  end
2310
1864
 
2311
- # @note When making an API call, you may pass GetGraphqlApiRequest
2312
- # data as a hash:
2313
- #
2314
- # {
2315
- # api_id: "String", # required
2316
- # }
2317
- #
2318
1865
  # @!attribute [rw] api_id
2319
1866
  # The API ID for the GraphQL API.
2320
1867
  # @return [String]
@@ -2339,15 +1886,6 @@ module Aws::AppSync
2339
1886
  include Aws::Structure
2340
1887
  end
2341
1888
 
2342
- # @note When making an API call, you may pass GetIntrospectionSchemaRequest
2343
- # data as a hash:
2344
- #
2345
- # {
2346
- # api_id: "String", # required
2347
- # format: "SDL", # required, accepts SDL, JSON
2348
- # include_directives: false,
2349
- # }
2350
- #
2351
1889
  # @!attribute [rw] api_id
2352
1890
  # The API ID.
2353
1891
  # @return [String]
@@ -2389,15 +1927,6 @@ module Aws::AppSync
2389
1927
  include Aws::Structure
2390
1928
  end
2391
1929
 
2392
- # @note When making an API call, you may pass GetResolverRequest
2393
- # data as a hash:
2394
- #
2395
- # {
2396
- # api_id: "String", # required
2397
- # type_name: "ResourceName", # required
2398
- # field_name: "ResourceName", # required
2399
- # }
2400
- #
2401
1930
  # @!attribute [rw] api_id
2402
1931
  # The API ID.
2403
1932
  # @return [String]
@@ -2432,13 +1961,6 @@ module Aws::AppSync
2432
1961
  include Aws::Structure
2433
1962
  end
2434
1963
 
2435
- # @note When making an API call, you may pass GetSchemaCreationStatusRequest
2436
- # data as a hash:
2437
- #
2438
- # {
2439
- # api_id: "String", # required
2440
- # }
2441
- #
2442
1964
  # @!attribute [rw] api_id
2443
1965
  # The API ID.
2444
1966
  # @return [String]
@@ -2471,15 +1993,6 @@ module Aws::AppSync
2471
1993
  include Aws::Structure
2472
1994
  end
2473
1995
 
2474
- # @note When making an API call, you may pass GetTypeRequest
2475
- # data as a hash:
2476
- #
2477
- # {
2478
- # api_id: "String", # required
2479
- # type_name: "ResourceName", # required
2480
- # format: "SDL", # required, accepts SDL, JSON
2481
- # }
2482
- #
2483
1996
  # @!attribute [rw] api_id
2484
1997
  # The API ID.
2485
1998
  # @return [String]
@@ -2606,20 +2119,6 @@ module Aws::AppSync
2606
2119
 
2607
2120
  # Describes an HTTP data source configuration.
2608
2121
  #
2609
- # @note When making an API call, you may pass HttpDataSourceConfig
2610
- # data as a hash:
2611
- #
2612
- # {
2613
- # endpoint: "String",
2614
- # authorization_config: {
2615
- # authorization_type: "AWS_IAM", # required, accepts AWS_IAM
2616
- # aws_iam_config: {
2617
- # signing_region: "String",
2618
- # signing_service_name: "String",
2619
- # },
2620
- # },
2621
- # }
2622
- #
2623
2122
  # @!attribute [rw] endpoint
2624
2123
  # The HTTP URL endpoint. You can specify either the domain name or IP,
2625
2124
  # and port combination, and the URL scheme must be HTTP or HTTPS. If
@@ -2658,15 +2157,6 @@ module Aws::AppSync
2658
2157
  # access when using the `AWS_LAMBDA` authorizer mode. Be aware that an
2659
2158
  # AppSync API can have only one Lambda authorizer configured at a time.
2660
2159
  #
2661
- # @note When making an API call, you may pass LambdaAuthorizerConfig
2662
- # data as a hash:
2663
- #
2664
- # {
2665
- # authorizer_result_ttl_in_seconds: 1,
2666
- # authorizer_uri: "String", # required
2667
- # identity_validation_expression: "String",
2668
- # }
2669
- #
2670
2160
  # @!attribute [rw] authorizer_result_ttl_in_seconds
2671
2161
  # The number of seconds a response should be cached for. The default
2672
2162
  # is 5 minutes (300 seconds). The Lambda function can override this by
@@ -2708,13 +2198,6 @@ module Aws::AppSync
2708
2198
  # The `LambdaConflictHandlerConfig` object when configuring `LAMBDA` as
2709
2199
  # the Conflict Handler.
2710
2200
  #
2711
- # @note When making an API call, you may pass LambdaConflictHandlerConfig
2712
- # data as a hash:
2713
- #
2714
- # {
2715
- # lambda_conflict_handler_arn: "String",
2716
- # }
2717
- #
2718
2201
  # @!attribute [rw] lambda_conflict_handler_arn
2719
2202
  # The Amazon Resource Name (ARN) for the Lambda function to use as the
2720
2203
  # Conflict Handler.
@@ -2730,13 +2213,6 @@ module Aws::AppSync
2730
2213
 
2731
2214
  # Describes an Lambda data source configuration.
2732
2215
  #
2733
- # @note When making an API call, you may pass LambdaDataSourceConfig
2734
- # data as a hash:
2735
- #
2736
- # {
2737
- # lambda_function_arn: "String", # required
2738
- # }
2739
- #
2740
2216
  # @!attribute [rw] lambda_function_arn
2741
2217
  # The Amazon Resource Name (ARN) for the Lambda function.
2742
2218
  # @return [String]
@@ -2762,15 +2238,6 @@ module Aws::AppSync
2762
2238
  include Aws::Structure
2763
2239
  end
2764
2240
 
2765
- # @note When making an API call, you may pass ListApiKeysRequest
2766
- # data as a hash:
2767
- #
2768
- # {
2769
- # api_id: "String", # required
2770
- # next_token: "PaginationToken",
2771
- # max_results: 1,
2772
- # }
2773
- #
2774
2241
  # @!attribute [rw] api_id
2775
2242
  # The API ID.
2776
2243
  # @return [String]
@@ -2813,15 +2280,6 @@ module Aws::AppSync
2813
2280
  include Aws::Structure
2814
2281
  end
2815
2282
 
2816
- # @note When making an API call, you may pass ListDataSourcesRequest
2817
- # data as a hash:
2818
- #
2819
- # {
2820
- # api_id: "String", # required
2821
- # next_token: "PaginationToken",
2822
- # max_results: 1,
2823
- # }
2824
- #
2825
2283
  # @!attribute [rw] api_id
2826
2284
  # The API ID.
2827
2285
  # @return [String]
@@ -2864,14 +2322,6 @@ module Aws::AppSync
2864
2322
  include Aws::Structure
2865
2323
  end
2866
2324
 
2867
- # @note When making an API call, you may pass ListDomainNamesRequest
2868
- # data as a hash:
2869
- #
2870
- # {
2871
- # next_token: "PaginationToken",
2872
- # max_results: 1,
2873
- # }
2874
- #
2875
2325
  # @!attribute [rw] next_token
2876
2326
  # The API token.
2877
2327
  # @return [String]
@@ -2906,15 +2356,6 @@ module Aws::AppSync
2906
2356
  include Aws::Structure
2907
2357
  end
2908
2358
 
2909
- # @note When making an API call, you may pass ListFunctionsRequest
2910
- # data as a hash:
2911
- #
2912
- # {
2913
- # api_id: "String", # required
2914
- # next_token: "PaginationToken",
2915
- # max_results: 1,
2916
- # }
2917
- #
2918
2359
  # @!attribute [rw] api_id
2919
2360
  # The GraphQL API ID.
2920
2361
  # @return [String]
@@ -2958,14 +2399,6 @@ module Aws::AppSync
2958
2399
  include Aws::Structure
2959
2400
  end
2960
2401
 
2961
- # @note When making an API call, you may pass ListGraphqlApisRequest
2962
- # data as a hash:
2963
- #
2964
- # {
2965
- # next_token: "PaginationToken",
2966
- # max_results: 1,
2967
- # }
2968
- #
2969
2402
  # @!attribute [rw] next_token
2970
2403
  # An identifier that was returned from the previous call to this
2971
2404
  # operation, which you can use to return the next set of items in the
@@ -3003,16 +2436,6 @@ module Aws::AppSync
3003
2436
  include Aws::Structure
3004
2437
  end
3005
2438
 
3006
- # @note When making an API call, you may pass ListResolversByFunctionRequest
3007
- # data as a hash:
3008
- #
3009
- # {
3010
- # api_id: "String", # required
3011
- # function_id: "String", # required
3012
- # next_token: "PaginationToken",
3013
- # max_results: 1,
3014
- # }
3015
- #
3016
2439
  # @!attribute [rw] api_id
3017
2440
  # The API ID.
3018
2441
  # @return [String]
@@ -3060,16 +2483,6 @@ module Aws::AppSync
3060
2483
  include Aws::Structure
3061
2484
  end
3062
2485
 
3063
- # @note When making an API call, you may pass ListResolversRequest
3064
- # data as a hash:
3065
- #
3066
- # {
3067
- # api_id: "String", # required
3068
- # type_name: "String", # required
3069
- # next_token: "PaginationToken",
3070
- # max_results: 1,
3071
- # }
3072
- #
3073
2486
  # @!attribute [rw] api_id
3074
2487
  # The API ID.
3075
2488
  # @return [String]
@@ -3117,13 +2530,6 @@ module Aws::AppSync
3117
2530
  include Aws::Structure
3118
2531
  end
3119
2532
 
3120
- # @note When making an API call, you may pass ListTagsForResourceRequest
3121
- # data as a hash:
3122
- #
3123
- # {
3124
- # resource_arn: "ResourceArn", # required
3125
- # }
3126
- #
3127
2533
  # @!attribute [rw] resource_arn
3128
2534
  # The `GraphqlApi` Amazon Resource Name (ARN).
3129
2535
  # @return [String]
@@ -3148,16 +2554,6 @@ module Aws::AppSync
3148
2554
  include Aws::Structure
3149
2555
  end
3150
2556
 
3151
- # @note When making an API call, you may pass ListTypesRequest
3152
- # data as a hash:
3153
- #
3154
- # {
3155
- # api_id: "String", # required
3156
- # format: "SDL", # required, accepts SDL, JSON
3157
- # next_token: "PaginationToken",
3158
- # max_results: 1,
3159
- # }
3160
- #
3161
2557
  # @!attribute [rw] api_id
3162
2558
  # The API ID.
3163
2559
  # @return [String]
@@ -3207,15 +2603,6 @@ module Aws::AppSync
3207
2603
 
3208
2604
  # The Amazon CloudWatch Logs configuration.
3209
2605
  #
3210
- # @note When making an API call, you may pass LogConfig
3211
- # data as a hash:
3212
- #
3213
- # {
3214
- # field_log_level: "NONE", # required, accepts NONE, ERROR, ALL
3215
- # cloud_watch_logs_role_arn: "String", # required
3216
- # exclude_verbose_content: false,
3217
- # }
3218
- #
3219
2606
  # @!attribute [rw] field_log_level
3220
2607
  # The field logging level. Values can be NONE, ERROR, or ALL.
3221
2608
  #
@@ -3277,16 +2664,6 @@ module Aws::AppSync
3277
2664
 
3278
2665
  # Describes an OpenID Connect (OIDC) configuration.
3279
2666
  #
3280
- # @note When making an API call, you may pass OpenIDConnectConfig
3281
- # data as a hash:
3282
- #
3283
- # {
3284
- # issuer: "String", # required
3285
- # client_id: "String",
3286
- # iat_ttl: 1,
3287
- # auth_ttl: 1,
3288
- # }
3289
- #
3290
2667
  # @!attribute [rw] issuer
3291
2668
  # The issuer for the OIDC configuration. The issuer returned by
3292
2669
  # discovery must exactly match the value of `iss` in the ID token.
@@ -3323,14 +2700,6 @@ module Aws::AppSync
3323
2700
 
3324
2701
  # Describes an OpenSearch data source configuration.
3325
2702
  #
3326
- # @note When making an API call, you may pass OpenSearchServiceDataSourceConfig
3327
- # data as a hash:
3328
- #
3329
- # {
3330
- # endpoint: "String", # required
3331
- # aws_region: "String", # required
3332
- # }
3333
- #
3334
2703
  # @!attribute [rw] endpoint
3335
2704
  # The endpoint.
3336
2705
  # @return [String]
@@ -3350,13 +2719,6 @@ module Aws::AppSync
3350
2719
 
3351
2720
  # The pipeline configuration for a resolver of kind `PIPELINE`.
3352
2721
  #
3353
- # @note When making an API call, you may pass PipelineConfig
3354
- # data as a hash:
3355
- #
3356
- # {
3357
- # functions: ["String"],
3358
- # }
3359
- #
3360
2722
  # @!attribute [rw] functions
3361
2723
  # A list of `Function` objects.
3362
2724
  # @return [Array<String>]
@@ -3372,17 +2734,6 @@ module Aws::AppSync
3372
2734
  # The Amazon Relational Database Service (Amazon RDS) HTTP endpoint
3373
2735
  # configuration.
3374
2736
  #
3375
- # @note When making an API call, you may pass RdsHttpEndpointConfig
3376
- # data as a hash:
3377
- #
3378
- # {
3379
- # aws_region: "String",
3380
- # db_cluster_identifier: "String",
3381
- # database_name: "String",
3382
- # schema: "String",
3383
- # aws_secret_store_arn: "String",
3384
- # }
3385
- #
3386
2737
  # @!attribute [rw] aws_region
3387
2738
  # Amazon Web Services Region for Amazon RDS HTTP endpoint.
3388
2739
  # @return [String]
@@ -3418,20 +2769,6 @@ module Aws::AppSync
3418
2769
 
3419
2770
  # Describes a relational database data source configuration.
3420
2771
  #
3421
- # @note When making an API call, you may pass RelationalDatabaseDataSourceConfig
3422
- # data as a hash:
3423
- #
3424
- # {
3425
- # relational_database_source_type: "RDS_HTTP_ENDPOINT", # accepts RDS_HTTP_ENDPOINT
3426
- # rds_http_endpoint_config: {
3427
- # aws_region: "String",
3428
- # db_cluster_identifier: "String",
3429
- # database_name: "String",
3430
- # schema: "String",
3431
- # aws_secret_store_arn: "String",
3432
- # },
3433
- # }
3434
- #
3435
2772
  # @!attribute [rw] relational_database_source_type
3436
2773
  # Source type for the relational database.
3437
2774
  #
@@ -3510,10 +2847,10 @@ module Aws::AppSync
3510
2847
  # @return [Integer]
3511
2848
  #
3512
2849
  # @!attribute [rw] runtime
3513
- # Describes a runtime used by an AWS AppSync pipeline resolver or AWS
3514
- # AppSync function. Specifies the name and version of the runtime to
3515
- # use. Note that if a runtime is specified, code must also be
3516
- # specified.
2850
+ # Describes a runtime used by an Amazon Web Services AppSync pipeline
2851
+ # resolver or Amazon Web Services AppSync function. Specifies the name
2852
+ # and version of the runtime to use. Note that if a runtime is
2853
+ # specified, code must also be specified.
3517
2854
  # @return [Types::AppSyncRuntime]
3518
2855
  #
3519
2856
  # @!attribute [rw] code
@@ -3542,14 +2879,6 @@ module Aws::AppSync
3542
2879
  include Aws::Structure
3543
2880
  end
3544
2881
 
3545
- # @note When making an API call, you may pass StartSchemaCreationRequest
3546
- # data as a hash:
3547
- #
3548
- # {
3549
- # api_id: "String", # required
3550
- # definition: "data", # required
3551
- # }
3552
- #
3553
2882
  # @!attribute [rw] api_id
3554
2883
  # The API ID.
3555
2884
  # @return [String]
@@ -3586,17 +2915,6 @@ module Aws::AppSync
3586
2915
  # Specifies which Conflict Detection strategy and Resolution strategy to
3587
2916
  # use when the resolver is invoked.
3588
2917
  #
3589
- # @note When making an API call, you may pass SyncConfig
3590
- # data as a hash:
3591
- #
3592
- # {
3593
- # conflict_handler: "OPTIMISTIC_CONCURRENCY", # accepts OPTIMISTIC_CONCURRENCY, LAMBDA, AUTOMERGE, NONE
3594
- # conflict_detection: "VERSION", # accepts VERSION, NONE
3595
- # lambda_conflict_handler_config: {
3596
- # lambda_conflict_handler_arn: "String",
3597
- # },
3598
- # }
3599
- #
3600
2918
  # @!attribute [rw] conflict_handler
3601
2919
  # The Conflict Resolution strategy to perform in the event of a
3602
2920
  # conflict.
@@ -3636,16 +2954,6 @@ module Aws::AppSync
3636
2954
  include Aws::Structure
3637
2955
  end
3638
2956
 
3639
- # @note When making an API call, you may pass TagResourceRequest
3640
- # data as a hash:
3641
- #
3642
- # {
3643
- # resource_arn: "ResourceArn", # required
3644
- # tags: { # required
3645
- # "TagKey" => "TagValue",
3646
- # },
3647
- # }
3648
- #
3649
2957
  # @!attribute [rw] resource_arn
3650
2958
  # The `GraphqlApi` Amazon Resource Name (ARN).
3651
2959
  # @return [String]
@@ -3714,14 +3022,6 @@ module Aws::AppSync
3714
3022
  include Aws::Structure
3715
3023
  end
3716
3024
 
3717
- # @note When making an API call, you may pass UntagResourceRequest
3718
- # data as a hash:
3719
- #
3720
- # {
3721
- # resource_arn: "ResourceArn", # required
3722
- # tag_keys: ["TagKey"], # required
3723
- # }
3724
- #
3725
3025
  # @!attribute [rw] resource_arn
3726
3026
  # The `GraphqlApi` Amazon Resource Name (ARN).
3727
3027
  # @return [String]
@@ -3745,16 +3045,6 @@ module Aws::AppSync
3745
3045
 
3746
3046
  # Represents the input of a `UpdateApiCache` operation.
3747
3047
  #
3748
- # @note When making an API call, you may pass UpdateApiCacheRequest
3749
- # data as a hash:
3750
- #
3751
- # {
3752
- # api_id: "String", # required
3753
- # ttl: 1, # required
3754
- # api_caching_behavior: "FULL_REQUEST_CACHING", # required, accepts FULL_REQUEST_CACHING, PER_RESOLVER_CACHING
3755
- # 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
3756
- # }
3757
- #
3758
3048
  # @!attribute [rw] api_id
3759
3049
  # The GraphQL API ID.
3760
3050
  # @return [String]
@@ -3840,16 +3130,6 @@ module Aws::AppSync
3840
3130
  include Aws::Structure
3841
3131
  end
3842
3132
 
3843
- # @note When making an API call, you may pass UpdateApiKeyRequest
3844
- # data as a hash:
3845
- #
3846
- # {
3847
- # api_id: "String", # required
3848
- # id: "String", # required
3849
- # description: "String",
3850
- # expires: 1,
3851
- # }
3852
- #
3853
3133
  # @!attribute [rw] api_id
3854
3134
  # The ID for the GraphQL API.
3855
3135
  # @return [String]
@@ -3891,59 +3171,6 @@ module Aws::AppSync
3891
3171
  include Aws::Structure
3892
3172
  end
3893
3173
 
3894
- # @note When making an API call, you may pass UpdateDataSourceRequest
3895
- # data as a hash:
3896
- #
3897
- # {
3898
- # api_id: "String", # required
3899
- # name: "ResourceName", # required
3900
- # description: "String",
3901
- # type: "AWS_LAMBDA", # required, accepts AWS_LAMBDA, AMAZON_DYNAMODB, AMAZON_ELASTICSEARCH, NONE, HTTP, RELATIONAL_DATABASE, AMAZON_OPENSEARCH_SERVICE
3902
- # service_role_arn: "String",
3903
- # dynamodb_config: {
3904
- # table_name: "String", # required
3905
- # aws_region: "String", # required
3906
- # use_caller_credentials: false,
3907
- # delta_sync_config: {
3908
- # base_table_ttl: 1,
3909
- # delta_sync_table_name: "String",
3910
- # delta_sync_table_ttl: 1,
3911
- # },
3912
- # versioned: false,
3913
- # },
3914
- # lambda_config: {
3915
- # lambda_function_arn: "String", # required
3916
- # },
3917
- # elasticsearch_config: {
3918
- # endpoint: "String", # required
3919
- # aws_region: "String", # required
3920
- # },
3921
- # open_search_service_config: {
3922
- # endpoint: "String", # required
3923
- # aws_region: "String", # required
3924
- # },
3925
- # http_config: {
3926
- # endpoint: "String",
3927
- # authorization_config: {
3928
- # authorization_type: "AWS_IAM", # required, accepts AWS_IAM
3929
- # aws_iam_config: {
3930
- # signing_region: "String",
3931
- # signing_service_name: "String",
3932
- # },
3933
- # },
3934
- # },
3935
- # relational_database_config: {
3936
- # relational_database_source_type: "RDS_HTTP_ENDPOINT", # accepts RDS_HTTP_ENDPOINT
3937
- # rds_http_endpoint_config: {
3938
- # aws_region: "String",
3939
- # db_cluster_identifier: "String",
3940
- # database_name: "String",
3941
- # schema: "String",
3942
- # aws_secret_store_arn: "String",
3943
- # },
3944
- # },
3945
- # }
3946
- #
3947
3174
  # @!attribute [rw] api_id
3948
3175
  # The API ID.
3949
3176
  # @return [String]
@@ -4023,14 +3250,6 @@ module Aws::AppSync
4023
3250
  include Aws::Structure
4024
3251
  end
4025
3252
 
4026
- # @note When making an API call, you may pass UpdateDomainNameRequest
4027
- # data as a hash:
4028
- #
4029
- # {
4030
- # domain_name: "DomainName", # required
4031
- # description: "Description",
4032
- # }
4033
- #
4034
3253
  # @!attribute [rw] domain_name
4035
3254
  # The domain name.
4036
3255
  # @return [String]
@@ -4060,33 +3279,6 @@ module Aws::AppSync
4060
3279
  include Aws::Structure
4061
3280
  end
4062
3281
 
4063
- # @note When making an API call, you may pass UpdateFunctionRequest
4064
- # data as a hash:
4065
- #
4066
- # {
4067
- # api_id: "String", # required
4068
- # name: "ResourceName", # required
4069
- # description: "String",
4070
- # function_id: "ResourceName", # required
4071
- # data_source_name: "ResourceName", # required
4072
- # request_mapping_template: "MappingTemplate",
4073
- # response_mapping_template: "MappingTemplate",
4074
- # function_version: "String",
4075
- # sync_config: {
4076
- # conflict_handler: "OPTIMISTIC_CONCURRENCY", # accepts OPTIMISTIC_CONCURRENCY, LAMBDA, AUTOMERGE, NONE
4077
- # conflict_detection: "VERSION", # accepts VERSION, NONE
4078
- # lambda_conflict_handler_config: {
4079
- # lambda_conflict_handler_arn: "String",
4080
- # },
4081
- # },
4082
- # max_batch_size: 1,
4083
- # runtime: {
4084
- # name: "APPSYNC_JS", # required, accepts APPSYNC_JS
4085
- # runtime_version: "String", # required
4086
- # },
4087
- # code: "Code",
4088
- # }
4089
- #
4090
3282
  # @!attribute [rw] api_id
4091
3283
  # The GraphQL API ID.
4092
3284
  # @return [String]
@@ -4134,10 +3326,10 @@ module Aws::AppSync
4134
3326
  # @return [Integer]
4135
3327
  #
4136
3328
  # @!attribute [rw] runtime
4137
- # Describes a runtime used by an AWS AppSync pipeline resolver or AWS
4138
- # AppSync function. Specifies the name and version of the runtime to
4139
- # use. Note that if a runtime is specified, code must also be
4140
- # specified.
3329
+ # Describes a runtime used by an Amazon Web Services AppSync pipeline
3330
+ # resolver or Amazon Web Services AppSync function. Specifies the name
3331
+ # and version of the runtime to use. Note that if a runtime is
3332
+ # specified, code must also be specified.
4141
3333
  # @return [Types::AppSyncRuntime]
4142
3334
  #
4143
3335
  # @!attribute [rw] code
@@ -4177,59 +3369,6 @@ module Aws::AppSync
4177
3369
  include Aws::Structure
4178
3370
  end
4179
3371
 
4180
- # @note When making an API call, you may pass UpdateGraphqlApiRequest
4181
- # data as a hash:
4182
- #
4183
- # {
4184
- # api_id: "String", # required
4185
- # name: "String", # required
4186
- # log_config: {
4187
- # field_log_level: "NONE", # required, accepts NONE, ERROR, ALL
4188
- # cloud_watch_logs_role_arn: "String", # required
4189
- # exclude_verbose_content: false,
4190
- # },
4191
- # authentication_type: "API_KEY", # accepts API_KEY, AWS_IAM, AMAZON_COGNITO_USER_POOLS, OPENID_CONNECT, AWS_LAMBDA
4192
- # user_pool_config: {
4193
- # user_pool_id: "String", # required
4194
- # aws_region: "String", # required
4195
- # default_action: "ALLOW", # required, accepts ALLOW, DENY
4196
- # app_id_client_regex: "String",
4197
- # },
4198
- # open_id_connect_config: {
4199
- # issuer: "String", # required
4200
- # client_id: "String",
4201
- # iat_ttl: 1,
4202
- # auth_ttl: 1,
4203
- # },
4204
- # additional_authentication_providers: [
4205
- # {
4206
- # authentication_type: "API_KEY", # accepts API_KEY, AWS_IAM, AMAZON_COGNITO_USER_POOLS, OPENID_CONNECT, AWS_LAMBDA
4207
- # open_id_connect_config: {
4208
- # issuer: "String", # required
4209
- # client_id: "String",
4210
- # iat_ttl: 1,
4211
- # auth_ttl: 1,
4212
- # },
4213
- # user_pool_config: {
4214
- # user_pool_id: "String", # required
4215
- # aws_region: "String", # required
4216
- # app_id_client_regex: "String",
4217
- # },
4218
- # lambda_authorizer_config: {
4219
- # authorizer_result_ttl_in_seconds: 1,
4220
- # authorizer_uri: "String", # required
4221
- # identity_validation_expression: "String",
4222
- # },
4223
- # },
4224
- # ],
4225
- # xray_enabled: false,
4226
- # lambda_authorizer_config: {
4227
- # authorizer_result_ttl_in_seconds: 1,
4228
- # authorizer_uri: "String", # required
4229
- # identity_validation_expression: "String",
4230
- # },
4231
- # }
4232
- #
4233
3372
  # @!attribute [rw] api_id
4234
3373
  # The API ID.
4235
3374
  # @return [String]
@@ -4297,39 +3436,6 @@ module Aws::AppSync
4297
3436
  include Aws::Structure
4298
3437
  end
4299
3438
 
4300
- # @note When making an API call, you may pass UpdateResolverRequest
4301
- # data as a hash:
4302
- #
4303
- # {
4304
- # api_id: "String", # required
4305
- # type_name: "ResourceName", # required
4306
- # field_name: "ResourceName", # required
4307
- # data_source_name: "ResourceName",
4308
- # request_mapping_template: "MappingTemplate",
4309
- # response_mapping_template: "MappingTemplate",
4310
- # kind: "UNIT", # accepts UNIT, PIPELINE
4311
- # pipeline_config: {
4312
- # functions: ["String"],
4313
- # },
4314
- # sync_config: {
4315
- # conflict_handler: "OPTIMISTIC_CONCURRENCY", # accepts OPTIMISTIC_CONCURRENCY, LAMBDA, AUTOMERGE, NONE
4316
- # conflict_detection: "VERSION", # accepts VERSION, NONE
4317
- # lambda_conflict_handler_config: {
4318
- # lambda_conflict_handler_arn: "String",
4319
- # },
4320
- # },
4321
- # caching_config: {
4322
- # ttl: 1, # required
4323
- # caching_keys: ["String"],
4324
- # },
4325
- # max_batch_size: 1,
4326
- # runtime: {
4327
- # name: "APPSYNC_JS", # required, accepts APPSYNC_JS
4328
- # runtime_version: "String", # required
4329
- # },
4330
- # code: "Code",
4331
- # }
4332
- #
4333
3439
  # @!attribute [rw] api_id
4334
3440
  # The API ID.
4335
3441
  # @return [String]
@@ -4392,10 +3498,10 @@ module Aws::AppSync
4392
3498
  # @return [Integer]
4393
3499
  #
4394
3500
  # @!attribute [rw] runtime
4395
- # Describes a runtime used by an AWS AppSync pipeline resolver or AWS
4396
- # AppSync function. Specifies the name and version of the runtime to
4397
- # use. Note that if a runtime is specified, code must also be
4398
- # specified.
3501
+ # Describes a runtime used by an Amazon Web Services AppSync pipeline
3502
+ # resolver or Amazon Web Services AppSync function. Specifies the name
3503
+ # and version of the runtime to use. Note that if a runtime is
3504
+ # specified, code must also be specified.
4399
3505
  # @return [Types::AppSyncRuntime]
4400
3506
  #
4401
3507
  # @!attribute [rw] code
@@ -4436,16 +3542,6 @@ module Aws::AppSync
4436
3542
  include Aws::Structure
4437
3543
  end
4438
3544
 
4439
- # @note When making an API call, you may pass UpdateTypeRequest
4440
- # data as a hash:
4441
- #
4442
- # {
4443
- # api_id: "String", # required
4444
- # type_name: "ResourceName", # required
4445
- # definition: "String",
4446
- # format: "SDL", # required, accepts SDL, JSON
4447
- # }
4448
- #
4449
3545
  # @!attribute [rw] api_id
4450
3546
  # The API ID.
4451
3547
  # @return [String]
@@ -4487,16 +3583,6 @@ module Aws::AppSync
4487
3583
 
4488
3584
  # Describes an Amazon Cognito user pool configuration.
4489
3585
  #
4490
- # @note When making an API call, you may pass UserPoolConfig
4491
- # data as a hash:
4492
- #
4493
- # {
4494
- # user_pool_id: "String", # required
4495
- # aws_region: "String", # required
4496
- # default_action: "ALLOW", # required, accepts ALLOW, DENY
4497
- # app_id_client_regex: "String",
4498
- # }
4499
- #
4500
3586
  # @!attribute [rw] user_pool_id
4501
3587
  # The user pool ID.
4502
3588
  # @return [String]