Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Operations
- UpdateRegistry
- DeleteRegistry
- SearchSchemas
- StopDiscoverer
- DeleteSchemaVersion
- ListTagsForResource
- ListSchemaVersions
- ExportSchema
- GetDiscoveredSchema
- DeleteDiscoverer
- UpdateDiscoverer
- ListDiscoverers
- ListSchemas
- CreateDiscoverer
- DescribeRegistry
- CreateRegistry
- ListRegistries
- DescribeDiscoverer
- GetResourcePolicy
- StartDiscoverer
- DescribeSchema
- GetCodeBindingSource
- PutCodeBinding
- CreateSchema
- TagResource
- UpdateSchema
- DeleteSchema
- PutResourcePolicy
- DeleteResourcePolicy
- UntagResource
- DescribeCodeBinding
- Types
Synopsis
- updateRegistry_description :: Lens' UpdateRegistry (Maybe Text)
- updateRegistry_registryName :: Lens' UpdateRegistry Text
- updateRegistryResponse_registryName :: Lens' UpdateRegistryResponse (Maybe Text)
- updateRegistryResponse_registryArn :: Lens' UpdateRegistryResponse (Maybe Text)
- updateRegistryResponse_description :: Lens' UpdateRegistryResponse (Maybe Text)
- updateRegistryResponse_tags :: Lens' UpdateRegistryResponse (Maybe (HashMap Text Text))
- updateRegistryResponse_httpStatus :: Lens' UpdateRegistryResponse Int
- deleteRegistry_registryName :: Lens' DeleteRegistry Text
- searchSchemas_nextToken :: Lens' SearchSchemas (Maybe Text)
- searchSchemas_limit :: Lens' SearchSchemas (Maybe Int)
- searchSchemas_registryName :: Lens' SearchSchemas Text
- searchSchemas_keywords :: Lens' SearchSchemas Text
- searchSchemasResponse_schemas :: Lens' SearchSchemasResponse (Maybe [SearchSchemaSummary])
- searchSchemasResponse_nextToken :: Lens' SearchSchemasResponse (Maybe Text)
- searchSchemasResponse_httpStatus :: Lens' SearchSchemasResponse Int
- stopDiscoverer_discovererId :: Lens' StopDiscoverer Text
- stopDiscovererResponse_state :: Lens' StopDiscovererResponse (Maybe DiscovererState)
- stopDiscovererResponse_discovererId :: Lens' StopDiscovererResponse (Maybe Text)
- stopDiscovererResponse_httpStatus :: Lens' StopDiscovererResponse Int
- deleteSchemaVersion_schemaVersion :: Lens' DeleteSchemaVersion Text
- deleteSchemaVersion_registryName :: Lens' DeleteSchemaVersion Text
- deleteSchemaVersion_schemaName :: Lens' DeleteSchemaVersion Text
- listTagsForResource_resourceArn :: Lens' ListTagsForResource Text
- listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text))
- listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int
- listSchemaVersions_nextToken :: Lens' ListSchemaVersions (Maybe Text)
- listSchemaVersions_limit :: Lens' ListSchemaVersions (Maybe Int)
- listSchemaVersions_registryName :: Lens' ListSchemaVersions Text
- listSchemaVersions_schemaName :: Lens' ListSchemaVersions Text
- listSchemaVersionsResponse_schemaVersions :: Lens' ListSchemaVersionsResponse (Maybe [SchemaVersionSummary])
- listSchemaVersionsResponse_nextToken :: Lens' ListSchemaVersionsResponse (Maybe Text)
- listSchemaVersionsResponse_httpStatus :: Lens' ListSchemaVersionsResponse Int
- exportSchema_schemaVersion :: Lens' ExportSchema (Maybe Text)
- exportSchema_registryName :: Lens' ExportSchema Text
- exportSchema_schemaName :: Lens' ExportSchema Text
- exportSchema_type :: Lens' ExportSchema Text
- exportSchemaResponse_schemaVersion :: Lens' ExportSchemaResponse (Maybe Text)
- exportSchemaResponse_schemaName :: Lens' ExportSchemaResponse (Maybe Text)
- exportSchemaResponse_content :: Lens' ExportSchemaResponse (Maybe Text)
- exportSchemaResponse_schemaArn :: Lens' ExportSchemaResponse (Maybe Text)
- exportSchemaResponse_type :: Lens' ExportSchemaResponse (Maybe Text)
- exportSchemaResponse_httpStatus :: Lens' ExportSchemaResponse Int
- getDiscoveredSchema_type :: Lens' GetDiscoveredSchema Type
- getDiscoveredSchema_events :: Lens' GetDiscoveredSchema (NonEmpty Text)
- getDiscoveredSchemaResponse_content :: Lens' GetDiscoveredSchemaResponse (Maybe Text)
- getDiscoveredSchemaResponse_httpStatus :: Lens' GetDiscoveredSchemaResponse Int
- deleteDiscoverer_discovererId :: Lens' DeleteDiscoverer Text
- updateDiscoverer_crossAccount :: Lens' UpdateDiscoverer (Maybe Bool)
- updateDiscoverer_description :: Lens' UpdateDiscoverer (Maybe Text)
- updateDiscoverer_discovererId :: Lens' UpdateDiscoverer Text
- updateDiscovererResponse_state :: Lens' UpdateDiscovererResponse (Maybe DiscovererState)
- updateDiscovererResponse_crossAccount :: Lens' UpdateDiscovererResponse (Maybe Bool)
- updateDiscovererResponse_sourceArn :: Lens' UpdateDiscovererResponse (Maybe Text)
- updateDiscovererResponse_discovererId :: Lens' UpdateDiscovererResponse (Maybe Text)
- updateDiscovererResponse_description :: Lens' UpdateDiscovererResponse (Maybe Text)
- updateDiscovererResponse_tags :: Lens' UpdateDiscovererResponse (Maybe (HashMap Text Text))
- updateDiscovererResponse_discovererArn :: Lens' UpdateDiscovererResponse (Maybe Text)
- updateDiscovererResponse_httpStatus :: Lens' UpdateDiscovererResponse Int
- listDiscoverers_sourceArnPrefix :: Lens' ListDiscoverers (Maybe Text)
- listDiscoverers_discovererIdPrefix :: Lens' ListDiscoverers (Maybe Text)
- listDiscoverers_nextToken :: Lens' ListDiscoverers (Maybe Text)
- listDiscoverers_limit :: Lens' ListDiscoverers (Maybe Int)
- listDiscoverersResponse_discoverers :: Lens' ListDiscoverersResponse (Maybe [DiscovererSummary])
- listDiscoverersResponse_nextToken :: Lens' ListDiscoverersResponse (Maybe Text)
- listDiscoverersResponse_httpStatus :: Lens' ListDiscoverersResponse Int
- listSchemas_schemaNamePrefix :: Lens' ListSchemas (Maybe Text)
- listSchemas_nextToken :: Lens' ListSchemas (Maybe Text)
- listSchemas_limit :: Lens' ListSchemas (Maybe Int)
- listSchemas_registryName :: Lens' ListSchemas Text
- listSchemasResponse_schemas :: Lens' ListSchemasResponse (Maybe [SchemaSummary])
- listSchemasResponse_nextToken :: Lens' ListSchemasResponse (Maybe Text)
- listSchemasResponse_httpStatus :: Lens' ListSchemasResponse Int
- createDiscoverer_crossAccount :: Lens' CreateDiscoverer (Maybe Bool)
- createDiscoverer_description :: Lens' CreateDiscoverer (Maybe Text)
- createDiscoverer_tags :: Lens' CreateDiscoverer (Maybe (HashMap Text Text))
- createDiscoverer_sourceArn :: Lens' CreateDiscoverer Text
- createDiscovererResponse_state :: Lens' CreateDiscovererResponse (Maybe DiscovererState)
- createDiscovererResponse_crossAccount :: Lens' CreateDiscovererResponse (Maybe Bool)
- createDiscovererResponse_sourceArn :: Lens' CreateDiscovererResponse (Maybe Text)
- createDiscovererResponse_discovererId :: Lens' CreateDiscovererResponse (Maybe Text)
- createDiscovererResponse_description :: Lens' CreateDiscovererResponse (Maybe Text)
- createDiscovererResponse_tags :: Lens' CreateDiscovererResponse (Maybe (HashMap Text Text))
- createDiscovererResponse_discovererArn :: Lens' CreateDiscovererResponse (Maybe Text)
- createDiscovererResponse_httpStatus :: Lens' CreateDiscovererResponse Int
- describeRegistry_registryName :: Lens' DescribeRegistry Text
- describeRegistryResponse_registryName :: Lens' DescribeRegistryResponse (Maybe Text)
- describeRegistryResponse_registryArn :: Lens' DescribeRegistryResponse (Maybe Text)
- describeRegistryResponse_description :: Lens' DescribeRegistryResponse (Maybe Text)
- describeRegistryResponse_tags :: Lens' DescribeRegistryResponse (Maybe (HashMap Text Text))
- describeRegistryResponse_httpStatus :: Lens' DescribeRegistryResponse Int
- createRegistry_description :: Lens' CreateRegistry (Maybe Text)
- createRegistry_tags :: Lens' CreateRegistry (Maybe (HashMap Text Text))
- createRegistry_registryName :: Lens' CreateRegistry Text
- createRegistryResponse_registryName :: Lens' CreateRegistryResponse (Maybe Text)
- createRegistryResponse_registryArn :: Lens' CreateRegistryResponse (Maybe Text)
- createRegistryResponse_description :: Lens' CreateRegistryResponse (Maybe Text)
- createRegistryResponse_tags :: Lens' CreateRegistryResponse (Maybe (HashMap Text Text))
- createRegistryResponse_httpStatus :: Lens' CreateRegistryResponse Int
- listRegistries_registryNamePrefix :: Lens' ListRegistries (Maybe Text)
- listRegistries_nextToken :: Lens' ListRegistries (Maybe Text)
- listRegistries_scope :: Lens' ListRegistries (Maybe Text)
- listRegistries_limit :: Lens' ListRegistries (Maybe Int)
- listRegistriesResponse_registries :: Lens' ListRegistriesResponse (Maybe [RegistrySummary])
- listRegistriesResponse_nextToken :: Lens' ListRegistriesResponse (Maybe Text)
- listRegistriesResponse_httpStatus :: Lens' ListRegistriesResponse Int
- describeDiscoverer_discovererId :: Lens' DescribeDiscoverer Text
- describeDiscovererResponse_state :: Lens' DescribeDiscovererResponse (Maybe DiscovererState)
- describeDiscovererResponse_crossAccount :: Lens' DescribeDiscovererResponse (Maybe Bool)
- describeDiscovererResponse_sourceArn :: Lens' DescribeDiscovererResponse (Maybe Text)
- describeDiscovererResponse_discovererId :: Lens' DescribeDiscovererResponse (Maybe Text)
- describeDiscovererResponse_description :: Lens' DescribeDiscovererResponse (Maybe Text)
- describeDiscovererResponse_tags :: Lens' DescribeDiscovererResponse (Maybe (HashMap Text Text))
- describeDiscovererResponse_discovererArn :: Lens' DescribeDiscovererResponse (Maybe Text)
- describeDiscovererResponse_httpStatus :: Lens' DescribeDiscovererResponse Int
- getResourcePolicy_registryName :: Lens' GetResourcePolicy (Maybe Text)
- getResourcePolicyResponse_policy :: Lens' GetResourcePolicyResponse (Maybe Text)
- getResourcePolicyResponse_revisionId :: Lens' GetResourcePolicyResponse (Maybe Text)
- getResourcePolicyResponse_httpStatus :: Lens' GetResourcePolicyResponse Int
- startDiscoverer_discovererId :: Lens' StartDiscoverer Text
- startDiscovererResponse_state :: Lens' StartDiscovererResponse (Maybe DiscovererState)
- startDiscovererResponse_discovererId :: Lens' StartDiscovererResponse (Maybe Text)
- startDiscovererResponse_httpStatus :: Lens' StartDiscovererResponse Int
- describeSchema_schemaVersion :: Lens' DescribeSchema (Maybe Text)
- describeSchema_registryName :: Lens' DescribeSchema Text
- describeSchema_schemaName :: Lens' DescribeSchema Text
- describeSchemaResponse_schemaVersion :: Lens' DescribeSchemaResponse (Maybe Text)
- describeSchemaResponse_schemaName :: Lens' DescribeSchemaResponse (Maybe Text)
- describeSchemaResponse_content :: Lens' DescribeSchemaResponse (Maybe Text)
- describeSchemaResponse_schemaArn :: Lens' DescribeSchemaResponse (Maybe Text)
- describeSchemaResponse_type :: Lens' DescribeSchemaResponse (Maybe Text)
- describeSchemaResponse_lastModified :: Lens' DescribeSchemaResponse (Maybe UTCTime)
- describeSchemaResponse_description :: Lens' DescribeSchemaResponse (Maybe Text)
- describeSchemaResponse_versionCreatedDate :: Lens' DescribeSchemaResponse (Maybe UTCTime)
- describeSchemaResponse_tags :: Lens' DescribeSchemaResponse (Maybe (HashMap Text Text))
- describeSchemaResponse_httpStatus :: Lens' DescribeSchemaResponse Int
- getCodeBindingSource_schemaVersion :: Lens' GetCodeBindingSource (Maybe Text)
- getCodeBindingSource_registryName :: Lens' GetCodeBindingSource Text
- getCodeBindingSource_schemaName :: Lens' GetCodeBindingSource Text
- getCodeBindingSource_language :: Lens' GetCodeBindingSource Text
- getCodeBindingSourceResponse_body :: Lens' GetCodeBindingSourceResponse (Maybe ByteString)
- getCodeBindingSourceResponse_httpStatus :: Lens' GetCodeBindingSourceResponse Int
- putCodeBinding_schemaVersion :: Lens' PutCodeBinding (Maybe Text)
- putCodeBinding_registryName :: Lens' PutCodeBinding Text
- putCodeBinding_schemaName :: Lens' PutCodeBinding Text
- putCodeBinding_language :: Lens' PutCodeBinding Text
- putCodeBindingResponse_status :: Lens' PutCodeBindingResponse (Maybe CodeGenerationStatus)
- putCodeBindingResponse_schemaVersion :: Lens' PutCodeBindingResponse (Maybe Text)
- putCodeBindingResponse_creationDate :: Lens' PutCodeBindingResponse (Maybe UTCTime)
- putCodeBindingResponse_lastModified :: Lens' PutCodeBindingResponse (Maybe UTCTime)
- putCodeBindingResponse_httpStatus :: Lens' PutCodeBindingResponse Int
- createSchema_description :: Lens' CreateSchema (Maybe Text)
- createSchema_tags :: Lens' CreateSchema (Maybe (HashMap Text Text))
- createSchema_registryName :: Lens' CreateSchema Text
- createSchema_schemaName :: Lens' CreateSchema Text
- createSchema_type :: Lens' CreateSchema Type
- createSchema_content :: Lens' CreateSchema Text
- createSchemaResponse_schemaVersion :: Lens' CreateSchemaResponse (Maybe Text)
- createSchemaResponse_schemaName :: Lens' CreateSchemaResponse (Maybe Text)
- createSchemaResponse_schemaArn :: Lens' CreateSchemaResponse (Maybe Text)
- createSchemaResponse_type :: Lens' CreateSchemaResponse (Maybe Text)
- createSchemaResponse_lastModified :: Lens' CreateSchemaResponse (Maybe UTCTime)
- createSchemaResponse_description :: Lens' CreateSchemaResponse (Maybe Text)
- createSchemaResponse_versionCreatedDate :: Lens' CreateSchemaResponse (Maybe UTCTime)
- createSchemaResponse_tags :: Lens' CreateSchemaResponse (Maybe (HashMap Text Text))
- createSchemaResponse_httpStatus :: Lens' CreateSchemaResponse Int
- tagResource_resourceArn :: Lens' TagResource Text
- tagResource_tags :: Lens' TagResource (HashMap Text Text)
- updateSchema_content :: Lens' UpdateSchema (Maybe Text)
- updateSchema_clientTokenId :: Lens' UpdateSchema (Maybe Text)
- updateSchema_type :: Lens' UpdateSchema (Maybe Type)
- updateSchema_description :: Lens' UpdateSchema (Maybe Text)
- updateSchema_registryName :: Lens' UpdateSchema Text
- updateSchema_schemaName :: Lens' UpdateSchema Text
- updateSchemaResponse_schemaVersion :: Lens' UpdateSchemaResponse (Maybe Text)
- updateSchemaResponse_schemaName :: Lens' UpdateSchemaResponse (Maybe Text)
- updateSchemaResponse_schemaArn :: Lens' UpdateSchemaResponse (Maybe Text)
- updateSchemaResponse_type :: Lens' UpdateSchemaResponse (Maybe Text)
- updateSchemaResponse_lastModified :: Lens' UpdateSchemaResponse (Maybe UTCTime)
- updateSchemaResponse_description :: Lens' UpdateSchemaResponse (Maybe Text)
- updateSchemaResponse_versionCreatedDate :: Lens' UpdateSchemaResponse (Maybe UTCTime)
- updateSchemaResponse_tags :: Lens' UpdateSchemaResponse (Maybe (HashMap Text Text))
- updateSchemaResponse_httpStatus :: Lens' UpdateSchemaResponse Int
- deleteSchema_registryName :: Lens' DeleteSchema Text
- deleteSchema_schemaName :: Lens' DeleteSchema Text
- putResourcePolicy_registryName :: Lens' PutResourcePolicy (Maybe Text)
- putResourcePolicy_revisionId :: Lens' PutResourcePolicy (Maybe Text)
- putResourcePolicy_policy :: Lens' PutResourcePolicy Text
- putResourcePolicyResponse_policy :: Lens' PutResourcePolicyResponse (Maybe Text)
- putResourcePolicyResponse_revisionId :: Lens' PutResourcePolicyResponse (Maybe Text)
- putResourcePolicyResponse_httpStatus :: Lens' PutResourcePolicyResponse Int
- deleteResourcePolicy_registryName :: Lens' DeleteResourcePolicy (Maybe Text)
- untagResource_tagKeys :: Lens' UntagResource [Text]
- untagResource_resourceArn :: Lens' UntagResource Text
- describeCodeBinding_schemaVersion :: Lens' DescribeCodeBinding (Maybe Text)
- describeCodeBinding_registryName :: Lens' DescribeCodeBinding Text
- describeCodeBinding_schemaName :: Lens' DescribeCodeBinding Text
- describeCodeBinding_language :: Lens' DescribeCodeBinding Text
- describeCodeBindingResponse_status :: Lens' DescribeCodeBindingResponse (Maybe CodeGenerationStatus)
- describeCodeBindingResponse_schemaVersion :: Lens' DescribeCodeBindingResponse (Maybe Text)
- describeCodeBindingResponse_creationDate :: Lens' DescribeCodeBindingResponse (Maybe UTCTime)
- describeCodeBindingResponse_lastModified :: Lens' DescribeCodeBindingResponse (Maybe UTCTime)
- describeCodeBindingResponse_httpStatus :: Lens' DescribeCodeBindingResponse Int
- discovererSummary_state :: Lens' DiscovererSummary (Maybe DiscovererState)
- discovererSummary_crossAccount :: Lens' DiscovererSummary (Maybe Bool)
- discovererSummary_sourceArn :: Lens' DiscovererSummary (Maybe Text)
- discovererSummary_discovererId :: Lens' DiscovererSummary (Maybe Text)
- discovererSummary_tags :: Lens' DiscovererSummary (Maybe (HashMap Text Text))
- discovererSummary_discovererArn :: Lens' DiscovererSummary (Maybe Text)
- registrySummary_registryName :: Lens' RegistrySummary (Maybe Text)
- registrySummary_registryArn :: Lens' RegistrySummary (Maybe Text)
- registrySummary_tags :: Lens' RegistrySummary (Maybe (HashMap Text Text))
- schemaSummary_schemaName :: Lens' SchemaSummary (Maybe Text)
- schemaSummary_schemaArn :: Lens' SchemaSummary (Maybe Text)
- schemaSummary_lastModified :: Lens' SchemaSummary (Maybe UTCTime)
- schemaSummary_tags :: Lens' SchemaSummary (Maybe (HashMap Text Text))
- schemaSummary_versionCount :: Lens' SchemaSummary (Maybe Integer)
- schemaVersionSummary_schemaVersion :: Lens' SchemaVersionSummary (Maybe Text)
- schemaVersionSummary_schemaName :: Lens' SchemaVersionSummary (Maybe Text)
- schemaVersionSummary_schemaArn :: Lens' SchemaVersionSummary (Maybe Text)
- schemaVersionSummary_type :: Lens' SchemaVersionSummary (Maybe Type)
- searchSchemaSummary_registryName :: Lens' SearchSchemaSummary (Maybe Text)
- searchSchemaSummary_schemaVersions :: Lens' SearchSchemaSummary (Maybe [SearchSchemaVersionSummary])
- searchSchemaSummary_schemaName :: Lens' SearchSchemaSummary (Maybe Text)
- searchSchemaSummary_schemaArn :: Lens' SearchSchemaSummary (Maybe Text)
- searchSchemaVersionSummary_schemaVersion :: Lens' SearchSchemaVersionSummary (Maybe Text)
- searchSchemaVersionSummary_createdDate :: Lens' SearchSchemaVersionSummary (Maybe UTCTime)
- searchSchemaVersionSummary_type :: Lens' SearchSchemaVersionSummary (Maybe Type)
Operations
UpdateRegistry
updateRegistry_description :: Lens' UpdateRegistry (Maybe Text) Source #
The description of the registry to update.
updateRegistry_registryName :: Lens' UpdateRegistry Text Source #
The name of the registry.
updateRegistryResponse_registryName :: Lens' UpdateRegistryResponse (Maybe Text) Source #
The name of the registry.
updateRegistryResponse_registryArn :: Lens' UpdateRegistryResponse (Maybe Text) Source #
The ARN of the registry.
updateRegistryResponse_description :: Lens' UpdateRegistryResponse (Maybe Text) Source #
The description of the registry.
updateRegistryResponse_tags :: Lens' UpdateRegistryResponse (Maybe (HashMap Text Text)) Source #
Tags associated with the registry.
updateRegistryResponse_httpStatus :: Lens' UpdateRegistryResponse Int Source #
The response's http status code.
DeleteRegistry
deleteRegistry_registryName :: Lens' DeleteRegistry Text Source #
The name of the registry.
SearchSchemas
searchSchemas_nextToken :: Lens' SearchSchemas (Maybe Text) Source #
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_limit :: Lens' SearchSchemas (Maybe Int) Source #
Undocumented member.
searchSchemas_registryName :: Lens' SearchSchemas Text Source #
The name of the registry.
searchSchemas_keywords :: Lens' SearchSchemas Text Source #
Specifying this limits the results to only schemas that include the provided keywords.
searchSchemasResponse_schemas :: Lens' SearchSchemasResponse (Maybe [SearchSchemaSummary]) Source #
An array of SearchSchemaSummary information.
searchSchemasResponse_nextToken :: Lens' SearchSchemasResponse (Maybe Text) Source #
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.
searchSchemasResponse_httpStatus :: Lens' SearchSchemasResponse Int Source #
The response's http status code.
StopDiscoverer
stopDiscoverer_discovererId :: Lens' StopDiscoverer Text Source #
The ID of the discoverer.
stopDiscovererResponse_state :: Lens' StopDiscovererResponse (Maybe DiscovererState) Source #
The state of the discoverer.
stopDiscovererResponse_discovererId :: Lens' StopDiscovererResponse (Maybe Text) Source #
The ID of the discoverer.
stopDiscovererResponse_httpStatus :: Lens' StopDiscovererResponse Int Source #
The response's http status code.
DeleteSchemaVersion
deleteSchemaVersion_schemaVersion :: Lens' DeleteSchemaVersion Text Source #
The version number of the schema
deleteSchemaVersion_registryName :: Lens' DeleteSchemaVersion Text Source #
The name of the registry.
deleteSchemaVersion_schemaName :: Lens' DeleteSchemaVersion Text Source #
The name of the schema.
ListTagsForResource
listTagsForResource_resourceArn :: Lens' ListTagsForResource Text Source #
The ARN of the resource.
listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int Source #
The response's http status code.
ListSchemaVersions
listSchemaVersions_nextToken :: Lens' ListSchemaVersions (Maybe Text) Source #
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_limit :: Lens' ListSchemaVersions (Maybe Int) Source #
Undocumented member.
listSchemaVersions_registryName :: Lens' ListSchemaVersions Text Source #
The name of the registry.
listSchemaVersions_schemaName :: Lens' ListSchemaVersions Text Source #
The name of the schema.
listSchemaVersionsResponse_schemaVersions :: Lens' ListSchemaVersionsResponse (Maybe [SchemaVersionSummary]) Source #
An array of schema version summaries.
listSchemaVersionsResponse_nextToken :: Lens' ListSchemaVersionsResponse (Maybe Text) Source #
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_httpStatus :: Lens' ListSchemaVersionsResponse Int Source #
The response's http status code.
ExportSchema
exportSchema_schemaVersion :: Lens' ExportSchema (Maybe Text) Source #
Specifying this limits the results to only this schema version.
exportSchema_registryName :: Lens' ExportSchema Text Source #
The name of the registry.
exportSchema_schemaName :: Lens' ExportSchema Text Source #
The name of the schema.
exportSchema_type :: Lens' ExportSchema Text Source #
Undocumented member.
exportSchemaResponse_schemaVersion :: Lens' ExportSchemaResponse (Maybe Text) Source #
Undocumented member.
exportSchemaResponse_schemaName :: Lens' ExportSchemaResponse (Maybe Text) Source #
Undocumented member.
exportSchemaResponse_content :: Lens' ExportSchemaResponse (Maybe Text) Source #
Undocumented member.
exportSchemaResponse_schemaArn :: Lens' ExportSchemaResponse (Maybe Text) Source #
Undocumented member.
exportSchemaResponse_type :: Lens' ExportSchemaResponse (Maybe Text) Source #
Undocumented member.
exportSchemaResponse_httpStatus :: Lens' ExportSchemaResponse Int Source #
The response's http status code.
GetDiscoveredSchema
getDiscoveredSchema_type :: Lens' GetDiscoveredSchema Type Source #
The type of event.
getDiscoveredSchema_events :: Lens' GetDiscoveredSchema (NonEmpty Text) Source #
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.
getDiscoveredSchemaResponse_content :: Lens' GetDiscoveredSchemaResponse (Maybe Text) Source #
The source of the schema definition.
getDiscoveredSchemaResponse_httpStatus :: Lens' GetDiscoveredSchemaResponse Int Source #
The response's http status code.
DeleteDiscoverer
deleteDiscoverer_discovererId :: Lens' DeleteDiscoverer Text Source #
The ID of the discoverer.
UpdateDiscoverer
updateDiscoverer_crossAccount :: Lens' UpdateDiscoverer (Maybe Bool) Source #
Support discovery of schemas in events sent to the bus from another account. (default: true)
updateDiscoverer_description :: Lens' UpdateDiscoverer (Maybe Text) Source #
The description of the discoverer to update.
updateDiscoverer_discovererId :: Lens' UpdateDiscoverer Text Source #
The ID of the discoverer.
updateDiscovererResponse_state :: Lens' UpdateDiscovererResponse (Maybe DiscovererState) Source #
The state of the discoverer.
updateDiscovererResponse_crossAccount :: Lens' UpdateDiscovererResponse (Maybe Bool) Source #
The Status if the discoverer will discover schemas from events sent from another account.
updateDiscovererResponse_sourceArn :: Lens' UpdateDiscovererResponse (Maybe Text) Source #
The ARN of the event bus.
updateDiscovererResponse_discovererId :: Lens' UpdateDiscovererResponse (Maybe Text) Source #
The ID of the discoverer.
updateDiscovererResponse_description :: Lens' UpdateDiscovererResponse (Maybe Text) Source #
The description of the discoverer.
updateDiscovererResponse_tags :: Lens' UpdateDiscovererResponse (Maybe (HashMap Text Text)) Source #
Tags associated with the resource.
updateDiscovererResponse_discovererArn :: Lens' UpdateDiscovererResponse (Maybe Text) Source #
The ARN of the discoverer.
updateDiscovererResponse_httpStatus :: Lens' UpdateDiscovererResponse Int Source #
The response's http status code.
ListDiscoverers
listDiscoverers_sourceArnPrefix :: Lens' ListDiscoverers (Maybe Text) Source #
Specifying this limits the results to only those ARNs that start with the specified prefix.
listDiscoverers_discovererIdPrefix :: Lens' ListDiscoverers (Maybe Text) Source #
Specifying this limits the results to only those discoverer IDs that start with the specified prefix.
listDiscoverers_nextToken :: Lens' ListDiscoverers (Maybe Text) Source #
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.
listDiscoverers_limit :: Lens' ListDiscoverers (Maybe Int) Source #
Undocumented member.
listDiscoverersResponse_discoverers :: Lens' ListDiscoverersResponse (Maybe [DiscovererSummary]) Source #
An array of DiscovererSummary information.
listDiscoverersResponse_nextToken :: Lens' ListDiscoverersResponse (Maybe Text) Source #
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.
listDiscoverersResponse_httpStatus :: Lens' ListDiscoverersResponse Int Source #
The response's http status code.
ListSchemas
listSchemas_schemaNamePrefix :: Lens' ListSchemas (Maybe Text) Source #
Specifying this limits the results to only those schema names that start with the specified prefix.
listSchemas_nextToken :: Lens' ListSchemas (Maybe Text) Source #
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.
listSchemas_limit :: Lens' ListSchemas (Maybe Int) Source #
Undocumented member.
listSchemas_registryName :: Lens' ListSchemas Text Source #
The name of the registry.
listSchemasResponse_schemas :: Lens' ListSchemasResponse (Maybe [SchemaSummary]) Source #
An array of schema summaries.
listSchemasResponse_nextToken :: Lens' ListSchemasResponse (Maybe Text) Source #
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.
listSchemasResponse_httpStatus :: Lens' ListSchemasResponse Int Source #
The response's http status code.
CreateDiscoverer
createDiscoverer_crossAccount :: Lens' CreateDiscoverer (Maybe Bool) Source #
Support discovery of schemas in events sent to the bus from another account. (default: true).
createDiscoverer_description :: Lens' CreateDiscoverer (Maybe Text) Source #
A description for the discoverer.
createDiscoverer_tags :: Lens' CreateDiscoverer (Maybe (HashMap Text Text)) Source #
Tags associated with the resource.
createDiscoverer_sourceArn :: Lens' CreateDiscoverer Text Source #
The ARN of the event bus.
createDiscovererResponse_state :: Lens' CreateDiscovererResponse (Maybe DiscovererState) Source #
The state of the discoverer.
createDiscovererResponse_crossAccount :: Lens' CreateDiscovererResponse (Maybe Bool) Source #
The Status if the discoverer will discover schemas from events sent from another account.
createDiscovererResponse_sourceArn :: Lens' CreateDiscovererResponse (Maybe Text) Source #
The ARN of the event bus.
createDiscovererResponse_discovererId :: Lens' CreateDiscovererResponse (Maybe Text) Source #
The ID of the discoverer.
createDiscovererResponse_description :: Lens' CreateDiscovererResponse (Maybe Text) Source #
The description of the discoverer.
createDiscovererResponse_tags :: Lens' CreateDiscovererResponse (Maybe (HashMap Text Text)) Source #
Tags associated with the resource.
createDiscovererResponse_discovererArn :: Lens' CreateDiscovererResponse (Maybe Text) Source #
The ARN of the discoverer.
createDiscovererResponse_httpStatus :: Lens' CreateDiscovererResponse Int Source #
The response's http status code.
DescribeRegistry
describeRegistry_registryName :: Lens' DescribeRegistry Text Source #
The name of the registry.
describeRegistryResponse_registryName :: Lens' DescribeRegistryResponse (Maybe Text) Source #
The name of the registry.
describeRegistryResponse_registryArn :: Lens' DescribeRegistryResponse (Maybe Text) Source #
The ARN of the registry.
describeRegistryResponse_description :: Lens' DescribeRegistryResponse (Maybe Text) Source #
The description of the registry.
describeRegistryResponse_tags :: Lens' DescribeRegistryResponse (Maybe (HashMap Text Text)) Source #
Tags associated with the registry.
describeRegistryResponse_httpStatus :: Lens' DescribeRegistryResponse Int Source #
The response's http status code.
CreateRegistry
createRegistry_description :: Lens' CreateRegistry (Maybe Text) Source #
A description of the registry to be created.
createRegistry_tags :: Lens' CreateRegistry (Maybe (HashMap Text Text)) Source #
Tags to associate with the registry.
createRegistry_registryName :: Lens' CreateRegistry Text Source #
The name of the registry.
createRegistryResponse_registryName :: Lens' CreateRegistryResponse (Maybe Text) Source #
The name of the registry.
createRegistryResponse_registryArn :: Lens' CreateRegistryResponse (Maybe Text) Source #
The ARN of the registry.
createRegistryResponse_description :: Lens' CreateRegistryResponse (Maybe Text) Source #
The description of the registry.
createRegistryResponse_tags :: Lens' CreateRegistryResponse (Maybe (HashMap Text Text)) Source #
Tags associated with the registry.
createRegistryResponse_httpStatus :: Lens' CreateRegistryResponse Int Source #
The response's http status code.
ListRegistries
listRegistries_registryNamePrefix :: Lens' ListRegistries (Maybe Text) Source #
Specifying this limits the results to only those registry names that start with the specified prefix.
listRegistries_nextToken :: Lens' ListRegistries (Maybe Text) Source #
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.
listRegistries_scope :: Lens' ListRegistries (Maybe Text) Source #
Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.
listRegistries_limit :: Lens' ListRegistries (Maybe Int) Source #
Undocumented member.
listRegistriesResponse_registries :: Lens' ListRegistriesResponse (Maybe [RegistrySummary]) Source #
An array of registry summaries.
listRegistriesResponse_nextToken :: Lens' ListRegistriesResponse (Maybe Text) Source #
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.
listRegistriesResponse_httpStatus :: Lens' ListRegistriesResponse Int Source #
The response's http status code.
DescribeDiscoverer
describeDiscoverer_discovererId :: Lens' DescribeDiscoverer Text Source #
The ID of the discoverer.
describeDiscovererResponse_state :: Lens' DescribeDiscovererResponse (Maybe DiscovererState) Source #
The state of the discoverer.
describeDiscovererResponse_crossAccount :: Lens' DescribeDiscovererResponse (Maybe Bool) Source #
The Status if the discoverer will discover schemas from events sent from another account.
describeDiscovererResponse_sourceArn :: Lens' DescribeDiscovererResponse (Maybe Text) Source #
The ARN of the event bus.
describeDiscovererResponse_discovererId :: Lens' DescribeDiscovererResponse (Maybe Text) Source #
The ID of the discoverer.
describeDiscovererResponse_description :: Lens' DescribeDiscovererResponse (Maybe Text) Source #
The description of the discoverer.
describeDiscovererResponse_tags :: Lens' DescribeDiscovererResponse (Maybe (HashMap Text Text)) Source #
Tags associated with the resource.
describeDiscovererResponse_discovererArn :: Lens' DescribeDiscovererResponse (Maybe Text) Source #
The ARN of the discoverer.
describeDiscovererResponse_httpStatus :: Lens' DescribeDiscovererResponse Int Source #
The response's http status code.
GetResourcePolicy
getResourcePolicy_registryName :: Lens' GetResourcePolicy (Maybe Text) Source #
The name of the registry.
getResourcePolicyResponse_policy :: Lens' GetResourcePolicyResponse (Maybe Text) Source #
The resource-based policy.
getResourcePolicyResponse_revisionId :: Lens' GetResourcePolicyResponse (Maybe Text) Source #
The revision ID.
getResourcePolicyResponse_httpStatus :: Lens' GetResourcePolicyResponse Int Source #
The response's http status code.
StartDiscoverer
startDiscoverer_discovererId :: Lens' StartDiscoverer Text Source #
The ID of the discoverer.
startDiscovererResponse_state :: Lens' StartDiscovererResponse (Maybe DiscovererState) Source #
The state of the discoverer.
startDiscovererResponse_discovererId :: Lens' StartDiscovererResponse (Maybe Text) Source #
The ID of the discoverer.
startDiscovererResponse_httpStatus :: Lens' StartDiscovererResponse Int Source #
The response's http status code.
DescribeSchema
describeSchema_schemaVersion :: Lens' DescribeSchema (Maybe Text) Source #
Specifying this limits the results to only this schema version.
describeSchema_registryName :: Lens' DescribeSchema Text Source #
The name of the registry.
describeSchema_schemaName :: Lens' DescribeSchema Text Source #
The name of the schema.
describeSchemaResponse_schemaVersion :: Lens' DescribeSchemaResponse (Maybe Text) Source #
The version number of the schema
describeSchemaResponse_schemaName :: Lens' DescribeSchemaResponse (Maybe Text) Source #
The name of the schema.
describeSchemaResponse_content :: Lens' DescribeSchemaResponse (Maybe Text) Source #
The source of the schema definition.
describeSchemaResponse_schemaArn :: Lens' DescribeSchemaResponse (Maybe Text) Source #
The ARN of the schema.
describeSchemaResponse_type :: Lens' DescribeSchemaResponse (Maybe Text) Source #
The type of the schema.
describeSchemaResponse_lastModified :: Lens' DescribeSchemaResponse (Maybe UTCTime) Source #
The date and time that schema was modified.
describeSchemaResponse_description :: Lens' DescribeSchemaResponse (Maybe Text) Source #
The description of the schema.
describeSchemaResponse_versionCreatedDate :: Lens' DescribeSchemaResponse (Maybe UTCTime) Source #
The date the schema version was created.
describeSchemaResponse_tags :: Lens' DescribeSchemaResponse (Maybe (HashMap Text Text)) Source #
Tags associated with the resource.
describeSchemaResponse_httpStatus :: Lens' DescribeSchemaResponse Int Source #
The response's http status code.
GetCodeBindingSource
getCodeBindingSource_schemaVersion :: Lens' GetCodeBindingSource (Maybe Text) Source #
Specifying this limits the results to only this schema version.
getCodeBindingSource_registryName :: Lens' GetCodeBindingSource Text Source #
The name of the registry.
getCodeBindingSource_schemaName :: Lens' GetCodeBindingSource Text Source #
The name of the schema.
getCodeBindingSource_language :: Lens' GetCodeBindingSource Text Source #
The language of the code binding.
getCodeBindingSourceResponse_body :: Lens' GetCodeBindingSourceResponse (Maybe ByteString) Source #
Undocumented member.
getCodeBindingSourceResponse_httpStatus :: Lens' GetCodeBindingSourceResponse Int Source #
The response's http status code.
PutCodeBinding
putCodeBinding_schemaVersion :: Lens' PutCodeBinding (Maybe Text) Source #
Specifying this limits the results to only this schema version.
putCodeBinding_registryName :: Lens' PutCodeBinding Text Source #
The name of the registry.
putCodeBinding_schemaName :: Lens' PutCodeBinding Text Source #
The name of the schema.
putCodeBinding_language :: Lens' PutCodeBinding Text Source #
The language of the code binding.
putCodeBindingResponse_status :: Lens' PutCodeBindingResponse (Maybe CodeGenerationStatus) Source #
The current status of code binding generation.
putCodeBindingResponse_schemaVersion :: Lens' PutCodeBindingResponse (Maybe Text) Source #
The version number of the schema.
putCodeBindingResponse_creationDate :: Lens' PutCodeBindingResponse (Maybe UTCTime) Source #
The time and date that the code binding was created.
putCodeBindingResponse_lastModified :: Lens' PutCodeBindingResponse (Maybe UTCTime) Source #
The date and time that code bindings were modified.
putCodeBindingResponse_httpStatus :: Lens' PutCodeBindingResponse Int Source #
The response's http status code.
CreateSchema
createSchema_description :: Lens' CreateSchema (Maybe Text) Source #
A description of the schema.
createSchema_tags :: Lens' CreateSchema (Maybe (HashMap Text Text)) Source #
Tags associated with the schema.
createSchema_registryName :: Lens' CreateSchema Text Source #
The name of the registry.
createSchema_schemaName :: Lens' CreateSchema Text Source #
The name of the schema.
createSchema_type :: Lens' CreateSchema Type Source #
The type of schema.
createSchema_content :: Lens' CreateSchema Text Source #
The source of the schema definition.
createSchemaResponse_schemaVersion :: Lens' CreateSchemaResponse (Maybe Text) Source #
The version number of the schema
createSchemaResponse_schemaName :: Lens' CreateSchemaResponse (Maybe Text) Source #
The name of the schema.
createSchemaResponse_schemaArn :: Lens' CreateSchemaResponse (Maybe Text) Source #
The ARN of the schema.
createSchemaResponse_type :: Lens' CreateSchemaResponse (Maybe Text) Source #
The type of the schema.
createSchemaResponse_lastModified :: Lens' CreateSchemaResponse (Maybe UTCTime) Source #
The date and time that schema was modified.
createSchemaResponse_description :: Lens' CreateSchemaResponse (Maybe Text) Source #
The description of the schema.
createSchemaResponse_versionCreatedDate :: Lens' CreateSchemaResponse (Maybe UTCTime) Source #
The date the schema version was created.
createSchemaResponse_tags :: Lens' CreateSchemaResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
createSchemaResponse_httpStatus :: Lens' CreateSchemaResponse Int Source #
The response's http status code.
TagResource
tagResource_resourceArn :: Lens' TagResource Text Source #
The ARN of the resource.
tagResource_tags :: Lens' TagResource (HashMap Text Text) Source #
Tags associated with the resource.
UpdateSchema
updateSchema_content :: Lens' UpdateSchema (Maybe Text) Source #
The source of the schema definition.
updateSchema_clientTokenId :: Lens' UpdateSchema (Maybe Text) Source #
The ID of the client token.
updateSchema_type :: Lens' UpdateSchema (Maybe Type) Source #
The schema type for the events schema.
updateSchema_description :: Lens' UpdateSchema (Maybe Text) Source #
The description of the schema.
updateSchema_registryName :: Lens' UpdateSchema Text Source #
The name of the registry.
updateSchema_schemaName :: Lens' UpdateSchema Text Source #
The name of the schema.
updateSchemaResponse_schemaVersion :: Lens' UpdateSchemaResponse (Maybe Text) Source #
The version number of the schema
updateSchemaResponse_schemaName :: Lens' UpdateSchemaResponse (Maybe Text) Source #
The name of the schema.
updateSchemaResponse_schemaArn :: Lens' UpdateSchemaResponse (Maybe Text) Source #
The ARN of the schema.
updateSchemaResponse_type :: Lens' UpdateSchemaResponse (Maybe Text) Source #
The type of the schema.
updateSchemaResponse_lastModified :: Lens' UpdateSchemaResponse (Maybe UTCTime) Source #
The date and time that schema was modified.
updateSchemaResponse_description :: Lens' UpdateSchemaResponse (Maybe Text) Source #
The description of the schema.
updateSchemaResponse_versionCreatedDate :: Lens' UpdateSchemaResponse (Maybe UTCTime) Source #
The date the schema version was created.
updateSchemaResponse_tags :: Lens' UpdateSchemaResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
updateSchemaResponse_httpStatus :: Lens' UpdateSchemaResponse Int Source #
The response's http status code.
DeleteSchema
deleteSchema_registryName :: Lens' DeleteSchema Text Source #
The name of the registry.
deleteSchema_schemaName :: Lens' DeleteSchema Text Source #
The name of the schema.
PutResourcePolicy
putResourcePolicy_registryName :: Lens' PutResourcePolicy (Maybe Text) Source #
The name of the registry.
putResourcePolicy_revisionId :: Lens' PutResourcePolicy (Maybe Text) Source #
The revision ID of the policy.
putResourcePolicy_policy :: Lens' PutResourcePolicy Text Source #
The resource-based policy.
putResourcePolicyResponse_policy :: Lens' PutResourcePolicyResponse (Maybe Text) Source #
The resource-based policy.
putResourcePolicyResponse_revisionId :: Lens' PutResourcePolicyResponse (Maybe Text) Source #
The revision ID of the policy.
putResourcePolicyResponse_httpStatus :: Lens' PutResourcePolicyResponse Int Source #
The response's http status code.
DeleteResourcePolicy
deleteResourcePolicy_registryName :: Lens' DeleteResourcePolicy (Maybe Text) Source #
The name of the registry.
UntagResource
untagResource_tagKeys :: Lens' UntagResource [Text] Source #
Keys of key-value pairs.
untagResource_resourceArn :: Lens' UntagResource Text Source #
The ARN of the resource.
DescribeCodeBinding
describeCodeBinding_schemaVersion :: Lens' DescribeCodeBinding (Maybe Text) Source #
Specifying this limits the results to only this schema version.
describeCodeBinding_registryName :: Lens' DescribeCodeBinding Text Source #
The name of the registry.
describeCodeBinding_schemaName :: Lens' DescribeCodeBinding Text Source #
The name of the schema.
describeCodeBinding_language :: Lens' DescribeCodeBinding Text Source #
The language of the code binding.
describeCodeBindingResponse_status :: Lens' DescribeCodeBindingResponse (Maybe CodeGenerationStatus) Source #
The current status of code binding generation.
describeCodeBindingResponse_schemaVersion :: Lens' DescribeCodeBindingResponse (Maybe Text) Source #
The version number of the schema.
describeCodeBindingResponse_creationDate :: Lens' DescribeCodeBindingResponse (Maybe UTCTime) Source #
The time and date that the code binding was created.
describeCodeBindingResponse_lastModified :: Lens' DescribeCodeBindingResponse (Maybe UTCTime) Source #
The date and time that code bindings were modified.
describeCodeBindingResponse_httpStatus :: Lens' DescribeCodeBindingResponse Int Source #
The response's http status code.
Types
DiscovererSummary
discovererSummary_state :: Lens' DiscovererSummary (Maybe DiscovererState) Source #
The state of the discoverer.
discovererSummary_crossAccount :: Lens' DiscovererSummary (Maybe Bool) Source #
The Status if the discoverer will discover schemas from events sent from another account.
discovererSummary_sourceArn :: Lens' DiscovererSummary (Maybe Text) Source #
The ARN of the event bus.
discovererSummary_discovererId :: Lens' DiscovererSummary (Maybe Text) Source #
The ID of the discoverer.
discovererSummary_tags :: Lens' DiscovererSummary (Maybe (HashMap Text Text)) Source #
Tags associated with the resource.
discovererSummary_discovererArn :: Lens' DiscovererSummary (Maybe Text) Source #
The ARN of the discoverer.
RegistrySummary
registrySummary_registryName :: Lens' RegistrySummary (Maybe Text) Source #
The name of the registry.
registrySummary_registryArn :: Lens' RegistrySummary (Maybe Text) Source #
The ARN of the registry.
registrySummary_tags :: Lens' RegistrySummary (Maybe (HashMap Text Text)) Source #
Tags associated with the registry.
SchemaSummary
schemaSummary_schemaName :: Lens' SchemaSummary (Maybe Text) Source #
The name of the schema.
schemaSummary_schemaArn :: Lens' SchemaSummary (Maybe Text) Source #
The ARN of the schema.
schemaSummary_lastModified :: Lens' SchemaSummary (Maybe UTCTime) Source #
The date and time that schema was modified.
schemaSummary_tags :: Lens' SchemaSummary (Maybe (HashMap Text Text)) Source #
Tags associated with the schema.
schemaSummary_versionCount :: Lens' SchemaSummary (Maybe Integer) Source #
The number of versions available for the schema.
SchemaVersionSummary
schemaVersionSummary_schemaVersion :: Lens' SchemaVersionSummary (Maybe Text) Source #
The version number of the schema.
schemaVersionSummary_schemaName :: Lens' SchemaVersionSummary (Maybe Text) Source #
The name of the schema.
schemaVersionSummary_schemaArn :: Lens' SchemaVersionSummary (Maybe Text) Source #
The ARN of the schema version.
schemaVersionSummary_type :: Lens' SchemaVersionSummary (Maybe Type) Source #
The type of schema.
SearchSchemaSummary
searchSchemaSummary_registryName :: Lens' SearchSchemaSummary (Maybe Text) Source #
The name of the registry.
searchSchemaSummary_schemaVersions :: Lens' SearchSchemaSummary (Maybe [SearchSchemaVersionSummary]) Source #
An array of schema version summaries.
searchSchemaSummary_schemaName :: Lens' SearchSchemaSummary (Maybe Text) Source #
The name of the schema.
searchSchemaSummary_schemaArn :: Lens' SearchSchemaSummary (Maybe Text) Source #
The ARN of the schema.
SearchSchemaVersionSummary
searchSchemaVersionSummary_schemaVersion :: Lens' SearchSchemaVersionSummary (Maybe Text) Source #
The version number of the schema
searchSchemaVersionSummary_createdDate :: Lens' SearchSchemaVersionSummary (Maybe UTCTime) Source #
The date the schema version was created.
searchSchemaVersionSummary_type :: Lens' SearchSchemaVersionSummary (Maybe Type) Source #
The type of schema.