Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const ApiCacheStatusAvailable + const ApiCacheStatusCreating + const ApiCacheStatusDeleting + const ApiCacheStatusFailed + const ApiCacheStatusModifying + const ApiCacheTypeLarge + const ApiCacheTypeLarge12x + const ApiCacheTypeLarge2x + const ApiCacheTypeLarge4x + const ApiCacheTypeLarge8x + const ApiCacheTypeMedium + const ApiCacheTypeR42xlarge + const ApiCacheTypeR44xlarge + const ApiCacheTypeR48xlarge + const ApiCacheTypeR4Large + const ApiCacheTypeR4Xlarge + const ApiCacheTypeSmall + const ApiCacheTypeT2Medium + const ApiCacheTypeT2Small + const ApiCacheTypeXlarge + const ApiCachingBehaviorFullRequestCaching + const ApiCachingBehaviorPerResolverCaching + const AssociationStatusFailed + const AssociationStatusProcessing + const AssociationStatusSuccess + const AuthenticationTypeAmazonCognitoUserPools + const AuthenticationTypeApiKey + const AuthenticationTypeAwsIam + const AuthenticationTypeAwsLambda + const AuthenticationTypeOpenidConnect + const AuthorizationTypeAwsIam + const BadRequestReasonCodeError + const ConflictDetectionTypeNone + const ConflictDetectionTypeVersion + const ConflictHandlerTypeAutomerge + const ConflictHandlerTypeLambda + const ConflictHandlerTypeNone + const ConflictHandlerTypeOptimisticConcurrency + const DataSourceTypeAmazonDynamodb + const DataSourceTypeAmazonElasticsearch + const DataSourceTypeAmazonEventbridge + const DataSourceTypeAmazonOpensearchService + const DataSourceTypeAwsLambda + const DataSourceTypeHttp + const DataSourceTypeNone + const DataSourceTypeRelationalDatabase + const DefaultActionAllow + const DefaultActionDeny + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeApiKeyLimitExceededException + const ErrCodeApiKeyValidityOutOfBoundsException + const ErrCodeApiLimitExceededException + const ErrCodeBadRequestException + const ErrCodeConcurrentModificationException + const ErrCodeGraphQLSchemaException + const ErrCodeInternalFailureException + const ErrCodeLimitExceededException + const ErrCodeNotFoundException + const ErrCodeUnauthorizedException + const FieldLogLevelAll + const FieldLogLevelError + const FieldLogLevelNone + const GraphQLApiTypeGraphql + const GraphQLApiTypeMerged + const GraphQLApiVisibilityGlobal + const GraphQLApiVisibilityPrivate + const MergeTypeAutoMerge + const MergeTypeManualMerge + const OutputTypeJson + const OutputTypeSdl + const OwnershipCurrentAccount + const OwnershipOtherAccounts + const RelationalDatabaseSourceTypeRdsHttpEndpoint + const ResolverKindPipeline + const ResolverKindUnit + const RuntimeNameAppsyncJs + const SchemaStatusActive + const SchemaStatusDeleting + const SchemaStatusFailed + const SchemaStatusNotApplicable + const SchemaStatusProcessing + const SchemaStatusSuccess + const ServiceID + const ServiceName + const SourceApiAssociationStatusAutoMergeScheduleFailed + const SourceApiAssociationStatusDeletionFailed + const SourceApiAssociationStatusDeletionInProgress + const SourceApiAssociationStatusDeletionScheduled + const SourceApiAssociationStatusMergeFailed + const SourceApiAssociationStatusMergeInProgress + const SourceApiAssociationStatusMergeScheduled + const SourceApiAssociationStatusMergeSuccess + const TypeDefinitionFormatJson + const TypeDefinitionFormatSdl + func ApiCacheStatus_Values() []string + func ApiCacheType_Values() []string + func ApiCachingBehavior_Values() []string + func AssociationStatus_Values() []string + func AuthenticationType_Values() []string + func AuthorizationType_Values() []string + func BadRequestReason_Values() []string + func ConflictDetectionType_Values() []string + func ConflictHandlerType_Values() []string + func DataSourceType_Values() []string + func DefaultAction_Values() []string + func FieldLogLevel_Values() []string + func GraphQLApiType_Values() []string + func GraphQLApiVisibility_Values() []string + func MergeType_Values() []string + func OutputType_Values() []string + func Ownership_Values() []string + func RelationalDatabaseSourceType_Values() []string + func ResolverKind_Values() []string + func RuntimeName_Values() []string + func SchemaStatus_Values() []string + func SourceApiAssociationStatus_Values() []string + func TypeDefinitionFormat_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type AdditionalAuthenticationProvider struct + AuthenticationType *string + LambdaAuthorizerConfig *LambdaAuthorizerConfig + OpenIDConnectConfig *OpenIDConnectConfig + UserPoolConfig *CognitoUserPoolConfig + func (s *AdditionalAuthenticationProvider) SetAuthenticationType(v string) *AdditionalAuthenticationProvider + func (s *AdditionalAuthenticationProvider) SetLambdaAuthorizerConfig(v *LambdaAuthorizerConfig) *AdditionalAuthenticationProvider + func (s *AdditionalAuthenticationProvider) SetOpenIDConnectConfig(v *OpenIDConnectConfig) *AdditionalAuthenticationProvider + func (s *AdditionalAuthenticationProvider) SetUserPoolConfig(v *CognitoUserPoolConfig) *AdditionalAuthenticationProvider + func (s *AdditionalAuthenticationProvider) Validate() error + func (s AdditionalAuthenticationProvider) GoString() string + func (s AdditionalAuthenticationProvider) String() string + type ApiAssociation struct + ApiId *string + AssociationStatus *string + DeploymentDetail *string + DomainName *string + func (s *ApiAssociation) SetApiId(v string) *ApiAssociation + func (s *ApiAssociation) SetAssociationStatus(v string) *ApiAssociation + func (s *ApiAssociation) SetDeploymentDetail(v string) *ApiAssociation + func (s *ApiAssociation) SetDomainName(v string) *ApiAssociation + func (s ApiAssociation) GoString() string + func (s ApiAssociation) String() string + type ApiCache struct + ApiCachingBehavior *string + AtRestEncryptionEnabled *bool + Status *string + TransitEncryptionEnabled *bool + Ttl *int64 + Type *string + func (s *ApiCache) SetApiCachingBehavior(v string) *ApiCache + func (s *ApiCache) SetAtRestEncryptionEnabled(v bool) *ApiCache + func (s *ApiCache) SetStatus(v string) *ApiCache + func (s *ApiCache) SetTransitEncryptionEnabled(v bool) *ApiCache + func (s *ApiCache) SetTtl(v int64) *ApiCache + func (s *ApiCache) SetType(v string) *ApiCache + func (s ApiCache) GoString() string + func (s ApiCache) String() string + type ApiKey struct + Deletes *int64 + Description *string + Expires *int64 + Id *string + func (s *ApiKey) SetDeletes(v int64) *ApiKey + 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 ApiKeyLimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ApiKeyLimitExceededException) Code() string + func (s *ApiKeyLimitExceededException) Error() string + func (s *ApiKeyLimitExceededException) Message() string + func (s *ApiKeyLimitExceededException) OrigErr() error + func (s *ApiKeyLimitExceededException) RequestID() string + func (s *ApiKeyLimitExceededException) StatusCode() int + func (s ApiKeyLimitExceededException) GoString() string + func (s ApiKeyLimitExceededException) String() string + type ApiKeyValidityOutOfBoundsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ApiKeyValidityOutOfBoundsException) Code() string + func (s *ApiKeyValidityOutOfBoundsException) Error() string + func (s *ApiKeyValidityOutOfBoundsException) Message() string + func (s *ApiKeyValidityOutOfBoundsException) OrigErr() error + func (s *ApiKeyValidityOutOfBoundsException) RequestID() string + func (s *ApiKeyValidityOutOfBoundsException) StatusCode() int + func (s ApiKeyValidityOutOfBoundsException) GoString() string + func (s ApiKeyValidityOutOfBoundsException) String() string + type ApiLimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ApiLimitExceededException) Code() string + func (s *ApiLimitExceededException) Error() string + func (s *ApiLimitExceededException) Message() string + func (s *ApiLimitExceededException) OrigErr() error + func (s *ApiLimitExceededException) RequestID() string + func (s *ApiLimitExceededException) StatusCode() int + func (s ApiLimitExceededException) GoString() string + func (s ApiLimitExceededException) String() string + type AppSync struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *AppSync + func (c *AppSync) AssociateApi(input *AssociateApiInput) (*AssociateApiOutput, error) + func (c *AppSync) AssociateApiRequest(input *AssociateApiInput) (req *request.Request, output *AssociateApiOutput) + func (c *AppSync) AssociateApiWithContext(ctx aws.Context, input *AssociateApiInput, opts ...request.Option) (*AssociateApiOutput, error) + func (c *AppSync) AssociateMergedGraphqlApi(input *AssociateMergedGraphqlApiInput) (*AssociateMergedGraphqlApiOutput, error) + func (c *AppSync) AssociateMergedGraphqlApiRequest(input *AssociateMergedGraphqlApiInput) (req *request.Request, output *AssociateMergedGraphqlApiOutput) + func (c *AppSync) AssociateMergedGraphqlApiWithContext(ctx aws.Context, input *AssociateMergedGraphqlApiInput, opts ...request.Option) (*AssociateMergedGraphqlApiOutput, error) + func (c *AppSync) AssociateSourceGraphqlApi(input *AssociateSourceGraphqlApiInput) (*AssociateSourceGraphqlApiOutput, error) + func (c *AppSync) AssociateSourceGraphqlApiRequest(input *AssociateSourceGraphqlApiInput) (req *request.Request, output *AssociateSourceGraphqlApiOutput) + func (c *AppSync) AssociateSourceGraphqlApiWithContext(ctx aws.Context, input *AssociateSourceGraphqlApiInput, opts ...request.Option) (*AssociateSourceGraphqlApiOutput, error) + func (c *AppSync) CreateApiCache(input *CreateApiCacheInput) (*CreateApiCacheOutput, error) + func (c *AppSync) CreateApiCacheRequest(input *CreateApiCacheInput) (req *request.Request, output *CreateApiCacheOutput) + func (c *AppSync) CreateApiCacheWithContext(ctx aws.Context, input *CreateApiCacheInput, opts ...request.Option) (*CreateApiCacheOutput, error) + 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) CreateDomainName(input *CreateDomainNameInput) (*CreateDomainNameOutput, error) + func (c *AppSync) CreateDomainNameRequest(input *CreateDomainNameInput) (req *request.Request, output *CreateDomainNameOutput) + func (c *AppSync) CreateDomainNameWithContext(ctx aws.Context, input *CreateDomainNameInput, opts ...request.Option) (*CreateDomainNameOutput, error) + func (c *AppSync) CreateFunction(input *CreateFunctionInput) (*CreateFunctionOutput, error) + func (c *AppSync) CreateFunctionRequest(input *CreateFunctionInput) (req *request.Request, output *CreateFunctionOutput) + func (c *AppSync) CreateFunctionWithContext(ctx aws.Context, input *CreateFunctionInput, opts ...request.Option) (*CreateFunctionOutput, 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) DeleteApiCache(input *DeleteApiCacheInput) (*DeleteApiCacheOutput, error) + func (c *AppSync) DeleteApiCacheRequest(input *DeleteApiCacheInput) (req *request.Request, output *DeleteApiCacheOutput) + func (c *AppSync) DeleteApiCacheWithContext(ctx aws.Context, input *DeleteApiCacheInput, opts ...request.Option) (*DeleteApiCacheOutput, 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) DeleteDomainName(input *DeleteDomainNameInput) (*DeleteDomainNameOutput, error) + func (c *AppSync) DeleteDomainNameRequest(input *DeleteDomainNameInput) (req *request.Request, output *DeleteDomainNameOutput) + func (c *AppSync) DeleteDomainNameWithContext(ctx aws.Context, input *DeleteDomainNameInput, opts ...request.Option) (*DeleteDomainNameOutput, error) + func (c *AppSync) DeleteFunction(input *DeleteFunctionInput) (*DeleteFunctionOutput, error) + func (c *AppSync) DeleteFunctionRequest(input *DeleteFunctionInput) (req *request.Request, output *DeleteFunctionOutput) + func (c *AppSync) DeleteFunctionWithContext(ctx aws.Context, input *DeleteFunctionInput, opts ...request.Option) (*DeleteFunctionOutput, 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) DisassociateApi(input *DisassociateApiInput) (*DisassociateApiOutput, error) + func (c *AppSync) DisassociateApiRequest(input *DisassociateApiInput) (req *request.Request, output *DisassociateApiOutput) + func (c *AppSync) DisassociateApiWithContext(ctx aws.Context, input *DisassociateApiInput, opts ...request.Option) (*DisassociateApiOutput, error) + func (c *AppSync) DisassociateMergedGraphqlApi(input *DisassociateMergedGraphqlApiInput) (*DisassociateMergedGraphqlApiOutput, error) + func (c *AppSync) DisassociateMergedGraphqlApiRequest(input *DisassociateMergedGraphqlApiInput) (req *request.Request, output *DisassociateMergedGraphqlApiOutput) + func (c *AppSync) DisassociateMergedGraphqlApiWithContext(ctx aws.Context, input *DisassociateMergedGraphqlApiInput, ...) (*DisassociateMergedGraphqlApiOutput, error) + func (c *AppSync) DisassociateSourceGraphqlApi(input *DisassociateSourceGraphqlApiInput) (*DisassociateSourceGraphqlApiOutput, error) + func (c *AppSync) DisassociateSourceGraphqlApiRequest(input *DisassociateSourceGraphqlApiInput) (req *request.Request, output *DisassociateSourceGraphqlApiOutput) + func (c *AppSync) DisassociateSourceGraphqlApiWithContext(ctx aws.Context, input *DisassociateSourceGraphqlApiInput, ...) (*DisassociateSourceGraphqlApiOutput, error) + func (c *AppSync) EvaluateCode(input *EvaluateCodeInput) (*EvaluateCodeOutput, error) + func (c *AppSync) EvaluateCodeRequest(input *EvaluateCodeInput) (req *request.Request, output *EvaluateCodeOutput) + func (c *AppSync) EvaluateCodeWithContext(ctx aws.Context, input *EvaluateCodeInput, opts ...request.Option) (*EvaluateCodeOutput, error) + func (c *AppSync) EvaluateMappingTemplate(input *EvaluateMappingTemplateInput) (*EvaluateMappingTemplateOutput, error) + func (c *AppSync) EvaluateMappingTemplateRequest(input *EvaluateMappingTemplateInput) (req *request.Request, output *EvaluateMappingTemplateOutput) + func (c *AppSync) EvaluateMappingTemplateWithContext(ctx aws.Context, input *EvaluateMappingTemplateInput, opts ...request.Option) (*EvaluateMappingTemplateOutput, error) + func (c *AppSync) FlushApiCache(input *FlushApiCacheInput) (*FlushApiCacheOutput, error) + func (c *AppSync) FlushApiCacheRequest(input *FlushApiCacheInput) (req *request.Request, output *FlushApiCacheOutput) + func (c *AppSync) FlushApiCacheWithContext(ctx aws.Context, input *FlushApiCacheInput, opts ...request.Option) (*FlushApiCacheOutput, error) + func (c *AppSync) GetApiAssociation(input *GetApiAssociationInput) (*GetApiAssociationOutput, error) + func (c *AppSync) GetApiAssociationRequest(input *GetApiAssociationInput) (req *request.Request, output *GetApiAssociationOutput) + func (c *AppSync) GetApiAssociationWithContext(ctx aws.Context, input *GetApiAssociationInput, opts ...request.Option) (*GetApiAssociationOutput, error) + func (c *AppSync) GetApiCache(input *GetApiCacheInput) (*GetApiCacheOutput, error) + func (c *AppSync) GetApiCacheRequest(input *GetApiCacheInput) (req *request.Request, output *GetApiCacheOutput) + func (c *AppSync) GetApiCacheWithContext(ctx aws.Context, input *GetApiCacheInput, opts ...request.Option) (*GetApiCacheOutput, 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) GetDomainName(input *GetDomainNameInput) (*GetDomainNameOutput, error) + func (c *AppSync) GetDomainNameRequest(input *GetDomainNameInput) (req *request.Request, output *GetDomainNameOutput) + func (c *AppSync) GetDomainNameWithContext(ctx aws.Context, input *GetDomainNameInput, opts ...request.Option) (*GetDomainNameOutput, error) + func (c *AppSync) GetFunction(input *GetFunctionInput) (*GetFunctionOutput, error) + func (c *AppSync) GetFunctionRequest(input *GetFunctionInput) (req *request.Request, output *GetFunctionOutput) + func (c *AppSync) GetFunctionWithContext(ctx aws.Context, input *GetFunctionInput, opts ...request.Option) (*GetFunctionOutput, 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) GetSourceApiAssociation(input *GetSourceApiAssociationInput) (*GetSourceApiAssociationOutput, error) + func (c *AppSync) GetSourceApiAssociationRequest(input *GetSourceApiAssociationInput) (req *request.Request, output *GetSourceApiAssociationOutput) + func (c *AppSync) GetSourceApiAssociationWithContext(ctx aws.Context, input *GetSourceApiAssociationInput, opts ...request.Option) (*GetSourceApiAssociationOutput, 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) ListDomainNames(input *ListDomainNamesInput) (*ListDomainNamesOutput, error) + func (c *AppSync) ListDomainNamesRequest(input *ListDomainNamesInput) (req *request.Request, output *ListDomainNamesOutput) + func (c *AppSync) ListDomainNamesWithContext(ctx aws.Context, input *ListDomainNamesInput, opts ...request.Option) (*ListDomainNamesOutput, error) + func (c *AppSync) ListFunctions(input *ListFunctionsInput) (*ListFunctionsOutput, error) + func (c *AppSync) ListFunctionsRequest(input *ListFunctionsInput) (req *request.Request, output *ListFunctionsOutput) + func (c *AppSync) ListFunctionsWithContext(ctx aws.Context, input *ListFunctionsInput, opts ...request.Option) (*ListFunctionsOutput, 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) ListResolversByFunction(input *ListResolversByFunctionInput) (*ListResolversByFunctionOutput, error) + func (c *AppSync) ListResolversByFunctionRequest(input *ListResolversByFunctionInput) (req *request.Request, output *ListResolversByFunctionOutput) + func (c *AppSync) ListResolversByFunctionWithContext(ctx aws.Context, input *ListResolversByFunctionInput, opts ...request.Option) (*ListResolversByFunctionOutput, 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) ListSourceApiAssociations(input *ListSourceApiAssociationsInput) (*ListSourceApiAssociationsOutput, error) + func (c *AppSync) ListSourceApiAssociationsRequest(input *ListSourceApiAssociationsInput) (req *request.Request, output *ListSourceApiAssociationsOutput) + func (c *AppSync) ListSourceApiAssociationsWithContext(ctx aws.Context, input *ListSourceApiAssociationsInput, opts ...request.Option) (*ListSourceApiAssociationsOutput, error) + func (c *AppSync) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *AppSync) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *AppSync) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *AppSync) ListTypes(input *ListTypesInput) (*ListTypesOutput, error) + func (c *AppSync) ListTypesByAssociation(input *ListTypesByAssociationInput) (*ListTypesByAssociationOutput, error) + func (c *AppSync) ListTypesByAssociationRequest(input *ListTypesByAssociationInput) (req *request.Request, output *ListTypesByAssociationOutput) + func (c *AppSync) ListTypesByAssociationWithContext(ctx aws.Context, input *ListTypesByAssociationInput, opts ...request.Option) (*ListTypesByAssociationOutput, 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) StartSchemaMerge(input *StartSchemaMergeInput) (*StartSchemaMergeOutput, error) + func (c *AppSync) StartSchemaMergeRequest(input *StartSchemaMergeInput) (req *request.Request, output *StartSchemaMergeOutput) + func (c *AppSync) StartSchemaMergeWithContext(ctx aws.Context, input *StartSchemaMergeInput, opts ...request.Option) (*StartSchemaMergeOutput, error) + func (c *AppSync) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *AppSync) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *AppSync) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *AppSync) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *AppSync) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *AppSync) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *AppSync) UpdateApiCache(input *UpdateApiCacheInput) (*UpdateApiCacheOutput, error) + func (c *AppSync) UpdateApiCacheRequest(input *UpdateApiCacheInput) (req *request.Request, output *UpdateApiCacheOutput) + func (c *AppSync) UpdateApiCacheWithContext(ctx aws.Context, input *UpdateApiCacheInput, opts ...request.Option) (*UpdateApiCacheOutput, 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) UpdateDomainName(input *UpdateDomainNameInput) (*UpdateDomainNameOutput, error) + func (c *AppSync) UpdateDomainNameRequest(input *UpdateDomainNameInput) (req *request.Request, output *UpdateDomainNameOutput) + func (c *AppSync) UpdateDomainNameWithContext(ctx aws.Context, input *UpdateDomainNameInput, opts ...request.Option) (*UpdateDomainNameOutput, error) + func (c *AppSync) UpdateFunction(input *UpdateFunctionInput) (*UpdateFunctionOutput, error) + func (c *AppSync) UpdateFunctionRequest(input *UpdateFunctionInput) (req *request.Request, output *UpdateFunctionOutput) + func (c *AppSync) UpdateFunctionWithContext(ctx aws.Context, input *UpdateFunctionInput, opts ...request.Option) (*UpdateFunctionOutput, 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) UpdateSourceApiAssociation(input *UpdateSourceApiAssociationInput) (*UpdateSourceApiAssociationOutput, error) + func (c *AppSync) UpdateSourceApiAssociationRequest(input *UpdateSourceApiAssociationInput) (req *request.Request, output *UpdateSourceApiAssociationOutput) + func (c *AppSync) UpdateSourceApiAssociationWithContext(ctx aws.Context, input *UpdateSourceApiAssociationInput, ...) (*UpdateSourceApiAssociationOutput, 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 AppSyncRuntime struct + Name *string + RuntimeVersion *string + func (s *AppSyncRuntime) SetName(v string) *AppSyncRuntime + func (s *AppSyncRuntime) SetRuntimeVersion(v string) *AppSyncRuntime + func (s *AppSyncRuntime) Validate() error + func (s AppSyncRuntime) GoString() string + func (s AppSyncRuntime) String() string + type AssociateApiInput struct + ApiId *string + DomainName *string + func (s *AssociateApiInput) SetApiId(v string) *AssociateApiInput + func (s *AssociateApiInput) SetDomainName(v string) *AssociateApiInput + func (s *AssociateApiInput) Validate() error + func (s AssociateApiInput) GoString() string + func (s AssociateApiInput) String() string + type AssociateApiOutput struct + ApiAssociation *ApiAssociation + func (s *AssociateApiOutput) SetApiAssociation(v *ApiAssociation) *AssociateApiOutput + func (s AssociateApiOutput) GoString() string + func (s AssociateApiOutput) String() string + type AssociateMergedGraphqlApiInput struct + Description *string + MergedApiIdentifier *string + SourceApiAssociationConfig *SourceApiAssociationConfig + SourceApiIdentifier *string + func (s *AssociateMergedGraphqlApiInput) SetDescription(v string) *AssociateMergedGraphqlApiInput + func (s *AssociateMergedGraphqlApiInput) SetMergedApiIdentifier(v string) *AssociateMergedGraphqlApiInput + func (s *AssociateMergedGraphqlApiInput) SetSourceApiAssociationConfig(v *SourceApiAssociationConfig) *AssociateMergedGraphqlApiInput + func (s *AssociateMergedGraphqlApiInput) SetSourceApiIdentifier(v string) *AssociateMergedGraphqlApiInput + func (s *AssociateMergedGraphqlApiInput) Validate() error + func (s AssociateMergedGraphqlApiInput) GoString() string + func (s AssociateMergedGraphqlApiInput) String() string + type AssociateMergedGraphqlApiOutput struct + SourceApiAssociation *SourceApiAssociation + func (s *AssociateMergedGraphqlApiOutput) SetSourceApiAssociation(v *SourceApiAssociation) *AssociateMergedGraphqlApiOutput + func (s AssociateMergedGraphqlApiOutput) GoString() string + func (s AssociateMergedGraphqlApiOutput) String() string + type AssociateSourceGraphqlApiInput struct + Description *string + MergedApiIdentifier *string + SourceApiAssociationConfig *SourceApiAssociationConfig + SourceApiIdentifier *string + func (s *AssociateSourceGraphqlApiInput) SetDescription(v string) *AssociateSourceGraphqlApiInput + func (s *AssociateSourceGraphqlApiInput) SetMergedApiIdentifier(v string) *AssociateSourceGraphqlApiInput + func (s *AssociateSourceGraphqlApiInput) SetSourceApiAssociationConfig(v *SourceApiAssociationConfig) *AssociateSourceGraphqlApiInput + func (s *AssociateSourceGraphqlApiInput) SetSourceApiIdentifier(v string) *AssociateSourceGraphqlApiInput + func (s *AssociateSourceGraphqlApiInput) Validate() error + func (s AssociateSourceGraphqlApiInput) GoString() string + func (s AssociateSourceGraphqlApiInput) String() string + type AssociateSourceGraphqlApiOutput struct + SourceApiAssociation *SourceApiAssociation + func (s *AssociateSourceGraphqlApiOutput) SetSourceApiAssociation(v *SourceApiAssociation) *AssociateSourceGraphqlApiOutput + func (s AssociateSourceGraphqlApiOutput) GoString() string + func (s AssociateSourceGraphqlApiOutput) String() string + type AuthorizationConfig struct + AuthorizationType *string + AwsIamConfig *AwsIamConfig + func (s *AuthorizationConfig) SetAuthorizationType(v string) *AuthorizationConfig + func (s *AuthorizationConfig) SetAwsIamConfig(v *AwsIamConfig) *AuthorizationConfig + func (s *AuthorizationConfig) Validate() error + func (s AuthorizationConfig) GoString() string + func (s AuthorizationConfig) String() string + type AwsIamConfig struct + SigningRegion *string + SigningServiceName *string + func (s *AwsIamConfig) SetSigningRegion(v string) *AwsIamConfig + func (s *AwsIamConfig) SetSigningServiceName(v string) *AwsIamConfig + func (s AwsIamConfig) GoString() string + func (s AwsIamConfig) String() string + type BadRequestDetail struct + CodeErrors []*CodeError + func (s *BadRequestDetail) SetCodeErrors(v []*CodeError) *BadRequestDetail + func (s BadRequestDetail) GoString() string + func (s BadRequestDetail) String() string + type BadRequestException struct + Detail *BadRequestDetail + Message_ *string + Reason *string + RespMetadata protocol.ResponseMetadata + func (s *BadRequestException) Code() string + func (s *BadRequestException) Error() string + func (s *BadRequestException) Message() string + func (s *BadRequestException) OrigErr() error + func (s *BadRequestException) RequestID() string + func (s *BadRequestException) StatusCode() int + func (s BadRequestException) GoString() string + func (s BadRequestException) String() string + type CachingConfig struct + CachingKeys []*string + Ttl *int64 + func (s *CachingConfig) SetCachingKeys(v []*string) *CachingConfig + func (s *CachingConfig) SetTtl(v int64) *CachingConfig + func (s *CachingConfig) Validate() error + func (s CachingConfig) GoString() string + func (s CachingConfig) String() string + type CodeError struct + ErrorType *string + Location *CodeErrorLocation + Value *string + func (s *CodeError) SetErrorType(v string) *CodeError + func (s *CodeError) SetLocation(v *CodeErrorLocation) *CodeError + func (s *CodeError) SetValue(v string) *CodeError + func (s CodeError) GoString() string + func (s CodeError) String() string + type CodeErrorLocation struct + Column *int64 + Line *int64 + Span *int64 + func (s *CodeErrorLocation) SetColumn(v int64) *CodeErrorLocation + func (s *CodeErrorLocation) SetLine(v int64) *CodeErrorLocation + func (s *CodeErrorLocation) SetSpan(v int64) *CodeErrorLocation + func (s CodeErrorLocation) GoString() string + func (s CodeErrorLocation) String() string + type CognitoUserPoolConfig struct + AppIdClientRegex *string + AwsRegion *string + UserPoolId *string + func (s *CognitoUserPoolConfig) SetAppIdClientRegex(v string) *CognitoUserPoolConfig + func (s *CognitoUserPoolConfig) SetAwsRegion(v string) *CognitoUserPoolConfig + func (s *CognitoUserPoolConfig) SetUserPoolId(v string) *CognitoUserPoolConfig + func (s *CognitoUserPoolConfig) Validate() error + func (s CognitoUserPoolConfig) GoString() string + func (s CognitoUserPoolConfig) String() string + type ConcurrentModificationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConcurrentModificationException) Code() string + func (s *ConcurrentModificationException) Error() string + func (s *ConcurrentModificationException) Message() string + func (s *ConcurrentModificationException) OrigErr() error + func (s *ConcurrentModificationException) RequestID() string + func (s *ConcurrentModificationException) StatusCode() int + func (s ConcurrentModificationException) GoString() string + func (s ConcurrentModificationException) String() string + type CreateApiCacheInput struct + ApiCachingBehavior *string + ApiId *string + AtRestEncryptionEnabled *bool + TransitEncryptionEnabled *bool + Ttl *int64 + Type *string + func (s *CreateApiCacheInput) SetApiCachingBehavior(v string) *CreateApiCacheInput + func (s *CreateApiCacheInput) SetApiId(v string) *CreateApiCacheInput + func (s *CreateApiCacheInput) SetAtRestEncryptionEnabled(v bool) *CreateApiCacheInput + func (s *CreateApiCacheInput) SetTransitEncryptionEnabled(v bool) *CreateApiCacheInput + func (s *CreateApiCacheInput) SetTtl(v int64) *CreateApiCacheInput + func (s *CreateApiCacheInput) SetType(v string) *CreateApiCacheInput + func (s *CreateApiCacheInput) Validate() error + func (s CreateApiCacheInput) GoString() string + func (s CreateApiCacheInput) String() string + type CreateApiCacheOutput struct + ApiCache *ApiCache + func (s *CreateApiCacheOutput) SetApiCache(v *ApiCache) *CreateApiCacheOutput + func (s CreateApiCacheOutput) GoString() string + func (s CreateApiCacheOutput) String() string + 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 + EventBridgeConfig *EventBridgeDataSourceConfig + HttpConfig *HttpDataSourceConfig + LambdaConfig *LambdaDataSourceConfig + Name *string + OpenSearchServiceConfig *OpenSearchServiceDataSourceConfig + RelationalDatabaseConfig *RelationalDatabaseDataSourceConfig + 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) SetEventBridgeConfig(v *EventBridgeDataSourceConfig) *CreateDataSourceInput + func (s *CreateDataSourceInput) SetHttpConfig(v *HttpDataSourceConfig) *CreateDataSourceInput + func (s *CreateDataSourceInput) SetLambdaConfig(v *LambdaDataSourceConfig) *CreateDataSourceInput + func (s *CreateDataSourceInput) SetName(v string) *CreateDataSourceInput + func (s *CreateDataSourceInput) SetOpenSearchServiceConfig(v *OpenSearchServiceDataSourceConfig) *CreateDataSourceInput + func (s *CreateDataSourceInput) SetRelationalDatabaseConfig(v *RelationalDatabaseDataSourceConfig) *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 CreateDomainNameInput struct + CertificateArn *string + Description *string + DomainName *string + func (s *CreateDomainNameInput) SetCertificateArn(v string) *CreateDomainNameInput + func (s *CreateDomainNameInput) SetDescription(v string) *CreateDomainNameInput + func (s *CreateDomainNameInput) SetDomainName(v string) *CreateDomainNameInput + func (s *CreateDomainNameInput) Validate() error + func (s CreateDomainNameInput) GoString() string + func (s CreateDomainNameInput) String() string + type CreateDomainNameOutput struct + DomainNameConfig *DomainNameConfig + func (s *CreateDomainNameOutput) SetDomainNameConfig(v *DomainNameConfig) *CreateDomainNameOutput + func (s CreateDomainNameOutput) GoString() string + func (s CreateDomainNameOutput) String() string + type CreateFunctionInput struct + ApiId *string + Code *string + DataSourceName *string + Description *string + FunctionVersion *string + MaxBatchSize *int64 + Name *string + RequestMappingTemplate *string + ResponseMappingTemplate *string + Runtime *AppSyncRuntime + SyncConfig *SyncConfig + func (s *CreateFunctionInput) SetApiId(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetCode(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetDataSourceName(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetDescription(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetFunctionVersion(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetMaxBatchSize(v int64) *CreateFunctionInput + func (s *CreateFunctionInput) SetName(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetRequestMappingTemplate(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetResponseMappingTemplate(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetRuntime(v *AppSyncRuntime) *CreateFunctionInput + func (s *CreateFunctionInput) SetSyncConfig(v *SyncConfig) *CreateFunctionInput + func (s *CreateFunctionInput) Validate() error + func (s CreateFunctionInput) GoString() string + func (s CreateFunctionInput) String() string + type CreateFunctionOutput struct + FunctionConfiguration *FunctionConfiguration + func (s *CreateFunctionOutput) SetFunctionConfiguration(v *FunctionConfiguration) *CreateFunctionOutput + func (s CreateFunctionOutput) GoString() string + func (s CreateFunctionOutput) String() string + type CreateGraphqlApiInput struct + AdditionalAuthenticationProviders []*AdditionalAuthenticationProvider + ApiType *string + AuthenticationType *string + LambdaAuthorizerConfig *LambdaAuthorizerConfig + LogConfig *LogConfig + MergedApiExecutionRoleArn *string + Name *string + OpenIDConnectConfig *OpenIDConnectConfig + OwnerContact *string + Tags map[string]*string + UserPoolConfig *UserPoolConfig + Visibility *string + XrayEnabled *bool + func (s *CreateGraphqlApiInput) SetAdditionalAuthenticationProviders(v []*AdditionalAuthenticationProvider) *CreateGraphqlApiInput + func (s *CreateGraphqlApiInput) SetApiType(v string) *CreateGraphqlApiInput + func (s *CreateGraphqlApiInput) SetAuthenticationType(v string) *CreateGraphqlApiInput + func (s *CreateGraphqlApiInput) SetLambdaAuthorizerConfig(v *LambdaAuthorizerConfig) *CreateGraphqlApiInput + func (s *CreateGraphqlApiInput) SetLogConfig(v *LogConfig) *CreateGraphqlApiInput + func (s *CreateGraphqlApiInput) SetMergedApiExecutionRoleArn(v string) *CreateGraphqlApiInput + func (s *CreateGraphqlApiInput) SetName(v string) *CreateGraphqlApiInput + func (s *CreateGraphqlApiInput) SetOpenIDConnectConfig(v *OpenIDConnectConfig) *CreateGraphqlApiInput + func (s *CreateGraphqlApiInput) SetOwnerContact(v string) *CreateGraphqlApiInput + func (s *CreateGraphqlApiInput) SetTags(v map[string]*string) *CreateGraphqlApiInput + func (s *CreateGraphqlApiInput) SetUserPoolConfig(v *UserPoolConfig) *CreateGraphqlApiInput + func (s *CreateGraphqlApiInput) SetVisibility(v string) *CreateGraphqlApiInput + func (s *CreateGraphqlApiInput) SetXrayEnabled(v bool) *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 + CachingConfig *CachingConfig + Code *string + DataSourceName *string + FieldName *string + Kind *string + MaxBatchSize *int64 + PipelineConfig *PipelineConfig + RequestMappingTemplate *string + ResponseMappingTemplate *string + Runtime *AppSyncRuntime + SyncConfig *SyncConfig + TypeName *string + func (s *CreateResolverInput) SetApiId(v string) *CreateResolverInput + func (s *CreateResolverInput) SetCachingConfig(v *CachingConfig) *CreateResolverInput + func (s *CreateResolverInput) SetCode(v string) *CreateResolverInput + func (s *CreateResolverInput) SetDataSourceName(v string) *CreateResolverInput + func (s *CreateResolverInput) SetFieldName(v string) *CreateResolverInput + func (s *CreateResolverInput) SetKind(v string) *CreateResolverInput + func (s *CreateResolverInput) SetMaxBatchSize(v int64) *CreateResolverInput + func (s *CreateResolverInput) SetPipelineConfig(v *PipelineConfig) *CreateResolverInput + func (s *CreateResolverInput) SetRequestMappingTemplate(v string) *CreateResolverInput + func (s *CreateResolverInput) SetResponseMappingTemplate(v string) *CreateResolverInput + func (s *CreateResolverInput) SetRuntime(v *AppSyncRuntime) *CreateResolverInput + func (s *CreateResolverInput) SetSyncConfig(v *SyncConfig) *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 + EventBridgeConfig *EventBridgeDataSourceConfig + HttpConfig *HttpDataSourceConfig + LambdaConfig *LambdaDataSourceConfig + Name *string + OpenSearchServiceConfig *OpenSearchServiceDataSourceConfig + RelationalDatabaseConfig *RelationalDatabaseDataSourceConfig + 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) SetEventBridgeConfig(v *EventBridgeDataSourceConfig) *DataSource + func (s *DataSource) SetHttpConfig(v *HttpDataSourceConfig) *DataSource + func (s *DataSource) SetLambdaConfig(v *LambdaDataSourceConfig) *DataSource + func (s *DataSource) SetName(v string) *DataSource + func (s *DataSource) SetOpenSearchServiceConfig(v *OpenSearchServiceDataSourceConfig) *DataSource + func (s *DataSource) SetRelationalDatabaseConfig(v *RelationalDatabaseDataSourceConfig) *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 DeleteApiCacheInput struct + ApiId *string + func (s *DeleteApiCacheInput) SetApiId(v string) *DeleteApiCacheInput + func (s *DeleteApiCacheInput) Validate() error + func (s DeleteApiCacheInput) GoString() string + func (s DeleteApiCacheInput) String() string + type DeleteApiCacheOutput struct + func (s DeleteApiCacheOutput) GoString() string + func (s DeleteApiCacheOutput) 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 DeleteDomainNameInput struct + DomainName *string + func (s *DeleteDomainNameInput) SetDomainName(v string) *DeleteDomainNameInput + func (s *DeleteDomainNameInput) Validate() error + func (s DeleteDomainNameInput) GoString() string + func (s DeleteDomainNameInput) String() string + type DeleteDomainNameOutput struct + func (s DeleteDomainNameOutput) GoString() string + func (s DeleteDomainNameOutput) String() string + type DeleteFunctionInput struct + ApiId *string + FunctionId *string + func (s *DeleteFunctionInput) SetApiId(v string) *DeleteFunctionInput + func (s *DeleteFunctionInput) SetFunctionId(v string) *DeleteFunctionInput + func (s *DeleteFunctionInput) Validate() error + func (s DeleteFunctionInput) GoString() string + func (s DeleteFunctionInput) String() string + type DeleteFunctionOutput struct + func (s DeleteFunctionOutput) GoString() string + func (s DeleteFunctionOutput) 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 DeltaSyncConfig struct + BaseTableTTL *int64 + DeltaSyncTableName *string + DeltaSyncTableTTL *int64 + func (s *DeltaSyncConfig) SetBaseTableTTL(v int64) *DeltaSyncConfig + func (s *DeltaSyncConfig) SetDeltaSyncTableName(v string) *DeltaSyncConfig + func (s *DeltaSyncConfig) SetDeltaSyncTableTTL(v int64) *DeltaSyncConfig + func (s DeltaSyncConfig) GoString() string + func (s DeltaSyncConfig) String() string + type DisassociateApiInput struct + DomainName *string + func (s *DisassociateApiInput) SetDomainName(v string) *DisassociateApiInput + func (s *DisassociateApiInput) Validate() error + func (s DisassociateApiInput) GoString() string + func (s DisassociateApiInput) String() string + type DisassociateApiOutput struct + func (s DisassociateApiOutput) GoString() string + func (s DisassociateApiOutput) String() string + type DisassociateMergedGraphqlApiInput struct + AssociationId *string + SourceApiIdentifier *string + func (s *DisassociateMergedGraphqlApiInput) SetAssociationId(v string) *DisassociateMergedGraphqlApiInput + func (s *DisassociateMergedGraphqlApiInput) SetSourceApiIdentifier(v string) *DisassociateMergedGraphqlApiInput + func (s *DisassociateMergedGraphqlApiInput) Validate() error + func (s DisassociateMergedGraphqlApiInput) GoString() string + func (s DisassociateMergedGraphqlApiInput) String() string + type DisassociateMergedGraphqlApiOutput struct + SourceApiAssociationStatus *string + func (s *DisassociateMergedGraphqlApiOutput) SetSourceApiAssociationStatus(v string) *DisassociateMergedGraphqlApiOutput + func (s DisassociateMergedGraphqlApiOutput) GoString() string + func (s DisassociateMergedGraphqlApiOutput) String() string + type DisassociateSourceGraphqlApiInput struct + AssociationId *string + MergedApiIdentifier *string + func (s *DisassociateSourceGraphqlApiInput) SetAssociationId(v string) *DisassociateSourceGraphqlApiInput + func (s *DisassociateSourceGraphqlApiInput) SetMergedApiIdentifier(v string) *DisassociateSourceGraphqlApiInput + func (s *DisassociateSourceGraphqlApiInput) Validate() error + func (s DisassociateSourceGraphqlApiInput) GoString() string + func (s DisassociateSourceGraphqlApiInput) String() string + type DisassociateSourceGraphqlApiOutput struct + SourceApiAssociationStatus *string + func (s *DisassociateSourceGraphqlApiOutput) SetSourceApiAssociationStatus(v string) *DisassociateSourceGraphqlApiOutput + func (s DisassociateSourceGraphqlApiOutput) GoString() string + func (s DisassociateSourceGraphqlApiOutput) String() string + type DomainNameConfig struct + AppsyncDomainName *string + CertificateArn *string + Description *string + DomainName *string + HostedZoneId *string + func (s *DomainNameConfig) SetAppsyncDomainName(v string) *DomainNameConfig + func (s *DomainNameConfig) SetCertificateArn(v string) *DomainNameConfig + func (s *DomainNameConfig) SetDescription(v string) *DomainNameConfig + func (s *DomainNameConfig) SetDomainName(v string) *DomainNameConfig + func (s *DomainNameConfig) SetHostedZoneId(v string) *DomainNameConfig + func (s DomainNameConfig) GoString() string + func (s DomainNameConfig) String() string + type DynamodbDataSourceConfig struct + AwsRegion *string + DeltaSyncConfig *DeltaSyncConfig + TableName *string + UseCallerCredentials *bool + Versioned *bool + func (s *DynamodbDataSourceConfig) SetAwsRegion(v string) *DynamodbDataSourceConfig + func (s *DynamodbDataSourceConfig) SetDeltaSyncConfig(v *DeltaSyncConfig) *DynamodbDataSourceConfig + func (s *DynamodbDataSourceConfig) SetTableName(v string) *DynamodbDataSourceConfig + func (s *DynamodbDataSourceConfig) SetUseCallerCredentials(v bool) *DynamodbDataSourceConfig + func (s *DynamodbDataSourceConfig) SetVersioned(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 ErrorDetail struct + Message *string + func (s *ErrorDetail) SetMessage(v string) *ErrorDetail + func (s ErrorDetail) GoString() string + func (s ErrorDetail) String() string + type EvaluateCodeErrorDetail struct + CodeErrors []*CodeError + Message *string + func (s *EvaluateCodeErrorDetail) SetCodeErrors(v []*CodeError) *EvaluateCodeErrorDetail + func (s *EvaluateCodeErrorDetail) SetMessage(v string) *EvaluateCodeErrorDetail + func (s EvaluateCodeErrorDetail) GoString() string + func (s EvaluateCodeErrorDetail) String() string + type EvaluateCodeInput struct + Code *string + Context *string + Function *string + Runtime *AppSyncRuntime + func (s *EvaluateCodeInput) SetCode(v string) *EvaluateCodeInput + func (s *EvaluateCodeInput) SetContext(v string) *EvaluateCodeInput + func (s *EvaluateCodeInput) SetFunction(v string) *EvaluateCodeInput + func (s *EvaluateCodeInput) SetRuntime(v *AppSyncRuntime) *EvaluateCodeInput + func (s *EvaluateCodeInput) Validate() error + func (s EvaluateCodeInput) GoString() string + func (s EvaluateCodeInput) String() string + type EvaluateCodeOutput struct + Error *EvaluateCodeErrorDetail + EvaluationResult *string + Logs []*string + func (s *EvaluateCodeOutput) SetError(v *EvaluateCodeErrorDetail) *EvaluateCodeOutput + func (s *EvaluateCodeOutput) SetEvaluationResult(v string) *EvaluateCodeOutput + func (s *EvaluateCodeOutput) SetLogs(v []*string) *EvaluateCodeOutput + func (s EvaluateCodeOutput) GoString() string + func (s EvaluateCodeOutput) String() string + type EvaluateMappingTemplateInput struct + Context *string + Template *string + func (s *EvaluateMappingTemplateInput) SetContext(v string) *EvaluateMappingTemplateInput + func (s *EvaluateMappingTemplateInput) SetTemplate(v string) *EvaluateMappingTemplateInput + func (s *EvaluateMappingTemplateInput) Validate() error + func (s EvaluateMappingTemplateInput) GoString() string + func (s EvaluateMappingTemplateInput) String() string + type EvaluateMappingTemplateOutput struct + Error *ErrorDetail + EvaluationResult *string + Logs []*string + func (s *EvaluateMappingTemplateOutput) SetError(v *ErrorDetail) *EvaluateMappingTemplateOutput + func (s *EvaluateMappingTemplateOutput) SetEvaluationResult(v string) *EvaluateMappingTemplateOutput + func (s *EvaluateMappingTemplateOutput) SetLogs(v []*string) *EvaluateMappingTemplateOutput + func (s EvaluateMappingTemplateOutput) GoString() string + func (s EvaluateMappingTemplateOutput) String() string + type EventBridgeDataSourceConfig struct + EventBusArn *string + func (s *EventBridgeDataSourceConfig) SetEventBusArn(v string) *EventBridgeDataSourceConfig + func (s *EventBridgeDataSourceConfig) Validate() error + func (s EventBridgeDataSourceConfig) GoString() string + func (s EventBridgeDataSourceConfig) String() string + type FlushApiCacheInput struct + ApiId *string + func (s *FlushApiCacheInput) SetApiId(v string) *FlushApiCacheInput + func (s *FlushApiCacheInput) Validate() error + func (s FlushApiCacheInput) GoString() string + func (s FlushApiCacheInput) String() string + type FlushApiCacheOutput struct + func (s FlushApiCacheOutput) GoString() string + func (s FlushApiCacheOutput) String() string + type FunctionConfiguration struct + Code *string + DataSourceName *string + Description *string + FunctionArn *string + FunctionId *string + FunctionVersion *string + MaxBatchSize *int64 + Name *string + RequestMappingTemplate *string + ResponseMappingTemplate *string + Runtime *AppSyncRuntime + SyncConfig *SyncConfig + func (s *FunctionConfiguration) SetCode(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetDataSourceName(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetDescription(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetFunctionArn(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetFunctionId(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetFunctionVersion(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetMaxBatchSize(v int64) *FunctionConfiguration + func (s *FunctionConfiguration) SetName(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetRequestMappingTemplate(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetResponseMappingTemplate(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetRuntime(v *AppSyncRuntime) *FunctionConfiguration + func (s *FunctionConfiguration) SetSyncConfig(v *SyncConfig) *FunctionConfiguration + func (s FunctionConfiguration) GoString() string + func (s FunctionConfiguration) String() string + type GetApiAssociationInput struct + DomainName *string + func (s *GetApiAssociationInput) SetDomainName(v string) *GetApiAssociationInput + func (s *GetApiAssociationInput) Validate() error + func (s GetApiAssociationInput) GoString() string + func (s GetApiAssociationInput) String() string + type GetApiAssociationOutput struct + ApiAssociation *ApiAssociation + func (s *GetApiAssociationOutput) SetApiAssociation(v *ApiAssociation) *GetApiAssociationOutput + func (s GetApiAssociationOutput) GoString() string + func (s GetApiAssociationOutput) String() string + type GetApiCacheInput struct + ApiId *string + func (s *GetApiCacheInput) SetApiId(v string) *GetApiCacheInput + func (s *GetApiCacheInput) Validate() error + func (s GetApiCacheInput) GoString() string + func (s GetApiCacheInput) String() string + type GetApiCacheOutput struct + ApiCache *ApiCache + func (s *GetApiCacheOutput) SetApiCache(v *ApiCache) *GetApiCacheOutput + func (s GetApiCacheOutput) GoString() string + func (s GetApiCacheOutput) 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 GetDomainNameInput struct + DomainName *string + func (s *GetDomainNameInput) SetDomainName(v string) *GetDomainNameInput + func (s *GetDomainNameInput) Validate() error + func (s GetDomainNameInput) GoString() string + func (s GetDomainNameInput) String() string + type GetDomainNameOutput struct + DomainNameConfig *DomainNameConfig + func (s *GetDomainNameOutput) SetDomainNameConfig(v *DomainNameConfig) *GetDomainNameOutput + func (s GetDomainNameOutput) GoString() string + func (s GetDomainNameOutput) String() string + type GetFunctionInput struct + ApiId *string + FunctionId *string + func (s *GetFunctionInput) SetApiId(v string) *GetFunctionInput + func (s *GetFunctionInput) SetFunctionId(v string) *GetFunctionInput + func (s *GetFunctionInput) Validate() error + func (s GetFunctionInput) GoString() string + func (s GetFunctionInput) String() string + type GetFunctionOutput struct + FunctionConfiguration *FunctionConfiguration + func (s *GetFunctionOutput) SetFunctionConfiguration(v *FunctionConfiguration) *GetFunctionOutput + func (s GetFunctionOutput) GoString() string + func (s GetFunctionOutput) 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 + IncludeDirectives *bool + func (s *GetIntrospectionSchemaInput) SetApiId(v string) *GetIntrospectionSchemaInput + func (s *GetIntrospectionSchemaInput) SetFormat(v string) *GetIntrospectionSchemaInput + func (s *GetIntrospectionSchemaInput) SetIncludeDirectives(v bool) *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 GetSourceApiAssociationInput struct + AssociationId *string + MergedApiIdentifier *string + func (s *GetSourceApiAssociationInput) SetAssociationId(v string) *GetSourceApiAssociationInput + func (s *GetSourceApiAssociationInput) SetMergedApiIdentifier(v string) *GetSourceApiAssociationInput + func (s *GetSourceApiAssociationInput) Validate() error + func (s GetSourceApiAssociationInput) GoString() string + func (s GetSourceApiAssociationInput) String() string + type GetSourceApiAssociationOutput struct + SourceApiAssociation *SourceApiAssociation + func (s *GetSourceApiAssociationOutput) SetSourceApiAssociation(v *SourceApiAssociation) *GetSourceApiAssociationOutput + func (s GetSourceApiAssociationOutput) GoString() string + func (s GetSourceApiAssociationOutput) 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 GraphQLSchemaException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *GraphQLSchemaException) Code() string + func (s *GraphQLSchemaException) Error() string + func (s *GraphQLSchemaException) Message() string + func (s *GraphQLSchemaException) OrigErr() error + func (s *GraphQLSchemaException) RequestID() string + func (s *GraphQLSchemaException) StatusCode() int + func (s GraphQLSchemaException) GoString() string + func (s GraphQLSchemaException) String() string + type GraphqlApi struct + AdditionalAuthenticationProviders []*AdditionalAuthenticationProvider + ApiId *string + ApiType *string + Arn *string + AuthenticationType *string + Dns map[string]*string + LambdaAuthorizerConfig *LambdaAuthorizerConfig + LogConfig *LogConfig + MergedApiExecutionRoleArn *string + Name *string + OpenIDConnectConfig *OpenIDConnectConfig + Owner *string + OwnerContact *string + Tags map[string]*string + Uris map[string]*string + UserPoolConfig *UserPoolConfig + Visibility *string + WafWebAclArn *string + XrayEnabled *bool + func (s *GraphqlApi) SetAdditionalAuthenticationProviders(v []*AdditionalAuthenticationProvider) *GraphqlApi + func (s *GraphqlApi) SetApiId(v string) *GraphqlApi + func (s *GraphqlApi) SetApiType(v string) *GraphqlApi + func (s *GraphqlApi) SetArn(v string) *GraphqlApi + func (s *GraphqlApi) SetAuthenticationType(v string) *GraphqlApi + func (s *GraphqlApi) SetDns(v map[string]*string) *GraphqlApi + func (s *GraphqlApi) SetLambdaAuthorizerConfig(v *LambdaAuthorizerConfig) *GraphqlApi + func (s *GraphqlApi) SetLogConfig(v *LogConfig) *GraphqlApi + func (s *GraphqlApi) SetMergedApiExecutionRoleArn(v string) *GraphqlApi + func (s *GraphqlApi) SetName(v string) *GraphqlApi + func (s *GraphqlApi) SetOpenIDConnectConfig(v *OpenIDConnectConfig) *GraphqlApi + func (s *GraphqlApi) SetOwner(v string) *GraphqlApi + func (s *GraphqlApi) SetOwnerContact(v string) *GraphqlApi + func (s *GraphqlApi) SetTags(v map[string]*string) *GraphqlApi + func (s *GraphqlApi) SetUris(v map[string]*string) *GraphqlApi + func (s *GraphqlApi) SetUserPoolConfig(v *UserPoolConfig) *GraphqlApi + func (s *GraphqlApi) SetVisibility(v string) *GraphqlApi + func (s *GraphqlApi) SetWafWebAclArn(v string) *GraphqlApi + func (s *GraphqlApi) SetXrayEnabled(v bool) *GraphqlApi + func (s GraphqlApi) GoString() string + func (s GraphqlApi) String() string + type HttpDataSourceConfig struct + AuthorizationConfig *AuthorizationConfig + Endpoint *string + func (s *HttpDataSourceConfig) SetAuthorizationConfig(v *AuthorizationConfig) *HttpDataSourceConfig + func (s *HttpDataSourceConfig) SetEndpoint(v string) *HttpDataSourceConfig + func (s *HttpDataSourceConfig) Validate() error + func (s HttpDataSourceConfig) GoString() string + func (s HttpDataSourceConfig) String() string + type InternalFailureException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalFailureException) Code() string + func (s *InternalFailureException) Error() string + func (s *InternalFailureException) Message() string + func (s *InternalFailureException) OrigErr() error + func (s *InternalFailureException) RequestID() string + func (s *InternalFailureException) StatusCode() int + func (s InternalFailureException) GoString() string + func (s InternalFailureException) String() string + type LambdaAuthorizerConfig struct + AuthorizerResultTtlInSeconds *int64 + AuthorizerUri *string + IdentityValidationExpression *string + func (s *LambdaAuthorizerConfig) SetAuthorizerResultTtlInSeconds(v int64) *LambdaAuthorizerConfig + func (s *LambdaAuthorizerConfig) SetAuthorizerUri(v string) *LambdaAuthorizerConfig + func (s *LambdaAuthorizerConfig) SetIdentityValidationExpression(v string) *LambdaAuthorizerConfig + func (s *LambdaAuthorizerConfig) Validate() error + func (s LambdaAuthorizerConfig) GoString() string + func (s LambdaAuthorizerConfig) String() string + type LambdaConflictHandlerConfig struct + LambdaConflictHandlerArn *string + func (s *LambdaConflictHandlerConfig) SetLambdaConflictHandlerArn(v string) *LambdaConflictHandlerConfig + func (s LambdaConflictHandlerConfig) GoString() string + func (s LambdaConflictHandlerConfig) 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 LimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LimitExceededException) Code() string + func (s *LimitExceededException) Error() string + func (s *LimitExceededException) Message() string + func (s *LimitExceededException) OrigErr() error + func (s *LimitExceededException) RequestID() string + func (s *LimitExceededException) StatusCode() int + func (s LimitExceededException) GoString() string + func (s LimitExceededException) 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 ListDomainNamesInput struct + MaxResults *int64 + NextToken *string + func (s *ListDomainNamesInput) SetMaxResults(v int64) *ListDomainNamesInput + func (s *ListDomainNamesInput) SetNextToken(v string) *ListDomainNamesInput + func (s *ListDomainNamesInput) Validate() error + func (s ListDomainNamesInput) GoString() string + func (s ListDomainNamesInput) String() string + type ListDomainNamesOutput struct + DomainNameConfigs []*DomainNameConfig + NextToken *string + func (s *ListDomainNamesOutput) SetDomainNameConfigs(v []*DomainNameConfig) *ListDomainNamesOutput + func (s *ListDomainNamesOutput) SetNextToken(v string) *ListDomainNamesOutput + func (s ListDomainNamesOutput) GoString() string + func (s ListDomainNamesOutput) String() string + type ListFunctionsInput struct + ApiId *string + MaxResults *int64 + NextToken *string + func (s *ListFunctionsInput) SetApiId(v string) *ListFunctionsInput + func (s *ListFunctionsInput) SetMaxResults(v int64) *ListFunctionsInput + func (s *ListFunctionsInput) SetNextToken(v string) *ListFunctionsInput + func (s *ListFunctionsInput) Validate() error + func (s ListFunctionsInput) GoString() string + func (s ListFunctionsInput) String() string + type ListFunctionsOutput struct + Functions []*FunctionConfiguration + NextToken *string + func (s *ListFunctionsOutput) SetFunctions(v []*FunctionConfiguration) *ListFunctionsOutput + func (s *ListFunctionsOutput) SetNextToken(v string) *ListFunctionsOutput + func (s ListFunctionsOutput) GoString() string + func (s ListFunctionsOutput) String() string + type ListGraphqlApisInput struct + ApiType *string + MaxResults *int64 + NextToken *string + Owner *string + func (s *ListGraphqlApisInput) SetApiType(v string) *ListGraphqlApisInput + func (s *ListGraphqlApisInput) SetMaxResults(v int64) *ListGraphqlApisInput + func (s *ListGraphqlApisInput) SetNextToken(v string) *ListGraphqlApisInput + func (s *ListGraphqlApisInput) SetOwner(v string) *ListGraphqlApisInput + func (s *ListGraphqlApisInput) Validate() error + 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 ListResolversByFunctionInput struct + ApiId *string + FunctionId *string + MaxResults *int64 + NextToken *string + func (s *ListResolversByFunctionInput) SetApiId(v string) *ListResolversByFunctionInput + func (s *ListResolversByFunctionInput) SetFunctionId(v string) *ListResolversByFunctionInput + func (s *ListResolversByFunctionInput) SetMaxResults(v int64) *ListResolversByFunctionInput + func (s *ListResolversByFunctionInput) SetNextToken(v string) *ListResolversByFunctionInput + func (s *ListResolversByFunctionInput) Validate() error + func (s ListResolversByFunctionInput) GoString() string + func (s ListResolversByFunctionInput) String() string + type ListResolversByFunctionOutput struct + NextToken *string + Resolvers []*Resolver + func (s *ListResolversByFunctionOutput) SetNextToken(v string) *ListResolversByFunctionOutput + func (s *ListResolversByFunctionOutput) SetResolvers(v []*Resolver) *ListResolversByFunctionOutput + func (s ListResolversByFunctionOutput) GoString() string + func (s ListResolversByFunctionOutput) 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 ListSourceApiAssociationsInput struct + ApiId *string + MaxResults *int64 + NextToken *string + func (s *ListSourceApiAssociationsInput) SetApiId(v string) *ListSourceApiAssociationsInput + func (s *ListSourceApiAssociationsInput) SetMaxResults(v int64) *ListSourceApiAssociationsInput + func (s *ListSourceApiAssociationsInput) SetNextToken(v string) *ListSourceApiAssociationsInput + func (s *ListSourceApiAssociationsInput) Validate() error + func (s ListSourceApiAssociationsInput) GoString() string + func (s ListSourceApiAssociationsInput) String() string + type ListSourceApiAssociationsOutput struct + NextToken *string + SourceApiAssociationSummaries []*SourceApiAssociationSummary + func (s *ListSourceApiAssociationsOutput) SetNextToken(v string) *ListSourceApiAssociationsOutput + func (s *ListSourceApiAssociationsOutput) SetSourceApiAssociationSummaries(v []*SourceApiAssociationSummary) *ListSourceApiAssociationsOutput + func (s ListSourceApiAssociationsOutput) GoString() string + func (s ListSourceApiAssociationsOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type ListTypesByAssociationInput struct + AssociationId *string + Format *string + MaxResults *int64 + MergedApiIdentifier *string + NextToken *string + func (s *ListTypesByAssociationInput) SetAssociationId(v string) *ListTypesByAssociationInput + func (s *ListTypesByAssociationInput) SetFormat(v string) *ListTypesByAssociationInput + func (s *ListTypesByAssociationInput) SetMaxResults(v int64) *ListTypesByAssociationInput + func (s *ListTypesByAssociationInput) SetMergedApiIdentifier(v string) *ListTypesByAssociationInput + func (s *ListTypesByAssociationInput) SetNextToken(v string) *ListTypesByAssociationInput + func (s *ListTypesByAssociationInput) Validate() error + func (s ListTypesByAssociationInput) GoString() string + func (s ListTypesByAssociationInput) String() string + type ListTypesByAssociationOutput struct + NextToken *string + Types []*Type + func (s *ListTypesByAssociationOutput) SetNextToken(v string) *ListTypesByAssociationOutput + func (s *ListTypesByAssociationOutput) SetTypes(v []*Type) *ListTypesByAssociationOutput + func (s ListTypesByAssociationOutput) GoString() string + func (s ListTypesByAssociationOutput) 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 LogConfig struct + CloudWatchLogsRoleArn *string + ExcludeVerboseContent *bool + FieldLogLevel *string + func (s *LogConfig) SetCloudWatchLogsRoleArn(v string) *LogConfig + func (s *LogConfig) SetExcludeVerboseContent(v bool) *LogConfig + func (s *LogConfig) SetFieldLogLevel(v string) *LogConfig + func (s *LogConfig) Validate() error + func (s LogConfig) GoString() string + func (s LogConfig) String() string + type NotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NotFoundException) Code() string + func (s *NotFoundException) Error() string + func (s *NotFoundException) Message() string + func (s *NotFoundException) OrigErr() error + func (s *NotFoundException) RequestID() string + func (s *NotFoundException) StatusCode() int + func (s NotFoundException) GoString() string + func (s NotFoundException) String() string + type OpenIDConnectConfig struct + AuthTTL *int64 + ClientId *string + IatTTL *int64 + Issuer *string + func (s *OpenIDConnectConfig) SetAuthTTL(v int64) *OpenIDConnectConfig + func (s *OpenIDConnectConfig) SetClientId(v string) *OpenIDConnectConfig + func (s *OpenIDConnectConfig) SetIatTTL(v int64) *OpenIDConnectConfig + func (s *OpenIDConnectConfig) SetIssuer(v string) *OpenIDConnectConfig + func (s *OpenIDConnectConfig) Validate() error + func (s OpenIDConnectConfig) GoString() string + func (s OpenIDConnectConfig) String() string + type OpenSearchServiceDataSourceConfig struct + AwsRegion *string + Endpoint *string + func (s *OpenSearchServiceDataSourceConfig) SetAwsRegion(v string) *OpenSearchServiceDataSourceConfig + func (s *OpenSearchServiceDataSourceConfig) SetEndpoint(v string) *OpenSearchServiceDataSourceConfig + func (s *OpenSearchServiceDataSourceConfig) Validate() error + func (s OpenSearchServiceDataSourceConfig) GoString() string + func (s OpenSearchServiceDataSourceConfig) String() string + type PipelineConfig struct + Functions []*string + func (s *PipelineConfig) SetFunctions(v []*string) *PipelineConfig + func (s PipelineConfig) GoString() string + func (s PipelineConfig) String() string + type RdsHttpEndpointConfig struct + AwsRegion *string + AwsSecretStoreArn *string + DatabaseName *string + DbClusterIdentifier *string + Schema *string + func (s *RdsHttpEndpointConfig) SetAwsRegion(v string) *RdsHttpEndpointConfig + func (s *RdsHttpEndpointConfig) SetAwsSecretStoreArn(v string) *RdsHttpEndpointConfig + func (s *RdsHttpEndpointConfig) SetDatabaseName(v string) *RdsHttpEndpointConfig + func (s *RdsHttpEndpointConfig) SetDbClusterIdentifier(v string) *RdsHttpEndpointConfig + func (s *RdsHttpEndpointConfig) SetSchema(v string) *RdsHttpEndpointConfig + func (s RdsHttpEndpointConfig) GoString() string + func (s RdsHttpEndpointConfig) String() string + type RelationalDatabaseDataSourceConfig struct + RdsHttpEndpointConfig *RdsHttpEndpointConfig + RelationalDatabaseSourceType *string + func (s *RelationalDatabaseDataSourceConfig) SetRdsHttpEndpointConfig(v *RdsHttpEndpointConfig) *RelationalDatabaseDataSourceConfig + func (s *RelationalDatabaseDataSourceConfig) SetRelationalDatabaseSourceType(v string) *RelationalDatabaseDataSourceConfig + func (s RelationalDatabaseDataSourceConfig) GoString() string + func (s RelationalDatabaseDataSourceConfig) String() string + type Resolver struct + CachingConfig *CachingConfig + Code *string + DataSourceName *string + FieldName *string + Kind *string + MaxBatchSize *int64 + PipelineConfig *PipelineConfig + RequestMappingTemplate *string + ResolverArn *string + ResponseMappingTemplate *string + Runtime *AppSyncRuntime + SyncConfig *SyncConfig + TypeName *string + func (s *Resolver) SetCachingConfig(v *CachingConfig) *Resolver + func (s *Resolver) SetCode(v string) *Resolver + func (s *Resolver) SetDataSourceName(v string) *Resolver + func (s *Resolver) SetFieldName(v string) *Resolver + func (s *Resolver) SetKind(v string) *Resolver + func (s *Resolver) SetMaxBatchSize(v int64) *Resolver + func (s *Resolver) SetPipelineConfig(v *PipelineConfig) *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) SetRuntime(v *AppSyncRuntime) *Resolver + func (s *Resolver) SetSyncConfig(v *SyncConfig) *Resolver + func (s *Resolver) SetTypeName(v string) *Resolver + func (s Resolver) GoString() string + func (s Resolver) String() string + type SourceApiAssociation struct + AssociationArn *string + AssociationId *string + Description *string + LastSuccessfulMergeDate *time.Time + MergedApiArn *string + MergedApiId *string + SourceApiArn *string + SourceApiAssociationConfig *SourceApiAssociationConfig + SourceApiAssociationStatus *string + SourceApiAssociationStatusDetail *string + SourceApiId *string + func (s *SourceApiAssociation) SetAssociationArn(v string) *SourceApiAssociation + func (s *SourceApiAssociation) SetAssociationId(v string) *SourceApiAssociation + func (s *SourceApiAssociation) SetDescription(v string) *SourceApiAssociation + func (s *SourceApiAssociation) SetLastSuccessfulMergeDate(v time.Time) *SourceApiAssociation + func (s *SourceApiAssociation) SetMergedApiArn(v string) *SourceApiAssociation + func (s *SourceApiAssociation) SetMergedApiId(v string) *SourceApiAssociation + func (s *SourceApiAssociation) SetSourceApiArn(v string) *SourceApiAssociation + func (s *SourceApiAssociation) SetSourceApiAssociationConfig(v *SourceApiAssociationConfig) *SourceApiAssociation + func (s *SourceApiAssociation) SetSourceApiAssociationStatus(v string) *SourceApiAssociation + func (s *SourceApiAssociation) SetSourceApiAssociationStatusDetail(v string) *SourceApiAssociation + func (s *SourceApiAssociation) SetSourceApiId(v string) *SourceApiAssociation + func (s SourceApiAssociation) GoString() string + func (s SourceApiAssociation) String() string + type SourceApiAssociationConfig struct + MergeType *string + func (s *SourceApiAssociationConfig) SetMergeType(v string) *SourceApiAssociationConfig + func (s SourceApiAssociationConfig) GoString() string + func (s SourceApiAssociationConfig) String() string + type SourceApiAssociationSummary struct + AssociationArn *string + AssociationId *string + Description *string + MergedApiArn *string + MergedApiId *string + SourceApiArn *string + SourceApiId *string + func (s *SourceApiAssociationSummary) SetAssociationArn(v string) *SourceApiAssociationSummary + func (s *SourceApiAssociationSummary) SetAssociationId(v string) *SourceApiAssociationSummary + func (s *SourceApiAssociationSummary) SetDescription(v string) *SourceApiAssociationSummary + func (s *SourceApiAssociationSummary) SetMergedApiArn(v string) *SourceApiAssociationSummary + func (s *SourceApiAssociationSummary) SetMergedApiId(v string) *SourceApiAssociationSummary + func (s *SourceApiAssociationSummary) SetSourceApiArn(v string) *SourceApiAssociationSummary + func (s *SourceApiAssociationSummary) SetSourceApiId(v string) *SourceApiAssociationSummary + func (s SourceApiAssociationSummary) GoString() string + func (s SourceApiAssociationSummary) 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 StartSchemaMergeInput struct + AssociationId *string + MergedApiIdentifier *string + func (s *StartSchemaMergeInput) SetAssociationId(v string) *StartSchemaMergeInput + func (s *StartSchemaMergeInput) SetMergedApiIdentifier(v string) *StartSchemaMergeInput + func (s *StartSchemaMergeInput) Validate() error + func (s StartSchemaMergeInput) GoString() string + func (s StartSchemaMergeInput) String() string + type StartSchemaMergeOutput struct + SourceApiAssociationStatus *string + func (s *StartSchemaMergeOutput) SetSourceApiAssociationStatus(v string) *StartSchemaMergeOutput + func (s StartSchemaMergeOutput) GoString() string + func (s StartSchemaMergeOutput) String() string + type SyncConfig struct + ConflictDetection *string + ConflictHandler *string + LambdaConflictHandlerConfig *LambdaConflictHandlerConfig + func (s *SyncConfig) SetConflictDetection(v string) *SyncConfig + func (s *SyncConfig) SetConflictHandler(v string) *SyncConfig + func (s *SyncConfig) SetLambdaConflictHandlerConfig(v *LambdaConflictHandlerConfig) *SyncConfig + func (s SyncConfig) GoString() string + func (s SyncConfig) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) 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 UnauthorizedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UnauthorizedException) Code() string + func (s *UnauthorizedException) Error() string + func (s *UnauthorizedException) Message() string + func (s *UnauthorizedException) OrigErr() error + func (s *UnauthorizedException) RequestID() string + func (s *UnauthorizedException) StatusCode() int + func (s UnauthorizedException) GoString() string + func (s UnauthorizedException) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateApiCacheInput struct + ApiCachingBehavior *string + ApiId *string + Ttl *int64 + Type *string + func (s *UpdateApiCacheInput) SetApiCachingBehavior(v string) *UpdateApiCacheInput + func (s *UpdateApiCacheInput) SetApiId(v string) *UpdateApiCacheInput + func (s *UpdateApiCacheInput) SetTtl(v int64) *UpdateApiCacheInput + func (s *UpdateApiCacheInput) SetType(v string) *UpdateApiCacheInput + func (s *UpdateApiCacheInput) Validate() error + func (s UpdateApiCacheInput) GoString() string + func (s UpdateApiCacheInput) String() string + type UpdateApiCacheOutput struct + ApiCache *ApiCache + func (s *UpdateApiCacheOutput) SetApiCache(v *ApiCache) *UpdateApiCacheOutput + func (s UpdateApiCacheOutput) GoString() string + func (s UpdateApiCacheOutput) 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 + EventBridgeConfig *EventBridgeDataSourceConfig + HttpConfig *HttpDataSourceConfig + LambdaConfig *LambdaDataSourceConfig + Name *string + OpenSearchServiceConfig *OpenSearchServiceDataSourceConfig + RelationalDatabaseConfig *RelationalDatabaseDataSourceConfig + 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) SetEventBridgeConfig(v *EventBridgeDataSourceConfig) *UpdateDataSourceInput + func (s *UpdateDataSourceInput) SetHttpConfig(v *HttpDataSourceConfig) *UpdateDataSourceInput + func (s *UpdateDataSourceInput) SetLambdaConfig(v *LambdaDataSourceConfig) *UpdateDataSourceInput + func (s *UpdateDataSourceInput) SetName(v string) *UpdateDataSourceInput + func (s *UpdateDataSourceInput) SetOpenSearchServiceConfig(v *OpenSearchServiceDataSourceConfig) *UpdateDataSourceInput + func (s *UpdateDataSourceInput) SetRelationalDatabaseConfig(v *RelationalDatabaseDataSourceConfig) *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 UpdateDomainNameInput struct + Description *string + DomainName *string + func (s *UpdateDomainNameInput) SetDescription(v string) *UpdateDomainNameInput + func (s *UpdateDomainNameInput) SetDomainName(v string) *UpdateDomainNameInput + func (s *UpdateDomainNameInput) Validate() error + func (s UpdateDomainNameInput) GoString() string + func (s UpdateDomainNameInput) String() string + type UpdateDomainNameOutput struct + DomainNameConfig *DomainNameConfig + func (s *UpdateDomainNameOutput) SetDomainNameConfig(v *DomainNameConfig) *UpdateDomainNameOutput + func (s UpdateDomainNameOutput) GoString() string + func (s UpdateDomainNameOutput) String() string + type UpdateFunctionInput struct + ApiId *string + Code *string + DataSourceName *string + Description *string + FunctionId *string + FunctionVersion *string + MaxBatchSize *int64 + Name *string + RequestMappingTemplate *string + ResponseMappingTemplate *string + Runtime *AppSyncRuntime + SyncConfig *SyncConfig + func (s *UpdateFunctionInput) SetApiId(v string) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetCode(v string) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetDataSourceName(v string) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetDescription(v string) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetFunctionId(v string) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetFunctionVersion(v string) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetMaxBatchSize(v int64) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetName(v string) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetRequestMappingTemplate(v string) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetResponseMappingTemplate(v string) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetRuntime(v *AppSyncRuntime) *UpdateFunctionInput + func (s *UpdateFunctionInput) SetSyncConfig(v *SyncConfig) *UpdateFunctionInput + func (s *UpdateFunctionInput) Validate() error + func (s UpdateFunctionInput) GoString() string + func (s UpdateFunctionInput) String() string + type UpdateFunctionOutput struct + FunctionConfiguration *FunctionConfiguration + func (s *UpdateFunctionOutput) SetFunctionConfiguration(v *FunctionConfiguration) *UpdateFunctionOutput + func (s UpdateFunctionOutput) GoString() string + func (s UpdateFunctionOutput) String() string + type UpdateGraphqlApiInput struct + AdditionalAuthenticationProviders []*AdditionalAuthenticationProvider + ApiId *string + AuthenticationType *string + LambdaAuthorizerConfig *LambdaAuthorizerConfig + LogConfig *LogConfig + MergedApiExecutionRoleArn *string + Name *string + OpenIDConnectConfig *OpenIDConnectConfig + OwnerContact *string + UserPoolConfig *UserPoolConfig + XrayEnabled *bool + func (s *UpdateGraphqlApiInput) SetAdditionalAuthenticationProviders(v []*AdditionalAuthenticationProvider) *UpdateGraphqlApiInput + func (s *UpdateGraphqlApiInput) SetApiId(v string) *UpdateGraphqlApiInput + func (s *UpdateGraphqlApiInput) SetAuthenticationType(v string) *UpdateGraphqlApiInput + func (s *UpdateGraphqlApiInput) SetLambdaAuthorizerConfig(v *LambdaAuthorizerConfig) *UpdateGraphqlApiInput + func (s *UpdateGraphqlApiInput) SetLogConfig(v *LogConfig) *UpdateGraphqlApiInput + func (s *UpdateGraphqlApiInput) SetMergedApiExecutionRoleArn(v string) *UpdateGraphqlApiInput + func (s *UpdateGraphqlApiInput) SetName(v string) *UpdateGraphqlApiInput + func (s *UpdateGraphqlApiInput) SetOpenIDConnectConfig(v *OpenIDConnectConfig) *UpdateGraphqlApiInput + func (s *UpdateGraphqlApiInput) SetOwnerContact(v string) *UpdateGraphqlApiInput + func (s *UpdateGraphqlApiInput) SetUserPoolConfig(v *UserPoolConfig) *UpdateGraphqlApiInput + func (s *UpdateGraphqlApiInput) SetXrayEnabled(v bool) *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 + CachingConfig *CachingConfig + Code *string + DataSourceName *string + FieldName *string + Kind *string + MaxBatchSize *int64 + PipelineConfig *PipelineConfig + RequestMappingTemplate *string + ResponseMappingTemplate *string + Runtime *AppSyncRuntime + SyncConfig *SyncConfig + TypeName *string + func (s *UpdateResolverInput) SetApiId(v string) *UpdateResolverInput + func (s *UpdateResolverInput) SetCachingConfig(v *CachingConfig) *UpdateResolverInput + func (s *UpdateResolverInput) SetCode(v string) *UpdateResolverInput + func (s *UpdateResolverInput) SetDataSourceName(v string) *UpdateResolverInput + func (s *UpdateResolverInput) SetFieldName(v string) *UpdateResolverInput + func (s *UpdateResolverInput) SetKind(v string) *UpdateResolverInput + func (s *UpdateResolverInput) SetMaxBatchSize(v int64) *UpdateResolverInput + func (s *UpdateResolverInput) SetPipelineConfig(v *PipelineConfig) *UpdateResolverInput + func (s *UpdateResolverInput) SetRequestMappingTemplate(v string) *UpdateResolverInput + func (s *UpdateResolverInput) SetResponseMappingTemplate(v string) *UpdateResolverInput + func (s *UpdateResolverInput) SetRuntime(v *AppSyncRuntime) *UpdateResolverInput + func (s *UpdateResolverInput) SetSyncConfig(v *SyncConfig) *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 UpdateSourceApiAssociationInput struct + AssociationId *string + Description *string + MergedApiIdentifier *string + SourceApiAssociationConfig *SourceApiAssociationConfig + func (s *UpdateSourceApiAssociationInput) SetAssociationId(v string) *UpdateSourceApiAssociationInput + func (s *UpdateSourceApiAssociationInput) SetDescription(v string) *UpdateSourceApiAssociationInput + func (s *UpdateSourceApiAssociationInput) SetMergedApiIdentifier(v string) *UpdateSourceApiAssociationInput + func (s *UpdateSourceApiAssociationInput) SetSourceApiAssociationConfig(v *SourceApiAssociationConfig) *UpdateSourceApiAssociationInput + func (s *UpdateSourceApiAssociationInput) Validate() error + func (s UpdateSourceApiAssociationInput) GoString() string + func (s UpdateSourceApiAssociationInput) String() string + type UpdateSourceApiAssociationOutput struct + SourceApiAssociation *SourceApiAssociation + func (s *UpdateSourceApiAssociationOutput) SetSourceApiAssociation(v *SourceApiAssociation) *UpdateSourceApiAssociationOutput + func (s UpdateSourceApiAssociationOutput) GoString() string + func (s UpdateSourceApiAssociationOutput) 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