amazonka-schemas-2.0: Amazon Schemas SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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.

BadRequestException

_BadRequestException :: AsError a => Fold a ServiceError Source #

Prism for BadRequestException' errors.

ConflictException

_ConflictException :: AsError a => Fold a ServiceError Source #

Prism for ConflictException' errors.

ForbiddenException

_ForbiddenException :: AsError a => Fold a ServiceError Source #

Prism for ForbiddenException' errors.

GoneException

_GoneException :: AsError a => Fold a ServiceError Source #

Prism for GoneException' errors.

InternalServerErrorException

_InternalServerErrorException :: AsError a => Fold a ServiceError Source #

Prism for InternalServerErrorException' errors.

NotFoundException

_NotFoundException :: AsError a => Fold a ServiceError Source #

Prism for NotFoundException' errors.

PreconditionFailedException

_PreconditionFailedException :: AsError a => Fold a ServiceError Source #

Prism for PreconditionFailedException' errors.

ServiceUnavailableException

_ServiceUnavailableException :: AsError a => Fold a ServiceError Source #

Prism for ServiceUnavailableException' errors.

TooManyRequestsException

_TooManyRequestsException :: AsError a => Fold a ServiceError Source #

Prism for TooManyRequestsException' errors.

UnauthorizedException

_UnauthorizedException :: AsError a => Fold a ServiceError Source #

Prism for UnauthorizedException' 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.

CreateDiscoverer

data CreateDiscoverer Source #

See: newCreateDiscoverer smart constructor.

Instances

Instances details
ToJSON CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.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

AWSRequest CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

Associated Types

type AWSResponse CreateDiscoverer #

Generic CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

Associated Types

type Rep CreateDiscoverer :: Type -> Type #

Read CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

Show CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

NFData CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

Methods

rnf :: CreateDiscoverer -> () #

Eq CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

Hashable CreateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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))))

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:

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

CreateDiscoverer, createDiscoverer_description - A description for the discoverer.

CreateDiscoverer, createDiscoverer_tags - Tags associated with the resource.

CreateDiscoverer, createDiscoverer_sourceArn - The ARN of the event bus.

data CreateDiscovererResponse Source #

See: newCreateDiscovererResponse smart constructor.

Instances

Instances details
Generic CreateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

Associated Types

type Rep CreateDiscovererResponse :: Type -> Type #

Read CreateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

Show CreateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

NFData CreateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateDiscoverer

Eq 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:

CreateDiscoverer, createDiscovererResponse_crossAccount - The Status if the discoverer will discover schemas from events sent from another account.

CreateDiscoverer, createDiscovererResponse_description - The description of the discoverer.

CreateDiscovererResponse, createDiscovererResponse_discovererArn - The ARN of the discoverer.

CreateDiscovererResponse, createDiscovererResponse_discovererId - The ID of the discoverer.

CreateDiscoverer, createDiscovererResponse_sourceArn - The ARN of the event bus.

CreateDiscovererResponse, createDiscovererResponse_state - The state of the discoverer.

CreateDiscoverer, createDiscovererResponse_tags - Tags associated with the resource.

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

CreateRegistry

data CreateRegistry Source #

See: newCreateRegistry smart constructor.

Instances

Instances details
ToJSON CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.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

AWSRequest CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Associated Types

type AWSResponse CreateRegistry #

Generic CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Associated Types

type Rep CreateRegistry :: Type -> Type #

Read CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Show CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

NFData CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Methods

rnf :: CreateRegistry -> () #

Eq CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Hashable CreateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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))))

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:

CreateRegistry, createRegistry_description - A description of the registry to be created.

CreateRegistry, createRegistry_tags - Tags to associate with the registry.

CreateRegistry, createRegistry_registryName - The name of the registry.

data CreateRegistryResponse Source #

See: newCreateRegistryResponse smart constructor.

Instances

Instances details
Generic CreateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Associated Types

type Rep CreateRegistryResponse :: Type -> Type #

Read CreateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Show CreateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

NFData CreateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

Methods

rnf :: CreateRegistryResponse -> () #

Eq CreateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

type Rep CreateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateRegistry

type Rep CreateRegistryResponse = D1 ('MetaData "CreateRegistryResponse" "Amazonka.Schemas.CreateRegistry" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "CreateRegistryResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "registryName") '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:

CreateRegistry, createRegistryResponse_description - The description of the registry.

CreateRegistryResponse, createRegistryResponse_registryArn - The ARN of the registry.

CreateRegistry, createRegistryResponse_registryName - The name of the registry.

CreateRegistry, createRegistryResponse_tags - Tags associated with the registry.

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

CreateSchema

data CreateSchema Source #

See: newCreateSchema smart constructor.

Instances

Instances details
ToJSON CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.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

AWSRequest CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Associated Types

type AWSResponse CreateSchema #

Generic CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Associated Types

type Rep CreateSchema :: Type -> Type #

Read CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Show CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

NFData CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Methods

rnf :: CreateSchema -> () #

Eq CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Hashable CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

type AWSResponse CreateSchema Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

type Rep 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:

CreateSchema, createSchema_description - A description of the schema.

CreateSchema, createSchema_tags - Tags associated with the schema.

CreateSchema, createSchema_registryName - The name of the registry.

CreateSchema, createSchema_schemaName - The name of the schema.

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
Generic CreateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Associated Types

type Rep CreateSchemaResponse :: Type -> Type #

Read CreateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Show CreateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

NFData CreateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

Methods

rnf :: CreateSchemaResponse -> () #

Eq CreateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.CreateSchema

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:

CreateSchema, createSchemaResponse_description - The description of the schema.

CreateSchemaResponse, createSchemaResponse_lastModified - The date and time that schema was modified.

CreateSchemaResponse, createSchemaResponse_schemaArn - The ARN of the schema.

CreateSchema, createSchemaResponse_schemaName - The name of the schema.

CreateSchemaResponse, createSchemaResponse_schemaVersion - The version number of the schema

CreateSchema, createSchemaResponse_tags - Undocumented member.

CreateSchema, createSchemaResponse_type - The type of the schema.

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

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

DeleteDiscoverer

data DeleteDiscoverer Source #

See: newDeleteDiscoverer smart constructor.

Constructors

DeleteDiscoverer' Text 

Instances

Instances details
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

AWSRequest DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

Associated Types

type AWSResponse DeleteDiscoverer #

Generic DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

Associated Types

type Rep DeleteDiscoverer :: Type -> Type #

Read DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

Show DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

NFData DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

Methods

rnf :: DeleteDiscoverer -> () #

Eq DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

Hashable DeleteDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "DeleteDiscoverer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeleteDiscoverer, deleteDiscoverer_discovererId - The ID of the discoverer.

data DeleteDiscovererResponse Source #

See: newDeleteDiscovererResponse smart constructor.

Instances

Instances details
Generic DeleteDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

Associated Types

type Rep DeleteDiscovererResponse :: Type -> Type #

Read DeleteDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

Show DeleteDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

NFData DeleteDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteDiscoverer

Eq 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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.

DeleteRegistry

data DeleteRegistry Source #

See: newDeleteRegistry smart constructor.

Constructors

DeleteRegistry' Text 

Instances

Instances details
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

AWSRequest DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Associated Types

type AWSResponse DeleteRegistry #

Generic DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Associated Types

type Rep DeleteRegistry :: Type -> Type #

Read DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Show DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

NFData DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Methods

rnf :: DeleteRegistry -> () #

Eq DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Hashable DeleteRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "DeleteRegistry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeleteRegistry, deleteRegistry_registryName - The name of the registry.

data DeleteRegistryResponse Source #

See: newDeleteRegistryResponse smart constructor.

Instances

Instances details
Generic DeleteRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Associated Types

type Rep DeleteRegistryResponse :: Type -> Type #

Read DeleteRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Show DeleteRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

NFData DeleteRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

Methods

rnf :: DeleteRegistryResponse -> () #

Eq DeleteRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

type Rep DeleteRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteRegistry

type Rep DeleteRegistryResponse = D1 ('MetaData "DeleteRegistryResponse" "Amazonka.Schemas.DeleteRegistry" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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.

DeleteResourcePolicy

data DeleteResourcePolicy Source #

See: newDeleteResourcePolicy smart constructor.

Instances

Instances details
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

AWSRequest DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

Associated Types

type AWSResponse DeleteResourcePolicy #

Generic DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

Associated Types

type Rep DeleteResourcePolicy :: Type -> Type #

Read DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

Show DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

NFData DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

Methods

rnf :: DeleteResourcePolicy -> () #

Eq DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

Hashable DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "DeleteResourcePolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:

DeleteResourcePolicy, deleteResourcePolicy_registryName - The name of the registry.

data DeleteResourcePolicyResponse Source #

See: newDeleteResourcePolicyResponse smart constructor.

Instances

Instances details
Generic DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

Associated Types

type Rep DeleteResourcePolicyResponse :: Type -> Type #

Read DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

Show DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

NFData DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteResourcePolicy

Eq 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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.

DeleteSchema

data DeleteSchema Source #

See: newDeleteSchema smart constructor.

Constructors

DeleteSchema' Text Text 

Instances

Instances details
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

AWSRequest DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Associated Types

type AWSResponse DeleteSchema #

Generic DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Associated Types

type Rep DeleteSchema :: Type -> Type #

Read DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Show DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

NFData DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Methods

rnf :: DeleteSchema -> () #

Eq DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Hashable DeleteSchema Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "DeleteSchema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeleteSchema, deleteSchema_registryName - The name of the registry.

DeleteSchema, deleteSchema_schemaName - The name of the schema.

data DeleteSchemaResponse Source #

See: newDeleteSchemaResponse smart constructor.

Constructors

DeleteSchemaResponse' 

Instances

Instances details
Generic DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Associated Types

type Rep DeleteSchemaResponse :: Type -> Type #

Read DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Show DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

NFData DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

Methods

rnf :: DeleteSchemaResponse -> () #

Eq DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

type Rep DeleteSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchema

type Rep DeleteSchemaResponse = D1 ('MetaData "DeleteSchemaResponse" "Amazonka.Schemas.DeleteSchema" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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.

DeleteSchemaVersion

data DeleteSchemaVersion Source #

See: newDeleteSchemaVersion smart constructor.

Instances

Instances details
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

AWSRequest DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Associated Types

type AWSResponse DeleteSchemaVersion #

Generic DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Associated Types

type Rep DeleteSchemaVersion :: Type -> Type #

Read DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Show DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

NFData DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Methods

rnf :: DeleteSchemaVersion -> () #

Eq DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Hashable DeleteSchemaVersion Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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))))

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:

DeleteSchemaVersion, deleteSchemaVersion_schemaVersion - The version number of the schema

DeleteSchemaVersion, deleteSchemaVersion_registryName - The name of the registry.

DeleteSchemaVersion, deleteSchemaVersion_schemaName - The name of the schema.

data DeleteSchemaVersionResponse Source #

See: newDeleteSchemaVersionResponse smart constructor.

Instances

Instances details
Generic DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Associated Types

type Rep DeleteSchemaVersionResponse :: Type -> Type #

Read DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Show DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

NFData DeleteSchemaVersionResponse Source # 
Instance details

Defined in Amazonka.Schemas.DeleteSchemaVersion

Eq 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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.

DescribeCodeBinding

data DescribeCodeBinding Source #

See: newDescribeCodeBinding smart constructor.

Instances

Instances details
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

AWSRequest DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Associated Types

type AWSResponse DescribeCodeBinding #

Generic DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Associated Types

type Rep DescribeCodeBinding :: Type -> Type #

Read DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Show DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

NFData DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Methods

rnf :: DescribeCodeBinding -> () #

Eq DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Hashable DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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))))

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:

DescribeCodeBinding, describeCodeBinding_schemaVersion - Specifying this limits the results to only this schema version.

DescribeCodeBinding, describeCodeBinding_registryName - The name of the registry.

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
Generic DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Associated Types

type Rep DescribeCodeBindingResponse :: Type -> Type #

Read DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Show DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

NFData DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Eq 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "DescribeCodeBindingResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "lastModified") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CodeGenerationStatus)) :*: 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:creationDate:DescribeCodeBindingResponse', describeCodeBindingResponse_creationDate - The time and date that the code binding was created.

DescribeCodeBindingResponse, describeCodeBindingResponse_lastModified - The date and time that code bindings were modified.

DescribeCodeBinding, describeCodeBindingResponse_schemaVersion - The version number of the schema.

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

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

DescribeDiscoverer

data DescribeDiscoverer Source #

See: newDescribeDiscoverer smart constructor.

Instances

Instances details
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

AWSRequest DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Associated Types

type AWSResponse DescribeDiscoverer #

Generic DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Associated Types

type Rep DescribeDiscoverer :: Type -> Type #

Read DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Show DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

NFData DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Methods

rnf :: DescribeDiscoverer -> () #

Eq DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Hashable DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "DescribeDiscoverer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DescribeDiscoverer, describeDiscoverer_discovererId - The ID of the discoverer.

data DescribeDiscovererResponse Source #

See: newDescribeDiscovererResponse smart constructor.

Instances

Instances details
Generic DescribeDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Associated Types

type Rep DescribeDiscovererResponse :: Type -> Type #

Read DescribeDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Show DescribeDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

NFData DescribeDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Eq 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:

DescribeDiscovererResponse, describeDiscovererResponse_crossAccount - The Status if the discoverer will discover schemas from events sent from another account.

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

DescribeDiscovererResponse, describeDiscovererResponse_discovererArn - The ARN of the discoverer.

DescribeDiscoverer, describeDiscovererResponse_discovererId - The ID of the discoverer.

DescribeDiscovererResponse, describeDiscovererResponse_sourceArn - The ARN of the event bus.

DescribeDiscovererResponse, describeDiscovererResponse_state - The state of the discoverer.

DescribeDiscovererResponse, describeDiscovererResponse_tags - Tags associated with the resource.

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

DescribeRegistry

data DescribeRegistry Source #

See: newDescribeRegistry smart constructor.

Constructors

DescribeRegistry' Text 

Instances

Instances details
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

AWSRequest DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Associated Types

type AWSResponse DescribeRegistry #

Generic DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Associated Types

type Rep DescribeRegistry :: Type -> Type #

Read DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Show DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

NFData DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Methods

rnf :: DescribeRegistry -> () #

Eq DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Hashable DescribeRegistry Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "DescribeRegistry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DescribeRegistry, describeRegistry_registryName - The name of the registry.

data DescribeRegistryResponse Source #

See: newDescribeRegistryResponse smart constructor.

Instances

Instances details
Generic DescribeRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Associated Types

type Rep DescribeRegistryResponse :: Type -> Type #

Read DescribeRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Show DescribeRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

NFData DescribeRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeRegistry

Eq 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "DescribeRegistryResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "registryName") '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:description:DescribeRegistryResponse', describeRegistryResponse_description - The description of the registry.

DescribeRegistryResponse, describeRegistryResponse_registryArn - The ARN of the registry.

DescribeRegistry, describeRegistryResponse_registryName - The name of the registry.

DescribeRegistryResponse, describeRegistryResponse_tags - Tags associated with the registry.

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

DescribeSchema

data DescribeSchema Source #

See: newDescribeSchema smart constructor.

Instances

Instances details
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

AWSRequest DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Associated Types

type AWSResponse DescribeSchema #

Generic DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Associated Types

type Rep DescribeSchema :: Type -> Type #

Read DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Show DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

NFData DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Methods

rnf :: DescribeSchema -> () #

Eq DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Hashable DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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))))

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:

DescribeSchema, describeSchema_schemaVersion - Specifying this limits the results to only this schema version.

DescribeSchema, describeSchema_registryName - The name of the registry.

DescribeSchema, describeSchema_schemaName - The name of the schema.

data DescribeSchemaResponse Source #

See: newDescribeSchemaResponse smart constructor.

Instances

Instances details
Generic DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Associated Types

type Rep DescribeSchemaResponse :: Type -> Type #

Read DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Show DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

NFData DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Methods

rnf :: DescribeSchemaResponse -> () #

Eq DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

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:content:DescribeSchemaResponse', describeSchemaResponse_content - The source of the schema definition.

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

DescribeSchemaResponse, describeSchemaResponse_lastModified - The date and time that schema was modified.

DescribeSchemaResponse, describeSchemaResponse_schemaArn - The ARN of the schema.

DescribeSchema, describeSchemaResponse_schemaName - The name of the schema.

DescribeSchema, describeSchemaResponse_schemaVersion - The version number of the schema

DescribeSchemaResponse, describeSchemaResponse_tags - Tags associated with the resource.

DescribeSchemaResponse, describeSchemaResponse_type - The type of the schema.

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

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

ExportSchema

data ExportSchema Source #

See: newExportSchema smart constructor.

Instances

Instances details
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

AWSRequest ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Associated Types

type AWSResponse ExportSchema #

Generic ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Associated Types

type Rep ExportSchema :: Type -> Type #

Read ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Show ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

NFData ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Methods

rnf :: ExportSchema -> () #

Eq ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Hashable ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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))))

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:

ExportSchema, exportSchema_schemaVersion - Specifying this limits the results to only this schema version.

ExportSchema, exportSchema_registryName - The name of the registry.

ExportSchema, exportSchema_schemaName - The name of the schema.

ExportSchema, exportSchema_type - Undocumented member.

data ExportSchemaResponse Source #

See: newExportSchemaResponse smart constructor.

Instances

Instances details
Generic ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Associated Types

type Rep ExportSchemaResponse :: Type -> Type #

Read ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Show ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

NFData ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Methods

rnf :: ExportSchemaResponse -> () #

Eq ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

type Rep ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

type Rep ExportSchemaResponse = D1 ('MetaData "ExportSchemaResponse" "Amazonka.Schemas.ExportSchema" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "ExportSchemaResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "schemaVersion") '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:content:ExportSchemaResponse', exportSchemaResponse_content - Undocumented member.

ExportSchemaResponse, exportSchemaResponse_schemaArn - Undocumented member.

ExportSchema, exportSchemaResponse_schemaName - Undocumented member.

ExportSchema, exportSchemaResponse_schemaVersion - Undocumented member.

ExportSchema, exportSchemaResponse_type - Undocumented member.

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

GetCodeBindingSource

data GetCodeBindingSource Source #

See: newGetCodeBindingSource smart constructor.

Instances

Instances details
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

AWSRequest GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Associated Types

type AWSResponse GetCodeBindingSource #

Generic GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Associated Types

type Rep GetCodeBindingSource :: Type -> Type #

Read GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Show GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

NFData GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Methods

rnf :: GetCodeBindingSource -> () #

Eq GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Hashable GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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))))

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:

GetCodeBindingSource, getCodeBindingSource_schemaVersion - Specifying this limits the results to only this schema version.

GetCodeBindingSource, getCodeBindingSource_registryName - The name of the registry.

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
Generic GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Associated Types

type Rep GetCodeBindingSourceResponse :: Type -> Type #

Read GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Show GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

NFData GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Eq 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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.

GetDiscoveredSchema

data GetDiscoveredSchema Source #

See: newGetDiscoveredSchema smart constructor.

Instances

Instances details
ToJSON GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.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

AWSRequest GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

Associated Types

type AWSResponse GetDiscoveredSchema #

Generic GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

Associated Types

type Rep GetDiscoveredSchema :: Type -> Type #

Read GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

Show GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

NFData GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

Methods

rnf :: GetDiscoveredSchema -> () #

Eq GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

Hashable GetDiscoveredSchema Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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))))

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:

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
Generic GetDiscoveredSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

Associated Types

type Rep GetDiscoveredSchemaResponse :: Type -> Type #

Read GetDiscoveredSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

Show GetDiscoveredSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

NFData GetDiscoveredSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetDiscoveredSchema

Eq 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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.

GetResourcePolicy

data GetResourcePolicy Source #

See: newGetResourcePolicy smart constructor.

Constructors

GetResourcePolicy' (Maybe Text) 

Instances

Instances details
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

AWSRequest GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

Associated Types

type AWSResponse GetResourcePolicy #

Generic GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

Associated Types

type Rep GetResourcePolicy :: Type -> Type #

Read GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

Show GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

NFData GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

Methods

rnf :: GetResourcePolicy -> () #

Eq GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

Hashable GetResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "GetResourcePolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:

GetResourcePolicy, getResourcePolicy_registryName - The name of the registry.

data GetResourcePolicyResponse Source #

See: newGetResourcePolicyResponse smart constructor.

Instances

Instances details
Generic GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

Associated Types

type Rep GetResourcePolicyResponse :: Type -> Type #

Read GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

Show GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

NFData GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetResourcePolicy

Eq 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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.

ListDiscoverers (Paginated)

data ListDiscoverers Source #

See: newListDiscoverers smart constructor.

Instances

Instances details
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

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 #

Generic ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

Associated Types

type Rep ListDiscoverers :: Type -> Type #

Read ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

Show ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

NFData ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

Methods

rnf :: ListDiscoverers -> () #

Eq ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

Hashable ListDiscoverers Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "ListDiscoverers'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "discovererIdPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceArnPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:discovererIdPrefix:ListDiscoverers', listDiscoverers_discovererIdPrefix - Specifying this limits the results to only those discoverer IDs that start with the specified prefix.

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

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:sourceArnPrefix:ListDiscoverers', listDiscoverers_sourceArnPrefix - Specifying this limits the results to only those ARNs that start with the specified prefix.

data ListDiscoverersResponse Source #

See: newListDiscoverersResponse smart constructor.

Instances

Instances details
Generic ListDiscoverersResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

Associated Types

type Rep ListDiscoverersResponse :: Type -> Type #

Read ListDiscoverersResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

Show ListDiscoverersResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

NFData ListDiscoverersResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

Methods

rnf :: ListDiscoverersResponse -> () #

Eq ListDiscoverersResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

type Rep ListDiscoverersResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListDiscoverers

type Rep ListDiscoverersResponse = D1 ('MetaData "ListDiscoverersResponse" "Amazonka.Schemas.ListDiscoverers" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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.

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.

ListRegistries (Paginated)

data ListRegistries Source #

See: newListRegistries smart constructor.

Instances

Instances details
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

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 #

Generic ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Associated Types

type Rep ListRegistries :: Type -> Type #

Read ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Show ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

NFData ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Methods

rnf :: ListRegistries -> () #

Eq ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Hashable ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "ListRegistries'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "registryNamePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:limit:ListRegistries', listRegistries_limit - Undocumented member.

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:registryNamePrefix:ListRegistries', listRegistries_registryNamePrefix - Specifying this limits the results to only those registry names that start with the specified prefix.

$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.

data ListRegistriesResponse Source #

See: newListRegistriesResponse smart constructor.

Instances

Instances details
Generic ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Associated Types

type Rep ListRegistriesResponse :: Type -> Type #

Read ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Show ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

NFData ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Methods

rnf :: ListRegistriesResponse -> () #

Eq ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

type Rep ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

type Rep ListRegistriesResponse = D1 ('MetaData "ListRegistriesResponse" "Amazonka.Schemas.ListRegistries" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "ListRegistriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "registries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RegistrySummary])) :*: 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:

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:registries:ListRegistriesResponse', listRegistriesResponse_registries - An array of registry summaries.

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

ListSchemaVersions (Paginated)

data ListSchemaVersions Source #

See: newListSchemaVersions smart constructor.

Instances

Instances details
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

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 #

Generic ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

Associated Types

type Rep ListSchemaVersions :: Type -> Type #

Read ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

Show ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

NFData ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

Methods

rnf :: ListSchemaVersions -> () #

Eq ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

Hashable ListSchemaVersions Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "ListSchemaVersions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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:limit:ListSchemaVersions', listSchemaVersions_limit - Undocumented member.

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.

ListSchemaVersions, listSchemaVersions_registryName - The name of the registry.

ListSchemaVersions, listSchemaVersions_schemaName - The name of the schema.

data ListSchemaVersionsResponse Source #

See: newListSchemaVersionsResponse smart constructor.

Instances

Instances details
Generic ListSchemaVersionsResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

Associated Types

type Rep ListSchemaVersionsResponse :: Type -> Type #

Read ListSchemaVersionsResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

Show ListSchemaVersionsResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

NFData ListSchemaVersionsResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemaVersions

Eq 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "ListSchemaVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "schemaVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SchemaVersionSummary])) :*: 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:

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.

ListSchemaVersionsResponse, listSchemaVersionsResponse_schemaVersions - An array of schema version summaries.

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

ListSchemas (Paginated)

data ListSchemas Source #

See: newListSchemas smart constructor.

Instances

Instances details
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

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 #

Generic ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Associated Types

type Rep ListSchemas :: Type -> Type #

Read ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Show ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

NFData ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Methods

rnf :: ListSchemas -> () #

Eq ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Hashable ListSchemas Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "ListSchemas'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "schemaNamePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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:limit:ListSchemas', listSchemas_limit - Undocumented member.

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:schemaNamePrefix:ListSchemas', listSchemas_schemaNamePrefix - Specifying this limits the results to only those schema names that start with the specified prefix.

ListSchemas, listSchemas_registryName - The name of the registry.

data ListSchemasResponse Source #

See: newListSchemasResponse smart constructor.

Instances

Instances details
Generic ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Associated Types

type Rep ListSchemasResponse :: Type -> Type #

Read ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Show ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

NFData ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

Methods

rnf :: ListSchemasResponse -> () #

Eq ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

type Rep ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListSchemas

type Rep ListSchemasResponse = D1 ('MetaData "ListSchemasResponse" "Amazonka.Schemas.ListSchemas" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "ListSchemasResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "schemas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SchemaSummary])) :*: 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:

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:schemas:ListSchemasResponse', listSchemasResponse_schemas - An array of schema summaries.

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

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
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

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListTagsForResource

Eq 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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:

ListTagsForResourceResponse, listTagsForResourceResponse_tags - Undocumented member.

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

PutCodeBinding

data PutCodeBinding Source #

See: newPutCodeBinding smart constructor.

Instances

Instances details
ToJSON PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.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

AWSRequest PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Associated Types

type AWSResponse PutCodeBinding #

Generic PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Associated Types

type Rep PutCodeBinding :: Type -> Type #

Read PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Show PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

NFData PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Methods

rnf :: PutCodeBinding -> () #

Eq PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Hashable PutCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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))))

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:

PutCodeBinding, putCodeBinding_schemaVersion - Specifying this limits the results to only this schema version.

PutCodeBinding, putCodeBinding_registryName - The name of the registry.

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
Generic PutCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Associated Types

type Rep PutCodeBindingResponse :: Type -> Type #

Read PutCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Show PutCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

NFData PutCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

Methods

rnf :: PutCodeBindingResponse -> () #

Eq PutCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

type Rep PutCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutCodeBinding

type Rep PutCodeBindingResponse = D1 ('MetaData "PutCodeBindingResponse" "Amazonka.Schemas.PutCodeBinding" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "PutCodeBindingResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "lastModified") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CodeGenerationStatus)) :*: 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:creationDate:PutCodeBindingResponse', putCodeBindingResponse_creationDate - The time and date that the code binding was created.

PutCodeBindingResponse, putCodeBindingResponse_lastModified - The date and time that code bindings were modified.

PutCodeBinding, putCodeBindingResponse_schemaVersion - The version number of the schema.

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

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

PutResourcePolicy

data PutResourcePolicy Source #

The name of the policy.

See: newPutResourcePolicy smart constructor.

Instances

Instances details
ToJSON PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.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

AWSRequest PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

Associated Types

type AWSResponse PutResourcePolicy #

Generic PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

Associated Types

type Rep PutResourcePolicy :: Type -> Type #

Read PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

Show PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

NFData PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

Methods

rnf :: PutResourcePolicy -> () #

Eq PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

Hashable PutResourcePolicy Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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))))

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:

PutResourcePolicy, putResourcePolicy_registryName - The name of the registry.

PutResourcePolicy, putResourcePolicy_revisionId - The revision ID of the policy.

PutResourcePolicy, putResourcePolicy_policy - The resource-based policy.

data PutResourcePolicyResponse Source #

See: newPutResourcePolicyResponse smart constructor.

Instances

Instances details
Generic PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

Associated Types

type Rep PutResourcePolicyResponse :: Type -> Type #

Read PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

Show PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

NFData PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.Schemas.PutResourcePolicy

Eq 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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:

PutResourcePolicy, putResourcePolicyResponse_policy - The resource-based policy.

PutResourcePolicy, putResourcePolicyResponse_revisionId - The revision ID of the policy.

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

SearchSchemas (Paginated)

data SearchSchemas Source #

See: newSearchSchemas smart constructor.

Instances

Instances details
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

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 #

Generic SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

Associated Types

type Rep SearchSchemas :: Type -> Type #

Read SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

Show SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

NFData SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

Methods

rnf :: SearchSchemas -> () #

Eq SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

Hashable SearchSchemas Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "SearchSchemas'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "keywords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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:limit:SearchSchemas', searchSchemas_limit - Undocumented member.

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.

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
Generic SearchSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

Associated Types

type Rep SearchSchemasResponse :: Type -> Type #

Read SearchSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

Show SearchSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

NFData SearchSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

Methods

rnf :: SearchSchemasResponse -> () #

Eq SearchSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

type Rep SearchSchemasResponse Source # 
Instance details

Defined in Amazonka.Schemas.SearchSchemas

type Rep SearchSchemasResponse = D1 ('MetaData "SearchSchemasResponse" "Amazonka.Schemas.SearchSchemas" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "SearchSchemasResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "schemas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SearchSchemaSummary])) :*: 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:

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:schemas:SearchSchemasResponse', searchSchemasResponse_schemas - An array of SearchSchemaSummary information.

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

StartDiscoverer

data StartDiscoverer Source #

See: newStartDiscoverer smart constructor.

Constructors

StartDiscoverer' Text 

Instances

Instances details
ToJSON StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.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

AWSRequest StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Associated Types

type AWSResponse StartDiscoverer #

Generic StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Associated Types

type Rep StartDiscoverer :: Type -> Type #

Read StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Show StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

NFData StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Methods

rnf :: StartDiscoverer -> () #

Eq StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Hashable StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "StartDiscoverer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

StartDiscoverer, startDiscoverer_discovererId - The ID of the discoverer.

data StartDiscovererResponse Source #

See: newStartDiscovererResponse smart constructor.

Instances

Instances details
Generic StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Associated Types

type Rep StartDiscovererResponse :: Type -> Type #

Read StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Show StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

NFData StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Methods

rnf :: StartDiscovererResponse -> () #

Eq StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

type Rep StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

type Rep StartDiscovererResponse = D1 ('MetaData "StartDiscovererResponse" "Amazonka.Schemas.StartDiscoverer" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "StartDiscovererResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DiscovererState)) :*: 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:

StartDiscoverer, startDiscovererResponse_discovererId - The ID of the discoverer.

StartDiscovererResponse, startDiscovererResponse_state - The state of the discoverer.

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

StopDiscoverer

data StopDiscoverer Source #

See: newStopDiscoverer smart constructor.

Constructors

StopDiscoverer' Text 

Instances

Instances details
ToJSON StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.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

AWSRequest StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Associated Types

type AWSResponse StopDiscoverer #

Generic StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Associated Types

type Rep StopDiscoverer :: Type -> Type #

Read StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Show StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

NFData StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Methods

rnf :: StopDiscoverer -> () #

Eq StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Hashable StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "StopDiscoverer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

StopDiscoverer, stopDiscoverer_discovererId - The ID of the discoverer.

data StopDiscovererResponse Source #

See: newStopDiscovererResponse smart constructor.

Instances

Instances details
Generic StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Associated Types

type Rep StopDiscovererResponse :: Type -> Type #

Read StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Show StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

NFData StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Methods

rnf :: StopDiscovererResponse -> () #

Eq StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

type Rep StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

type Rep StopDiscovererResponse = D1 ('MetaData "StopDiscovererResponse" "Amazonka.Schemas.StopDiscoverer" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "StopDiscovererResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DiscovererState)) :*: 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:

StopDiscoverer, stopDiscovererResponse_discovererId - The ID of the discoverer.

StopDiscovererResponse, stopDiscovererResponse_state - The state of the discoverer.

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

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.Schemas.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

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.Schemas.TagResource

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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))))

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.

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.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' [Text] Text 

Instances

Instances details
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

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.Schemas.UntagResource" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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.

UpdateDiscoverer

data UpdateDiscoverer Source #

See: newUpdateDiscoverer smart constructor.

Instances

Instances details
ToJSON UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.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

AWSRequest UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

Associated Types

type AWSResponse UpdateDiscoverer #

Generic UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

Associated Types

type Rep UpdateDiscoverer :: Type -> Type #

Read UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

Show UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

NFData UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

Methods

rnf :: UpdateDiscoverer -> () #

Eq UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

Hashable UpdateDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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))))

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:

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

UpdateDiscoverer, updateDiscoverer_description - The description of the discoverer to update.

UpdateDiscoverer, updateDiscoverer_discovererId - The ID of the discoverer.

data UpdateDiscovererResponse Source #

See: newUpdateDiscovererResponse smart constructor.

Instances

Instances details
Generic UpdateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

Associated Types

type Rep UpdateDiscovererResponse :: Type -> Type #

Read UpdateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

Show UpdateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

NFData UpdateDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateDiscoverer

Eq 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:

UpdateDiscoverer, updateDiscovererResponse_crossAccount - The Status if the discoverer will discover schemas from events sent from another account.

UpdateDiscoverer, updateDiscovererResponse_description - The description of the discoverer.

UpdateDiscovererResponse, updateDiscovererResponse_discovererArn - The ARN of the discoverer.

UpdateDiscoverer, updateDiscovererResponse_discovererId - The ID of the discoverer.

UpdateDiscovererResponse, updateDiscovererResponse_sourceArn - The ARN of the event bus.

UpdateDiscovererResponse, updateDiscovererResponse_state - The state of the discoverer.

UpdateDiscovererResponse, updateDiscovererResponse_tags - Tags associated with the resource.

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

UpdateRegistry

data UpdateRegistry Source #

Updates the registry.

See: newUpdateRegistry smart constructor.

Constructors

UpdateRegistry' (Maybe Text) Text 

Instances

Instances details
ToJSON UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.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

AWSRequest UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Associated Types

type AWSResponse UpdateRegistry #

Generic UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Associated Types

type Rep UpdateRegistry :: Type -> Type #

Read UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Show UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

NFData UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Methods

rnf :: UpdateRegistry -> () #

Eq UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Hashable UpdateRegistry Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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)))

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:

UpdateRegistry, updateRegistry_description - The description of the registry to update.

UpdateRegistry, updateRegistry_registryName - The name of the registry.

data UpdateRegistryResponse Source #

See: newUpdateRegistryResponse smart constructor.

Instances

Instances details
Generic UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Associated Types

type Rep UpdateRegistryResponse :: Type -> Type #

Read UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Show UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

NFData UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

Methods

rnf :: UpdateRegistryResponse -> () #

Eq UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

type Rep UpdateRegistryResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateRegistry

type Rep UpdateRegistryResponse = D1 ('MetaData "UpdateRegistryResponse" "Amazonka.Schemas.UpdateRegistry" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "UpdateRegistryResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "registryName") '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:

UpdateRegistry, updateRegistryResponse_description - The description of the registry.

UpdateRegistryResponse, updateRegistryResponse_registryArn - The ARN of the registry.

UpdateRegistry, updateRegistryResponse_registryName - The name of the registry.

UpdateRegistryResponse, updateRegistryResponse_tags - Tags associated with the registry.

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

UpdateSchema

data UpdateSchema Source #

See: newUpdateSchema smart constructor.

Instances

Instances details
ToJSON UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.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

AWSRequest UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Associated Types

type AWSResponse UpdateSchema #

Generic UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Associated Types

type Rep UpdateSchema :: Type -> Type #

Read UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Show UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

NFData UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Methods

rnf :: UpdateSchema -> () #

Eq UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Hashable UpdateSchema Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "UpdateSchema'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientTokenId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Type)) :*: (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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:clientTokenId:UpdateSchema', updateSchema_clientTokenId - The ID of the client token.

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

UpdateSchema, updateSchema_description - The description of the schema.

UpdateSchema, updateSchema_type - The schema type for the events schema.

UpdateSchema, updateSchema_registryName - The name of the registry.

UpdateSchema, updateSchema_schemaName - The name of the schema.

data UpdateSchemaResponse Source #

See: newUpdateSchemaResponse smart constructor.

Instances

Instances details
Generic UpdateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Associated Types

type Rep UpdateSchemaResponse :: Type -> Type #

Read UpdateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Show UpdateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

NFData UpdateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

Methods

rnf :: UpdateSchemaResponse -> () #

Eq UpdateSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.UpdateSchema

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:

UpdateSchema, updateSchemaResponse_description - The description of the schema.

UpdateSchemaResponse, updateSchemaResponse_lastModified - The date and time that schema was modified.

UpdateSchemaResponse, updateSchemaResponse_schemaArn - The ARN of the schema.

UpdateSchema, updateSchemaResponse_schemaName - The name of the schema.

UpdateSchemaResponse, updateSchemaResponse_schemaVersion - The version number of the schema

UpdateSchemaResponse, updateSchemaResponse_tags - Undocumented member.

UpdateSchema, updateSchemaResponse_type - The type of the schema.

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

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

Types

CodeGenerationStatus

newtype CodeGenerationStatus Source #

Instances

Instances details
FromJSON CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

FromJSONKey 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

ToByteString CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

ToHeader CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

ToLog CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

ToQuery 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

FromXML CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

ToXML 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 #

Read CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

Show CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

NFData CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

Methods

rnf :: CodeGenerationStatus -> () #

Eq CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

Ord CodeGenerationStatus Source # 
Instance details

Defined in Amazonka.Schemas.Types.CodeGenerationStatus

Hashable 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'True) (C1 ('MetaCons "CodeGenerationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCodeGenerationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DiscovererState

newtype DiscovererState Source #

Constructors

DiscovererState' 

Instances

Instances details
FromJSON DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

FromJSONKey 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

ToByteString DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

ToHeader DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

ToLog DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

ToQuery 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

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 #

Generic DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

Associated Types

type Rep DiscovererState :: Type -> Type #

Read DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

Show DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

NFData DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

Methods

rnf :: DiscovererState -> () #

Eq DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

Ord DiscovererState Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererState

Hashable 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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
FromJSON Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

FromJSONKey Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

ToJSON Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

ToJSONKey Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

ToByteString Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

Methods

toBS :: Type -> ByteString #

ToHeader Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

Methods

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

ToLog Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

ToQuery Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

Methods

toQuery :: Type -> QueryString #

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 #

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 #

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 #

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 #

NFData Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

Methods

rnf :: Type -> () #

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 #

Hashable Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

Methods

hashWithSalt :: Int -> Type -> Int #

hash :: Type -> Int #

type Rep Type Source # 
Instance details

Defined in Amazonka.Schemas.Types.Type

type Rep Type = D1 ('MetaData "Type" "Amazonka.Schemas.Types.Type" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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
FromJSON 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 #

Read DiscovererSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererSummary

Show DiscovererSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererSummary

NFData DiscovererSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererSummary

Methods

rnf :: DiscovererSummary -> () #

Eq DiscovererSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.DiscovererSummary

Hashable 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "DiscovererSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "crossAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "discovererArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DiscovererState)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text 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:crossAccount:DiscovererSummary', discovererSummary_crossAccount - The Status if the discoverer will discover schemas from events sent from another account.

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

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

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

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

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

RegistrySummary

data RegistrySummary Source #

See: newRegistrySummary smart constructor.

Instances

Instances details
FromJSON 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 #

Read RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

Show RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

NFData RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

Methods

rnf :: RegistrySummary -> () #

Eq RegistrySummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.RegistrySummary

Hashable 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "RegistrySummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "registryName") '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:registryArn:RegistrySummary', registrySummary_registryArn - The ARN of the registry.

$sel:registryName:RegistrySummary', registrySummary_registryName - The name 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
FromJSON 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 #

Read SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

Show SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

NFData SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

Methods

rnf :: SchemaSummary -> () #

Eq SchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaSummary

Hashable 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "SchemaSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastModified") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (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:lastModified:SchemaSummary', schemaSummary_lastModified - The date and time that schema was modified.

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

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

$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
FromJSON 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 #

Read SchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaVersionSummary

Show SchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaVersionSummary

NFData SchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaVersionSummary

Methods

rnf :: SchemaVersionSummary -> () #

Eq SchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SchemaVersionSummary

Hashable 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "SchemaVersionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "schemaVersion") '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:schemaArn:SchemaVersionSummary', schemaVersionSummary_schemaArn - The ARN of the schema version.

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

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

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

SearchSchemaSummary

data SearchSchemaSummary Source #

See: newSearchSchemaSummary smart constructor.

Instances

Instances details
FromJSON 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 #

Read SearchSchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaSummary

Show SearchSchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaSummary

NFData SearchSchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaSummary

Methods

rnf :: SearchSchemaSummary -> () #

Eq SearchSchemaSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaSummary

Hashable 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "SearchSchemaSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SearchSchemaVersionSummary])))))

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:schemaArn:SearchSchemaSummary', searchSchemaSummary_schemaArn - The ARN of the schema.

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

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

SearchSchemaVersionSummary

data SearchSchemaVersionSummary Source #

See: newSearchSchemaVersionSummary smart constructor.

Instances

Instances details
FromJSON 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 #

Read SearchSchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaVersionSummary

Show SearchSchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaVersionSummary

NFData SearchSchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaVersionSummary

Eq SearchSchemaVersionSummary Source # 
Instance details

Defined in Amazonka.Schemas.Types.SearchSchemaVersionSummary

Hashable 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "SearchSchemaVersionSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:createdDate:SearchSchemaVersionSummary', searchSchemaVersionSummary_createdDate - The date the schema version was created.

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

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