Versions in this module Expand all Collapse all v1 v1.13.9 Mar 6, 2018 Changes in this version + const AuthenticationTypeAmazonCognitoUserPools + const AuthenticationTypeApiKey + const AuthenticationTypeAwsIam + const DataSourceTypeAmazonDynamodb + const DataSourceTypeAmazonElasticsearch + const DataSourceTypeAwsLambda + const DataSourceTypeNone + const DefaultActionAllow + const DefaultActionDeny + const EndpointsID + const ErrCodeApiKeyLimitExceededException + const ErrCodeApiKeyValidityOutOfBoundsException + const ErrCodeApiLimitExceededException + const ErrCodeBadRequestException + const ErrCodeConcurrentModificationException + const ErrCodeGraphQLSchemaException + const ErrCodeInternalFailureException + const ErrCodeLimitExceededException + const ErrCodeNotFoundException + const ErrCodeUnauthorizedException + const OutputTypeJson + const OutputTypeSdl + const SchemaStatusActive + const SchemaStatusDeleting + const SchemaStatusProcessing + const ServiceName + const TypeDefinitionFormatJson + const TypeDefinitionFormatSdl + type ApiKey struct + Description *string + Expires *int64 + Id *string + func (s *ApiKey) SetDescription(v string) *ApiKey + func (s *ApiKey) SetExpires(v int64) *ApiKey + func (s *ApiKey) SetId(v string) *ApiKey + func (s ApiKey) GoString() string + func (s ApiKey) String() string + type AppSync struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *AppSync + func (c *AppSync) CreateApiKey(input *CreateApiKeyInput) (*CreateApiKeyOutput, error) + func (c *AppSync) CreateApiKeyRequest(input *CreateApiKeyInput) (req *request.Request, output *CreateApiKeyOutput) + func (c *AppSync) CreateApiKeyWithContext(ctx aws.Context, input *CreateApiKeyInput, opts ...request.Option) (*CreateApiKeyOutput, error) + func (c *AppSync) CreateDataSource(input *CreateDataSourceInput) (*CreateDataSourceOutput, error) + func (c *AppSync) CreateDataSourceRequest(input *CreateDataSourceInput) (req *request.Request, output *CreateDataSourceOutput) + func (c *AppSync) CreateDataSourceWithContext(ctx aws.Context, input *CreateDataSourceInput, opts ...request.Option) (*CreateDataSourceOutput, error) + func (c *AppSync) CreateGraphqlApi(input *CreateGraphqlApiInput) (*CreateGraphqlApiOutput, error) + func (c *AppSync) CreateGraphqlApiRequest(input *CreateGraphqlApiInput) (req *request.Request, output *CreateGraphqlApiOutput) + func (c *AppSync) CreateGraphqlApiWithContext(ctx aws.Context, input *CreateGraphqlApiInput, opts ...request.Option) (*CreateGraphqlApiOutput, error) + func (c *AppSync) CreateResolver(input *CreateResolverInput) (*CreateResolverOutput, error) + func (c *AppSync) CreateResolverRequest(input *CreateResolverInput) (req *request.Request, output *CreateResolverOutput) + func (c *AppSync) CreateResolverWithContext(ctx aws.Context, input *CreateResolverInput, opts ...request.Option) (*CreateResolverOutput, error) + func (c *AppSync) CreateType(input *CreateTypeInput) (*CreateTypeOutput, error) + func (c *AppSync) CreateTypeRequest(input *CreateTypeInput) (req *request.Request, output *CreateTypeOutput) + func (c *AppSync) CreateTypeWithContext(ctx aws.Context, input *CreateTypeInput, opts ...request.Option) (*CreateTypeOutput, error) + func (c *AppSync) DeleteApiKey(input *DeleteApiKeyInput) (*DeleteApiKeyOutput, error) + func (c *AppSync) DeleteApiKeyRequest(input *DeleteApiKeyInput) (req *request.Request, output *DeleteApiKeyOutput) + func (c *AppSync) DeleteApiKeyWithContext(ctx aws.Context, input *DeleteApiKeyInput, opts ...request.Option) (*DeleteApiKeyOutput, error) + func (c *AppSync) DeleteDataSource(input *DeleteDataSourceInput) (*DeleteDataSourceOutput, error) + func (c *AppSync) DeleteDataSourceRequest(input *DeleteDataSourceInput) (req *request.Request, output *DeleteDataSourceOutput) + func (c *AppSync) DeleteDataSourceWithContext(ctx aws.Context, input *DeleteDataSourceInput, opts ...request.Option) (*DeleteDataSourceOutput, error) + func (c *AppSync) DeleteGraphqlApi(input *DeleteGraphqlApiInput) (*DeleteGraphqlApiOutput, error) + func (c *AppSync) DeleteGraphqlApiRequest(input *DeleteGraphqlApiInput) (req *request.Request, output *DeleteGraphqlApiOutput) + func (c *AppSync) DeleteGraphqlApiWithContext(ctx aws.Context, input *DeleteGraphqlApiInput, opts ...request.Option) (*DeleteGraphqlApiOutput, error) + func (c *AppSync) DeleteResolver(input *DeleteResolverInput) (*DeleteResolverOutput, error) + func (c *AppSync) DeleteResolverRequest(input *DeleteResolverInput) (req *request.Request, output *DeleteResolverOutput) + func (c *AppSync) DeleteResolverWithContext(ctx aws.Context, input *DeleteResolverInput, opts ...request.Option) (*DeleteResolverOutput, error) + func (c *AppSync) DeleteType(input *DeleteTypeInput) (*DeleteTypeOutput, error) + func (c *AppSync) DeleteTypeRequest(input *DeleteTypeInput) (req *request.Request, output *DeleteTypeOutput) + func (c *AppSync) DeleteTypeWithContext(ctx aws.Context, input *DeleteTypeInput, opts ...request.Option) (*DeleteTypeOutput, error) + func (c *AppSync) GetDataSource(input *GetDataSourceInput) (*GetDataSourceOutput, error) + func (c *AppSync) GetDataSourceRequest(input *GetDataSourceInput) (req *request.Request, output *GetDataSourceOutput) + func (c *AppSync) GetDataSourceWithContext(ctx aws.Context, input *GetDataSourceInput, opts ...request.Option) (*GetDataSourceOutput, error) + func (c *AppSync) GetGraphqlApi(input *GetGraphqlApiInput) (*GetGraphqlApiOutput, error) + func (c *AppSync) GetGraphqlApiRequest(input *GetGraphqlApiInput) (req *request.Request, output *GetGraphqlApiOutput) + func (c *AppSync) GetGraphqlApiWithContext(ctx aws.Context, input *GetGraphqlApiInput, opts ...request.Option) (*GetGraphqlApiOutput, error) + func (c *AppSync) GetIntrospectionSchema(input *GetIntrospectionSchemaInput) (*GetIntrospectionSchemaOutput, error) + func (c *AppSync) GetIntrospectionSchemaRequest(input *GetIntrospectionSchemaInput) (req *request.Request, output *GetIntrospectionSchemaOutput) + func (c *AppSync) GetIntrospectionSchemaWithContext(ctx aws.Context, input *GetIntrospectionSchemaInput, opts ...request.Option) (*GetIntrospectionSchemaOutput, error) + func (c *AppSync) GetResolver(input *GetResolverInput) (*GetResolverOutput, error) + func (c *AppSync) GetResolverRequest(input *GetResolverInput) (req *request.Request, output *GetResolverOutput) + func (c *AppSync) GetResolverWithContext(ctx aws.Context, input *GetResolverInput, opts ...request.Option) (*GetResolverOutput, error) + func (c *AppSync) GetSchemaCreationStatus(input *GetSchemaCreationStatusInput) (*GetSchemaCreationStatusOutput, error) + func (c *AppSync) GetSchemaCreationStatusRequest(input *GetSchemaCreationStatusInput) (req *request.Request, output *GetSchemaCreationStatusOutput) + func (c *AppSync) GetSchemaCreationStatusWithContext(ctx aws.Context, input *GetSchemaCreationStatusInput, opts ...request.Option) (*GetSchemaCreationStatusOutput, error) + func (c *AppSync) GetType(input *GetTypeInput) (*GetTypeOutput, error) + func (c *AppSync) GetTypeRequest(input *GetTypeInput) (req *request.Request, output *GetTypeOutput) + func (c *AppSync) GetTypeWithContext(ctx aws.Context, input *GetTypeInput, opts ...request.Option) (*GetTypeOutput, error) + func (c *AppSync) ListApiKeys(input *ListApiKeysInput) (*ListApiKeysOutput, error) + func (c *AppSync) ListApiKeysRequest(input *ListApiKeysInput) (req *request.Request, output *ListApiKeysOutput) + func (c *AppSync) ListApiKeysWithContext(ctx aws.Context, input *ListApiKeysInput, opts ...request.Option) (*ListApiKeysOutput, error) + func (c *AppSync) ListDataSources(input *ListDataSourcesInput) (*ListDataSourcesOutput, error) + func (c *AppSync) ListDataSourcesRequest(input *ListDataSourcesInput) (req *request.Request, output *ListDataSourcesOutput) + func (c *AppSync) ListDataSourcesWithContext(ctx aws.Context, input *ListDataSourcesInput, opts ...request.Option) (*ListDataSourcesOutput, error) + func (c *AppSync) ListGraphqlApis(input *ListGraphqlApisInput) (*ListGraphqlApisOutput, error) + func (c *AppSync) ListGraphqlApisRequest(input *ListGraphqlApisInput) (req *request.Request, output *ListGraphqlApisOutput) + func (c *AppSync) ListGraphqlApisWithContext(ctx aws.Context, input *ListGraphqlApisInput, opts ...request.Option) (*ListGraphqlApisOutput, error) + func (c *AppSync) ListResolvers(input *ListResolversInput) (*ListResolversOutput, error) + func (c *AppSync) ListResolversRequest(input *ListResolversInput) (req *request.Request, output *ListResolversOutput) + func (c *AppSync) ListResolversWithContext(ctx aws.Context, input *ListResolversInput, opts ...request.Option) (*ListResolversOutput, error) + func (c *AppSync) ListTypes(input *ListTypesInput) (*ListTypesOutput, error) + func (c *AppSync) ListTypesRequest(input *ListTypesInput) (req *request.Request, output *ListTypesOutput) + func (c *AppSync) ListTypesWithContext(ctx aws.Context, input *ListTypesInput, opts ...request.Option) (*ListTypesOutput, error) + func (c *AppSync) StartSchemaCreation(input *StartSchemaCreationInput) (*StartSchemaCreationOutput, error) + func (c *AppSync) StartSchemaCreationRequest(input *StartSchemaCreationInput) (req *request.Request, output *StartSchemaCreationOutput) + func (c *AppSync) StartSchemaCreationWithContext(ctx aws.Context, input *StartSchemaCreationInput, opts ...request.Option) (*StartSchemaCreationOutput, error) + func (c *AppSync) UpdateApiKey(input *UpdateApiKeyInput) (*UpdateApiKeyOutput, error) + func (c *AppSync) UpdateApiKeyRequest(input *UpdateApiKeyInput) (req *request.Request, output *UpdateApiKeyOutput) + func (c *AppSync) UpdateApiKeyWithContext(ctx aws.Context, input *UpdateApiKeyInput, opts ...request.Option) (*UpdateApiKeyOutput, error) + func (c *AppSync) UpdateDataSource(input *UpdateDataSourceInput) (*UpdateDataSourceOutput, error) + func (c *AppSync) UpdateDataSourceRequest(input *UpdateDataSourceInput) (req *request.Request, output *UpdateDataSourceOutput) + func (c *AppSync) UpdateDataSourceWithContext(ctx aws.Context, input *UpdateDataSourceInput, opts ...request.Option) (*UpdateDataSourceOutput, error) + func (c *AppSync) UpdateGraphqlApi(input *UpdateGraphqlApiInput) (*UpdateGraphqlApiOutput, error) + func (c *AppSync) UpdateGraphqlApiRequest(input *UpdateGraphqlApiInput) (req *request.Request, output *UpdateGraphqlApiOutput) + func (c *AppSync) UpdateGraphqlApiWithContext(ctx aws.Context, input *UpdateGraphqlApiInput, opts ...request.Option) (*UpdateGraphqlApiOutput, error) + func (c *AppSync) UpdateResolver(input *UpdateResolverInput) (*UpdateResolverOutput, error) + func (c *AppSync) UpdateResolverRequest(input *UpdateResolverInput) (req *request.Request, output *UpdateResolverOutput) + func (c *AppSync) UpdateResolverWithContext(ctx aws.Context, input *UpdateResolverInput, opts ...request.Option) (*UpdateResolverOutput, error) + func (c *AppSync) UpdateType(input *UpdateTypeInput) (*UpdateTypeOutput, error) + func (c *AppSync) UpdateTypeRequest(input *UpdateTypeInput) (req *request.Request, output *UpdateTypeOutput) + func (c *AppSync) UpdateTypeWithContext(ctx aws.Context, input *UpdateTypeInput, opts ...request.Option) (*UpdateTypeOutput, error) + type CreateApiKeyInput struct + ApiId *string + Description *string + Expires *int64 + func (s *CreateApiKeyInput) SetApiId(v string) *CreateApiKeyInput + func (s *CreateApiKeyInput) SetDescription(v string) *CreateApiKeyInput + func (s *CreateApiKeyInput) SetExpires(v int64) *CreateApiKeyInput + func (s *CreateApiKeyInput) Validate() error + func (s CreateApiKeyInput) GoString() string + func (s CreateApiKeyInput) String() string + type CreateApiKeyOutput struct + ApiKey *ApiKey + func (s *CreateApiKeyOutput) SetApiKey(v *ApiKey) *CreateApiKeyOutput + func (s CreateApiKeyOutput) GoString() string + func (s CreateApiKeyOutput) String() string + type CreateDataSourceInput struct + ApiId *string + Description *string + DynamodbConfig *DynamodbDataSourceConfig + ElasticsearchConfig *ElasticsearchDataSourceConfig + LambdaConfig *LambdaDataSourceConfig + Name *string + ServiceRoleArn *string + Type *string + func (s *CreateDataSourceInput) SetApiId(v string) *CreateDataSourceInput + func (s *CreateDataSourceInput) SetDescription(v string) *CreateDataSourceInput + func (s *CreateDataSourceInput) SetDynamodbConfig(v *DynamodbDataSourceConfig) *CreateDataSourceInput + func (s *CreateDataSourceInput) SetElasticsearchConfig(v *ElasticsearchDataSourceConfig) *CreateDataSourceInput + func (s *CreateDataSourceInput) SetLambdaConfig(v *LambdaDataSourceConfig) *CreateDataSourceInput + func (s *CreateDataSourceInput) SetName(v string) *CreateDataSourceInput + func (s *CreateDataSourceInput) SetServiceRoleArn(v string) *CreateDataSourceInput + func (s *CreateDataSourceInput) SetType(v string) *CreateDataSourceInput + func (s *CreateDataSourceInput) Validate() error + func (s CreateDataSourceInput) GoString() string + func (s CreateDataSourceInput) String() string + type CreateDataSourceOutput struct + DataSource *DataSource + func (s *CreateDataSourceOutput) SetDataSource(v *DataSource) *CreateDataSourceOutput + func (s CreateDataSourceOutput) GoString() string + func (s CreateDataSourceOutput) String() string + type CreateGraphqlApiInput struct + AuthenticationType *string + Name *string + UserPoolConfig *UserPoolConfig + func (s *CreateGraphqlApiInput) SetAuthenticationType(v string) *CreateGraphqlApiInput + func (s *CreateGraphqlApiInput) SetName(v string) *CreateGraphqlApiInput + func (s *CreateGraphqlApiInput) SetUserPoolConfig(v *UserPoolConfig) *CreateGraphqlApiInput + func (s *CreateGraphqlApiInput) Validate() error + func (s CreateGraphqlApiInput) GoString() string + func (s CreateGraphqlApiInput) String() string + type CreateGraphqlApiOutput struct + GraphqlApi *GraphqlApi + func (s *CreateGraphqlApiOutput) SetGraphqlApi(v *GraphqlApi) *CreateGraphqlApiOutput + func (s CreateGraphqlApiOutput) GoString() string + func (s CreateGraphqlApiOutput) String() string + type CreateResolverInput struct + ApiId *string + DataSourceName *string + FieldName *string + RequestMappingTemplate *string + ResponseMappingTemplate *string + TypeName *string + func (s *CreateResolverInput) SetApiId(v string) *CreateResolverInput + func (s *CreateResolverInput) SetDataSourceName(v string) *CreateResolverInput + func (s *CreateResolverInput) SetFieldName(v string) *CreateResolverInput + func (s *CreateResolverInput) SetRequestMappingTemplate(v string) *CreateResolverInput + func (s *CreateResolverInput) SetResponseMappingTemplate(v string) *CreateResolverInput + func (s *CreateResolverInput) SetTypeName(v string) *CreateResolverInput + func (s *CreateResolverInput) Validate() error + func (s CreateResolverInput) GoString() string + func (s CreateResolverInput) String() string + type CreateResolverOutput struct + Resolver *Resolver + func (s *CreateResolverOutput) SetResolver(v *Resolver) *CreateResolverOutput + func (s CreateResolverOutput) GoString() string + func (s CreateResolverOutput) String() string + type CreateTypeInput struct + ApiId *string + Definition *string + Format *string + func (s *CreateTypeInput) SetApiId(v string) *CreateTypeInput + func (s *CreateTypeInput) SetDefinition(v string) *CreateTypeInput + func (s *CreateTypeInput) SetFormat(v string) *CreateTypeInput + func (s *CreateTypeInput) Validate() error + func (s CreateTypeInput) GoString() string + func (s CreateTypeInput) String() string + type CreateTypeOutput struct + Type *Type + func (s *CreateTypeOutput) SetType(v *Type) *CreateTypeOutput + func (s CreateTypeOutput) GoString() string + func (s CreateTypeOutput) String() string + type DataSource struct + DataSourceArn *string + Description *string + DynamodbConfig *DynamodbDataSourceConfig + ElasticsearchConfig *ElasticsearchDataSourceConfig + LambdaConfig *LambdaDataSourceConfig + Name *string + ServiceRoleArn *string + Type *string + func (s *DataSource) SetDataSourceArn(v string) *DataSource + func (s *DataSource) SetDescription(v string) *DataSource + func (s *DataSource) SetDynamodbConfig(v *DynamodbDataSourceConfig) *DataSource + func (s *DataSource) SetElasticsearchConfig(v *ElasticsearchDataSourceConfig) *DataSource + func (s *DataSource) SetLambdaConfig(v *LambdaDataSourceConfig) *DataSource + func (s *DataSource) SetName(v string) *DataSource + func (s *DataSource) SetServiceRoleArn(v string) *DataSource + func (s *DataSource) SetType(v string) *DataSource + func (s DataSource) GoString() string + func (s DataSource) String() string + type DeleteApiKeyInput struct + ApiId *string + Id *string + func (s *DeleteApiKeyInput) SetApiId(v string) *DeleteApiKeyInput + func (s *DeleteApiKeyInput) SetId(v string) *DeleteApiKeyInput + func (s *DeleteApiKeyInput) Validate() error + func (s DeleteApiKeyInput) GoString() string + func (s DeleteApiKeyInput) String() string + type DeleteApiKeyOutput struct + func (s DeleteApiKeyOutput) GoString() string + func (s DeleteApiKeyOutput) String() string + type DeleteDataSourceInput struct + ApiId *string + Name *string + func (s *DeleteDataSourceInput) SetApiId(v string) *DeleteDataSourceInput + func (s *DeleteDataSourceInput) SetName(v string) *DeleteDataSourceInput + func (s *DeleteDataSourceInput) Validate() error + func (s DeleteDataSourceInput) GoString() string + func (s DeleteDataSourceInput) String() string + type DeleteDataSourceOutput struct + func (s DeleteDataSourceOutput) GoString() string + func (s DeleteDataSourceOutput) String() string + type DeleteGraphqlApiInput struct + ApiId *string + func (s *DeleteGraphqlApiInput) SetApiId(v string) *DeleteGraphqlApiInput + func (s *DeleteGraphqlApiInput) Validate() error + func (s DeleteGraphqlApiInput) GoString() string + func (s DeleteGraphqlApiInput) String() string + type DeleteGraphqlApiOutput struct + func (s DeleteGraphqlApiOutput) GoString() string + func (s DeleteGraphqlApiOutput) String() string + type DeleteResolverInput struct + ApiId *string + FieldName *string + TypeName *string + func (s *DeleteResolverInput) SetApiId(v string) *DeleteResolverInput + func (s *DeleteResolverInput) SetFieldName(v string) *DeleteResolverInput + func (s *DeleteResolverInput) SetTypeName(v string) *DeleteResolverInput + func (s *DeleteResolverInput) Validate() error + func (s DeleteResolverInput) GoString() string + func (s DeleteResolverInput) String() string + type DeleteResolverOutput struct + func (s DeleteResolverOutput) GoString() string + func (s DeleteResolverOutput) String() string + type DeleteTypeInput struct + ApiId *string + TypeName *string + func (s *DeleteTypeInput) SetApiId(v string) *DeleteTypeInput + func (s *DeleteTypeInput) SetTypeName(v string) *DeleteTypeInput + func (s *DeleteTypeInput) Validate() error + func (s DeleteTypeInput) GoString() string + func (s DeleteTypeInput) String() string + type DeleteTypeOutput struct + func (s DeleteTypeOutput) GoString() string + func (s DeleteTypeOutput) String() string + type DynamodbDataSourceConfig struct + AwsRegion *string + TableName *string + UseCallerCredentials *bool + func (s *DynamodbDataSourceConfig) SetAwsRegion(v string) *DynamodbDataSourceConfig + func (s *DynamodbDataSourceConfig) SetTableName(v string) *DynamodbDataSourceConfig + func (s *DynamodbDataSourceConfig) SetUseCallerCredentials(v bool) *DynamodbDataSourceConfig + func (s *DynamodbDataSourceConfig) Validate() error + func (s DynamodbDataSourceConfig) GoString() string + func (s DynamodbDataSourceConfig) String() string + type ElasticsearchDataSourceConfig struct + AwsRegion *string + Endpoint *string + func (s *ElasticsearchDataSourceConfig) SetAwsRegion(v string) *ElasticsearchDataSourceConfig + func (s *ElasticsearchDataSourceConfig) SetEndpoint(v string) *ElasticsearchDataSourceConfig + func (s *ElasticsearchDataSourceConfig) Validate() error + func (s ElasticsearchDataSourceConfig) GoString() string + func (s ElasticsearchDataSourceConfig) String() string + type GetDataSourceInput struct + ApiId *string + Name *string + func (s *GetDataSourceInput) SetApiId(v string) *GetDataSourceInput + func (s *GetDataSourceInput) SetName(v string) *GetDataSourceInput + func (s *GetDataSourceInput) Validate() error + func (s GetDataSourceInput) GoString() string + func (s GetDataSourceInput) String() string + type GetDataSourceOutput struct + DataSource *DataSource + func (s *GetDataSourceOutput) SetDataSource(v *DataSource) *GetDataSourceOutput + func (s GetDataSourceOutput) GoString() string + func (s GetDataSourceOutput) String() string + type GetGraphqlApiInput struct + ApiId *string + func (s *GetGraphqlApiInput) SetApiId(v string) *GetGraphqlApiInput + func (s *GetGraphqlApiInput) Validate() error + func (s GetGraphqlApiInput) GoString() string + func (s GetGraphqlApiInput) String() string + type GetGraphqlApiOutput struct + GraphqlApi *GraphqlApi + func (s *GetGraphqlApiOutput) SetGraphqlApi(v *GraphqlApi) *GetGraphqlApiOutput + func (s GetGraphqlApiOutput) GoString() string + func (s GetGraphqlApiOutput) String() string + type GetIntrospectionSchemaInput struct + ApiId *string + Format *string + func (s *GetIntrospectionSchemaInput) SetApiId(v string) *GetIntrospectionSchemaInput + func (s *GetIntrospectionSchemaInput) SetFormat(v string) *GetIntrospectionSchemaInput + func (s *GetIntrospectionSchemaInput) Validate() error + func (s GetIntrospectionSchemaInput) GoString() string + func (s GetIntrospectionSchemaInput) String() string + type GetIntrospectionSchemaOutput struct + Schema []byte + func (s *GetIntrospectionSchemaOutput) SetSchema(v []byte) *GetIntrospectionSchemaOutput + func (s GetIntrospectionSchemaOutput) GoString() string + func (s GetIntrospectionSchemaOutput) String() string + type GetResolverInput struct + ApiId *string + FieldName *string + TypeName *string + func (s *GetResolverInput) SetApiId(v string) *GetResolverInput + func (s *GetResolverInput) SetFieldName(v string) *GetResolverInput + func (s *GetResolverInput) SetTypeName(v string) *GetResolverInput + func (s *GetResolverInput) Validate() error + func (s GetResolverInput) GoString() string + func (s GetResolverInput) String() string + type GetResolverOutput struct + Resolver *Resolver + func (s *GetResolverOutput) SetResolver(v *Resolver) *GetResolverOutput + func (s GetResolverOutput) GoString() string + func (s GetResolverOutput) String() string + type GetSchemaCreationStatusInput struct + ApiId *string + func (s *GetSchemaCreationStatusInput) SetApiId(v string) *GetSchemaCreationStatusInput + func (s *GetSchemaCreationStatusInput) Validate() error + func (s GetSchemaCreationStatusInput) GoString() string + func (s GetSchemaCreationStatusInput) String() string + type GetSchemaCreationStatusOutput struct + Details *string + Status *string + func (s *GetSchemaCreationStatusOutput) SetDetails(v string) *GetSchemaCreationStatusOutput + func (s *GetSchemaCreationStatusOutput) SetStatus(v string) *GetSchemaCreationStatusOutput + func (s GetSchemaCreationStatusOutput) GoString() string + func (s GetSchemaCreationStatusOutput) String() string + type GetTypeInput struct + ApiId *string + Format *string + TypeName *string + func (s *GetTypeInput) SetApiId(v string) *GetTypeInput + func (s *GetTypeInput) SetFormat(v string) *GetTypeInput + func (s *GetTypeInput) SetTypeName(v string) *GetTypeInput + func (s *GetTypeInput) Validate() error + func (s GetTypeInput) GoString() string + func (s GetTypeInput) String() string + type GetTypeOutput struct + Type *Type + func (s *GetTypeOutput) SetType(v *Type) *GetTypeOutput + func (s GetTypeOutput) GoString() string + func (s GetTypeOutput) String() string + type GraphqlApi struct + ApiId *string + Arn *string + AuthenticationType *string + Name *string + Uris map[string]*string + UserPoolConfig *UserPoolConfig + func (s *GraphqlApi) SetApiId(v string) *GraphqlApi + func (s *GraphqlApi) SetArn(v string) *GraphqlApi + func (s *GraphqlApi) SetAuthenticationType(v string) *GraphqlApi + func (s *GraphqlApi) SetName(v string) *GraphqlApi + func (s *GraphqlApi) SetUris(v map[string]*string) *GraphqlApi + func (s *GraphqlApi) SetUserPoolConfig(v *UserPoolConfig) *GraphqlApi + func (s GraphqlApi) GoString() string + func (s GraphqlApi) String() string + type LambdaDataSourceConfig struct + LambdaFunctionArn *string + func (s *LambdaDataSourceConfig) SetLambdaFunctionArn(v string) *LambdaDataSourceConfig + func (s *LambdaDataSourceConfig) Validate() error + func (s LambdaDataSourceConfig) GoString() string + func (s LambdaDataSourceConfig) String() string + type ListApiKeysInput struct + ApiId *string + MaxResults *int64 + NextToken *string + func (s *ListApiKeysInput) SetApiId(v string) *ListApiKeysInput + func (s *ListApiKeysInput) SetMaxResults(v int64) *ListApiKeysInput + func (s *ListApiKeysInput) SetNextToken(v string) *ListApiKeysInput + func (s *ListApiKeysInput) Validate() error + func (s ListApiKeysInput) GoString() string + func (s ListApiKeysInput) String() string + type ListApiKeysOutput struct + ApiKeys []*ApiKey + NextToken *string + func (s *ListApiKeysOutput) SetApiKeys(v []*ApiKey) *ListApiKeysOutput + func (s *ListApiKeysOutput) SetNextToken(v string) *ListApiKeysOutput + func (s ListApiKeysOutput) GoString() string + func (s ListApiKeysOutput) String() string + type ListDataSourcesInput struct + ApiId *string + MaxResults *int64 + NextToken *string + func (s *ListDataSourcesInput) SetApiId(v string) *ListDataSourcesInput + func (s *ListDataSourcesInput) SetMaxResults(v int64) *ListDataSourcesInput + func (s *ListDataSourcesInput) SetNextToken(v string) *ListDataSourcesInput + func (s *ListDataSourcesInput) Validate() error + func (s ListDataSourcesInput) GoString() string + func (s ListDataSourcesInput) String() string + type ListDataSourcesOutput struct + DataSources []*DataSource + NextToken *string + func (s *ListDataSourcesOutput) SetDataSources(v []*DataSource) *ListDataSourcesOutput + func (s *ListDataSourcesOutput) SetNextToken(v string) *ListDataSourcesOutput + func (s ListDataSourcesOutput) GoString() string + func (s ListDataSourcesOutput) String() string + type ListGraphqlApisInput struct + MaxResults *int64 + NextToken *string + func (s *ListGraphqlApisInput) SetMaxResults(v int64) *ListGraphqlApisInput + func (s *ListGraphqlApisInput) SetNextToken(v string) *ListGraphqlApisInput + func (s ListGraphqlApisInput) GoString() string + func (s ListGraphqlApisInput) String() string + type ListGraphqlApisOutput struct + GraphqlApis []*GraphqlApi + NextToken *string + func (s *ListGraphqlApisOutput) SetGraphqlApis(v []*GraphqlApi) *ListGraphqlApisOutput + func (s *ListGraphqlApisOutput) SetNextToken(v string) *ListGraphqlApisOutput + func (s ListGraphqlApisOutput) GoString() string + func (s ListGraphqlApisOutput) String() string + type ListResolversInput struct + ApiId *string + MaxResults *int64 + NextToken *string + TypeName *string + func (s *ListResolversInput) SetApiId(v string) *ListResolversInput + func (s *ListResolversInput) SetMaxResults(v int64) *ListResolversInput + func (s *ListResolversInput) SetNextToken(v string) *ListResolversInput + func (s *ListResolversInput) SetTypeName(v string) *ListResolversInput + func (s *ListResolversInput) Validate() error + func (s ListResolversInput) GoString() string + func (s ListResolversInput) String() string + type ListResolversOutput struct + NextToken *string + Resolvers []*Resolver + func (s *ListResolversOutput) SetNextToken(v string) *ListResolversOutput + func (s *ListResolversOutput) SetResolvers(v []*Resolver) *ListResolversOutput + func (s ListResolversOutput) GoString() string + func (s ListResolversOutput) String() string + type ListTypesInput struct + ApiId *string + Format *string + MaxResults *int64 + NextToken *string + func (s *ListTypesInput) SetApiId(v string) *ListTypesInput + func (s *ListTypesInput) SetFormat(v string) *ListTypesInput + func (s *ListTypesInput) SetMaxResults(v int64) *ListTypesInput + func (s *ListTypesInput) SetNextToken(v string) *ListTypesInput + func (s *ListTypesInput) Validate() error + func (s ListTypesInput) GoString() string + func (s ListTypesInput) String() string + type ListTypesOutput struct + NextToken *string + Types []*Type + func (s *ListTypesOutput) SetNextToken(v string) *ListTypesOutput + func (s *ListTypesOutput) SetTypes(v []*Type) *ListTypesOutput + func (s ListTypesOutput) GoString() string + func (s ListTypesOutput) String() string + type Resolver struct + DataSourceName *string + FieldName *string + RequestMappingTemplate *string + ResolverArn *string + ResponseMappingTemplate *string + TypeName *string + func (s *Resolver) SetDataSourceName(v string) *Resolver + func (s *Resolver) SetFieldName(v string) *Resolver + func (s *Resolver) SetRequestMappingTemplate(v string) *Resolver + func (s *Resolver) SetResolverArn(v string) *Resolver + func (s *Resolver) SetResponseMappingTemplate(v string) *Resolver + func (s *Resolver) SetTypeName(v string) *Resolver + func (s Resolver) GoString() string + func (s Resolver) String() string + type StartSchemaCreationInput struct + ApiId *string + Definition []byte + func (s *StartSchemaCreationInput) SetApiId(v string) *StartSchemaCreationInput + func (s *StartSchemaCreationInput) SetDefinition(v []byte) *StartSchemaCreationInput + func (s *StartSchemaCreationInput) Validate() error + func (s StartSchemaCreationInput) GoString() string + func (s StartSchemaCreationInput) String() string + type StartSchemaCreationOutput struct + Status *string + func (s *StartSchemaCreationOutput) SetStatus(v string) *StartSchemaCreationOutput + func (s StartSchemaCreationOutput) GoString() string + func (s StartSchemaCreationOutput) String() string + type Type struct + Arn *string + Definition *string + Description *string + Format *string + Name *string + func (s *Type) SetArn(v string) *Type + func (s *Type) SetDefinition(v string) *Type + func (s *Type) SetDescription(v string) *Type + func (s *Type) SetFormat(v string) *Type + func (s *Type) SetName(v string) *Type + func (s Type) GoString() string + func (s Type) String() string + type UpdateApiKeyInput struct + ApiId *string + Description *string + Expires *int64 + Id *string + func (s *UpdateApiKeyInput) SetApiId(v string) *UpdateApiKeyInput + func (s *UpdateApiKeyInput) SetDescription(v string) *UpdateApiKeyInput + func (s *UpdateApiKeyInput) SetExpires(v int64) *UpdateApiKeyInput + func (s *UpdateApiKeyInput) SetId(v string) *UpdateApiKeyInput + func (s *UpdateApiKeyInput) Validate() error + func (s UpdateApiKeyInput) GoString() string + func (s UpdateApiKeyInput) String() string + type UpdateApiKeyOutput struct + ApiKey *ApiKey + func (s *UpdateApiKeyOutput) SetApiKey(v *ApiKey) *UpdateApiKeyOutput + func (s UpdateApiKeyOutput) GoString() string + func (s UpdateApiKeyOutput) String() string + type UpdateDataSourceInput struct + ApiId *string + Description *string + DynamodbConfig *DynamodbDataSourceConfig + ElasticsearchConfig *ElasticsearchDataSourceConfig + LambdaConfig *LambdaDataSourceConfig + Name *string + ServiceRoleArn *string + Type *string + func (s *UpdateDataSourceInput) SetApiId(v string) *UpdateDataSourceInput + func (s *UpdateDataSourceInput) SetDescription(v string) *UpdateDataSourceInput + func (s *UpdateDataSourceInput) SetDynamodbConfig(v *DynamodbDataSourceConfig) *UpdateDataSourceInput + func (s *UpdateDataSourceInput) SetElasticsearchConfig(v *ElasticsearchDataSourceConfig) *UpdateDataSourceInput + func (s *UpdateDataSourceInput) SetLambdaConfig(v *LambdaDataSourceConfig) *UpdateDataSourceInput + func (s *UpdateDataSourceInput) SetName(v string) *UpdateDataSourceInput + func (s *UpdateDataSourceInput) SetServiceRoleArn(v string) *UpdateDataSourceInput + func (s *UpdateDataSourceInput) SetType(v string) *UpdateDataSourceInput + func (s *UpdateDataSourceInput) Validate() error + func (s UpdateDataSourceInput) GoString() string + func (s UpdateDataSourceInput) String() string + type UpdateDataSourceOutput struct + DataSource *DataSource + func (s *UpdateDataSourceOutput) SetDataSource(v *DataSource) *UpdateDataSourceOutput + func (s UpdateDataSourceOutput) GoString() string + func (s UpdateDataSourceOutput) String() string + type UpdateGraphqlApiInput struct + ApiId *string + AuthenticationType *string + Name *string + UserPoolConfig *UserPoolConfig + func (s *UpdateGraphqlApiInput) SetApiId(v string) *UpdateGraphqlApiInput + func (s *UpdateGraphqlApiInput) SetAuthenticationType(v string) *UpdateGraphqlApiInput + func (s *UpdateGraphqlApiInput) SetName(v string) *UpdateGraphqlApiInput + func (s *UpdateGraphqlApiInput) SetUserPoolConfig(v *UserPoolConfig) *UpdateGraphqlApiInput + func (s *UpdateGraphqlApiInput) Validate() error + func (s UpdateGraphqlApiInput) GoString() string + func (s UpdateGraphqlApiInput) String() string + type UpdateGraphqlApiOutput struct + GraphqlApi *GraphqlApi + func (s *UpdateGraphqlApiOutput) SetGraphqlApi(v *GraphqlApi) *UpdateGraphqlApiOutput + func (s UpdateGraphqlApiOutput) GoString() string + func (s UpdateGraphqlApiOutput) String() string + type UpdateResolverInput struct + ApiId *string + DataSourceName *string + FieldName *string + RequestMappingTemplate *string + ResponseMappingTemplate *string + TypeName *string + func (s *UpdateResolverInput) SetApiId(v string) *UpdateResolverInput + func (s *UpdateResolverInput) SetDataSourceName(v string) *UpdateResolverInput + func (s *UpdateResolverInput) SetFieldName(v string) *UpdateResolverInput + func (s *UpdateResolverInput) SetRequestMappingTemplate(v string) *UpdateResolverInput + func (s *UpdateResolverInput) SetResponseMappingTemplate(v string) *UpdateResolverInput + func (s *UpdateResolverInput) SetTypeName(v string) *UpdateResolverInput + func (s *UpdateResolverInput) Validate() error + func (s UpdateResolverInput) GoString() string + func (s UpdateResolverInput) String() string + type UpdateResolverOutput struct + Resolver *Resolver + func (s *UpdateResolverOutput) SetResolver(v *Resolver) *UpdateResolverOutput + func (s UpdateResolverOutput) GoString() string + func (s UpdateResolverOutput) String() string + type UpdateTypeInput struct + ApiId *string + Definition *string + Format *string + TypeName *string + func (s *UpdateTypeInput) SetApiId(v string) *UpdateTypeInput + func (s *UpdateTypeInput) SetDefinition(v string) *UpdateTypeInput + func (s *UpdateTypeInput) SetFormat(v string) *UpdateTypeInput + func (s *UpdateTypeInput) SetTypeName(v string) *UpdateTypeInput + func (s *UpdateTypeInput) Validate() error + func (s UpdateTypeInput) GoString() string + func (s UpdateTypeInput) String() string + type UpdateTypeOutput struct + Type *Type + func (s *UpdateTypeOutput) SetType(v *Type) *UpdateTypeOutput + func (s UpdateTypeOutput) GoString() string + func (s UpdateTypeOutput) String() string + type UserPoolConfig struct + AppIdClientRegex *string + AwsRegion *string + DefaultAction *string + UserPoolId *string + func (s *UserPoolConfig) SetAppIdClientRegex(v string) *UserPoolConfig + func (s *UserPoolConfig) SetAwsRegion(v string) *UserPoolConfig + func (s *UserPoolConfig) SetDefaultAction(v string) *UserPoolConfig + func (s *UserPoolConfig) SetUserPoolId(v string) *UserPoolConfig + func (s *UserPoolConfig) Validate() error + func (s UserPoolConfig) GoString() string + func (s UserPoolConfig) String() string