libZSservicesZSamazonka-schemasZSamazonka-schemas
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Schemas

Description

Derived from API version 2019-12-02 of the AWS service descriptions, licensed under Apache 2.0.

Amazon EventBridge Schema Registry

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2019-12-02 of the Amazon Schemas SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by Schemas.

PreconditionFailedException

_PreconditionFailedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Prism for PreconditionFailedException' errors.

ConflictException

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Prism for ConflictException' errors.

ForbiddenException

_ForbiddenException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Prism for ForbiddenException' errors.

GoneException

_GoneException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Prism for GoneException' errors.

NotFoundException

_NotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Prism for NotFoundException' errors.

TooManyRequestsException

_TooManyRequestsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Prism for TooManyRequestsException' errors.

InternalServerErrorException

_InternalServerErrorException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Prism for InternalServerErrorException' errors.

ServiceUnavailableException

_ServiceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Prism for ServiceUnavailableException' errors.

UnauthorizedException

_UnauthorizedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Prism for UnauthorizedException' errors.

BadRequestException

_BadRequestException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Prism for BadRequestException' errors.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

CodeBindingExists

newCodeBindingExists :: Wait DescribeCodeBinding Source #

Polls DescribeCodeBinding every 2 seconds until a successful state is reached. An error is returned after 30 failed checks.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

UpdateRegistry

data UpdateRegistry Source #

Updates the registry.

See: newUpdateRegistry smart constructor.

Constructors

UpdateRegistry' (Maybe Text) Text 

Instances

Instances details
Eq UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Read UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Show UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Generic UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Associated Types

type Rep UpdateRegistry :: Type -> Type #

NFData UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Methods

rnf :: UpdateRegistry -> () #

Hashable UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

ToJSON UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

AWSRequest UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Associated Types

type AWSResponse UpdateRegistry #

ToHeaders UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

ToPath UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

ToQuery UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

type Rep UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

type Rep UpdateRegistry = D1 ('MetaData "UpdateRegistry" "Amazonka.Schemas.UpdateRegistry" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "UpdateRegistry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

newUpdateRegistry Source #

Create a value of UpdateRegistry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:UpdateRegistry', updateRegistry_description - The description of the registry to update.

$sel:registryName:UpdateRegistry', updateRegistry_registryName - The name of the registry.

data UpdateRegistryResponse Source #

See: newUpdateRegistryResponse smart constructor.

Instances

Instances details
Eq UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Read UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Show UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Generic UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Associated Types

type Rep UpdateRegistryResponse :: Type -> Type #

NFData UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Methods

rnf :: UpdateRegistryResponse -> () #

type Rep UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

type Rep UpdateRegistryResponse = D1 ('MetaData "UpdateRegistryResponse" "Amazonka.Schemas.UpdateRegistry" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "UpdateRegistryResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newUpdateRegistryResponse Source #

Create a value of UpdateRegistryResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:registryName:UpdateRegistry', updateRegistryResponse_registryName - The name of the registry.

$sel:registryArn:UpdateRegistryResponse', updateRegistryResponse_registryArn - The ARN of the registry.

$sel:description:UpdateRegistry', updateRegistryResponse_description - The description of the registry.

$sel:tags:UpdateRegistryResponse', updateRegistryResponse_tags - Tags associated with the registry.

$sel:httpStatus:UpdateRegistryResponse', updateRegistryResponse_httpStatus - The response's http status code.

DeleteRegistry

data DeleteRegistry Source #

See: newDeleteRegistry smart constructor.

Constructors

DeleteRegistry' Text 

Instances

Instances details
Eq DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Read DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Show DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Generic DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Associated Types

type Rep DeleteRegistry :: Type -> Type #

NFData DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Methods

rnf :: DeleteRegistry -> () #

Hashable DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

AWSRequest DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Associated Types

type AWSResponse DeleteRegistry #

ToHeaders DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

ToPath DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

ToQuery DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

type Rep DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

type Rep DeleteRegistry = D1 ('MetaData "DeleteRegistry" "Amazonka.Schemas.DeleteRegistry" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DeleteRegistry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

newDeleteRegistry Source #

Create a value of DeleteRegistry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:registryName:DeleteRegistry', deleteRegistry_registryName - The name of the registry.

data DeleteRegistryResponse Source #

See: newDeleteRegistryResponse smart constructor.

Instances

Instances details
Eq DeleteRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Read DeleteRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Show DeleteRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Generic DeleteRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Associated Types

type Rep DeleteRegistryResponse :: Type -> Type #

NFData DeleteRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Methods

rnf :: DeleteRegistryResponse -> () #

type Rep DeleteRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

type Rep DeleteRegistryResponse = D1 ('MetaData "DeleteRegistryResponse" "Amazonka.Schemas.DeleteRegistry" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DeleteRegistryResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteRegistryResponse :: DeleteRegistryResponse Source #

Create a value of DeleteRegistryResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

SearchSchemas (Paginated)

data SearchSchemas Source #

See: newSearchSchemas smart constructor.

Instances

Instances details
Eq SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

Read SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

Show SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

Generic SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

Associated Types

type Rep SearchSchemas :: Type -> Type #

NFData SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

Methods

rnf :: SearchSchemas -> () #

Hashable SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

AWSPager SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

AWSRequest SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

Associated Types

type AWSResponse SearchSchemas #

ToHeaders SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

ToPath SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

ToQuery SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

type Rep SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

type Rep SearchSchemas = D1 ('MetaData "SearchSchemas" "Amazonka.Schemas.SearchSchemas" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "SearchSchemas'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "keywords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

newSearchSchemas Source #

Create a value of SearchSchemas with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:SearchSchemas', searchSchemas_nextToken - The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

$sel:limit:SearchSchemas', searchSchemas_limit - Undocumented member.

$sel:registryName:SearchSchemas', searchSchemas_registryName - The name of the registry.

$sel:keywords:SearchSchemas', searchSchemas_keywords - Specifying this limits the results to only schemas that include the provided keywords.

data SearchSchemasResponse Source #

See: newSearchSchemasResponse smart constructor.

Instances

Instances details
Eq SearchSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

Read SearchSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

Show SearchSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

Generic SearchSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

Associated Types

type Rep SearchSchemasResponse :: Type -> Type #

NFData SearchSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

Methods

rnf :: SearchSchemasResponse -> () #

type Rep SearchSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

type Rep SearchSchemasResponse = D1 ('MetaData "SearchSchemasResponse" "Amazonka.Schemas.SearchSchemas" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "SearchSchemasResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SearchSchemaSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newSearchSchemasResponse Source #

Create a value of SearchSchemasResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemas:SearchSchemasResponse', searchSchemasResponse_schemas - An array of SearchSchemaSummary information.

$sel:nextToken:SearchSchemas', searchSchemasResponse_nextToken - The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

$sel:httpStatus:SearchSchemasResponse', searchSchemasResponse_httpStatus - The response's http status code.

StopDiscoverer

data StopDiscoverer Source #

See: newStopDiscoverer smart constructor.

Constructors

StopDiscoverer' Text 

Instances

Instances details
Eq StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Read StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Show StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Generic StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Associated Types

type Rep StopDiscoverer :: Type -> Type #

NFData StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Methods

rnf :: StopDiscoverer -> () #

Hashable StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

ToJSON StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

AWSRequest StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Associated Types

type AWSResponse StopDiscoverer #

ToHeaders StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

ToPath StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

ToQuery StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

type Rep StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

type Rep StopDiscoverer = D1 ('MetaData "StopDiscoverer" "Amazonka.Schemas.StopDiscoverer" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "StopDiscoverer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

newStopDiscoverer Source #

Create a value of StopDiscoverer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:discovererId:StopDiscoverer', stopDiscoverer_discovererId - The ID of the discoverer.

data StopDiscovererResponse Source #

See: newStopDiscovererResponse smart constructor.

Instances

Instances details
Eq StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Read StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Show StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Generic StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Associated Types

type Rep StopDiscovererResponse :: Type -> Type #

NFData StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Methods

rnf :: StopDiscovererResponse -> () #

type Rep StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

type Rep StopDiscovererResponse = D1 ('MetaData "StopDiscovererResponse" "Amazonka.Schemas.StopDiscoverer" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "StopDiscovererResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DiscovererState)) :*: (S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newStopDiscovererResponse Source #

Create a value of StopDiscovererResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:StopDiscovererResponse', stopDiscovererResponse_state - The state of the discoverer.

$sel:discovererId:StopDiscoverer', stopDiscovererResponse_discovererId - The ID of the discoverer.

$sel:httpStatus:StopDiscovererResponse', stopDiscovererResponse_httpStatus - The response's http status code.

DeleteSchemaVersion

data DeleteSchemaVersion Source #

See: newDeleteSchemaVersion smart constructor.

Instances

Instances details
Eq DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Read DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Show DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Generic DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Associated Types

type Rep DeleteSchemaVersion :: Type -> Type #

NFData DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Methods

rnf :: DeleteSchemaVersion -> () #

Hashable DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

AWSRequest DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Associated Types

type AWSResponse DeleteSchemaVersion #

ToHeaders DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

ToPath DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

ToQuery DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

type Rep DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

type Rep DeleteSchemaVersion = D1 ('MetaData "DeleteSchemaVersion" "Amazonka.Schemas.DeleteSchemaVersion" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DeleteSchemaVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

newDeleteSchemaVersion Source #

Create a value of DeleteSchemaVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaVersion:DeleteSchemaVersion', deleteSchemaVersion_schemaVersion - The version number of the schema

$sel:registryName:DeleteSchemaVersion', deleteSchemaVersion_registryName - The name of the registry.

$sel:schemaName:DeleteSchemaVersion', deleteSchemaVersion_schemaName - The name of the schema.

data DeleteSchemaVersionResponse Source #

See: newDeleteSchemaVersionResponse smart constructor.

Instances

Instances details
Eq DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Read DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Show DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Generic DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Associated Types

type Rep DeleteSchemaVersionResponse :: Type -> Type #

NFData DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

type Rep DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

type Rep DeleteSchemaVersionResponse = D1 ('MetaData "DeleteSchemaVersionResponse" "Amazonka.Schemas.DeleteSchemaVersion" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DeleteSchemaVersionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteSchemaVersionResponse :: DeleteSchemaVersionResponse Source #

Create a value of DeleteSchemaVersionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.Schemas.ListTagsForResource" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

newListTagsForResource Source #

Create a value of ListTagsForResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The ARN of the resource.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.Schemas.ListTagsForResource" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - Undocumented member.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

ListSchemaVersions (Paginated)

data ListSchemaVersions Source #

See: newListSchemaVersions smart constructor.

Instances

Instances details
Eq ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

Read ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

Show ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

Generic ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

Associated Types

type Rep ListSchemaVersions :: Type -> Type #

NFData ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

Methods

rnf :: ListSchemaVersions -> () #

Hashable ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

AWSPager ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

AWSRequest ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

Associated Types

type AWSResponse ListSchemaVersions #

ToHeaders ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

ToPath ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

ToQuery ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

type Rep ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

type Rep ListSchemaVersions = D1 ('MetaData "ListSchemaVersions" "Amazonka.Schemas.ListSchemaVersions" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "ListSchemaVersions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

newListSchemaVersions Source #

Create a value of ListSchemaVersions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListSchemaVersions', listSchemaVersions_nextToken - The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

$sel:limit:ListSchemaVersions', listSchemaVersions_limit - Undocumented member.

$sel:registryName:ListSchemaVersions', listSchemaVersions_registryName - The name of the registry.

$sel:schemaName:ListSchemaVersions', listSchemaVersions_schemaName - The name of the schema.

data ListSchemaVersionsResponse Source #

See: newListSchemaVersionsResponse smart constructor.

Instances

Instances details
Eq ListSchemaVersionsResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

Read ListSchemaVersionsResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

Show ListSchemaVersionsResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

Generic ListSchemaVersionsResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

Associated Types

type Rep ListSchemaVersionsResponse :: Type -> Type #

NFData ListSchemaVersionsResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

type Rep ListSchemaVersionsResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

type Rep ListSchemaVersionsResponse = D1 ('MetaData "ListSchemaVersionsResponse" "Amazonka.Schemas.ListSchemaVersions" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "ListSchemaVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemaVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SchemaVersionSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSchemaVersionsResponse Source #

Create a value of ListSchemaVersionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaVersions:ListSchemaVersionsResponse', listSchemaVersionsResponse_schemaVersions - An array of schema version summaries.

$sel:nextToken:ListSchemaVersions', listSchemaVersionsResponse_nextToken - The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

$sel:httpStatus:ListSchemaVersionsResponse', listSchemaVersionsResponse_httpStatus - The response's http status code.

ExportSchema

data ExportSchema Source #

See: newExportSchema smart constructor.

Instances

Instances details
Eq ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Read ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Show ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Generic ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Associated Types

type Rep ExportSchema :: Type -> Type #

NFData ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Methods

rnf :: ExportSchema -> () #

Hashable ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

AWSRequest ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Associated Types

type AWSResponse ExportSchema #

ToHeaders ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

ToPath ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

ToQuery ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

type Rep ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

type Rep ExportSchema = D1 ('MetaData "ExportSchema" "Amazonka.Schemas.ExportSchema" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "ExportSchema'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

newExportSchema Source #

Create a value of ExportSchema with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaVersion:ExportSchema', exportSchema_schemaVersion - Specifying this limits the results to only this schema version.

$sel:registryName:ExportSchema', exportSchema_registryName - The name of the registry.

$sel:schemaName:ExportSchema', exportSchema_schemaName - The name of the schema.

$sel:type':ExportSchema', exportSchema_type - Undocumented member.

data ExportSchemaResponse Source #

See: newExportSchemaResponse smart constructor.

Instances

Instances details
Eq ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Read ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Show ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Generic ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Associated Types

type Rep ExportSchemaResponse :: Type -> Type #

NFData ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Methods

rnf :: ExportSchemaResponse -> () #

type Rep ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

type Rep ExportSchemaResponse = D1 ('MetaData "ExportSchemaResponse" "Amazonka.Schemas.ExportSchema" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "ExportSchemaResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newExportSchemaResponse Source #

Create a value of ExportSchemaResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaVersion:ExportSchema', exportSchemaResponse_schemaVersion - Undocumented member.

$sel:schemaName:ExportSchema', exportSchemaResponse_schemaName - Undocumented member.

$sel:content:ExportSchemaResponse', exportSchemaResponse_content - Undocumented member.

$sel:schemaArn:ExportSchemaResponse', exportSchemaResponse_schemaArn - Undocumented member.

$sel:type':ExportSchema', exportSchemaResponse_type - Undocumented member.

$sel:httpStatus:ExportSchemaResponse', exportSchemaResponse_httpStatus - The response's http status code.

GetDiscoveredSchema

data GetDiscoveredSchema Source #

See: newGetDiscoveredSchema smart constructor.

Instances

Instances details
Eq GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

Read GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

Show GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

Generic GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

Associated Types

type Rep GetDiscoveredSchema :: Type -> Type #

NFData GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

Methods

rnf :: GetDiscoveredSchema -> () #

Hashable GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

ToJSON GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

AWSRequest GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

Associated Types

type AWSResponse GetDiscoveredSchema #

ToHeaders GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

ToPath GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

ToQuery GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

type Rep GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

type Rep GetDiscoveredSchema = D1 ('MetaData "GetDiscoveredSchema" "Amazonka.Schemas.GetDiscoveredSchema" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "GetDiscoveredSchema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Type) :*: S1 ('MetaSel ('Just "events") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

newGetDiscoveredSchema Source #

Create a value of GetDiscoveredSchema with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:type':GetDiscoveredSchema', getDiscoveredSchema_type - The type of event.

$sel:events:GetDiscoveredSchema', getDiscoveredSchema_events - An array of strings where each string is a JSON event. These are the events that were used to generate the schema. The array includes a single type of event and has a maximum size of 10 events.

data GetDiscoveredSchemaResponse Source #

See: newGetDiscoveredSchemaResponse smart constructor.

Instances

Instances details
Eq GetDiscoveredSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

Read GetDiscoveredSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

Show GetDiscoveredSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

Generic GetDiscoveredSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

Associated Types

type Rep GetDiscoveredSchemaResponse :: Type -> Type #

NFData GetDiscoveredSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

type Rep GetDiscoveredSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

type Rep GetDiscoveredSchemaResponse = D1 ('MetaData "GetDiscoveredSchemaResponse" "Amazonka.Schemas.GetDiscoveredSchema" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "GetDiscoveredSchemaResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetDiscoveredSchemaResponse Source #

Create a value of GetDiscoveredSchemaResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:content:GetDiscoveredSchemaResponse', getDiscoveredSchemaResponse_content - The source of the schema definition.

$sel:httpStatus:GetDiscoveredSchemaResponse', getDiscoveredSchemaResponse_httpStatus - The response's http status code.

DeleteDiscoverer

data DeleteDiscoverer Source #

See: newDeleteDiscoverer smart constructor.

Constructors

DeleteDiscoverer' Text 

Instances

Instances details
Eq DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

Read DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

Show DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

Generic DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

Associated Types

type Rep DeleteDiscoverer :: Type -> Type #

NFData DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

Methods

rnf :: DeleteDiscoverer -> () #

Hashable DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

AWSRequest DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

Associated Types

type AWSResponse DeleteDiscoverer #

ToHeaders DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

ToPath DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

ToQuery DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

type Rep DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

type Rep DeleteDiscoverer = D1 ('MetaData "DeleteDiscoverer" "Amazonka.Schemas.DeleteDiscoverer" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DeleteDiscoverer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

newDeleteDiscoverer Source #

Create a value of DeleteDiscoverer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:discovererId:DeleteDiscoverer', deleteDiscoverer_discovererId - The ID of the discoverer.

data DeleteDiscovererResponse Source #

See: newDeleteDiscovererResponse smart constructor.

Instances

Instances details
Eq DeleteDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

Read DeleteDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

Show DeleteDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

Generic DeleteDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

Associated Types

type Rep DeleteDiscovererResponse :: Type -> Type #

NFData DeleteDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

type Rep DeleteDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

type Rep DeleteDiscovererResponse = D1 ('MetaData "DeleteDiscovererResponse" "Amazonka.Schemas.DeleteDiscoverer" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DeleteDiscovererResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDiscovererResponse :: DeleteDiscovererResponse Source #

Create a value of DeleteDiscovererResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

UpdateDiscoverer

data UpdateDiscoverer Source #

See: newUpdateDiscoverer smart constructor.

Instances

Instances details
Eq UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

Read UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

Show UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

Generic UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

Associated Types

type Rep UpdateDiscoverer :: Type -> Type #

NFData UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

Methods

rnf :: UpdateDiscoverer -> () #

Hashable UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

ToJSON UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

AWSRequest UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

Associated Types

type AWSResponse UpdateDiscoverer #

ToHeaders UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

ToPath UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

ToQuery UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

type Rep UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

type Rep UpdateDiscoverer = D1 ('MetaData "UpdateDiscoverer" "Amazonka.Schemas.UpdateDiscoverer" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "UpdateDiscoverer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crossAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

newUpdateDiscoverer Source #

Create a value of UpdateDiscoverer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:crossAccount:UpdateDiscoverer', updateDiscoverer_crossAccount - Support discovery of schemas in events sent to the bus from another account. (default: true)

$sel:description:UpdateDiscoverer', updateDiscoverer_description - The description of the discoverer to update.

$sel:discovererId:UpdateDiscoverer', updateDiscoverer_discovererId - The ID of the discoverer.

data UpdateDiscovererResponse Source #

See: newUpdateDiscovererResponse smart constructor.

Instances

Instances details
Eq UpdateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

Read UpdateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

Show UpdateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

Generic UpdateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

Associated Types

type Rep UpdateDiscovererResponse :: Type -> Type #

NFData UpdateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

type Rep UpdateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

newUpdateDiscovererResponse Source #

Create a value of UpdateDiscovererResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:UpdateDiscovererResponse', updateDiscovererResponse_state - The state of the discoverer.

$sel:crossAccount:UpdateDiscoverer', updateDiscovererResponse_crossAccount - The Status if the discoverer will discover schemas from events sent from another account.

$sel:sourceArn:UpdateDiscovererResponse', updateDiscovererResponse_sourceArn - The ARN of the event bus.

$sel:discovererId:UpdateDiscoverer', updateDiscovererResponse_discovererId - The ID of the discoverer.

$sel:description:UpdateDiscoverer', updateDiscovererResponse_description - The description of the discoverer.

$sel:tags:UpdateDiscovererResponse', updateDiscovererResponse_tags - Tags associated with the resource.

$sel:discovererArn:UpdateDiscovererResponse', updateDiscovererResponse_discovererArn - The ARN of the discoverer.

$sel:httpStatus:UpdateDiscovererResponse', updateDiscovererResponse_httpStatus - The response's http status code.

ListDiscoverers (Paginated)

data ListDiscoverers Source #

See: newListDiscoverers smart constructor.

Instances

Instances details
Eq ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

Read ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

Show ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

Generic ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

Associated Types

type Rep ListDiscoverers :: Type -> Type #

NFData ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

Methods

rnf :: ListDiscoverers -> () #

Hashable ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

AWSPager ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

AWSRequest ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

Associated Types

type AWSResponse ListDiscoverers #

ToHeaders ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

ToPath ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

ToQuery ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

type Rep ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

type Rep ListDiscoverers = D1 ('MetaData "ListDiscoverers" "Amazonka.Schemas.ListDiscoverers" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "ListDiscoverers'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sourceArnPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "discovererIdPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

newListDiscoverers :: ListDiscoverers Source #

Create a value of ListDiscoverers with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sourceArnPrefix:ListDiscoverers', listDiscoverers_sourceArnPrefix - Specifying this limits the results to only those ARNs that start with the specified prefix.

$sel:discovererIdPrefix:ListDiscoverers', listDiscoverers_discovererIdPrefix - Specifying this limits the results to only those discoverer IDs that start with the specified prefix.

$sel:nextToken:ListDiscoverers', listDiscoverers_nextToken - The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

$sel:limit:ListDiscoverers', listDiscoverers_limit - Undocumented member.

data ListDiscoverersResponse Source #

See: newListDiscoverersResponse smart constructor.

Instances

Instances details
Eq ListDiscoverersResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

Read ListDiscoverersResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

Show ListDiscoverersResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

Generic ListDiscoverersResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

Associated Types

type Rep ListDiscoverersResponse :: Type -> Type #

NFData ListDiscoverersResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

Methods

rnf :: ListDiscoverersResponse -> () #

type Rep ListDiscoverersResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

type Rep ListDiscoverersResponse = D1 ('MetaData "ListDiscoverersResponse" "Amazonka.Schemas.ListDiscoverers" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "ListDiscoverersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "discoverers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DiscovererSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDiscoverersResponse Source #

Create a value of ListDiscoverersResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:discoverers:ListDiscoverersResponse', listDiscoverersResponse_discoverers - An array of DiscovererSummary information.

$sel:nextToken:ListDiscoverers', listDiscoverersResponse_nextToken - The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

$sel:httpStatus:ListDiscoverersResponse', listDiscoverersResponse_httpStatus - The response's http status code.

ListSchemas (Paginated)

data ListSchemas Source #

See: newListSchemas smart constructor.

Instances

Instances details
Eq ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Read ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Show ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Generic ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Associated Types

type Rep ListSchemas :: Type -> Type #

NFData ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Methods

rnf :: ListSchemas -> () #

Hashable ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

AWSPager ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

AWSRequest ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Associated Types

type AWSResponse ListSchemas #

ToHeaders ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Methods

toHeaders :: ListSchemas -> [Header] #

ToPath ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

ToQuery ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

type Rep ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

type Rep ListSchemas = D1 ('MetaData "ListSchemas" "Amazonka.Schemas.ListSchemas" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "ListSchemas'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "schemaNamePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

newListSchemas Source #

Create a value of ListSchemas with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaNamePrefix:ListSchemas', listSchemas_schemaNamePrefix - Specifying this limits the results to only those schema names that start with the specified prefix.

$sel:nextToken:ListSchemas', listSchemas_nextToken - The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

$sel:limit:ListSchemas', listSchemas_limit - Undocumented member.

$sel:registryName:ListSchemas', listSchemas_registryName - The name of the registry.

data ListSchemasResponse Source #

See: newListSchemasResponse smart constructor.

Instances

Instances details
Eq ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Read ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Show ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Generic ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Associated Types

type Rep ListSchemasResponse :: Type -> Type #

NFData ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Methods

rnf :: ListSchemasResponse -> () #

type Rep ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

type Rep ListSchemasResponse = D1 ('MetaData "ListSchemasResponse" "Amazonka.Schemas.ListSchemas" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "ListSchemasResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SchemaSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSchemasResponse Source #

Create a value of ListSchemasResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemas:ListSchemasResponse', listSchemasResponse_schemas - An array of schema summaries.

$sel:nextToken:ListSchemas', listSchemasResponse_nextToken - The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

$sel:httpStatus:ListSchemasResponse', listSchemasResponse_httpStatus - The response's http status code.

CreateDiscoverer

data CreateDiscoverer Source #

See: newCreateDiscoverer smart constructor.

Instances

Instances details
Eq CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

Read CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

Show CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

Generic CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

Associated Types

type Rep CreateDiscoverer :: Type -> Type #

NFData CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

Methods

rnf :: CreateDiscoverer -> () #

Hashable CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

ToJSON CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

AWSRequest CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

Associated Types

type AWSResponse CreateDiscoverer #

ToHeaders CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

ToPath CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

ToQuery CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

type Rep CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

type Rep CreateDiscoverer = D1 ('MetaData "CreateDiscoverer" "Amazonka.Schemas.CreateDiscoverer" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "CreateDiscoverer'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "crossAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

newCreateDiscoverer Source #

Create a value of CreateDiscoverer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:crossAccount:CreateDiscoverer', createDiscoverer_crossAccount - Support discovery of schemas in events sent to the bus from another account. (default: true).

$sel:description:CreateDiscoverer', createDiscoverer_description - A description for the discoverer.

$sel:tags:CreateDiscoverer', createDiscoverer_tags - Tags associated with the resource.

$sel:sourceArn:CreateDiscoverer', createDiscoverer_sourceArn - The ARN of the event bus.

data CreateDiscovererResponse Source #

See: newCreateDiscovererResponse smart constructor.

Instances

Instances details
Eq CreateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

Read CreateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

Show CreateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

Generic CreateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

Associated Types

type Rep CreateDiscovererResponse :: Type -> Type #

NFData CreateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

type Rep CreateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

newCreateDiscovererResponse Source #

Create a value of CreateDiscovererResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:CreateDiscovererResponse', createDiscovererResponse_state - The state of the discoverer.

$sel:crossAccount:CreateDiscoverer', createDiscovererResponse_crossAccount - The Status if the discoverer will discover schemas from events sent from another account.

$sel:sourceArn:CreateDiscoverer', createDiscovererResponse_sourceArn - The ARN of the event bus.

$sel:discovererId:CreateDiscovererResponse', createDiscovererResponse_discovererId - The ID of the discoverer.

$sel:description:CreateDiscoverer', createDiscovererResponse_description - The description of the discoverer.

$sel:tags:CreateDiscoverer', createDiscovererResponse_tags - Tags associated with the resource.

$sel:discovererArn:CreateDiscovererResponse', createDiscovererResponse_discovererArn - The ARN of the discoverer.

$sel:httpStatus:CreateDiscovererResponse', createDiscovererResponse_httpStatus - The response's http status code.

DescribeRegistry

data DescribeRegistry Source #

See: newDescribeRegistry smart constructor.

Constructors

DescribeRegistry' Text 

Instances

Instances details
Eq DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Read DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Show DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Generic DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Associated Types

type Rep DescribeRegistry :: Type -> Type #

NFData DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Methods

rnf :: DescribeRegistry -> () #

Hashable DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

AWSRequest DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Associated Types

type AWSResponse DescribeRegistry #

ToHeaders DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

ToPath DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

ToQuery DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

type Rep DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

type Rep DescribeRegistry = D1 ('MetaData "DescribeRegistry" "Amazonka.Schemas.DescribeRegistry" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DescribeRegistry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

newDescribeRegistry Source #

Create a value of DescribeRegistry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:registryName:DescribeRegistry', describeRegistry_registryName - The name of the registry.

data DescribeRegistryResponse Source #

See: newDescribeRegistryResponse smart constructor.

Instances

Instances details
Eq DescribeRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Read DescribeRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Show DescribeRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Generic DescribeRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Associated Types

type Rep DescribeRegistryResponse :: Type -> Type #

NFData DescribeRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

type Rep DescribeRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

type Rep DescribeRegistryResponse = D1 ('MetaData "DescribeRegistryResponse" "Amazonka.Schemas.DescribeRegistry" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DescribeRegistryResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeRegistryResponse Source #

Create a value of DescribeRegistryResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:registryName:DescribeRegistry', describeRegistryResponse_registryName - The name of the registry.

$sel:registryArn:DescribeRegistryResponse', describeRegistryResponse_registryArn - The ARN of the registry.

$sel:description:DescribeRegistryResponse', describeRegistryResponse_description - The description of the registry.

$sel:tags:DescribeRegistryResponse', describeRegistryResponse_tags - Tags associated with the registry.

$sel:httpStatus:DescribeRegistryResponse', describeRegistryResponse_httpStatus - The response's http status code.

CreateRegistry

data CreateRegistry Source #

See: newCreateRegistry smart constructor.

Instances

Instances details
Eq CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Read CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Show CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Generic CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Associated Types

type Rep CreateRegistry :: Type -> Type #

NFData CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Methods

rnf :: CreateRegistry -> () #

Hashable CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

ToJSON CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

AWSRequest CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Associated Types

type AWSResponse CreateRegistry #

ToHeaders CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

ToPath CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

ToQuery CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

type Rep CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

type Rep CreateRegistry = D1 ('MetaData "CreateRegistry" "Amazonka.Schemas.CreateRegistry" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "CreateRegistry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

newCreateRegistry Source #

Create a value of CreateRegistry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:CreateRegistry', createRegistry_description - A description of the registry to be created.

$sel:tags:CreateRegistry', createRegistry_tags - Tags to associate with the registry.

$sel:registryName:CreateRegistry', createRegistry_registryName - The name of the registry.

data CreateRegistryResponse Source #

See: newCreateRegistryResponse smart constructor.

Instances

Instances details
Eq CreateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Read CreateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Show CreateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Generic CreateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Associated Types

type Rep CreateRegistryResponse :: Type -> Type #

NFData CreateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Methods

rnf :: CreateRegistryResponse -> () #

type Rep CreateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

type Rep CreateRegistryResponse = D1 ('MetaData "CreateRegistryResponse" "Amazonka.Schemas.CreateRegistry" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "CreateRegistryResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateRegistryResponse Source #

Create a value of CreateRegistryResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:registryName:CreateRegistry', createRegistryResponse_registryName - The name of the registry.

$sel:registryArn:CreateRegistryResponse', createRegistryResponse_registryArn - The ARN of the registry.

$sel:description:CreateRegistry', createRegistryResponse_description - The description of the registry.

$sel:tags:CreateRegistry', createRegistryResponse_tags - Tags associated with the registry.

$sel:httpStatus:CreateRegistryResponse', createRegistryResponse_httpStatus - The response's http status code.

ListRegistries (Paginated)

data ListRegistries Source #

See: newListRegistries smart constructor.

Instances

Instances details
Eq ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Read ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Show ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Generic ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Associated Types

type Rep ListRegistries :: Type -> Type #

NFData ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Methods

rnf :: ListRegistries -> () #

Hashable ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

AWSPager ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

AWSRequest ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Associated Types

type AWSResponse ListRegistries #

ToHeaders ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

ToPath ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

ToQuery ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

type Rep ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

type Rep ListRegistries = D1 ('MetaData "ListRegistries" "Amazonka.Schemas.ListRegistries" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "ListRegistries'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "registryNamePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "scope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

newListRegistries :: ListRegistries Source #

Create a value of ListRegistries with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:registryNamePrefix:ListRegistries', listRegistries_registryNamePrefix - Specifying this limits the results to only those registry names that start with the specified prefix.

$sel:nextToken:ListRegistries', listRegistries_nextToken - The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

$sel:scope:ListRegistries', listRegistries_scope - Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.

$sel:limit:ListRegistries', listRegistries_limit - Undocumented member.

data ListRegistriesResponse Source #

See: newListRegistriesResponse smart constructor.

Instances

Instances details
Eq ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Read ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Show ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Generic ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Associated Types

type Rep ListRegistriesResponse :: Type -> Type #

NFData ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Methods

rnf :: ListRegistriesResponse -> () #

type Rep ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

type Rep ListRegistriesResponse = D1 ('MetaData "ListRegistriesResponse" "Amazonka.Schemas.ListRegistries" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "ListRegistriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RegistrySummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRegistriesResponse Source #

Create a value of ListRegistriesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:registries:ListRegistriesResponse', listRegistriesResponse_registries - An array of registry summaries.

$sel:nextToken:ListRegistries', listRegistriesResponse_nextToken - The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

$sel:httpStatus:ListRegistriesResponse', listRegistriesResponse_httpStatus - The response's http status code.

DescribeDiscoverer

data DescribeDiscoverer Source #

See: newDescribeDiscoverer smart constructor.

Instances

Instances details
Eq DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Read DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Show DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Generic DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Associated Types

type Rep DescribeDiscoverer :: Type -> Type #

NFData DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Methods

rnf :: DescribeDiscoverer -> () #

Hashable DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

AWSRequest DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Associated Types

type AWSResponse DescribeDiscoverer #

ToHeaders DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

ToPath DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

ToQuery DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

type Rep DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

type Rep DescribeDiscoverer = D1 ('MetaData "DescribeDiscoverer" "Amazonka.Schemas.DescribeDiscoverer" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DescribeDiscoverer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

newDescribeDiscoverer Source #

Create a value of DescribeDiscoverer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:discovererId:DescribeDiscoverer', describeDiscoverer_discovererId - The ID of the discoverer.

data DescribeDiscovererResponse Source #

See: newDescribeDiscovererResponse smart constructor.

Instances

Instances details
Eq DescribeDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Read DescribeDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Show DescribeDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Generic DescribeDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Associated Types

type Rep DescribeDiscovererResponse :: Type -> Type #

NFData DescribeDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

type Rep DescribeDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

newDescribeDiscovererResponse Source #

Create a value of DescribeDiscovererResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:DescribeDiscovererResponse', describeDiscovererResponse_state - The state of the discoverer.

$sel:crossAccount:DescribeDiscovererResponse', describeDiscovererResponse_crossAccount - The Status if the discoverer will discover schemas from events sent from another account.

$sel:sourceArn:DescribeDiscovererResponse', describeDiscovererResponse_sourceArn - The ARN of the event bus.

$sel:discovererId:DescribeDiscoverer', describeDiscovererResponse_discovererId - The ID of the discoverer.

$sel:description:DescribeDiscovererResponse', describeDiscovererResponse_description - The description of the discoverer.

$sel:tags:DescribeDiscovererResponse', describeDiscovererResponse_tags - Tags associated with the resource.

$sel:discovererArn:DescribeDiscovererResponse', describeDiscovererResponse_discovererArn - The ARN of the discoverer.

$sel:httpStatus:DescribeDiscovererResponse', describeDiscovererResponse_httpStatus - The response's http status code.

GetResourcePolicy

data GetResourcePolicy Source #

See: newGetResourcePolicy smart constructor.

Constructors

GetResourcePolicy' (Maybe Text) 

Instances

Instances details
Eq GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

Read GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

Show GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

Generic GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

Associated Types

type Rep GetResourcePolicy :: Type -> Type #

NFData GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

Methods

rnf :: GetResourcePolicy -> () #

Hashable GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

AWSRequest GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

Associated Types

type AWSResponse GetResourcePolicy #

ToHeaders GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

ToPath GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

ToQuery GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

type Rep GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

type Rep GetResourcePolicy = D1 ('MetaData "GetResourcePolicy" "Amazonka.Schemas.GetResourcePolicy" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "GetResourcePolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

newGetResourcePolicy :: GetResourcePolicy Source #

Create a value of GetResourcePolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:registryName:GetResourcePolicy', getResourcePolicy_registryName - The name of the registry.

data GetResourcePolicyResponse Source #

See: newGetResourcePolicyResponse smart constructor.

Instances

Instances details
Eq GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

Read GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

Show GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

Generic GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

Associated Types

type Rep GetResourcePolicyResponse :: Type -> Type #

NFData GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

type Rep GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

type Rep GetResourcePolicyResponse = D1 ('MetaData "GetResourcePolicyResponse" "Amazonka.Schemas.GetResourcePolicy" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "GetResourcePolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetResourcePolicyResponse Source #

Create a value of GetResourcePolicyResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:policy:GetResourcePolicyResponse', getResourcePolicyResponse_policy - The resource-based policy.

$sel:revisionId:GetResourcePolicyResponse', getResourcePolicyResponse_revisionId - The revision ID.

$sel:httpStatus:GetResourcePolicyResponse', getResourcePolicyResponse_httpStatus - The response's http status code.

StartDiscoverer

data StartDiscoverer Source #

See: newStartDiscoverer smart constructor.

Constructors

StartDiscoverer' Text 

Instances

Instances details
Eq StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Read StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Show StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Generic StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Associated Types

type Rep StartDiscoverer :: Type -> Type #

NFData StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Methods

rnf :: StartDiscoverer -> () #

Hashable StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

ToJSON StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

AWSRequest StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Associated Types

type AWSResponse StartDiscoverer #

ToHeaders StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

ToPath StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

ToQuery StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

type Rep StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

type Rep StartDiscoverer = D1 ('MetaData "StartDiscoverer" "Amazonka.Schemas.StartDiscoverer" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "StartDiscoverer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

newStartDiscoverer Source #

Create a value of StartDiscoverer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:discovererId:StartDiscoverer', startDiscoverer_discovererId - The ID of the discoverer.

data StartDiscovererResponse Source #

See: newStartDiscovererResponse smart constructor.

Instances

Instances details
Eq StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Read StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Show StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Generic StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Associated Types

type Rep StartDiscovererResponse :: Type -> Type #

NFData StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Methods

rnf :: StartDiscovererResponse -> () #

type Rep StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

type Rep StartDiscovererResponse = D1 ('MetaData "StartDiscovererResponse" "Amazonka.Schemas.StartDiscoverer" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "StartDiscovererResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DiscovererState)) :*: (S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newStartDiscovererResponse Source #

Create a value of StartDiscovererResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:StartDiscovererResponse', startDiscovererResponse_state - The state of the discoverer.

$sel:discovererId:StartDiscoverer', startDiscovererResponse_discovererId - The ID of the discoverer.

$sel:httpStatus:StartDiscovererResponse', startDiscovererResponse_httpStatus - The response's http status code.

DescribeSchema

data DescribeSchema Source #

See: newDescribeSchema smart constructor.

Instances

Instances details
Eq DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Read DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Show DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Generic DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Associated Types

type Rep DescribeSchema :: Type -> Type #

NFData DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Methods

rnf :: DescribeSchema -> () #

Hashable DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

AWSRequest DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Associated Types

type AWSResponse DescribeSchema #

ToHeaders DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

ToPath DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

ToQuery DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

type Rep DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

type Rep DescribeSchema = D1 ('MetaData "DescribeSchema" "Amazonka.Schemas.DescribeSchema" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DescribeSchema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

newDescribeSchema Source #

Create a value of DescribeSchema with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaVersion:DescribeSchema', describeSchema_schemaVersion - Specifying this limits the results to only this schema version.

$sel:registryName:DescribeSchema', describeSchema_registryName - The name of the registry.

$sel:schemaName:DescribeSchema', describeSchema_schemaName - The name of the schema.

data DescribeSchemaResponse Source #

See: newDescribeSchemaResponse smart constructor.

Instances

Instances details
Eq DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Read DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Show DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Generic DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Associated Types

type Rep DescribeSchemaResponse :: Type -> Type #

NFData DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Methods

rnf :: DescribeSchemaResponse -> () #

type Rep DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

newDescribeSchemaResponse Source #

Create a value of DescribeSchemaResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaVersion:DescribeSchema', describeSchemaResponse_schemaVersion - The version number of the schema

$sel:schemaName:DescribeSchema', describeSchemaResponse_schemaName - The name of the schema.

$sel:content:DescribeSchemaResponse', describeSchemaResponse_content - The source of the schema definition.

$sel:schemaArn:DescribeSchemaResponse', describeSchemaResponse_schemaArn - The ARN of the schema.

$sel:type':DescribeSchemaResponse', describeSchemaResponse_type - The type of the schema.

$sel:lastModified:DescribeSchemaResponse', describeSchemaResponse_lastModified - The date and time that schema was modified.

$sel:description:DescribeSchemaResponse', describeSchemaResponse_description - The description of the schema.

$sel:versionCreatedDate:DescribeSchemaResponse', describeSchemaResponse_versionCreatedDate - The date the schema version was created.

$sel:tags:DescribeSchemaResponse', describeSchemaResponse_tags - Tags associated with the resource.

$sel:httpStatus:DescribeSchemaResponse', describeSchemaResponse_httpStatus - The response's http status code.

GetCodeBindingSource

data GetCodeBindingSource Source #

See: newGetCodeBindingSource smart constructor.

Instances

Instances details
Eq GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Read GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Show GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Generic GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Associated Types

type Rep GetCodeBindingSource :: Type -> Type #

NFData GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Methods

rnf :: GetCodeBindingSource -> () #

Hashable GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

AWSRequest GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Associated Types

type AWSResponse GetCodeBindingSource #

ToHeaders GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

ToPath GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

ToQuery GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

type Rep GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

type Rep GetCodeBindingSource = D1 ('MetaData "GetCodeBindingSource" "Amazonka.Schemas.GetCodeBindingSource" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "GetCodeBindingSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "language") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

newGetCodeBindingSource Source #

Create a value of GetCodeBindingSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaVersion:GetCodeBindingSource', getCodeBindingSource_schemaVersion - Specifying this limits the results to only this schema version.

$sel:registryName:GetCodeBindingSource', getCodeBindingSource_registryName - The name of the registry.

$sel:schemaName:GetCodeBindingSource', getCodeBindingSource_schemaName - The name of the schema.

$sel:language:GetCodeBindingSource', getCodeBindingSource_language - The language of the code binding.

data GetCodeBindingSourceResponse Source #

See: newGetCodeBindingSourceResponse smart constructor.

Instances

Instances details
Eq GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Read GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Show GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Generic GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Associated Types

type Rep GetCodeBindingSourceResponse :: Type -> Type #

NFData GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

type Rep GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

type Rep GetCodeBindingSourceResponse = D1 ('MetaData "GetCodeBindingSourceResponse" "Amazonka.Schemas.GetCodeBindingSource" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "GetCodeBindingSourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "body") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ByteString)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetCodeBindingSourceResponse Source #

Create a value of GetCodeBindingSourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:body:GetCodeBindingSourceResponse', getCodeBindingSourceResponse_body - Undocumented member.

$sel:httpStatus:GetCodeBindingSourceResponse', getCodeBindingSourceResponse_httpStatus - The response's http status code.

PutCodeBinding

data PutCodeBinding Source #

See: newPutCodeBinding smart constructor.

Instances

Instances details
Eq PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Read PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Show PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Generic PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Associated Types

type Rep PutCodeBinding :: Type -> Type #

NFData PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Methods

rnf :: PutCodeBinding -> () #

Hashable PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

ToJSON PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

AWSRequest PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Associated Types

type AWSResponse PutCodeBinding #

ToHeaders PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

ToPath PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

ToQuery PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

type Rep PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

type Rep PutCodeBinding = D1 ('MetaData "PutCodeBinding" "Amazonka.Schemas.PutCodeBinding" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "PutCodeBinding'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "language") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

newPutCodeBinding Source #

Create a value of PutCodeBinding with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaVersion:PutCodeBinding', putCodeBinding_schemaVersion - Specifying this limits the results to only this schema version.

$sel:registryName:PutCodeBinding', putCodeBinding_registryName - The name of the registry.

$sel:schemaName:PutCodeBinding', putCodeBinding_schemaName - The name of the schema.

$sel:language:PutCodeBinding', putCodeBinding_language - The language of the code binding.

data PutCodeBindingResponse Source #

See: newPutCodeBindingResponse smart constructor.

Instances

Instances details
Eq PutCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Read PutCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Show PutCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Generic PutCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Associated Types

type Rep PutCodeBindingResponse :: Type -> Type #

NFData PutCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Methods

rnf :: PutCodeBindingResponse -> () #

type Rep PutCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

type Rep PutCodeBindingResponse = D1 ('MetaData "PutCodeBindingResponse" "Amazonka.Schemas.PutCodeBinding" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "PutCodeBindingResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CodeGenerationStatus)) :*: S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModified") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newPutCodeBindingResponse Source #

Create a value of PutCodeBindingResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:PutCodeBindingResponse', putCodeBindingResponse_status - The current status of code binding generation.

$sel:schemaVersion:PutCodeBinding', putCodeBindingResponse_schemaVersion - The version number of the schema.

$sel:creationDate:PutCodeBindingResponse', putCodeBindingResponse_creationDate - The time and date that the code binding was created.

$sel:lastModified:PutCodeBindingResponse', putCodeBindingResponse_lastModified - The date and time that code bindings were modified.

$sel:httpStatus:PutCodeBindingResponse', putCodeBindingResponse_httpStatus - The response's http status code.

CreateSchema

data CreateSchema Source #

See: newCreateSchema smart constructor.

Instances

Instances details
Eq CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Read CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Show CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Generic CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Associated Types

type Rep CreateSchema :: Type -> Type #

NFData CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Methods

rnf :: CreateSchema -> () #

Hashable CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

ToJSON CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

AWSRequest CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Associated Types

type AWSResponse CreateSchema #

ToHeaders CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

ToPath CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

ToQuery CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

type Rep CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

type Rep CreateSchema = D1 ('MetaData "CreateSchema" "Amazonka.Schemas.CreateSchema" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "CreateSchema'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Type) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

newCreateSchema Source #

Create a value of CreateSchema with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:CreateSchema', createSchema_description - A description of the schema.

$sel:tags:CreateSchema', createSchema_tags - Tags associated with the schema.

$sel:registryName:CreateSchema', createSchema_registryName - The name of the registry.

$sel:schemaName:CreateSchema', createSchema_schemaName - The name of the schema.

$sel:type':CreateSchema', createSchema_type - The type of schema.

$sel:content:CreateSchema', createSchema_content - The source of the schema definition.

data CreateSchemaResponse Source #

See: newCreateSchemaResponse smart constructor.

Instances

Instances details
Eq CreateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Read CreateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Show CreateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Generic CreateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Associated Types

type Rep CreateSchemaResponse :: Type -> Type #

NFData CreateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Methods

rnf :: CreateSchemaResponse -> () #

type Rep CreateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

newCreateSchemaResponse Source #

Create a value of CreateSchemaResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaVersion:CreateSchemaResponse', createSchemaResponse_schemaVersion - The version number of the schema

$sel:schemaName:CreateSchema', createSchemaResponse_schemaName - The name of the schema.

$sel:schemaArn:CreateSchemaResponse', createSchemaResponse_schemaArn - The ARN of the schema.

$sel:type':CreateSchema', createSchemaResponse_type - The type of the schema.

$sel:lastModified:CreateSchemaResponse', createSchemaResponse_lastModified - The date and time that schema was modified.

$sel:description:CreateSchema', createSchemaResponse_description - The description of the schema.

$sel:versionCreatedDate:CreateSchemaResponse', createSchemaResponse_versionCreatedDate - The date the schema version was created.

$sel:tags:CreateSchema', createSchemaResponse_tags - Undocumented member.

$sel:httpStatus:CreateSchemaResponse', createSchemaResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.Schemas.TagResource" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

newTagResource Source #

Create a value of TagResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:TagResource', tagResource_resourceArn - The ARN of the resource.

$sel:tags:TagResource', tagResource_tags - Tags associated with the resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

newTagResourceResponse :: TagResourceResponse Source #

Create a value of TagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

UpdateSchema

data UpdateSchema Source #

See: newUpdateSchema smart constructor.

Instances

Instances details
Eq UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Read UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Show UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Generic UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Associated Types

type Rep UpdateSchema :: Type -> Type #

NFData UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Methods

rnf :: UpdateSchema -> () #

Hashable UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

ToJSON UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

AWSRequest UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Associated Types

type AWSResponse UpdateSchema #

ToHeaders UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

ToPath UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

ToQuery UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

type Rep UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

type Rep UpdateSchema = D1 ('MetaData "UpdateSchema" "Amazonka.Schemas.UpdateSchema" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "UpdateSchema'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "clientTokenId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Type)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

newUpdateSchema Source #

Create a value of UpdateSchema with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:content:UpdateSchema', updateSchema_content - The source of the schema definition.

$sel:clientTokenId:UpdateSchema', updateSchema_clientTokenId - The ID of the client token.

$sel:type':UpdateSchema', updateSchema_type - The schema type for the events schema.

$sel:description:UpdateSchema', updateSchema_description - The description of the schema.

$sel:registryName:UpdateSchema', updateSchema_registryName - The name of the registry.

$sel:schemaName:UpdateSchema', updateSchema_schemaName - The name of the schema.

data UpdateSchemaResponse Source #

See: newUpdateSchemaResponse smart constructor.

Instances

Instances details
Eq UpdateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Read UpdateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Show UpdateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Generic UpdateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Associated Types

type Rep UpdateSchemaResponse :: Type -> Type #

NFData UpdateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Methods

rnf :: UpdateSchemaResponse -> () #

type Rep UpdateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

newUpdateSchemaResponse Source #

Create a value of UpdateSchemaResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaVersion:UpdateSchemaResponse', updateSchemaResponse_schemaVersion - The version number of the schema

$sel:schemaName:UpdateSchema', updateSchemaResponse_schemaName - The name of the schema.

$sel:schemaArn:UpdateSchemaResponse', updateSchemaResponse_schemaArn - The ARN of the schema.

$sel:type':UpdateSchema', updateSchemaResponse_type - The type of the schema.

$sel:lastModified:UpdateSchemaResponse', updateSchemaResponse_lastModified - The date and time that schema was modified.

$sel:description:UpdateSchema', updateSchemaResponse_description - The description of the schema.

$sel:versionCreatedDate:UpdateSchemaResponse', updateSchemaResponse_versionCreatedDate - The date the schema version was created.

$sel:tags:UpdateSchemaResponse', updateSchemaResponse_tags - Undocumented member.

$sel:httpStatus:UpdateSchemaResponse', updateSchemaResponse_httpStatus - The response's http status code.

DeleteSchema

data DeleteSchema Source #

See: newDeleteSchema smart constructor.

Constructors

DeleteSchema' Text Text 

Instances

Instances details
Eq DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Read DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Show DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Generic DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Associated Types

type Rep DeleteSchema :: Type -> Type #

NFData DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Methods

rnf :: DeleteSchema -> () #

Hashable DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

AWSRequest DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Associated Types

type AWSResponse DeleteSchema #

ToHeaders DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

ToPath DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

ToQuery DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

type Rep DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

type Rep DeleteSchema = D1 ('MetaData "DeleteSchema" "Amazonka.Schemas.DeleteSchema" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DeleteSchema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

newDeleteSchema Source #

Create a value of DeleteSchema with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:registryName:DeleteSchema', deleteSchema_registryName - The name of the registry.

$sel:schemaName:DeleteSchema', deleteSchema_schemaName - The name of the schema.

data DeleteSchemaResponse Source #

See: newDeleteSchemaResponse smart constructor.

Constructors

DeleteSchemaResponse' 

Instances

Instances details
Eq DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Read DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Show DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Generic DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Associated Types

type Rep DeleteSchemaResponse :: Type -> Type #

NFData DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Methods

rnf :: DeleteSchemaResponse -> () #

type Rep DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

type Rep DeleteSchemaResponse = D1 ('MetaData "DeleteSchemaResponse" "Amazonka.Schemas.DeleteSchema" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DeleteSchemaResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteSchemaResponse :: DeleteSchemaResponse Source #

Create a value of DeleteSchemaResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

PutResourcePolicy

data PutResourcePolicy Source #

The name of the policy.

See: newPutResourcePolicy smart constructor.

Instances

Instances details
Eq PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

Read PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

Show PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

Generic PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

Associated Types

type Rep PutResourcePolicy :: Type -> Type #

NFData PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

Methods

rnf :: PutResourcePolicy -> () #

Hashable PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

ToJSON PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

AWSRequest PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

Associated Types

type AWSResponse PutResourcePolicy #

ToHeaders PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

ToPath PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

ToQuery PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

type Rep PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

type Rep PutResourcePolicy = D1 ('MetaData "PutResourcePolicy" "Amazonka.Schemas.PutResourcePolicy" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "PutResourcePolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

newPutResourcePolicy Source #

Create a value of PutResourcePolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:registryName:PutResourcePolicy', putResourcePolicy_registryName - The name of the registry.

$sel:revisionId:PutResourcePolicy', putResourcePolicy_revisionId - The revision ID of the policy.

$sel:policy:PutResourcePolicy', putResourcePolicy_policy - The resource-based policy.

data PutResourcePolicyResponse Source #

See: newPutResourcePolicyResponse smart constructor.

Instances

Instances details
Eq PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

Read PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

Show PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

Generic PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

Associated Types

type Rep PutResourcePolicyResponse :: Type -> Type #

NFData PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

type Rep PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

type Rep PutResourcePolicyResponse = D1 ('MetaData "PutResourcePolicyResponse" "Amazonka.Schemas.PutResourcePolicy" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "PutResourcePolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newPutResourcePolicyResponse Source #

Create a value of PutResourcePolicyResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:policy:PutResourcePolicy', putResourcePolicyResponse_policy - The resource-based policy.

$sel:revisionId:PutResourcePolicy', putResourcePolicyResponse_revisionId - The revision ID of the policy.

$sel:httpStatus:PutResourcePolicyResponse', putResourcePolicyResponse_httpStatus - The response's http status code.

DeleteResourcePolicy

data DeleteResourcePolicy Source #

See: newDeleteResourcePolicy smart constructor.

Instances

Instances details
Eq DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

Read DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

Show DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

Generic DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

Associated Types

type Rep DeleteResourcePolicy :: Type -> Type #

NFData DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

Methods

rnf :: DeleteResourcePolicy -> () #

Hashable DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

AWSRequest DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

Associated Types

type AWSResponse DeleteResourcePolicy #

ToHeaders DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

ToPath DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

ToQuery DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

type Rep DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

type Rep DeleteResourcePolicy = D1 ('MetaData "DeleteResourcePolicy" "Amazonka.Schemas.DeleteResourcePolicy" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DeleteResourcePolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

newDeleteResourcePolicy :: DeleteResourcePolicy Source #

Create a value of DeleteResourcePolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:registryName:DeleteResourcePolicy', deleteResourcePolicy_registryName - The name of the registry.

data DeleteResourcePolicyResponse Source #

See: newDeleteResourcePolicyResponse smart constructor.

Instances

Instances details
Eq DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

Read DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

Show DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

Generic DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

Associated Types

type Rep DeleteResourcePolicyResponse :: Type -> Type #

NFData DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

type Rep DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

type Rep DeleteResourcePolicyResponse = D1 ('MetaData "DeleteResourcePolicyResponse" "Amazonka.Schemas.DeleteResourcePolicy" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DeleteResourcePolicyResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteResourcePolicyResponse :: DeleteResourcePolicyResponse Source #

Create a value of DeleteResourcePolicyResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' [Text] Text 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.Schemas.UntagResource" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

newUntagResource Source #

Create a value of UntagResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tagKeys:UntagResource', untagResource_tagKeys - Keys of key-value pairs.

$sel:resourceArn:UntagResource', untagResource_resourceArn - The ARN of the resource.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.Schemas.UntagResource" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUntagResourceResponse :: UntagResourceResponse Source #

Create a value of UntagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DescribeCodeBinding

data DescribeCodeBinding Source #

See: newDescribeCodeBinding smart constructor.

Instances

Instances details
Eq DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Read DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Show DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Generic DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Associated Types

type Rep DescribeCodeBinding :: Type -> Type #

NFData DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Methods

rnf :: DescribeCodeBinding -> () #

Hashable DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

AWSRequest DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Associated Types

type AWSResponse DescribeCodeBinding #

ToHeaders DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

ToPath DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

ToQuery DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

type Rep DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

type Rep DescribeCodeBinding = D1 ('MetaData "DescribeCodeBinding" "Amazonka.Schemas.DescribeCodeBinding" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DescribeCodeBinding'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "language") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

newDescribeCodeBinding Source #

Create a value of DescribeCodeBinding with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaVersion:DescribeCodeBinding', describeCodeBinding_schemaVersion - Specifying this limits the results to only this schema version.

$sel:registryName:DescribeCodeBinding', describeCodeBinding_registryName - The name of the registry.

$sel:schemaName:DescribeCodeBinding', describeCodeBinding_schemaName - The name of the schema.

$sel:language:DescribeCodeBinding', describeCodeBinding_language - The language of the code binding.

data DescribeCodeBindingResponse Source #

See: newDescribeCodeBindingResponse smart constructor.

Instances

Instances details
Eq DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Read DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Show DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Generic DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Associated Types

type Rep DescribeCodeBindingResponse :: Type -> Type #

NFData DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

type Rep DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

type Rep DescribeCodeBindingResponse = D1 ('MetaData "DescribeCodeBindingResponse" "Amazonka.Schemas.DescribeCodeBinding" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DescribeCodeBindingResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CodeGenerationStatus)) :*: S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModified") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeCodeBindingResponse Source #

Create a value of DescribeCodeBindingResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:DescribeCodeBindingResponse', describeCodeBindingResponse_status - The current status of code binding generation.

$sel:schemaVersion:DescribeCodeBinding', describeCodeBindingResponse_schemaVersion - The version number of the schema.

$sel:creationDate:DescribeCodeBindingResponse', describeCodeBindingResponse_creationDate - The time and date that the code binding was created.

$sel:lastModified:DescribeCodeBindingResponse', describeCodeBindingResponse_lastModified - The date and time that code bindings were modified.

$sel:httpStatus:DescribeCodeBindingResponse', describeCodeBindingResponse_httpStatus - The response's http status code.

Types

CodeGenerationStatus

newtype CodeGenerationStatus Source #

Instances

Instances details
Eq CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

Ord CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

Read CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

Show CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

Generic CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

Associated Types

type Rep CodeGenerationStatus :: Type -> Type #

NFData CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

Methods

rnf :: CodeGenerationStatus -> () #

Hashable CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

ToJSON CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

ToJSONKey CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

FromJSON CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

FromJSONKey CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

ToLog CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

ToHeader CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

ToQuery CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

FromXML CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

ToXML CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

ToByteString CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

FromText CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

ToText CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

type Rep CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

type Rep CodeGenerationStatus = D1 ('MetaData "CodeGenerationStatus" "Amazonka.Schemas.Types.CodeGenerationStatus" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'True) (C1 ('MetaCons "CodeGenerationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCodeGenerationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DiscovererState

newtype DiscovererState Source #

Constructors

DiscovererState' 

Instances

Instances details
Eq DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

Ord DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

Read DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

Show DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

Generic DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

Associated Types

type Rep DiscovererState :: Type -> Type #

NFData DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

Methods

rnf :: DiscovererState -> () #

Hashable DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

ToJSON DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

ToJSONKey DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

FromJSON DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

FromJSONKey DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

ToLog DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

ToHeader DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

ToQuery DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

FromXML DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

ToXML DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

Methods

toXML :: DiscovererState -> XML #

ToByteString DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

FromText DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

ToText DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

type Rep DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

type Rep DiscovererState = D1 ('MetaData "DiscovererState" "Amazonka.Schemas.Types.DiscovererState" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'True) (C1 ('MetaCons "DiscovererState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDiscovererState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Type

newtype Type Source #

Constructors

Type' 

Fields

Bundled Patterns

pattern Type_JSONSchemaDraft4 :: Type 
pattern Type_OpenApi3 :: Type 

Instances

Instances details
Eq Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

Methods

(==) :: Type -> Type -> Bool #

(/=) :: Type -> Type -> Bool #

Ord Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

Methods

compare :: Type -> Type -> Ordering #

(<) :: Type -> Type -> Bool #

(<=) :: Type -> Type -> Bool #

(>) :: Type -> Type -> Bool #

(>=) :: Type -> Type -> Bool #

max :: Type -> Type -> Type #

min :: Type -> Type -> Type #

Read Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

Show Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

Methods

showsPrec :: Int -> Type -> ShowS #

show :: Type -> String #

showList :: [Type] -> ShowS #

Generic Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

Associated Types

type Rep Type :: Type -> Type #

Methods

from :: Type -> Rep Type x #

to :: Rep Type x -> Type #

NFData Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

Methods

rnf :: Type -> () #

Hashable Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

Methods

hashWithSalt :: Int -> Type -> Int #

hash :: Type -> Int #

ToJSON Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

ToJSONKey Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

FromJSON Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

FromJSONKey Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

ToLog Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

ToHeader Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

Methods

toHeader :: HeaderName -> Type -> [Header] #

ToQuery Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

Methods

toQuery :: Type -> QueryString #

FromXML Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

Methods

parseXML :: [Node] -> Either String Type #

ToXML Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

Methods

toXML :: Type -> XML #

ToByteString Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

Methods

toBS :: Type -> ByteString #

FromText Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

ToText Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

Methods

toText :: Type -> Text #

type Rep Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

type Rep Type = D1 ('MetaData "Type" "Amazonka.Schemas.Types.Type" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'True) (C1 ('MetaCons "Type'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DiscovererSummary

data DiscovererSummary Source #

See: newDiscovererSummary smart constructor.

Instances

Instances details
Eq DiscovererSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererSummary

Read DiscovererSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererSummary

Show DiscovererSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererSummary

Generic DiscovererSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererSummary

Associated Types

type Rep DiscovererSummary :: Type -> Type #

NFData DiscovererSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererSummary

Methods

rnf :: DiscovererSummary -> () #

Hashable DiscovererSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererSummary

FromJSON DiscovererSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererSummary

type Rep DiscovererSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererSummary

type Rep DiscovererSummary = D1 ('MetaData "DiscovererSummary" "Amazonka.Schemas.Types.DiscovererSummary" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DiscovererSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DiscovererState)) :*: (S1 ('MetaSel ('Just "crossAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "discovererArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDiscovererSummary :: DiscovererSummary Source #

Create a value of DiscovererSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:DiscovererSummary', discovererSummary_state - The state of the discoverer.

$sel:crossAccount:DiscovererSummary', discovererSummary_crossAccount - The Status if the discoverer will discover schemas from events sent from another account.

$sel:sourceArn:DiscovererSummary', discovererSummary_sourceArn - The ARN of the event bus.

$sel:discovererId:DiscovererSummary', discovererSummary_discovererId - The ID of the discoverer.

$sel:tags:DiscovererSummary', discovererSummary_tags - Tags associated with the resource.

$sel:discovererArn:DiscovererSummary', discovererSummary_discovererArn - The ARN of the discoverer.

RegistrySummary

data RegistrySummary Source #

See: newRegistrySummary smart constructor.

Instances

Instances details
Eq RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

Read RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

Show RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

Generic RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

Associated Types

type Rep RegistrySummary :: Type -> Type #

NFData RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

Methods

rnf :: RegistrySummary -> () #

Hashable RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

FromJSON RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

type Rep RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

type Rep RegistrySummary = D1 ('MetaData "RegistrySummary" "Amazonka.Schemas.Types.RegistrySummary" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "RegistrySummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "registryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))

newRegistrySummary :: RegistrySummary Source #

Create a value of RegistrySummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:registryName:RegistrySummary', registrySummary_registryName - The name of the registry.

$sel:registryArn:RegistrySummary', registrySummary_registryArn - The ARN of the registry.

$sel:tags:RegistrySummary', registrySummary_tags - Tags associated with the registry.

SchemaSummary

data SchemaSummary Source #

A summary of schema details.

See: newSchemaSummary smart constructor.

Instances

Instances details
Eq SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

Read SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

Show SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

Generic SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

Associated Types

type Rep SchemaSummary :: Type -> Type #

NFData SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

Methods

rnf :: SchemaSummary -> () #

Hashable SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

FromJSON SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

type Rep SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

type Rep SchemaSummary = D1 ('MetaData "SchemaSummary" "Amazonka.Schemas.Types.SchemaSummary" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "SchemaSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastModified") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "versionCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))))

newSchemaSummary :: SchemaSummary Source #

Create a value of SchemaSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaName:SchemaSummary', schemaSummary_schemaName - The name of the schema.

$sel:schemaArn:SchemaSummary', schemaSummary_schemaArn - The ARN of the schema.

$sel:lastModified:SchemaSummary', schemaSummary_lastModified - The date and time that schema was modified.

$sel:tags:SchemaSummary', schemaSummary_tags - Tags associated with the schema.

$sel:versionCount:SchemaSummary', schemaSummary_versionCount - The number of versions available for the schema.

SchemaVersionSummary

data SchemaVersionSummary Source #

See: newSchemaVersionSummary smart constructor.

Instances

Instances details
Eq SchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaVersionSummary

Read SchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaVersionSummary

Show SchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaVersionSummary

Generic SchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaVersionSummary

Associated Types

type Rep SchemaVersionSummary :: Type -> Type #

NFData SchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaVersionSummary

Methods

rnf :: SchemaVersionSummary -> () #

Hashable SchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaVersionSummary

FromJSON SchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaVersionSummary

type Rep SchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaVersionSummary

type Rep SchemaVersionSummary = D1 ('MetaData "SchemaVersionSummary" "Amazonka.Schemas.Types.SchemaVersionSummary" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "SchemaVersionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Type)))))

newSchemaVersionSummary :: SchemaVersionSummary Source #

Create a value of SchemaVersionSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaVersion:SchemaVersionSummary', schemaVersionSummary_schemaVersion - The version number of the schema.

$sel:schemaName:SchemaVersionSummary', schemaVersionSummary_schemaName - The name of the schema.

$sel:schemaArn:SchemaVersionSummary', schemaVersionSummary_schemaArn - The ARN of the schema version.

$sel:type':SchemaVersionSummary', schemaVersionSummary_type - The type of schema.

SearchSchemaSummary

data SearchSchemaSummary Source #

See: newSearchSchemaSummary smart constructor.

Instances

Instances details
Eq SearchSchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaSummary

Read SearchSchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaSummary

Show SearchSchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaSummary

Generic SearchSchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaSummary

Associated Types

type Rep SearchSchemaSummary :: Type -> Type #

NFData SearchSchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaSummary

Methods

rnf :: SearchSchemaSummary -> () #

Hashable SearchSchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaSummary

FromJSON SearchSchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaSummary

type Rep SearchSchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaSummary

type Rep SearchSchemaSummary = D1 ('MetaData "SearchSchemaSummary" "Amazonka.Schemas.Types.SearchSchemaSummary" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "SearchSchemaSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SearchSchemaVersionSummary]))) :*: (S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSearchSchemaSummary :: SearchSchemaSummary Source #

Create a value of SearchSchemaSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:registryName:SearchSchemaSummary', searchSchemaSummary_registryName - The name of the registry.

$sel:schemaVersions:SearchSchemaSummary', searchSchemaSummary_schemaVersions - An array of schema version summaries.

$sel:schemaName:SearchSchemaSummary', searchSchemaSummary_schemaName - The name of the schema.

$sel:schemaArn:SearchSchemaSummary', searchSchemaSummary_schemaArn - The ARN of the schema.

SearchSchemaVersionSummary

data SearchSchemaVersionSummary Source #

See: newSearchSchemaVersionSummary smart constructor.

Instances

Instances details
Eq SearchSchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaVersionSummary

Read SearchSchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaVersionSummary

Show SearchSchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaVersionSummary

Generic SearchSchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaVersionSummary

Associated Types

type Rep SearchSchemaVersionSummary :: Type -> Type #

NFData SearchSchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaVersionSummary

Hashable SearchSchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaVersionSummary

FromJSON SearchSchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaVersionSummary

type Rep SearchSchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaVersionSummary

type Rep SearchSchemaVersionSummary = D1 ('MetaData "SearchSchemaVersionSummary" "Amazonka.Schemas.Types.SearchSchemaVersionSummary" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "SearchSchemaVersionSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Type)))))

newSearchSchemaVersionSummary :: SearchSchemaVersionSummary Source #

Create a value of SearchSchemaVersionSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaVersion:SearchSchemaVersionSummary', searchSchemaVersionSummary_schemaVersion - The version number of the schema

$sel:createdDate:SearchSchemaVersionSummary', searchSchemaVersionSummary_createdDate - The date the schema version was created.

$sel:type':SearchSchemaVersionSummary', searchSchemaVersionSummary_type - The type of schema.