mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-29 04:16:07 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+604
-19
@@ -7,6 +7,7 @@
|
||||
"protocol":"rest-json",
|
||||
"serviceAbbreviation":"AWSAppSync",
|
||||
"serviceFullName":"AWS AppSync",
|
||||
"serviceId":"AppSync",
|
||||
"signatureVersion":"v4",
|
||||
"signingName":"appsync",
|
||||
"uid":"appsync-2017-07-25"
|
||||
@@ -47,6 +48,21 @@
|
||||
{"shape":"InternalFailureException"}
|
||||
]
|
||||
},
|
||||
"CreateFunction":{
|
||||
"name":"CreateFunction",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/v1/apis/{apiId}/functions"
|
||||
},
|
||||
"input":{"shape":"CreateFunctionRequest"},
|
||||
"output":{"shape":"CreateFunctionResponse"},
|
||||
"errors":[
|
||||
{"shape":"ConcurrentModificationException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"InternalFailureException"}
|
||||
]
|
||||
},
|
||||
"CreateGraphqlApi":{
|
||||
"name":"CreateGraphqlApi",
|
||||
"http":{
|
||||
@@ -61,7 +77,6 @@
|
||||
{"shape":"ConcurrentModificationException"},
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"InternalFailureException"},
|
||||
{"shape":"LimitExceededException"},
|
||||
{"shape":"ApiLimitExceededException"}
|
||||
]
|
||||
},
|
||||
@@ -127,6 +142,21 @@
|
||||
{"shape":"InternalFailureException"}
|
||||
]
|
||||
},
|
||||
"DeleteFunction":{
|
||||
"name":"DeleteFunction",
|
||||
"http":{
|
||||
"method":"DELETE",
|
||||
"requestUri":"/v1/apis/{apiId}/functions/{functionId}"
|
||||
},
|
||||
"input":{"shape":"DeleteFunctionRequest"},
|
||||
"output":{"shape":"DeleteFunctionResponse"},
|
||||
"errors":[
|
||||
{"shape":"ConcurrentModificationException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"InternalFailureException"}
|
||||
]
|
||||
},
|
||||
"DeleteGraphqlApi":{
|
||||
"name":"DeleteGraphqlApi",
|
||||
"http":{
|
||||
@@ -140,7 +170,8 @@
|
||||
{"shape":"ConcurrentModificationException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"InternalFailureException"}
|
||||
{"shape":"InternalFailureException"},
|
||||
{"shape":"AccessDeniedException"}
|
||||
]
|
||||
},
|
||||
"DeleteResolver":{
|
||||
@@ -190,6 +221,20 @@
|
||||
{"shape":"InternalFailureException"}
|
||||
]
|
||||
},
|
||||
"GetFunction":{
|
||||
"name":"GetFunction",
|
||||
"http":{
|
||||
"method":"GET",
|
||||
"requestUri":"/v1/apis/{apiId}/functions/{functionId}"
|
||||
},
|
||||
"input":{"shape":"GetFunctionRequest"},
|
||||
"output":{"shape":"GetFunctionResponse"},
|
||||
"errors":[
|
||||
{"shape":"ConcurrentModificationException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"UnauthorizedException"}
|
||||
]
|
||||
},
|
||||
"GetGraphqlApi":{
|
||||
"name":"GetGraphqlApi",
|
||||
"http":{
|
||||
@@ -202,7 +247,8 @@
|
||||
{"shape":"BadRequestException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"InternalFailureException"}
|
||||
{"shape":"InternalFailureException"},
|
||||
{"shape":"AccessDeniedException"}
|
||||
]
|
||||
},
|
||||
"GetIntrospectionSchema":{
|
||||
@@ -295,6 +341,21 @@
|
||||
{"shape":"InternalFailureException"}
|
||||
]
|
||||
},
|
||||
"ListFunctions":{
|
||||
"name":"ListFunctions",
|
||||
"http":{
|
||||
"method":"GET",
|
||||
"requestUri":"/v1/apis/{apiId}/functions"
|
||||
},
|
||||
"input":{"shape":"ListFunctionsRequest"},
|
||||
"output":{"shape":"ListFunctionsResponse"},
|
||||
"errors":[
|
||||
{"shape":"BadRequestException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"InternalFailureException"}
|
||||
]
|
||||
},
|
||||
"ListGraphqlApis":{
|
||||
"name":"ListGraphqlApis",
|
||||
"http":{
|
||||
@@ -324,6 +385,38 @@
|
||||
{"shape":"InternalFailureException"}
|
||||
]
|
||||
},
|
||||
"ListResolversByFunction":{
|
||||
"name":"ListResolversByFunction",
|
||||
"http":{
|
||||
"method":"GET",
|
||||
"requestUri":"/v1/apis/{apiId}/functions/{functionId}/resolvers"
|
||||
},
|
||||
"input":{"shape":"ListResolversByFunctionRequest"},
|
||||
"output":{"shape":"ListResolversByFunctionResponse"},
|
||||
"errors":[
|
||||
{"shape":"BadRequestException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"InternalFailureException"}
|
||||
]
|
||||
},
|
||||
"ListTagsForResource":{
|
||||
"name":"ListTagsForResource",
|
||||
"http":{
|
||||
"method":"GET",
|
||||
"requestUri":"/v1/tags/{resourceArn}"
|
||||
},
|
||||
"input":{"shape":"ListTagsForResourceRequest"},
|
||||
"output":{"shape":"ListTagsForResourceResponse"},
|
||||
"errors":[
|
||||
{"shape":"BadRequestException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"LimitExceededException"},
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"InternalFailureException"},
|
||||
{"shape":"AccessDeniedException"}
|
||||
]
|
||||
},
|
||||
"ListTypes":{
|
||||
"name":"ListTypes",
|
||||
"http":{
|
||||
@@ -356,6 +449,40 @@
|
||||
{"shape":"InternalFailureException"}
|
||||
]
|
||||
},
|
||||
"TagResource":{
|
||||
"name":"TagResource",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/v1/tags/{resourceArn}"
|
||||
},
|
||||
"input":{"shape":"TagResourceRequest"},
|
||||
"output":{"shape":"TagResourceResponse"},
|
||||
"errors":[
|
||||
{"shape":"BadRequestException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"LimitExceededException"},
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"InternalFailureException"},
|
||||
{"shape":"AccessDeniedException"}
|
||||
]
|
||||
},
|
||||
"UntagResource":{
|
||||
"name":"UntagResource",
|
||||
"http":{
|
||||
"method":"DELETE",
|
||||
"requestUri":"/v1/tags/{resourceArn}"
|
||||
},
|
||||
"input":{"shape":"UntagResourceRequest"},
|
||||
"output":{"shape":"UntagResourceResponse"},
|
||||
"errors":[
|
||||
{"shape":"BadRequestException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"LimitExceededException"},
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"InternalFailureException"},
|
||||
{"shape":"AccessDeniedException"}
|
||||
]
|
||||
},
|
||||
"UpdateApiKey":{
|
||||
"name":"UpdateApiKey",
|
||||
"http":{
|
||||
@@ -389,6 +516,21 @@
|
||||
{"shape":"InternalFailureException"}
|
||||
]
|
||||
},
|
||||
"UpdateFunction":{
|
||||
"name":"UpdateFunction",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/v1/apis/{apiId}/functions/{functionId}"
|
||||
},
|
||||
"input":{"shape":"UpdateFunctionRequest"},
|
||||
"output":{"shape":"UpdateFunctionResponse"},
|
||||
"errors":[
|
||||
{"shape":"ConcurrentModificationException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"InternalFailureException"}
|
||||
]
|
||||
},
|
||||
"UpdateGraphqlApi":{
|
||||
"name":"UpdateGraphqlApi",
|
||||
"http":{
|
||||
@@ -402,7 +544,8 @@
|
||||
{"shape":"ConcurrentModificationException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"InternalFailureException"}
|
||||
{"shape":"InternalFailureException"},
|
||||
{"shape":"AccessDeniedException"}
|
||||
]
|
||||
},
|
||||
"UpdateResolver":{
|
||||
@@ -438,6 +581,26 @@
|
||||
}
|
||||
},
|
||||
"shapes":{
|
||||
"AccessDeniedException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"message":{"shape":"String"}
|
||||
},
|
||||
"error":{"httpStatusCode":403},
|
||||
"exception":true
|
||||
},
|
||||
"AdditionalAuthenticationProvider":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"authenticationType":{"shape":"AuthenticationType"},
|
||||
"openIDConnectConfig":{"shape":"OpenIDConnectConfig"},
|
||||
"userPoolConfig":{"shape":"CognitoUserPoolConfig"}
|
||||
}
|
||||
},
|
||||
"AdditionalAuthenticationProviders":{
|
||||
"type":"list",
|
||||
"member":{"shape":"AdditionalAuthenticationProvider"}
|
||||
},
|
||||
"ApiKey":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -479,9 +642,29 @@
|
||||
"enum":[
|
||||
"API_KEY",
|
||||
"AWS_IAM",
|
||||
"AMAZON_COGNITO_USER_POOLS"
|
||||
"AMAZON_COGNITO_USER_POOLS",
|
||||
"OPENID_CONNECT"
|
||||
]
|
||||
},
|
||||
"AuthorizationConfig":{
|
||||
"type":"structure",
|
||||
"required":["authorizationType"],
|
||||
"members":{
|
||||
"authorizationType":{"shape":"AuthorizationType"},
|
||||
"awsIamConfig":{"shape":"AwsIamConfig"}
|
||||
}
|
||||
},
|
||||
"AuthorizationType":{
|
||||
"type":"string",
|
||||
"enum":["AWS_IAM"]
|
||||
},
|
||||
"AwsIamConfig":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"signingRegion":{"shape":"String"},
|
||||
"signingServiceName":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"BadRequestException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -492,6 +675,19 @@
|
||||
},
|
||||
"Blob":{"type":"blob"},
|
||||
"Boolean":{"type":"boolean"},
|
||||
"BooleanValue":{"type":"boolean"},
|
||||
"CognitoUserPoolConfig":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"userPoolId",
|
||||
"awsRegion"
|
||||
],
|
||||
"members":{
|
||||
"userPoolId":{"shape":"String"},
|
||||
"awsRegion":{"shape":"String"},
|
||||
"appIdClientRegex":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"ConcurrentModificationException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -538,7 +734,9 @@
|
||||
"serviceRoleArn":{"shape":"String"},
|
||||
"dynamodbConfig":{"shape":"DynamodbDataSourceConfig"},
|
||||
"lambdaConfig":{"shape":"LambdaDataSourceConfig"},
|
||||
"elasticsearchConfig":{"shape":"ElasticsearchDataSourceConfig"}
|
||||
"elasticsearchConfig":{"shape":"ElasticsearchDataSourceConfig"},
|
||||
"httpConfig":{"shape":"HttpDataSourceConfig"},
|
||||
"relationalDatabaseConfig":{"shape":"RelationalDatabaseDataSourceConfig"}
|
||||
}
|
||||
},
|
||||
"CreateDataSourceResponse":{
|
||||
@@ -547,6 +745,35 @@
|
||||
"dataSource":{"shape":"DataSource"}
|
||||
}
|
||||
},
|
||||
"CreateFunctionRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"apiId",
|
||||
"name",
|
||||
"dataSourceName",
|
||||
"requestMappingTemplate",
|
||||
"functionVersion"
|
||||
],
|
||||
"members":{
|
||||
"apiId":{
|
||||
"shape":"String",
|
||||
"location":"uri",
|
||||
"locationName":"apiId"
|
||||
},
|
||||
"name":{"shape":"ResourceName"},
|
||||
"description":{"shape":"String"},
|
||||
"dataSourceName":{"shape":"ResourceName"},
|
||||
"requestMappingTemplate":{"shape":"MappingTemplate"},
|
||||
"responseMappingTemplate":{"shape":"MappingTemplate"},
|
||||
"functionVersion":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"CreateFunctionResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"functionConfiguration":{"shape":"FunctionConfiguration"}
|
||||
}
|
||||
},
|
||||
"CreateGraphqlApiRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
@@ -555,8 +782,12 @@
|
||||
],
|
||||
"members":{
|
||||
"name":{"shape":"String"},
|
||||
"logConfig":{"shape":"LogConfig"},
|
||||
"authenticationType":{"shape":"AuthenticationType"},
|
||||
"userPoolConfig":{"shape":"UserPoolConfig"}
|
||||
"userPoolConfig":{"shape":"UserPoolConfig"},
|
||||
"openIDConnectConfig":{"shape":"OpenIDConnectConfig"},
|
||||
"tags":{"shape":"TagMap"},
|
||||
"additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"}
|
||||
}
|
||||
},
|
||||
"CreateGraphqlApiResponse":{
|
||||
@@ -571,7 +802,6 @@
|
||||
"apiId",
|
||||
"typeName",
|
||||
"fieldName",
|
||||
"dataSourceName",
|
||||
"requestMappingTemplate"
|
||||
],
|
||||
"members":{
|
||||
@@ -588,7 +818,9 @@
|
||||
"fieldName":{"shape":"ResourceName"},
|
||||
"dataSourceName":{"shape":"ResourceName"},
|
||||
"requestMappingTemplate":{"shape":"MappingTemplate"},
|
||||
"responseMappingTemplate":{"shape":"MappingTemplate"}
|
||||
"responseMappingTemplate":{"shape":"MappingTemplate"},
|
||||
"kind":{"shape":"ResolverKind"},
|
||||
"pipelineConfig":{"shape":"PipelineConfig"}
|
||||
}
|
||||
},
|
||||
"CreateResolverResponse":{
|
||||
@@ -630,7 +862,9 @@
|
||||
"serviceRoleArn":{"shape":"String"},
|
||||
"dynamodbConfig":{"shape":"DynamodbDataSourceConfig"},
|
||||
"lambdaConfig":{"shape":"LambdaDataSourceConfig"},
|
||||
"elasticsearchConfig":{"shape":"ElasticsearchDataSourceConfig"}
|
||||
"elasticsearchConfig":{"shape":"ElasticsearchDataSourceConfig"},
|
||||
"httpConfig":{"shape":"HttpDataSourceConfig"},
|
||||
"relationalDatabaseConfig":{"shape":"RelationalDatabaseDataSourceConfig"}
|
||||
}
|
||||
},
|
||||
"DataSourceType":{
|
||||
@@ -639,7 +873,9 @@
|
||||
"AWS_LAMBDA",
|
||||
"AMAZON_DYNAMODB",
|
||||
"AMAZON_ELASTICSEARCH",
|
||||
"NONE"
|
||||
"NONE",
|
||||
"HTTP",
|
||||
"RELATIONAL_DATABASE"
|
||||
]
|
||||
},
|
||||
"DataSources":{
|
||||
@@ -701,6 +937,30 @@
|
||||
"members":{
|
||||
}
|
||||
},
|
||||
"DeleteFunctionRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"apiId",
|
||||
"functionId"
|
||||
],
|
||||
"members":{
|
||||
"apiId":{
|
||||
"shape":"String",
|
||||
"location":"uri",
|
||||
"locationName":"apiId"
|
||||
},
|
||||
"functionId":{
|
||||
"shape":"ResourceName",
|
||||
"location":"uri",
|
||||
"locationName":"functionId"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DeleteFunctionResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
}
|
||||
},
|
||||
"DeleteGraphqlApiRequest":{
|
||||
"type":"structure",
|
||||
"required":["apiId"],
|
||||
@@ -795,6 +1055,35 @@
|
||||
}
|
||||
},
|
||||
"ErrorMessage":{"type":"string"},
|
||||
"FieldLogLevel":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"NONE",
|
||||
"ERROR",
|
||||
"ALL"
|
||||
]
|
||||
},
|
||||
"FunctionConfiguration":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"functionId":{"shape":"String"},
|
||||
"functionArn":{"shape":"String"},
|
||||
"name":{"shape":"ResourceName"},
|
||||
"description":{"shape":"String"},
|
||||
"dataSourceName":{"shape":"ResourceName"},
|
||||
"requestMappingTemplate":{"shape":"MappingTemplate"},
|
||||
"responseMappingTemplate":{"shape":"MappingTemplate"},
|
||||
"functionVersion":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"Functions":{
|
||||
"type":"list",
|
||||
"member":{"shape":"FunctionConfiguration"}
|
||||
},
|
||||
"FunctionsIds":{
|
||||
"type":"list",
|
||||
"member":{"shape":"String"}
|
||||
},
|
||||
"GetDataSourceRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
@@ -820,6 +1109,31 @@
|
||||
"dataSource":{"shape":"DataSource"}
|
||||
}
|
||||
},
|
||||
"GetFunctionRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"apiId",
|
||||
"functionId"
|
||||
],
|
||||
"members":{
|
||||
"apiId":{
|
||||
"shape":"String",
|
||||
"location":"uri",
|
||||
"locationName":"apiId"
|
||||
},
|
||||
"functionId":{
|
||||
"shape":"ResourceName",
|
||||
"location":"uri",
|
||||
"locationName":"functionId"
|
||||
}
|
||||
}
|
||||
},
|
||||
"GetFunctionResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"functionConfiguration":{"shape":"FunctionConfiguration"}
|
||||
}
|
||||
},
|
||||
"GetGraphqlApiRequest":{
|
||||
"type":"structure",
|
||||
"required":["apiId"],
|
||||
@@ -853,6 +1167,11 @@
|
||||
"shape":"OutputType",
|
||||
"location":"querystring",
|
||||
"locationName":"format"
|
||||
},
|
||||
"includeDirectives":{
|
||||
"shape":"BooleanValue",
|
||||
"location":"querystring",
|
||||
"locationName":"includeDirectives"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -957,15 +1276,26 @@
|
||||
"name":{"shape":"ResourceName"},
|
||||
"apiId":{"shape":"String"},
|
||||
"authenticationType":{"shape":"AuthenticationType"},
|
||||
"logConfig":{"shape":"LogConfig"},
|
||||
"userPoolConfig":{"shape":"UserPoolConfig"},
|
||||
"openIDConnectConfig":{"shape":"OpenIDConnectConfig"},
|
||||
"arn":{"shape":"String"},
|
||||
"uris":{"shape":"MapOfStringToString"}
|
||||
"uris":{"shape":"MapOfStringToString"},
|
||||
"tags":{"shape":"TagMap"},
|
||||
"additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"}
|
||||
}
|
||||
},
|
||||
"GraphqlApis":{
|
||||
"type":"list",
|
||||
"member":{"shape":"GraphqlApi"}
|
||||
},
|
||||
"HttpDataSourceConfig":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"endpoint":{"shape":"String"},
|
||||
"authorizationConfig":{"shape":"AuthorizationConfig"}
|
||||
}
|
||||
},
|
||||
"InternalFailureException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -1046,6 +1376,34 @@
|
||||
"nextToken":{"shape":"PaginationToken"}
|
||||
}
|
||||
},
|
||||
"ListFunctionsRequest":{
|
||||
"type":"structure",
|
||||
"required":["apiId"],
|
||||
"members":{
|
||||
"apiId":{
|
||||
"shape":"String",
|
||||
"location":"uri",
|
||||
"locationName":"apiId"
|
||||
},
|
||||
"nextToken":{
|
||||
"shape":"PaginationToken",
|
||||
"location":"querystring",
|
||||
"locationName":"nextToken"
|
||||
},
|
||||
"maxResults":{
|
||||
"shape":"MaxResults",
|
||||
"location":"querystring",
|
||||
"locationName":"maxResults"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ListFunctionsResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"functions":{"shape":"Functions"},
|
||||
"nextToken":{"shape":"PaginationToken"}
|
||||
}
|
||||
},
|
||||
"ListGraphqlApisRequest":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -1068,6 +1426,42 @@
|
||||
"nextToken":{"shape":"PaginationToken"}
|
||||
}
|
||||
},
|
||||
"ListResolversByFunctionRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"apiId",
|
||||
"functionId"
|
||||
],
|
||||
"members":{
|
||||
"apiId":{
|
||||
"shape":"String",
|
||||
"location":"uri",
|
||||
"locationName":"apiId"
|
||||
},
|
||||
"functionId":{
|
||||
"shape":"String",
|
||||
"location":"uri",
|
||||
"locationName":"functionId"
|
||||
},
|
||||
"nextToken":{
|
||||
"shape":"PaginationToken",
|
||||
"location":"querystring",
|
||||
"locationName":"nextToken"
|
||||
},
|
||||
"maxResults":{
|
||||
"shape":"MaxResults",
|
||||
"location":"querystring",
|
||||
"locationName":"maxResults"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ListResolversByFunctionResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"resolvers":{"shape":"Resolvers"},
|
||||
"nextToken":{"shape":"PaginationToken"}
|
||||
}
|
||||
},
|
||||
"ListResolversRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
@@ -1104,6 +1498,23 @@
|
||||
"nextToken":{"shape":"PaginationToken"}
|
||||
}
|
||||
},
|
||||
"ListTagsForResourceRequest":{
|
||||
"type":"structure",
|
||||
"required":["resourceArn"],
|
||||
"members":{
|
||||
"resourceArn":{
|
||||
"shape":"ResourceArn",
|
||||
"location":"uri",
|
||||
"locationName":"resourceArn"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ListTagsForResourceResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"tags":{"shape":"TagMap"}
|
||||
}
|
||||
},
|
||||
"ListTypesRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
@@ -1140,6 +1551,17 @@
|
||||
"nextToken":{"shape":"PaginationToken"}
|
||||
}
|
||||
},
|
||||
"LogConfig":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"fieldLogLevel",
|
||||
"cloudWatchLogsRoleArn"
|
||||
],
|
||||
"members":{
|
||||
"fieldLogLevel":{"shape":"FieldLogLevel"},
|
||||
"cloudWatchLogsRoleArn":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"Long":{"type":"long"},
|
||||
"MapOfStringToString":{
|
||||
"type":"map",
|
||||
@@ -1149,7 +1571,7 @@
|
||||
"MappingTemplate":{
|
||||
"type":"string",
|
||||
"max":65536,
|
||||
"min":0
|
||||
"min":1
|
||||
},
|
||||
"MaxResults":{
|
||||
"type":"integer",
|
||||
@@ -1164,6 +1586,16 @@
|
||||
"error":{"httpStatusCode":404},
|
||||
"exception":true
|
||||
},
|
||||
"OpenIDConnectConfig":{
|
||||
"type":"structure",
|
||||
"required":["issuer"],
|
||||
"members":{
|
||||
"issuer":{"shape":"String"},
|
||||
"clientId":{"shape":"String"},
|
||||
"iatTTL":{"shape":"Long"},
|
||||
"authTTL":{"shape":"Long"}
|
||||
}
|
||||
},
|
||||
"OutputType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
@@ -1175,6 +1607,33 @@
|
||||
"type":"string",
|
||||
"pattern":"[\\\\S]+"
|
||||
},
|
||||
"PipelineConfig":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"functions":{"shape":"FunctionsIds"}
|
||||
}
|
||||
},
|
||||
"RdsHttpEndpointConfig":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"awsRegion":{"shape":"String"},
|
||||
"dbClusterIdentifier":{"shape":"String"},
|
||||
"databaseName":{"shape":"String"},
|
||||
"schema":{"shape":"String"},
|
||||
"awsSecretStoreArn":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"RelationalDatabaseDataSourceConfig":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"relationalDatabaseSourceType":{"shape":"RelationalDatabaseSourceType"},
|
||||
"rdsHttpEndpointConfig":{"shape":"RdsHttpEndpointConfig"}
|
||||
}
|
||||
},
|
||||
"RelationalDatabaseSourceType":{
|
||||
"type":"string",
|
||||
"enum":["RDS_HTTP_ENDPOINT"]
|
||||
},
|
||||
"Resolver":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -1183,13 +1642,28 @@
|
||||
"dataSourceName":{"shape":"ResourceName"},
|
||||
"resolverArn":{"shape":"String"},
|
||||
"requestMappingTemplate":{"shape":"MappingTemplate"},
|
||||
"responseMappingTemplate":{"shape":"MappingTemplate"}
|
||||
"responseMappingTemplate":{"shape":"MappingTemplate"},
|
||||
"kind":{"shape":"ResolverKind"},
|
||||
"pipelineConfig":{"shape":"PipelineConfig"}
|
||||
}
|
||||
},
|
||||
"ResolverKind":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"UNIT",
|
||||
"PIPELINE"
|
||||
]
|
||||
},
|
||||
"Resolvers":{
|
||||
"type":"list",
|
||||
"member":{"shape":"Resolver"}
|
||||
},
|
||||
"ResourceArn":{
|
||||
"type":"string",
|
||||
"max":75,
|
||||
"min":70,
|
||||
"pattern":"^arn:aws:appsync:[A-Za-z0-9_/.-]{0,63}:\\d{12}:apis/[0-9A-Za-z_-]{26}$"
|
||||
},
|
||||
"ResourceName":{
|
||||
"type":"string",
|
||||
"pattern":"[_A-Za-z][_0-9A-Za-z]*"
|
||||
@@ -1199,7 +1673,10 @@
|
||||
"enum":[
|
||||
"PROCESSING",
|
||||
"ACTIVE",
|
||||
"DELETING"
|
||||
"DELETING",
|
||||
"FAILED",
|
||||
"SUCCESS",
|
||||
"NOT_APPLICABLE"
|
||||
]
|
||||
},
|
||||
"StartSchemaCreationRequest":{
|
||||
@@ -1224,6 +1701,49 @@
|
||||
}
|
||||
},
|
||||
"String":{"type":"string"},
|
||||
"TagKey":{
|
||||
"type":"string",
|
||||
"max":128,
|
||||
"min":1,
|
||||
"pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
|
||||
},
|
||||
"TagKeyList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"TagKey"},
|
||||
"max":50,
|
||||
"min":1
|
||||
},
|
||||
"TagMap":{
|
||||
"type":"map",
|
||||
"key":{"shape":"TagKey"},
|
||||
"value":{"shape":"TagValue"},
|
||||
"max":50,
|
||||
"min":1
|
||||
},
|
||||
"TagResourceRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"resourceArn",
|
||||
"tags"
|
||||
],
|
||||
"members":{
|
||||
"resourceArn":{
|
||||
"shape":"ResourceArn",
|
||||
"location":"uri",
|
||||
"locationName":"resourceArn"
|
||||
},
|
||||
"tags":{"shape":"TagMap"}
|
||||
}
|
||||
},
|
||||
"TagResourceResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
}
|
||||
},
|
||||
"TagValue":{
|
||||
"type":"string",
|
||||
"max":256
|
||||
},
|
||||
"Type":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -1253,6 +1773,30 @@
|
||||
"error":{"httpStatusCode":401},
|
||||
"exception":true
|
||||
},
|
||||
"UntagResourceRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"resourceArn",
|
||||
"tagKeys"
|
||||
],
|
||||
"members":{
|
||||
"resourceArn":{
|
||||
"shape":"ResourceArn",
|
||||
"location":"uri",
|
||||
"locationName":"resourceArn"
|
||||
},
|
||||
"tagKeys":{
|
||||
"shape":"TagKeyList",
|
||||
"location":"querystring",
|
||||
"locationName":"tagKeys"
|
||||
}
|
||||
}
|
||||
},
|
||||
"UntagResourceResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
}
|
||||
},
|
||||
"UpdateApiKeyRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
@@ -1303,7 +1847,9 @@
|
||||
"serviceRoleArn":{"shape":"String"},
|
||||
"dynamodbConfig":{"shape":"DynamodbDataSourceConfig"},
|
||||
"lambdaConfig":{"shape":"LambdaDataSourceConfig"},
|
||||
"elasticsearchConfig":{"shape":"ElasticsearchDataSourceConfig"}
|
||||
"elasticsearchConfig":{"shape":"ElasticsearchDataSourceConfig"},
|
||||
"httpConfig":{"shape":"HttpDataSourceConfig"},
|
||||
"relationalDatabaseConfig":{"shape":"RelationalDatabaseDataSourceConfig"}
|
||||
}
|
||||
},
|
||||
"UpdateDataSourceResponse":{
|
||||
@@ -1312,6 +1858,41 @@
|
||||
"dataSource":{"shape":"DataSource"}
|
||||
}
|
||||
},
|
||||
"UpdateFunctionRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"apiId",
|
||||
"name",
|
||||
"functionId",
|
||||
"dataSourceName",
|
||||
"requestMappingTemplate",
|
||||
"functionVersion"
|
||||
],
|
||||
"members":{
|
||||
"apiId":{
|
||||
"shape":"String",
|
||||
"location":"uri",
|
||||
"locationName":"apiId"
|
||||
},
|
||||
"name":{"shape":"ResourceName"},
|
||||
"description":{"shape":"String"},
|
||||
"functionId":{
|
||||
"shape":"ResourceName",
|
||||
"location":"uri",
|
||||
"locationName":"functionId"
|
||||
},
|
||||
"dataSourceName":{"shape":"ResourceName"},
|
||||
"requestMappingTemplate":{"shape":"MappingTemplate"},
|
||||
"responseMappingTemplate":{"shape":"MappingTemplate"},
|
||||
"functionVersion":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"UpdateFunctionResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"functionConfiguration":{"shape":"FunctionConfiguration"}
|
||||
}
|
||||
},
|
||||
"UpdateGraphqlApiRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
@@ -1325,8 +1906,11 @@
|
||||
"locationName":"apiId"
|
||||
},
|
||||
"name":{"shape":"String"},
|
||||
"logConfig":{"shape":"LogConfig"},
|
||||
"authenticationType":{"shape":"AuthenticationType"},
|
||||
"userPoolConfig":{"shape":"UserPoolConfig"}
|
||||
"userPoolConfig":{"shape":"UserPoolConfig"},
|
||||
"openIDConnectConfig":{"shape":"OpenIDConnectConfig"},
|
||||
"additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"}
|
||||
}
|
||||
},
|
||||
"UpdateGraphqlApiResponse":{
|
||||
@@ -1341,7 +1925,6 @@
|
||||
"apiId",
|
||||
"typeName",
|
||||
"fieldName",
|
||||
"dataSourceName",
|
||||
"requestMappingTemplate"
|
||||
],
|
||||
"members":{
|
||||
@@ -1362,7 +1945,9 @@
|
||||
},
|
||||
"dataSourceName":{"shape":"ResourceName"},
|
||||
"requestMappingTemplate":{"shape":"MappingTemplate"},
|
||||
"responseMappingTemplate":{"shape":"MappingTemplate"}
|
||||
"responseMappingTemplate":{"shape":"MappingTemplate"},
|
||||
"kind":{"shape":"ResolverKind"},
|
||||
"pipelineConfig":{"shape":"PipelineConfig"}
|
||||
}
|
||||
},
|
||||
"UpdateResolverResponse":{
|
||||
|
||||
+362
-34
@@ -4,35 +4,63 @@
|
||||
"operations": {
|
||||
"CreateApiKey": "<p>Creates a unique key that you can distribute to clients who are executing your API.</p>",
|
||||
"CreateDataSource": "<p>Creates a <code>DataSource</code> object.</p>",
|
||||
"CreateFunction": "<p>Creates a <code>Function</code> object.</p> <p>A function is a reusable entity. Multiple functions can be used to compose the resolver logic.</p>",
|
||||
"CreateGraphqlApi": "<p>Creates a <code>GraphqlApi</code> object.</p>",
|
||||
"CreateResolver": "<p>Creates a <code>Resolver</code> object.</p> <p>A resolver converts incoming requests into a format that a data source can understand and converts the data source's responses into GraphQL.</p>",
|
||||
"CreateType": "<p>Creates a <code>Type</code> object.</p>",
|
||||
"DeleteApiKey": "<p>Deletes an API key.</p>",
|
||||
"DeleteDataSource": "<p>Deletes a <code>DataSource</code> object.</p>",
|
||||
"DeleteFunction": "<p>Deletes a <code>Function</code>.</p>",
|
||||
"DeleteGraphqlApi": "<p>Deletes a <code>GraphqlApi</code> object.</p>",
|
||||
"DeleteResolver": "<p>Deletes a <code>Resolver</code> object.</p>",
|
||||
"DeleteType": "<p>Deletes a <code>Type</code> object.</p>",
|
||||
"GetDataSource": "<p>Retrieves a <code>DataSource</code> object.</p>",
|
||||
"GetFunction": "<p>Get a <code>Function</code>.</p>",
|
||||
"GetGraphqlApi": "<p>Retrieves a <code>GraphqlApi</code> object.</p>",
|
||||
"GetIntrospectionSchema": "<p>Retrieves the introspection schema for a GraphQL API.</p>",
|
||||
"GetResolver": "<p>Retrieves a <code>Resolver</code> object.</p>",
|
||||
"GetSchemaCreationStatus": "<p>Retrieves the current status of a schema creation operation.</p>",
|
||||
"GetType": "<p>Retrieves a <code>Type</code> object.</p>",
|
||||
"ListApiKeys": "<p>Lists the API keys for a given API.</p>",
|
||||
"ListApiKeys": "<p>Lists the API keys for a given API.</p> <note> <p>API keys are deleted automatically sometime after they expire. However, they may still be included in the response until they have actually been deleted. You can safely call <code>DeleteApiKey</code> to manually delete a key before it's automatically deleted.</p> </note>",
|
||||
"ListDataSources": "<p>Lists the data sources for a given API.</p>",
|
||||
"ListFunctions": "<p>List multiple functions.</p>",
|
||||
"ListGraphqlApis": "<p>Lists your GraphQL APIs.</p>",
|
||||
"ListResolvers": "<p>Lists the resolvers for a given API and type.</p>",
|
||||
"ListResolversByFunction": "<p>List the resolvers that are associated with a specific function.</p>",
|
||||
"ListTagsForResource": "<p>Lists the tags for a resource.</p>",
|
||||
"ListTypes": "<p>Lists the types for a given API.</p>",
|
||||
"StartSchemaCreation": "<p>Adds a new schema to your GraphQL API.</p> <p>This operation is asynchronous. Use to determine when it has completed.</p>",
|
||||
"TagResource": "<p>Tags a resource with user-supplied tags.</p>",
|
||||
"UntagResource": "<p>Untags a resource.</p>",
|
||||
"UpdateApiKey": "<p>Updates an API key.</p>",
|
||||
"UpdateDataSource": "<p>Updates a <code>DataSource</code> object.</p>",
|
||||
"UpdateFunction": "<p>Updates a <code>Function</code> object.</p>",
|
||||
"UpdateGraphqlApi": "<p>Updates a <code>GraphqlApi</code> object.</p>",
|
||||
"UpdateResolver": "<p>Updates a <code>Resolver</code> object.</p>",
|
||||
"UpdateType": "<p>Updates a <code>Type</code> object.</p>"
|
||||
},
|
||||
"shapes": {
|
||||
"AccessDeniedException": {
|
||||
"base": "<p>You do not have access to perform this operation on this resource.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"AdditionalAuthenticationProvider": {
|
||||
"base": "<p>Describes an additional authentication provider.</p>",
|
||||
"refs": {
|
||||
"AdditionalAuthenticationProviders$member": null
|
||||
}
|
||||
},
|
||||
"AdditionalAuthenticationProviders": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CreateGraphqlApiRequest$additionalAuthenticationProviders": "<p>A list of additional authentication providers for the <code>GraphqlApi</code> API.</p>",
|
||||
"GraphqlApi$additionalAuthenticationProviders": "<p>A list of additional authentication providers for the <code>GraphqlApi</code> API.</p>",
|
||||
"UpdateGraphqlApiRequest$additionalAuthenticationProviders": "<p>A list of additional authentication providers for the <code>GraphqlApi</code> API.</p>"
|
||||
}
|
||||
},
|
||||
"ApiKey": {
|
||||
"base": "<p>Describes an API key.</p>",
|
||||
"base": "<p>Describes an API key.</p> <p>Customers invoke AWS AppSync GraphQL API operations with API keys as an identity mechanism. There are two key versions:</p> <p> <b>da1</b>: This version was introduced at launch in November 2017. These keys always expire after 7 days. Key expiration is managed by Amazon DynamoDB TTL. The keys ceased to be valid after February 21, 2018 and should not be used after that date.</p> <ul> <li> <p> <code>ListApiKeys</code> returns the expiration time in milliseconds.</p> </li> <li> <p> <code>CreateApiKey</code> returns the expiration time in milliseconds.</p> </li> <li> <p> <code>UpdateApiKey</code> is not available for this key version.</p> </li> <li> <p> <code>DeleteApiKey</code> deletes the item from the table.</p> </li> <li> <p>Expiration is stored in Amazon DynamoDB as milliseconds. This results in a bug where keys are not automatically deleted because DynamoDB expects the TTL to be stored in seconds. As a one-time action, we will delete these keys from the table after February 21, 2018.</p> </li> </ul> <p> <b>da2</b>: This version was introduced in February 2018 when AppSync added support to extend key expiration.</p> <ul> <li> <p> <code>ListApiKeys</code> returns the expiration time in seconds.</p> </li> <li> <p> <code>CreateApiKey</code> returns the expiration time in seconds and accepts a user-provided expiration time in seconds.</p> </li> <li> <p> <code>UpdateApiKey</code> returns the expiration time in seconds and accepts a user-provided expiration time in seconds. Key expiration can only be updated while the key has not expired.</p> </li> <li> <p> <code>DeleteApiKey</code> deletes the item from the table.</p> </li> <li> <p>Expiration is stored in Amazon DynamoDB as seconds.</p> </li> </ul>",
|
||||
"refs": {
|
||||
"ApiKeys$member": null,
|
||||
"CreateApiKeyResponse$apiKey": "<p>The API key.</p>",
|
||||
@@ -45,7 +73,7 @@
|
||||
}
|
||||
},
|
||||
"ApiKeyValidityOutOfBoundsException": {
|
||||
"base": "<p>The API key expiration must be set to a value between 1 and 365 days.</p>",
|
||||
"base": "<p>The API key expiration must be set to a value between 1 and 365 days from creation (for <code>CreateApiKey</code>) or from update (for <code>UpdateApiKey</code>).</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
@@ -63,13 +91,32 @@
|
||||
"AuthenticationType": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CreateGraphqlApiRequest$authenticationType": "<p>The authentication type: API key, IAM, or Amazon Cognito User Pools.</p>",
|
||||
"AdditionalAuthenticationProvider$authenticationType": "<p>The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.</p>",
|
||||
"CreateGraphqlApiRequest$authenticationType": "<p>The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.</p>",
|
||||
"GraphqlApi$authenticationType": "<p>The authentication type.</p>",
|
||||
"UpdateGraphqlApiRequest$authenticationType": "<p>The new authentication type for the <code>GraphqlApi</code> object.</p>"
|
||||
}
|
||||
},
|
||||
"AuthorizationConfig": {
|
||||
"base": "<p>The authorization config in case the HTTP endpoint requires authorization.</p>",
|
||||
"refs": {
|
||||
"HttpDataSourceConfig$authorizationConfig": "<p>The authorization config in case the HTTP endpoint requires authorization.</p>"
|
||||
}
|
||||
},
|
||||
"AuthorizationType": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"AuthorizationConfig$authorizationType": "<p>The authorization type required by the HTTP endpoint.</p> <ul> <li> <p> <b>AWS_IAM</b>: The authorization type is Sigv4.</p> </li> </ul>"
|
||||
}
|
||||
},
|
||||
"AwsIamConfig": {
|
||||
"base": "<p>The AWS IAM configuration.</p>",
|
||||
"refs": {
|
||||
"AuthorizationConfig$awsIamConfig": "<p>The AWS IAM settings.</p>"
|
||||
}
|
||||
},
|
||||
"BadRequestException": {
|
||||
"base": "<p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again. </p>",
|
||||
"base": "<p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and then try again. </p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
@@ -86,8 +133,20 @@
|
||||
"DynamodbDataSourceConfig$useCallerCredentials": "<p>Set to TRUE to use Amazon Cognito credentials with this data source.</p>"
|
||||
}
|
||||
},
|
||||
"BooleanValue": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"GetIntrospectionSchemaRequest$includeDirectives": "<p>A flag that specifies whether the schema introspection should contain directives.</p>"
|
||||
}
|
||||
},
|
||||
"CognitoUserPoolConfig": {
|
||||
"base": "<p>Describes an Amazon Cognito user pool configuration.</p>",
|
||||
"refs": {
|
||||
"AdditionalAuthenticationProvider$userPoolConfig": "<p>The Amazon Cognito user pool configuration.</p>"
|
||||
}
|
||||
},
|
||||
"ConcurrentModificationException": {
|
||||
"base": "<p>Another modification is being made. That modification must complete before you can make your change. </p>",
|
||||
"base": "<p>Another modification is in progress at this time and it must complete before you can make your change. </p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
@@ -111,6 +170,16 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"CreateFunctionRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"CreateFunctionResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"CreateGraphqlApiRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
@@ -154,7 +223,7 @@
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CreateDataSourceRequest$type": "<p>The type of the <code>DataSource</code>.</p>",
|
||||
"DataSource$type": "<p>The type of the data source.</p> <ul> <li> <p> <b>AMAZON_DYNAMODB</b>: The data source is an Amazon DynamoDB table.</p> </li> <li> <p> <b>AMAZON_ELASTICSEARCH</b>: The data source is an Amazon Elasticsearch Service domain.</p> </li> <li> <p> <b>AWS_LAMBDA</b>: The data source is an AWS Lambda function.</p> </li> <li> <p> <b>NONE</b>: There is no data source. This type is used when the required information can be computed on the fly without connecting to a back-end data source.</p> </li> </ul>",
|
||||
"DataSource$type": "<p>The type of the data source.</p> <ul> <li> <p> <b>AMAZON_DYNAMODB</b>: The data source is an Amazon DynamoDB table.</p> </li> <li> <p> <b>AMAZON_ELASTICSEARCH</b>: The data source is an Amazon Elasticsearch Service domain.</p> </li> <li> <p> <b>AWS_LAMBDA</b>: The data source is an AWS Lambda function.</p> </li> <li> <p> <b>NONE</b>: There is no data source. This type is used when you wish to invoke a GraphQL operation without connecting to a data source, such as performing data transformation with resolvers or triggering a subscription to be invoked from a mutation.</p> </li> <li> <p> <b>HTTP</b>: The data source is an HTTP endpoint.</p> </li> <li> <p> <b>RELATIONAL_DATABASE</b>: The data source is a relational database.</p> </li> </ul>",
|
||||
"UpdateDataSourceRequest$type": "<p>The new data source type.</p>"
|
||||
}
|
||||
},
|
||||
@@ -167,7 +236,7 @@
|
||||
"DefaultAction": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"UserPoolConfig$defaultAction": "<p>The action that you want your GraphQL API to take when a request that uses Amazon Cognito User Pool authentication doesn't match the Amazon Cognito User Pool configuration.</p>"
|
||||
"UserPoolConfig$defaultAction": "<p>The action that you want your GraphQL API to take when a request that uses Amazon Cognito user pool authentication doesn't match the Amazon Cognito user pool configuration.</p>"
|
||||
}
|
||||
},
|
||||
"DeleteApiKeyRequest": {
|
||||
@@ -190,6 +259,16 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"DeleteFunctionRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"DeleteFunctionResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"DeleteGraphqlApiRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
@@ -221,19 +300,19 @@
|
||||
}
|
||||
},
|
||||
"DynamodbDataSourceConfig": {
|
||||
"base": "<p>Describes a DynamoDB data source configuration.</p>",
|
||||
"base": "<p>Describes an Amazon DynamoDB data source configuration.</p>",
|
||||
"refs": {
|
||||
"CreateDataSourceRequest$dynamodbConfig": "<p>DynamoDB settings.</p>",
|
||||
"DataSource$dynamodbConfig": "<p>DynamoDB settings.</p>",
|
||||
"UpdateDataSourceRequest$dynamodbConfig": "<p>The new DynamoDB configuration.</p>"
|
||||
"CreateDataSourceRequest$dynamodbConfig": "<p>Amazon DynamoDB settings.</p>",
|
||||
"DataSource$dynamodbConfig": "<p>Amazon DynamoDB settings.</p>",
|
||||
"UpdateDataSourceRequest$dynamodbConfig": "<p>The new Amazon DynamoDB configuration.</p>"
|
||||
}
|
||||
},
|
||||
"ElasticsearchDataSourceConfig": {
|
||||
"base": "<p>Describes an Elasticsearch data source configuration.</p>",
|
||||
"refs": {
|
||||
"CreateDataSourceRequest$elasticsearchConfig": "<p>Amazon Elasticsearch settings.</p>",
|
||||
"DataSource$elasticsearchConfig": "<p>Amazon Elasticsearch settings.</p>",
|
||||
"UpdateDataSourceRequest$elasticsearchConfig": "<p>The new Elasticsearch configuration.</p>"
|
||||
"CreateDataSourceRequest$elasticsearchConfig": "<p>Amazon Elasticsearch Service settings.</p>",
|
||||
"DataSource$elasticsearchConfig": "<p>Amazon Elasticsearch Service settings.</p>",
|
||||
"UpdateDataSourceRequest$elasticsearchConfig": "<p>The new Elasticsearch Service configuration.</p>"
|
||||
}
|
||||
},
|
||||
"ErrorMessage": {
|
||||
@@ -244,6 +323,33 @@
|
||||
"GraphQLSchemaException$message": null
|
||||
}
|
||||
},
|
||||
"FieldLogLevel": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"LogConfig$fieldLogLevel": "<p>The field logging level. Values can be NONE, ERROR, or ALL. </p> <ul> <li> <p> <b>NONE</b>: No field-level logs are captured.</p> </li> <li> <p> <b>ERROR</b>: Logs the following information only for the fields that are in error:</p> <ul> <li> <p>The error section in the server response.</p> </li> <li> <p>Field-level errors.</p> </li> <li> <p>The generated request/response functions that got resolved for error fields.</p> </li> </ul> </li> <li> <p> <b>ALL</b>: The following information is logged for all fields in the query:</p> <ul> <li> <p>Field-level tracing information.</p> </li> <li> <p>The generated request/response functions that got resolved for each field.</p> </li> </ul> </li> </ul>"
|
||||
}
|
||||
},
|
||||
"FunctionConfiguration": {
|
||||
"base": "<p>A function is a reusable entity. Multiple functions can be used to compose the resolver logic.</p>",
|
||||
"refs": {
|
||||
"CreateFunctionResponse$functionConfiguration": "<p>The <code>Function</code> object.</p>",
|
||||
"Functions$member": null,
|
||||
"GetFunctionResponse$functionConfiguration": "<p>The <code>Function</code> object.</p>",
|
||||
"UpdateFunctionResponse$functionConfiguration": "<p>The <code>Function</code> object.</p>"
|
||||
}
|
||||
},
|
||||
"Functions": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ListFunctionsResponse$functions": "<p>A list of <code>Function</code> objects.</p>"
|
||||
}
|
||||
},
|
||||
"FunctionsIds": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PipelineConfig$functions": "<p>A list of <code>Function</code> objects.</p>"
|
||||
}
|
||||
},
|
||||
"GetDataSourceRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
@@ -254,6 +360,16 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"GetFunctionRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"GetFunctionResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"GetGraphqlApiRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
@@ -324,17 +440,25 @@
|
||||
"ListGraphqlApisResponse$graphqlApis": "<p>The <code>GraphqlApi</code> objects.</p>"
|
||||
}
|
||||
},
|
||||
"HttpDataSourceConfig": {
|
||||
"base": "<p>Describes an HTTP data source configuration.</p>",
|
||||
"refs": {
|
||||
"CreateDataSourceRequest$httpConfig": "<p>HTTP endpoint settings.</p>",
|
||||
"DataSource$httpConfig": "<p>HTTP endpoint settings.</p>",
|
||||
"UpdateDataSourceRequest$httpConfig": "<p>The new HTTP endpoint configuration.</p>"
|
||||
}
|
||||
},
|
||||
"InternalFailureException": {
|
||||
"base": "<p>An internal AWS AppSync error occurred. Try your request again.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"LambdaDataSourceConfig": {
|
||||
"base": "<p>Describes a Lambda data source configuration.</p>",
|
||||
"base": "<p>Describes an AWS Lambda data source configuration.</p>",
|
||||
"refs": {
|
||||
"CreateDataSourceRequest$lambdaConfig": "<p>AWS Lambda settings.</p>",
|
||||
"DataSource$lambdaConfig": "<p>Lambda settings.</p>",
|
||||
"UpdateDataSourceRequest$lambdaConfig": "<p>The new Lambda configuration.</p>"
|
||||
"DataSource$lambdaConfig": "<p>AWS Lambda settings.</p>",
|
||||
"UpdateDataSourceRequest$lambdaConfig": "<p>The new AWS Lambda configuration.</p>"
|
||||
}
|
||||
},
|
||||
"LimitExceededException": {
|
||||
@@ -362,6 +486,16 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListFunctionsRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListFunctionsResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListGraphqlApisRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
@@ -372,6 +506,16 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListResolversByFunctionRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListResolversByFunctionResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListResolversRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
@@ -382,6 +526,16 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListTagsForResourceRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListTagsForResourceResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListTypesRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
@@ -392,12 +546,22 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"LogConfig": {
|
||||
"base": "<p>The CloudWatch Logs configuration.</p>",
|
||||
"refs": {
|
||||
"CreateGraphqlApiRequest$logConfig": "<p>The Amazon CloudWatch Logs configuration.</p>",
|
||||
"GraphqlApi$logConfig": "<p>The Amazon CloudWatch Logs configuration.</p>",
|
||||
"UpdateGraphqlApiRequest$logConfig": "<p>The Amazon CloudWatch Logs configuration for the <code>GraphqlApi</code> object.</p>"
|
||||
}
|
||||
},
|
||||
"Long": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ApiKey$expires": "<p>The time after which the API key expires. The date is represented as seconds since the epoch, rounded down to the nearest hour.</p>",
|
||||
"CreateApiKeyRequest$expires": "<p>The time after which the API key expires. The date is represented as seconds since the epoch, rounded down to the nearest hour. The default value for this parameter is 7 days from creation time.</p>",
|
||||
"UpdateApiKeyRequest$expires": "<p>The time after which the API key expires. The date is represented as seconds since the epoch.</p>"
|
||||
"CreateApiKeyRequest$expires": "<p>The time from creation time after which the API key expires. The date is represented as seconds since the epoch, rounded down to the nearest hour. The default value for this parameter is 7 days from creation time. For more information, see .</p>",
|
||||
"OpenIDConnectConfig$iatTTL": "<p>The number of milliseconds a token is valid after being issued to a user.</p>",
|
||||
"OpenIDConnectConfig$authTTL": "<p>The number of milliseconds a token is valid after being authenticated.</p>",
|
||||
"UpdateApiKeyRequest$expires": "<p>The time from update time after which the API key expires. The date is represented as seconds since the epoch. For more information, see .</p>"
|
||||
}
|
||||
},
|
||||
"MapOfStringToString": {
|
||||
@@ -409,10 +573,16 @@
|
||||
"MappingTemplate": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CreateFunctionRequest$requestMappingTemplate": "<p>The <code>Function</code> request mapping template. Functions support only the 2018-05-29 version of the request mapping template.</p>",
|
||||
"CreateFunctionRequest$responseMappingTemplate": "<p>The <code>Function</code> response mapping template. </p>",
|
||||
"CreateResolverRequest$requestMappingTemplate": "<p>The mapping template to be used for requests.</p> <p>A resolver uses a request mapping template to convert a GraphQL expression into a format that a data source can understand. Mapping templates are written in Apache Velocity Template Language (VTL).</p>",
|
||||
"CreateResolverRequest$responseMappingTemplate": "<p>The mapping template to be used for responses from the data source.</p>",
|
||||
"FunctionConfiguration$requestMappingTemplate": "<p>The <code>Function</code> request mapping template. Functions support only the 2018-05-29 version of the request mapping template.</p>",
|
||||
"FunctionConfiguration$responseMappingTemplate": "<p>The <code>Function</code> response mapping template.</p>",
|
||||
"Resolver$requestMappingTemplate": "<p>The request mapping template.</p>",
|
||||
"Resolver$responseMappingTemplate": "<p>The response mapping template.</p>",
|
||||
"UpdateFunctionRequest$requestMappingTemplate": "<p>The <code>Function</code> request mapping template. Functions support only the 2018-05-29 version of the request mapping template.</p>",
|
||||
"UpdateFunctionRequest$responseMappingTemplate": "<p>The <code>Function</code> request mapping template. </p>",
|
||||
"UpdateResolverRequest$requestMappingTemplate": "<p>The new request mapping template.</p>",
|
||||
"UpdateResolverRequest$responseMappingTemplate": "<p>The new response mapping template.</p>"
|
||||
}
|
||||
@@ -422,16 +592,27 @@
|
||||
"refs": {
|
||||
"ListApiKeysRequest$maxResults": "<p>The maximum number of results you want the request to return.</p>",
|
||||
"ListDataSourcesRequest$maxResults": "<p>The maximum number of results you want the request to return.</p>",
|
||||
"ListFunctionsRequest$maxResults": "<p>The maximum number of results you want the request to return.</p>",
|
||||
"ListGraphqlApisRequest$maxResults": "<p>The maximum number of results you want the request to return.</p>",
|
||||
"ListResolversByFunctionRequest$maxResults": "<p>The maximum number of results you want the request to return.</p>",
|
||||
"ListResolversRequest$maxResults": "<p>The maximum number of results you want the request to return.</p>",
|
||||
"ListTypesRequest$maxResults": "<p>The maximum number of results you want the request to return.</p>"
|
||||
}
|
||||
},
|
||||
"NotFoundException": {
|
||||
"base": "<p>The resource specified in the request was not found. Check the resource and try again.</p>",
|
||||
"base": "<p>The resource specified in the request was not found. Check the resource, and then try again.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"OpenIDConnectConfig": {
|
||||
"base": "<p>Describes an OpenID Connect configuration.</p>",
|
||||
"refs": {
|
||||
"AdditionalAuthenticationProvider$openIDConnectConfig": "<p>The OpenID Connect configuration.</p>",
|
||||
"CreateGraphqlApiRequest$openIDConnectConfig": "<p>The OpenID Connect configuration.</p>",
|
||||
"GraphqlApi$openIDConnectConfig": "<p>The OpenID Connect configuration.</p>",
|
||||
"UpdateGraphqlApiRequest$openIDConnectConfig": "<p>The OpenID Connect configuration for the <code>GraphqlApi</code> object.</p>"
|
||||
}
|
||||
},
|
||||
"OutputType": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
@@ -445,14 +626,46 @@
|
||||
"ListApiKeysResponse$nextToken": "<p>An identifier to be passed in the next request to this operation to return the next set of items in the list.</p>",
|
||||
"ListDataSourcesRequest$nextToken": "<p>An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list. </p>",
|
||||
"ListDataSourcesResponse$nextToken": "<p>An identifier to be passed in the next request to this operation to return the next set of items in the list.</p>",
|
||||
"ListFunctionsRequest$nextToken": "<p>An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.</p>",
|
||||
"ListFunctionsResponse$nextToken": "<p>An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.</p>",
|
||||
"ListGraphqlApisRequest$nextToken": "<p>An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list. </p>",
|
||||
"ListGraphqlApisResponse$nextToken": "<p>An identifier to be passed in the next request to this operation to return the next set of items in the list.</p>",
|
||||
"ListResolversByFunctionRequest$nextToken": "<p>An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.</p>",
|
||||
"ListResolversByFunctionResponse$nextToken": "<p>An identifier that can be used to return the next set of items in the list.</p>",
|
||||
"ListResolversRequest$nextToken": "<p>An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list. </p>",
|
||||
"ListResolversResponse$nextToken": "<p>An identifier to be passed in the next request to this operation to return the next set of items in the list.</p>",
|
||||
"ListTypesRequest$nextToken": "<p>An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list. </p>",
|
||||
"ListTypesResponse$nextToken": "<p>An identifier to be passed in the next request to this operation to return the next set of items in the list.</p>"
|
||||
}
|
||||
},
|
||||
"PipelineConfig": {
|
||||
"base": "<p>The pipeline configuration for a resolver of kind <code>PIPELINE</code>.</p>",
|
||||
"refs": {
|
||||
"CreateResolverRequest$pipelineConfig": "<p>The <code>PipelineConfig</code>.</p>",
|
||||
"Resolver$pipelineConfig": "<p>The <code>PipelineConfig</code>.</p>",
|
||||
"UpdateResolverRequest$pipelineConfig": "<p>The <code>PipelineConfig</code>.</p>"
|
||||
}
|
||||
},
|
||||
"RdsHttpEndpointConfig": {
|
||||
"base": "<p>The Amazon RDS HTTP endpoint configuration.</p>",
|
||||
"refs": {
|
||||
"RelationalDatabaseDataSourceConfig$rdsHttpEndpointConfig": "<p>Amazon RDS HTTP endpoint settings.</p>"
|
||||
}
|
||||
},
|
||||
"RelationalDatabaseDataSourceConfig": {
|
||||
"base": "<p>Describes a relational database data source configuration.</p>",
|
||||
"refs": {
|
||||
"CreateDataSourceRequest$relationalDatabaseConfig": "<p>Relational database settings.</p>",
|
||||
"DataSource$relationalDatabaseConfig": "<p>Relational database settings.</p>",
|
||||
"UpdateDataSourceRequest$relationalDatabaseConfig": "<p>The new relational database configuration.</p>"
|
||||
}
|
||||
},
|
||||
"RelationalDatabaseSourceType": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"RelationalDatabaseDataSourceConfig$relationalDatabaseSourceType": "<p>Source type for the relational database.</p> <ul> <li> <p> <b>RDS_HTTP_ENDPOINT</b>: The relational database source type is an Amazon RDS HTTP endpoint.</p> </li> </ul>"
|
||||
}
|
||||
},
|
||||
"Resolver": {
|
||||
"base": "<p>Describes a resolver.</p>",
|
||||
"refs": {
|
||||
@@ -462,25 +675,48 @@
|
||||
"UpdateResolverResponse$resolver": "<p>The updated <code>Resolver</code> object.</p>"
|
||||
}
|
||||
},
|
||||
"ResolverKind": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CreateResolverRequest$kind": "<p>The resolver type.</p> <ul> <li> <p> <b>UNIT</b>: A UNIT resolver type. A UNIT resolver is the default resolver type. A UNIT resolver enables you to execute a GraphQL query against a single data source.</p> </li> <li> <p> <b>PIPELINE</b>: A PIPELINE resolver type. A PIPELINE resolver enables you to execute a series of <code>Function</code> in a serial manner. You can use a pipeline resolver to execute a GraphQL query against multiple data sources.</p> </li> </ul>",
|
||||
"Resolver$kind": "<p>The resolver type.</p> <ul> <li> <p> <b>UNIT</b>: A UNIT resolver type. A UNIT resolver is the default resolver type. A UNIT resolver enables you to execute a GraphQL query against a single data source.</p> </li> <li> <p> <b>PIPELINE</b>: A PIPELINE resolver type. A PIPELINE resolver enables you to execute a series of <code>Function</code> in a serial manner. You can use a pipeline resolver to execute a GraphQL query against multiple data sources.</p> </li> </ul>",
|
||||
"UpdateResolverRequest$kind": "<p>The resolver type.</p> <ul> <li> <p> <b>UNIT</b>: A UNIT resolver type. A UNIT resolver is the default resolver type. A UNIT resolver enables you to execute a GraphQL query against a single data source.</p> </li> <li> <p> <b>PIPELINE</b>: A PIPELINE resolver type. A PIPELINE resolver enables you to execute a series of <code>Function</code> in a serial manner. You can use a pipeline resolver to execute a GraphQL query against multiple data sources.</p> </li> </ul>"
|
||||
}
|
||||
},
|
||||
"Resolvers": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ListResolversByFunctionResponse$resolvers": "<p>The list of resolvers.</p>",
|
||||
"ListResolversResponse$resolvers": "<p>The <code>Resolver</code> objects.</p>"
|
||||
}
|
||||
},
|
||||
"ResourceArn": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ListTagsForResourceRequest$resourceArn": "<p>The <code>GraphqlApi</code> ARN.</p>",
|
||||
"TagResourceRequest$resourceArn": "<p>The <code>GraphqlApi</code> ARN.</p>",
|
||||
"UntagResourceRequest$resourceArn": "<p>The <code>GraphqlApi</code> ARN.</p>"
|
||||
}
|
||||
},
|
||||
"ResourceName": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CreateDataSourceRequest$name": "<p>A user-supplied name for the <code>DataSource</code>.</p>",
|
||||
"CreateFunctionRequest$name": "<p>The <code>Function</code> name. The function name does not have to be unique.</p>",
|
||||
"CreateFunctionRequest$dataSourceName": "<p>The <code>Function</code> <code>DataSource</code> name.</p>",
|
||||
"CreateResolverRequest$typeName": "<p>The name of the <code>Type</code>.</p>",
|
||||
"CreateResolverRequest$fieldName": "<p>The name of the field to attach the resolver to.</p>",
|
||||
"CreateResolverRequest$dataSourceName": "<p>The name of the data source for which the resolver is being created.</p>",
|
||||
"DataSource$name": "<p>The name of the data source.</p>",
|
||||
"DeleteDataSourceRequest$name": "<p>The name of the data source.</p>",
|
||||
"DeleteFunctionRequest$functionId": "<p>The <code>Function</code> ID.</p>",
|
||||
"DeleteResolverRequest$typeName": "<p>The name of the resolver type.</p>",
|
||||
"DeleteResolverRequest$fieldName": "<p>The resolver field name.</p>",
|
||||
"DeleteTypeRequest$typeName": "<p>The type name.</p>",
|
||||
"FunctionConfiguration$name": "<p>The name of the <code>Function</code> object.</p>",
|
||||
"FunctionConfiguration$dataSourceName": "<p>The name of the <code>DataSource</code>.</p>",
|
||||
"GetDataSourceRequest$name": "<p>The name of the data source.</p>",
|
||||
"GetFunctionRequest$functionId": "<p>The <code>Function</code> ID.</p>",
|
||||
"GetResolverRequest$typeName": "<p>The resolver type name.</p>",
|
||||
"GetResolverRequest$fieldName": "<p>The resolver field name.</p>",
|
||||
"GetTypeRequest$typeName": "<p>The type name.</p>",
|
||||
@@ -490,6 +726,9 @@
|
||||
"Resolver$dataSourceName": "<p>The resolver data source name.</p>",
|
||||
"Type$name": "<p>The type name.</p>",
|
||||
"UpdateDataSourceRequest$name": "<p>The new name for the data source.</p>",
|
||||
"UpdateFunctionRequest$name": "<p>The <code>Function</code> name.</p>",
|
||||
"UpdateFunctionRequest$functionId": "<p>The function ID.</p>",
|
||||
"UpdateFunctionRequest$dataSourceName": "<p>The <code>Function</code> <code>DataSource</code> name.</p>",
|
||||
"UpdateResolverRequest$typeName": "<p>The new type name.</p>",
|
||||
"UpdateResolverRequest$fieldName": "<p>The new field name.</p>",
|
||||
"UpdateResolverRequest$dataSourceName": "<p>The new data source name.</p>",
|
||||
@@ -499,8 +738,8 @@
|
||||
"SchemaStatus": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"GetSchemaCreationStatusResponse$status": "<p>The current state of the schema (PROCESSING, ACTIVE, or DELETING). Once the schema is in the ACTIVE state, you can add data.</p>",
|
||||
"StartSchemaCreationResponse$status": "<p>The current state of the schema (PROCESSING, ACTIVE, or DELETING). Once the schema is in the ACTIVE state, you can add data.</p>"
|
||||
"GetSchemaCreationStatusResponse$status": "<p>The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.</p>",
|
||||
"StartSchemaCreationResponse$status": "<p>The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.</p>"
|
||||
}
|
||||
},
|
||||
"StartSchemaCreationRequest": {
|
||||
@@ -516,34 +755,50 @@
|
||||
"String": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"AccessDeniedException$message": null,
|
||||
"ApiKey$id": "<p>The API key ID.</p>",
|
||||
"ApiKey$description": "<p>A description of the purpose of the API key.</p>",
|
||||
"ApiKeyLimitExceededException$message": null,
|
||||
"ApiKeyValidityOutOfBoundsException$message": null,
|
||||
"ApiLimitExceededException$message": null,
|
||||
"AwsIamConfig$signingRegion": "<p>The signing region for AWS IAM authorization.</p>",
|
||||
"AwsIamConfig$signingServiceName": "<p>The signing service name for AWS IAM authorization.</p>",
|
||||
"CognitoUserPoolConfig$userPoolId": "<p>The user pool ID.</p>",
|
||||
"CognitoUserPoolConfig$awsRegion": "<p>The AWS Region in which the user pool was created.</p>",
|
||||
"CognitoUserPoolConfig$appIdClientRegex": "<p>A regular expression for validating the incoming Amazon Cognito user pool app client ID.</p>",
|
||||
"CreateApiKeyRequest$apiId": "<p>The ID for your GraphQL API.</p>",
|
||||
"CreateApiKeyRequest$description": "<p>A description of the purpose of the API key.</p>",
|
||||
"CreateDataSourceRequest$apiId": "<p>The API ID for the GraphQL API for the <code>DataSource</code>.</p>",
|
||||
"CreateDataSourceRequest$description": "<p>A description of the <code>DataSource</code>.</p>",
|
||||
"CreateDataSourceRequest$serviceRoleArn": "<p>The IAM service role ARN for the data source. The system assumes this role when accessing the data source.</p>",
|
||||
"CreateDataSourceRequest$serviceRoleArn": "<p>The AWS IAM service role ARN for the data source. The system assumes this role when accessing the data source.</p>",
|
||||
"CreateFunctionRequest$apiId": "<p>The GraphQL API ID.</p>",
|
||||
"CreateFunctionRequest$description": "<p>The <code>Function</code> description.</p>",
|
||||
"CreateFunctionRequest$functionVersion": "<p>The <code>version</code> of the request mapping template. Currently the supported value is 2018-05-29. </p>",
|
||||
"CreateGraphqlApiRequest$name": "<p>A user-supplied name for the <code>GraphqlApi</code>.</p>",
|
||||
"CreateResolverRequest$apiId": "<p>The ID for the GraphQL API for which the resolver is being created.</p>",
|
||||
"CreateTypeRequest$apiId": "<p>The API ID.</p>",
|
||||
"CreateTypeRequest$definition": "<p>The type definition, in GraphQL Schema Definition Language (SDL) format.</p> <p>For more information, see the <a href=\"http://graphql.org/learn/schema/\">GraphQL SDL documentation</a>.</p>",
|
||||
"DataSource$dataSourceArn": "<p>The data source ARN.</p>",
|
||||
"DataSource$description": "<p>The description of the data source.</p>",
|
||||
"DataSource$serviceRoleArn": "<p>The IAM service role ARN for the data source. The system assumes this role when accessing the data source.</p>",
|
||||
"DataSource$serviceRoleArn": "<p>The AWS IAM service role ARN for the data source. The system assumes this role when accessing the data source.</p>",
|
||||
"DeleteApiKeyRequest$apiId": "<p>The API ID.</p>",
|
||||
"DeleteApiKeyRequest$id": "<p>The ID for the API key.</p>",
|
||||
"DeleteDataSourceRequest$apiId": "<p>The API ID.</p>",
|
||||
"DeleteFunctionRequest$apiId": "<p>The GraphQL API ID.</p>",
|
||||
"DeleteGraphqlApiRequest$apiId": "<p>The API ID.</p>",
|
||||
"DeleteResolverRequest$apiId": "<p>The API ID.</p>",
|
||||
"DeleteTypeRequest$apiId": "<p>The API ID.</p>",
|
||||
"DynamodbDataSourceConfig$tableName": "<p>The table name.</p>",
|
||||
"DynamodbDataSourceConfig$awsRegion": "<p>The AWS region.</p>",
|
||||
"DynamodbDataSourceConfig$awsRegion": "<p>The AWS Region.</p>",
|
||||
"ElasticsearchDataSourceConfig$endpoint": "<p>The endpoint.</p>",
|
||||
"ElasticsearchDataSourceConfig$awsRegion": "<p>The AWS region.</p>",
|
||||
"ElasticsearchDataSourceConfig$awsRegion": "<p>The AWS Region.</p>",
|
||||
"FunctionConfiguration$functionId": "<p>A unique ID representing the <code>Function</code> object.</p>",
|
||||
"FunctionConfiguration$functionArn": "<p>The ARN of the <code>Function</code> object.</p>",
|
||||
"FunctionConfiguration$description": "<p>The <code>Function</code> description.</p>",
|
||||
"FunctionConfiguration$functionVersion": "<p>The version of the request mapping template. Currently only the 2018-05-29 version of the template is supported.</p>",
|
||||
"FunctionsIds$member": null,
|
||||
"GetDataSourceRequest$apiId": "<p>The API ID.</p>",
|
||||
"GetFunctionRequest$apiId": "<p>The GraphQL API ID.</p>",
|
||||
"GetGraphqlApiRequest$apiId": "<p>The API ID for the GraphQL API.</p>",
|
||||
"GetIntrospectionSchemaRequest$apiId": "<p>The API ID.</p>",
|
||||
"GetResolverRequest$apiId": "<p>The API ID.</p>",
|
||||
@@ -552,37 +807,90 @@
|
||||
"GetTypeRequest$apiId": "<p>The API ID.</p>",
|
||||
"GraphqlApi$apiId": "<p>The API ID.</p>",
|
||||
"GraphqlApi$arn": "<p>The ARN.</p>",
|
||||
"HttpDataSourceConfig$endpoint": "<p>The HTTP URL endpoint. You can either specify the domain name or IP, and port combination, and the URL scheme must be HTTP or HTTPS. If the port is not specified, AWS AppSync uses the default port 80 for the HTTP endpoint and port 443 for HTTPS endpoints.</p>",
|
||||
"InternalFailureException$message": null,
|
||||
"LambdaDataSourceConfig$lambdaFunctionArn": "<p>The ARN for the Lambda function.</p>",
|
||||
"LimitExceededException$message": null,
|
||||
"ListApiKeysRequest$apiId": "<p>The API ID.</p>",
|
||||
"ListDataSourcesRequest$apiId": "<p>The API ID.</p>",
|
||||
"ListFunctionsRequest$apiId": "<p>The GraphQL API ID.</p>",
|
||||
"ListResolversByFunctionRequest$apiId": "<p>The API ID.</p>",
|
||||
"ListResolversByFunctionRequest$functionId": "<p>The Function ID.</p>",
|
||||
"ListResolversRequest$apiId": "<p>The API ID.</p>",
|
||||
"ListResolversRequest$typeName": "<p>The type name.</p>",
|
||||
"ListTypesRequest$apiId": "<p>The API ID.</p>",
|
||||
"LogConfig$cloudWatchLogsRoleArn": "<p>The service role that AWS AppSync will assume to publish to Amazon CloudWatch logs in your account. </p>",
|
||||
"MapOfStringToString$key": null,
|
||||
"MapOfStringToString$value": null,
|
||||
"NotFoundException$message": null,
|
||||
"OpenIDConnectConfig$issuer": "<p>The issuer for the OpenID Connect configuration. The issuer returned by discovery must exactly match the value of <code>iss</code> in the ID token.</p>",
|
||||
"OpenIDConnectConfig$clientId": "<p>The client identifier of the Relying party at the OpenID identity provider. This identifier is typically obtained when the Relying party is registered with the OpenID identity provider. You can specify a regular expression so the AWS AppSync can validate against multiple client identifiers at a time.</p>",
|
||||
"RdsHttpEndpointConfig$awsRegion": "<p>AWS Region for RDS HTTP endpoint.</p>",
|
||||
"RdsHttpEndpointConfig$dbClusterIdentifier": "<p>Amazon RDS cluster identifier.</p>",
|
||||
"RdsHttpEndpointConfig$databaseName": "<p>Logical database name.</p>",
|
||||
"RdsHttpEndpointConfig$schema": "<p>Logical schema name.</p>",
|
||||
"RdsHttpEndpointConfig$awsSecretStoreArn": "<p>AWS secret store ARN for database credentials.</p>",
|
||||
"Resolver$resolverArn": "<p>The resolver ARN.</p>",
|
||||
"StartSchemaCreationRequest$apiId": "<p>The API ID.</p>",
|
||||
"Type$description": "<p>The type description.</p>",
|
||||
"Type$arn": "<p>The type ARN.</p>",
|
||||
"Type$definition": "<p>The type definition.</p>",
|
||||
"UnauthorizedException$message": null,
|
||||
"UpdateApiKeyRequest$apiId": "<p>The ID for the GraphQL API</p>",
|
||||
"UpdateApiKeyRequest$apiId": "<p>The ID for the GraphQL API.</p>",
|
||||
"UpdateApiKeyRequest$id": "<p>The API key ID.</p>",
|
||||
"UpdateApiKeyRequest$description": "<p>A description of the purpose of the API key.</p>",
|
||||
"UpdateDataSourceRequest$apiId": "<p>The API ID.</p>",
|
||||
"UpdateDataSourceRequest$description": "<p>The new description for the data source.</p>",
|
||||
"UpdateDataSourceRequest$serviceRoleArn": "<p>The new service role ARN for the data source.</p>",
|
||||
"UpdateFunctionRequest$apiId": "<p>The GraphQL API ID.</p>",
|
||||
"UpdateFunctionRequest$description": "<p>The <code>Function</code> description.</p>",
|
||||
"UpdateFunctionRequest$functionVersion": "<p>The <code>version</code> of the request mapping template. Currently the supported value is 2018-05-29. </p>",
|
||||
"UpdateGraphqlApiRequest$apiId": "<p>The API ID.</p>",
|
||||
"UpdateGraphqlApiRequest$name": "<p>The new name for the <code>GraphqlApi</code> object.</p>",
|
||||
"UpdateResolverRequest$apiId": "<p>The API ID.</p>",
|
||||
"UpdateTypeRequest$apiId": "<p>The API ID.</p>",
|
||||
"UpdateTypeRequest$definition": "<p>The new definition.</p>",
|
||||
"UserPoolConfig$userPoolId": "<p>The user pool ID.</p>",
|
||||
"UserPoolConfig$awsRegion": "<p>The AWS region in which the user pool was created.</p>",
|
||||
"UserPoolConfig$appIdClientRegex": "<p>A regular expression for validating the incoming Amazon Cognito User Pool app client ID.</p>"
|
||||
"UserPoolConfig$awsRegion": "<p>The AWS Region in which the user pool was created.</p>",
|
||||
"UserPoolConfig$appIdClientRegex": "<p>A regular expression for validating the incoming Amazon Cognito user pool app client ID.</p>"
|
||||
}
|
||||
},
|
||||
"TagKey": {
|
||||
"base": "<p>The key for the tag.</p>",
|
||||
"refs": {
|
||||
"TagKeyList$member": null,
|
||||
"TagMap$key": null
|
||||
}
|
||||
},
|
||||
"TagKeyList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"UntagResourceRequest$tagKeys": "<p>A list of <code>TagKey</code> objects.</p>"
|
||||
}
|
||||
},
|
||||
"TagMap": {
|
||||
"base": "<p>A map with keys of <code>TagKey</code> objects and values of <code>TagValue</code> objects.</p>",
|
||||
"refs": {
|
||||
"CreateGraphqlApiRequest$tags": "<p>A <code>TagMap</code> object.</p>",
|
||||
"GraphqlApi$tags": "<p>The tags.</p>",
|
||||
"ListTagsForResourceResponse$tags": "<p>A <code>TagMap</code> object.</p>",
|
||||
"TagResourceRequest$tags": "<p>A <code>TagMap</code> object.</p>"
|
||||
}
|
||||
},
|
||||
"TagResourceRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"TagResourceResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"TagValue": {
|
||||
"base": "<p>The value for the tag.</p>",
|
||||
"refs": {
|
||||
"TagMap$value": null
|
||||
}
|
||||
},
|
||||
"Type": {
|
||||
@@ -615,6 +923,16 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"UntagResourceRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"UntagResourceResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"UpdateApiKeyRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
@@ -635,6 +953,16 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"UpdateFunctionRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"UpdateFunctionResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"UpdateGraphqlApiRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
@@ -666,11 +994,11 @@
|
||||
}
|
||||
},
|
||||
"UserPoolConfig": {
|
||||
"base": "<p>Describes an Amazon Cognito User Pool configuration.</p>",
|
||||
"base": "<p>Describes an Amazon Cognito user pool configuration.</p>",
|
||||
"refs": {
|
||||
"CreateGraphqlApiRequest$userPoolConfig": "<p>The Amazon Cognito User Pool configuration.</p>",
|
||||
"GraphqlApi$userPoolConfig": "<p>The Amazon Cognito User Pool configuration.</p>",
|
||||
"UpdateGraphqlApiRequest$userPoolConfig": "<p>The new Amazon Cognito User Pool configuration for the <code>GraphqlApi</code> object.</p>"
|
||||
"CreateGraphqlApiRequest$userPoolConfig": "<p>The Amazon Cognito user pool configuration.</p>",
|
||||
"GraphqlApi$userPoolConfig": "<p>The Amazon Cognito user pool configuration.</p>",
|
||||
"UpdateGraphqlApiRequest$userPoolConfig": "<p>The new Amazon Cognito user pool configuration for the <code>GraphqlApi</code> object.</p>"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user