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

Amazonka.AMP

Description

Derived from API version 2020-08-01 of the AWS service descriptions, licensed under Apache 2.0.

Amazon Managed Service for Prometheus

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2020-08-01 of the Amazon Prometheus Service 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 AMP.

ValidationException

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

The input fails to satisfy the constraints specified by an AWS service.

AccessDeniedException

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

User does not have sufficient access to perform this action.

ConflictException

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

Updating or deleting a resource can cause an inconsistent state.

ServiceQuotaExceededException

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

Request would cause a service quota to be exceeded.

ThrottlingException

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

Request was denied due to request throttling.

InternalServerException

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

Unexpected error during processing of request.

ResourceNotFoundException

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

Request references a resource which does not exist.

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.

WorkspaceDeleted

newWorkspaceDeleted :: Wait DescribeWorkspace Source #

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

WorkspaceActive

newWorkspaceActive :: Wait DescribeWorkspace Source #

Polls DescribeWorkspace every 2 seconds until a successful state is reached. An error is returned after 60 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.

ListWorkspaces (Paginated)

data ListWorkspaces Source #

Represents the input of a ListWorkspaces operation.

See: newListWorkspaces smart constructor.

Instances

Instances details
Eq ListWorkspaces Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

Read ListWorkspaces Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

Show ListWorkspaces Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

Generic ListWorkspaces Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

Associated Types

type Rep ListWorkspaces :: Type -> Type #

NFData ListWorkspaces Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

Methods

rnf :: ListWorkspaces -> () #

Hashable ListWorkspaces Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

AWSPager ListWorkspaces Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

AWSRequest ListWorkspaces Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

Associated Types

type AWSResponse ListWorkspaces #

ToHeaders ListWorkspaces Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

ToPath ListWorkspaces Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

ToQuery ListWorkspaces Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

type Rep ListWorkspaces Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

type Rep ListWorkspaces = D1 ('MetaData "ListWorkspaces" "Amazonka.AMP.ListWorkspaces" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "ListWorkspaces'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListWorkspaces Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

newListWorkspaces :: ListWorkspaces Source #

Create a value of ListWorkspaces 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:alias:ListWorkspaces', listWorkspaces_alias - Optional filter for workspace alias. Only the workspaces with aliases that begin with this value will be returned.

$sel:nextToken:ListWorkspaces', listWorkspaces_nextToken - Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListWorkspaces request.

$sel:maxResults:ListWorkspaces', listWorkspaces_maxResults - Maximum results to return in response (default=100, maximum=1000).

data ListWorkspacesResponse Source #

Represents the output of a ListWorkspaces operation.

See: newListWorkspacesResponse smart constructor.

Instances

Instances details
Eq ListWorkspacesResponse Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

Read ListWorkspacesResponse Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

Show ListWorkspacesResponse Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

Generic ListWorkspacesResponse Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

Associated Types

type Rep ListWorkspacesResponse :: Type -> Type #

NFData ListWorkspacesResponse Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

Methods

rnf :: ListWorkspacesResponse -> () #

type Rep ListWorkspacesResponse Source # 
Instance details

Defined in Amazonka.AMP.ListWorkspaces

type Rep ListWorkspacesResponse = D1 ('MetaData "ListWorkspacesResponse" "Amazonka.AMP.ListWorkspaces" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "ListWorkspacesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "workspaces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [WorkspaceSummary]))))

newListWorkspacesResponse Source #

Create a value of ListWorkspacesResponse with all optional fields omitted.

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

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

$sel:nextToken:ListWorkspaces', listWorkspacesResponse_nextToken - Pagination token to use when requesting the next page in this list.

$sel:httpStatus:ListWorkspacesResponse', listWorkspacesResponse_httpStatus - The response's http status code.

$sel:workspaces:ListWorkspacesResponse', listWorkspacesResponse_workspaces - The list of existing workspaces, including those undergoing creation or deletion.

CreateAlertManagerDefinition

data CreateAlertManagerDefinition Source #

Represents the input of a CreateAlertManagerDefinition operation.

See: newCreateAlertManagerDefinition smart constructor.

Instances

Instances details
Eq CreateAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

Read CreateAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

Show CreateAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

Generic CreateAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

Associated Types

type Rep CreateAlertManagerDefinition :: Type -> Type #

NFData CreateAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

Hashable CreateAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

ToJSON CreateAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

AWSRequest CreateAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

ToHeaders CreateAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

ToPath CreateAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

ToQuery CreateAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

type Rep CreateAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

type Rep CreateAlertManagerDefinition = D1 ('MetaData "CreateAlertManagerDefinition" "Amazonka.AMP.CreateAlertManagerDefinition" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "CreateAlertManagerDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "data'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Base64) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

newCreateAlertManagerDefinition Source #

Create a value of CreateAlertManagerDefinition 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:clientToken:CreateAlertManagerDefinition', createAlertManagerDefinition_clientToken - Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

$sel:data':CreateAlertManagerDefinition', createAlertManagerDefinition_data - The alert manager definition data.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:workspaceId:CreateAlertManagerDefinition', createAlertManagerDefinition_workspaceId - The ID of the workspace in which to create the alert manager definition.

data CreateAlertManagerDefinitionResponse Source #

Represents the output of a CreateAlertManagerDefinition operation.

See: newCreateAlertManagerDefinitionResponse smart constructor.

Instances

Instances details
Eq CreateAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

Read CreateAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

Show CreateAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

Generic CreateAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

NFData CreateAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

type Rep CreateAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.CreateAlertManagerDefinition

type Rep CreateAlertManagerDefinitionResponse = D1 ('MetaData "CreateAlertManagerDefinitionResponse" "Amazonka.AMP.CreateAlertManagerDefinition" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "CreateAlertManagerDefinitionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlertManagerDefinitionStatus)))

DeleteWorkspace

data DeleteWorkspace Source #

Represents the input of a DeleteWorkspace operation.

See: newDeleteWorkspace smart constructor.

Instances

Instances details
Eq DeleteWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DeleteWorkspace

Read DeleteWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DeleteWorkspace

Show DeleteWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DeleteWorkspace

Generic DeleteWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DeleteWorkspace

Associated Types

type Rep DeleteWorkspace :: Type -> Type #

NFData DeleteWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DeleteWorkspace

Methods

rnf :: DeleteWorkspace -> () #

Hashable DeleteWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DeleteWorkspace

AWSRequest DeleteWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DeleteWorkspace

Associated Types

type AWSResponse DeleteWorkspace #

ToHeaders DeleteWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DeleteWorkspace

ToPath DeleteWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DeleteWorkspace

ToQuery DeleteWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DeleteWorkspace

type Rep DeleteWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DeleteWorkspace

type Rep DeleteWorkspace = D1 ('MetaData "DeleteWorkspace" "Amazonka.AMP.DeleteWorkspace" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "DeleteWorkspace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DeleteWorkspace

newDeleteWorkspace Source #

Create a value of DeleteWorkspace 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:clientToken:DeleteWorkspace', deleteWorkspace_clientToken - Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

$sel:workspaceId:DeleteWorkspace', deleteWorkspace_workspaceId - The ID of the workspace to delete.

data DeleteWorkspaceResponse Source #

See: newDeleteWorkspaceResponse smart constructor.

Instances

Instances details
Eq DeleteWorkspaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteWorkspace

Read DeleteWorkspaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteWorkspace

Show DeleteWorkspaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteWorkspace

Generic DeleteWorkspaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteWorkspace

Associated Types

type Rep DeleteWorkspaceResponse :: Type -> Type #

NFData DeleteWorkspaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteWorkspace

Methods

rnf :: DeleteWorkspaceResponse -> () #

type Rep DeleteWorkspaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteWorkspace

type Rep DeleteWorkspaceResponse = D1 ('MetaData "DeleteWorkspaceResponse" "Amazonka.AMP.DeleteWorkspace" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "DeleteWorkspaceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteWorkspaceResponse :: DeleteWorkspaceResponse Source #

Create a value of DeleteWorkspaceResponse with all optional fields omitted.

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

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.AMP.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.AMP.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.AMP.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.AMP.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.AMP.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.AMP.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.AMP.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.AMP.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.AMP.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.AMP.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.AMP.ListTagsForResource

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

Defined in Amazonka.AMP.ListTagsForResource

newListTagsForResource Source #

Create a value of ListTagsForResource with all optional fields omitted.

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

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

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

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AMP.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AMP.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AMP.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AMP.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AMP.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AMP.ListTagsForResource

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

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse with all optional fields omitted.

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

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

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

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

CreateRuleGroupsNamespace

data CreateRuleGroupsNamespace Source #

Represents the input of a CreateRuleGroupsNamespace operation.

See: newCreateRuleGroupsNamespace smart constructor.

Instances

Instances details
Eq CreateRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

Read CreateRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

Show CreateRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

Generic CreateRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

Associated Types

type Rep CreateRuleGroupsNamespace :: Type -> Type #

NFData CreateRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

Hashable CreateRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

ToJSON CreateRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

AWSRequest CreateRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

ToHeaders CreateRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

ToPath CreateRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

ToQuery CreateRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

type Rep CreateRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

type Rep CreateRuleGroupsNamespace = D1 ('MetaData "CreateRuleGroupsNamespace" "Amazonka.AMP.CreateRuleGroupsNamespace" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "CreateRuleGroupsNamespace'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "data'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Base64) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

newCreateRuleGroupsNamespace Source #

Create a value of CreateRuleGroupsNamespace 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:clientToken:CreateRuleGroupsNamespace', createRuleGroupsNamespace_clientToken - Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

$sel:tags:CreateRuleGroupsNamespace', createRuleGroupsNamespace_tags - Optional, user-provided tags for this rule groups namespace.

$sel:data':CreateRuleGroupsNamespace', createRuleGroupsNamespace_data - The namespace data that define the rule groups.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:name:CreateRuleGroupsNamespace', createRuleGroupsNamespace_name - The rule groups namespace name.

$sel:workspaceId:CreateRuleGroupsNamespace', createRuleGroupsNamespace_workspaceId - The ID of the workspace in which to create the rule group namespace.

data CreateRuleGroupsNamespaceResponse Source #

Represents the output of a CreateRuleGroupsNamespace operation.

See: newCreateRuleGroupsNamespaceResponse smart constructor.

Instances

Instances details
Eq CreateRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

Read CreateRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

Show CreateRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

Generic CreateRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

Associated Types

type Rep CreateRuleGroupsNamespaceResponse :: Type -> Type #

NFData CreateRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

type Rep CreateRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.CreateRuleGroupsNamespace

type Rep CreateRuleGroupsNamespaceResponse = D1 ('MetaData "CreateRuleGroupsNamespaceResponse" "Amazonka.AMP.CreateRuleGroupsNamespace" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "CreateRuleGroupsNamespaceResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RuleGroupsNamespaceStatus)))))

DescribeAlertManagerDefinition

data DescribeAlertManagerDefinition Source #

Represents the input of a DescribeAlertManagerDefinition operation.

See: newDescribeAlertManagerDefinition smart constructor.

Instances

Instances details
Eq DescribeAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DescribeAlertManagerDefinition

Read DescribeAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DescribeAlertManagerDefinition

Show DescribeAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DescribeAlertManagerDefinition

Generic DescribeAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DescribeAlertManagerDefinition

Associated Types

type Rep DescribeAlertManagerDefinition :: Type -> Type #

NFData DescribeAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DescribeAlertManagerDefinition

Hashable DescribeAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DescribeAlertManagerDefinition

AWSRequest DescribeAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DescribeAlertManagerDefinition

ToHeaders DescribeAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DescribeAlertManagerDefinition

ToPath DescribeAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DescribeAlertManagerDefinition

ToQuery DescribeAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DescribeAlertManagerDefinition

type Rep DescribeAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DescribeAlertManagerDefinition

type Rep DescribeAlertManagerDefinition = D1 ('MetaData "DescribeAlertManagerDefinition" "Amazonka.AMP.DescribeAlertManagerDefinition" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "DescribeAlertManagerDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DescribeAlertManagerDefinition

newDescribeAlertManagerDefinition Source #

Create a value of DescribeAlertManagerDefinition 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:workspaceId:DescribeAlertManagerDefinition', describeAlertManagerDefinition_workspaceId - The ID of the workspace to describe.

data DescribeAlertManagerDefinitionResponse Source #

Represents the output of a DescribeAlertManagerDefinition operation.

See: newDescribeAlertManagerDefinitionResponse smart constructor.

Instances

Instances details
Eq DescribeAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeAlertManagerDefinition

Read DescribeAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeAlertManagerDefinition

Show DescribeAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeAlertManagerDefinition

Generic DescribeAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeAlertManagerDefinition

NFData DescribeAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeAlertManagerDefinition

type Rep DescribeAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeAlertManagerDefinition

type Rep DescribeAlertManagerDefinitionResponse = D1 ('MetaData "DescribeAlertManagerDefinitionResponse" "Amazonka.AMP.DescribeAlertManagerDefinition" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "DescribeAlertManagerDefinitionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "alertManagerDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlertManagerDefinitionDescription)))

DescribeWorkspace

data DescribeWorkspace Source #

Represents the input of a DescribeWorkspace operation.

See: newDescribeWorkspace smart constructor.

Constructors

DescribeWorkspace' Text 

Instances

Instances details
Eq DescribeWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DescribeWorkspace

Read DescribeWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DescribeWorkspace

Show DescribeWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DescribeWorkspace

Generic DescribeWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DescribeWorkspace

Associated Types

type Rep DescribeWorkspace :: Type -> Type #

NFData DescribeWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DescribeWorkspace

Methods

rnf :: DescribeWorkspace -> () #

Hashable DescribeWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DescribeWorkspace

AWSRequest DescribeWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DescribeWorkspace

Associated Types

type AWSResponse DescribeWorkspace #

ToHeaders DescribeWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DescribeWorkspace

ToPath DescribeWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DescribeWorkspace

ToQuery DescribeWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DescribeWorkspace

type Rep DescribeWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DescribeWorkspace

type Rep DescribeWorkspace = D1 ('MetaData "DescribeWorkspace" "Amazonka.AMP.DescribeWorkspace" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "DescribeWorkspace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeWorkspace Source # 
Instance details

Defined in Amazonka.AMP.DescribeWorkspace

newDescribeWorkspace Source #

Create a value of DescribeWorkspace 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:workspaceId:DescribeWorkspace', describeWorkspace_workspaceId - The ID of the workspace to describe.

data DescribeWorkspaceResponse Source #

Represents the output of a DescribeWorkspace operation.

See: newDescribeWorkspaceResponse smart constructor.

Instances

Instances details
Eq DescribeWorkspaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeWorkspace

Read DescribeWorkspaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeWorkspace

Show DescribeWorkspaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeWorkspace

Generic DescribeWorkspaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeWorkspace

Associated Types

type Rep DescribeWorkspaceResponse :: Type -> Type #

NFData DescribeWorkspaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeWorkspace

type Rep DescribeWorkspaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeWorkspace

type Rep DescribeWorkspaceResponse = D1 ('MetaData "DescribeWorkspaceResponse" "Amazonka.AMP.DescribeWorkspace" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "DescribeWorkspaceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "workspace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkspaceDescription)))

newDescribeWorkspaceResponse Source #

Create a value of DescribeWorkspaceResponse 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:httpStatus:DescribeWorkspaceResponse', describeWorkspaceResponse_httpStatus - The response's http status code.

$sel:workspace:DescribeWorkspaceResponse', describeWorkspaceResponse_workspace - The properties of the selected workspace.

PutAlertManagerDefinition

data PutAlertManagerDefinition Source #

Represents the input of a PutAlertManagerDefinition operation.

See: newPutAlertManagerDefinition smart constructor.

Instances

Instances details
Eq PutAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

Read PutAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

Show PutAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

Generic PutAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

Associated Types

type Rep PutAlertManagerDefinition :: Type -> Type #

NFData PutAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

Hashable PutAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

ToJSON PutAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

AWSRequest PutAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

ToHeaders PutAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

ToPath PutAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

ToQuery PutAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

type Rep PutAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

type Rep PutAlertManagerDefinition = D1 ('MetaData "PutAlertManagerDefinition" "Amazonka.AMP.PutAlertManagerDefinition" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "PutAlertManagerDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "data'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Base64) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse PutAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

newPutAlertManagerDefinition Source #

Create a value of PutAlertManagerDefinition 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:clientToken:PutAlertManagerDefinition', putAlertManagerDefinition_clientToken - Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

$sel:data':PutAlertManagerDefinition', putAlertManagerDefinition_data - The alert manager definition data.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:workspaceId:PutAlertManagerDefinition', putAlertManagerDefinition_workspaceId - The ID of the workspace in which to update the alert manager definition.

data PutAlertManagerDefinitionResponse Source #

Represents the output of a PutAlertManagerDefinition operation.

See: newPutAlertManagerDefinitionResponse smart constructor.

Instances

Instances details
Eq PutAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

Read PutAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

Show PutAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

Generic PutAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

Associated Types

type Rep PutAlertManagerDefinitionResponse :: Type -> Type #

NFData PutAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

type Rep PutAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.PutAlertManagerDefinition

type Rep PutAlertManagerDefinitionResponse = D1 ('MetaData "PutAlertManagerDefinitionResponse" "Amazonka.AMP.PutAlertManagerDefinition" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "PutAlertManagerDefinitionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlertManagerDefinitionStatus)))

newPutAlertManagerDefinitionResponse Source #

Create a value of PutAlertManagerDefinitionResponse 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:httpStatus:PutAlertManagerDefinitionResponse', putAlertManagerDefinitionResponse_httpStatus - The response's http status code.

$sel:status:PutAlertManagerDefinitionResponse', putAlertManagerDefinitionResponse_status - The status of alert manager definition.

DeleteAlertManagerDefinition

data DeleteAlertManagerDefinition Source #

Represents the input of a DeleteAlertManagerDefinition operation.

See: newDeleteAlertManagerDefinition smart constructor.

Instances

Instances details
Eq DeleteAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DeleteAlertManagerDefinition

Read DeleteAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DeleteAlertManagerDefinition

Show DeleteAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DeleteAlertManagerDefinition

Generic DeleteAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DeleteAlertManagerDefinition

Associated Types

type Rep DeleteAlertManagerDefinition :: Type -> Type #

NFData DeleteAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DeleteAlertManagerDefinition

Hashable DeleteAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DeleteAlertManagerDefinition

AWSRequest DeleteAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DeleteAlertManagerDefinition

ToHeaders DeleteAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DeleteAlertManagerDefinition

ToPath DeleteAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DeleteAlertManagerDefinition

ToQuery DeleteAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DeleteAlertManagerDefinition

type Rep DeleteAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DeleteAlertManagerDefinition

type Rep DeleteAlertManagerDefinition = D1 ('MetaData "DeleteAlertManagerDefinition" "Amazonka.AMP.DeleteAlertManagerDefinition" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "DeleteAlertManagerDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteAlertManagerDefinition Source # 
Instance details

Defined in Amazonka.AMP.DeleteAlertManagerDefinition

newDeleteAlertManagerDefinition Source #

Create a value of DeleteAlertManagerDefinition 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:clientToken:DeleteAlertManagerDefinition', deleteAlertManagerDefinition_clientToken - Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

$sel:workspaceId:DeleteAlertManagerDefinition', deleteAlertManagerDefinition_workspaceId - The ID of the workspace in which to delete the alert manager definition.

data DeleteAlertManagerDefinitionResponse Source #

Instances

Instances details
Eq DeleteAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteAlertManagerDefinition

Read DeleteAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteAlertManagerDefinition

Show DeleteAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteAlertManagerDefinition

Generic DeleteAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteAlertManagerDefinition

NFData DeleteAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteAlertManagerDefinition

type Rep DeleteAlertManagerDefinitionResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteAlertManagerDefinition

type Rep DeleteAlertManagerDefinitionResponse = D1 ('MetaData "DeleteAlertManagerDefinitionResponse" "Amazonka.AMP.DeleteAlertManagerDefinition" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "DeleteAlertManagerDefinitionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteAlertManagerDefinitionResponse :: DeleteAlertManagerDefinitionResponse Source #

Create a value of DeleteAlertManagerDefinitionResponse with all optional fields omitted.

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

DescribeRuleGroupsNamespace

data DescribeRuleGroupsNamespace Source #

Represents the input of a DescribeRuleGroupsNamespace operation.

See: newDescribeRuleGroupsNamespace smart constructor.

Instances

Instances details
Eq DescribeRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DescribeRuleGroupsNamespace

Read DescribeRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DescribeRuleGroupsNamespace

Show DescribeRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DescribeRuleGroupsNamespace

Generic DescribeRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DescribeRuleGroupsNamespace

Associated Types

type Rep DescribeRuleGroupsNamespace :: Type -> Type #

NFData DescribeRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DescribeRuleGroupsNamespace

Hashable DescribeRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DescribeRuleGroupsNamespace

AWSRequest DescribeRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DescribeRuleGroupsNamespace

ToHeaders DescribeRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DescribeRuleGroupsNamespace

ToPath DescribeRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DescribeRuleGroupsNamespace

ToQuery DescribeRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DescribeRuleGroupsNamespace

type Rep DescribeRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DescribeRuleGroupsNamespace

type Rep DescribeRuleGroupsNamespace = D1 ('MetaData "DescribeRuleGroupsNamespace" "Amazonka.AMP.DescribeRuleGroupsNamespace" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "DescribeRuleGroupsNamespace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DescribeRuleGroupsNamespace

newDescribeRuleGroupsNamespace Source #

Create a value of DescribeRuleGroupsNamespace 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:name:DescribeRuleGroupsNamespace', describeRuleGroupsNamespace_name - The rule groups namespace.

$sel:workspaceId:DescribeRuleGroupsNamespace', describeRuleGroupsNamespace_workspaceId - The ID of the workspace to describe.

data DescribeRuleGroupsNamespaceResponse Source #

Represents the output of a DescribeRuleGroupsNamespace operation.

See: newDescribeRuleGroupsNamespaceResponse smart constructor.

Instances

Instances details
Eq DescribeRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeRuleGroupsNamespace

Read DescribeRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeRuleGroupsNamespace

Show DescribeRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeRuleGroupsNamespace

Generic DescribeRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeRuleGroupsNamespace

NFData DescribeRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeRuleGroupsNamespace

type Rep DescribeRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeRuleGroupsNamespace

type Rep DescribeRuleGroupsNamespaceResponse = D1 ('MetaData "DescribeRuleGroupsNamespaceResponse" "Amazonka.AMP.DescribeRuleGroupsNamespace" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "DescribeRuleGroupsNamespaceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "ruleGroupsNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RuleGroupsNamespaceDescription)))

UpdateWorkspaceAlias

data UpdateWorkspaceAlias Source #

Represents the input of an UpdateWorkspaceAlias operation.

See: newUpdateWorkspaceAlias smart constructor.

Instances

Instances details
Eq UpdateWorkspaceAlias Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

Read UpdateWorkspaceAlias Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

Show UpdateWorkspaceAlias Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

Generic UpdateWorkspaceAlias Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

Associated Types

type Rep UpdateWorkspaceAlias :: Type -> Type #

NFData UpdateWorkspaceAlias Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

Methods

rnf :: UpdateWorkspaceAlias -> () #

Hashable UpdateWorkspaceAlias Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

ToJSON UpdateWorkspaceAlias Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

AWSRequest UpdateWorkspaceAlias Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

Associated Types

type AWSResponse UpdateWorkspaceAlias #

ToHeaders UpdateWorkspaceAlias Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

ToPath UpdateWorkspaceAlias Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

ToQuery UpdateWorkspaceAlias Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

type Rep UpdateWorkspaceAlias Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

type Rep UpdateWorkspaceAlias = D1 ('MetaData "UpdateWorkspaceAlias" "Amazonka.AMP.UpdateWorkspaceAlias" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "UpdateWorkspaceAlias'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "alias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateWorkspaceAlias Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

newUpdateWorkspaceAlias Source #

Create a value of UpdateWorkspaceAlias 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:clientToken:UpdateWorkspaceAlias', updateWorkspaceAlias_clientToken - Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

$sel:alias:UpdateWorkspaceAlias', updateWorkspaceAlias_alias - The new alias of the workspace.

$sel:workspaceId:UpdateWorkspaceAlias', updateWorkspaceAlias_workspaceId - The ID of the workspace being updated.

data UpdateWorkspaceAliasResponse Source #

See: newUpdateWorkspaceAliasResponse smart constructor.

Instances

Instances details
Eq UpdateWorkspaceAliasResponse Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

Read UpdateWorkspaceAliasResponse Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

Show UpdateWorkspaceAliasResponse Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

Generic UpdateWorkspaceAliasResponse Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

Associated Types

type Rep UpdateWorkspaceAliasResponse :: Type -> Type #

NFData UpdateWorkspaceAliasResponse Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

type Rep UpdateWorkspaceAliasResponse Source # 
Instance details

Defined in Amazonka.AMP.UpdateWorkspaceAlias

type Rep UpdateWorkspaceAliasResponse = D1 ('MetaData "UpdateWorkspaceAliasResponse" "Amazonka.AMP.UpdateWorkspaceAlias" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "UpdateWorkspaceAliasResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateWorkspaceAliasResponse :: UpdateWorkspaceAliasResponse Source #

Create a value of UpdateWorkspaceAliasResponse with all optional fields omitted.

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

DeleteRuleGroupsNamespace

data DeleteRuleGroupsNamespace Source #

Represents the input of a DeleteRuleGroupsNamespace operation.

See: newDeleteRuleGroupsNamespace smart constructor.

Instances

Instances details
Eq DeleteRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DeleteRuleGroupsNamespace

Read DeleteRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DeleteRuleGroupsNamespace

Show DeleteRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DeleteRuleGroupsNamespace

Generic DeleteRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DeleteRuleGroupsNamespace

Associated Types

type Rep DeleteRuleGroupsNamespace :: Type -> Type #

NFData DeleteRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DeleteRuleGroupsNamespace

Hashable DeleteRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DeleteRuleGroupsNamespace

AWSRequest DeleteRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DeleteRuleGroupsNamespace

ToHeaders DeleteRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DeleteRuleGroupsNamespace

ToPath DeleteRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DeleteRuleGroupsNamespace

ToQuery DeleteRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DeleteRuleGroupsNamespace

type Rep DeleteRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DeleteRuleGroupsNamespace

type Rep DeleteRuleGroupsNamespace = D1 ('MetaData "DeleteRuleGroupsNamespace" "Amazonka.AMP.DeleteRuleGroupsNamespace" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "DeleteRuleGroupsNamespace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DeleteRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.DeleteRuleGroupsNamespace

newDeleteRuleGroupsNamespace Source #

Create a value of DeleteRuleGroupsNamespace 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:clientToken:DeleteRuleGroupsNamespace', deleteRuleGroupsNamespace_clientToken - Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

$sel:name:DeleteRuleGroupsNamespace', deleteRuleGroupsNamespace_name - The rule groups namespace name.

$sel:workspaceId:DeleteRuleGroupsNamespace', deleteRuleGroupsNamespace_workspaceId - The ID of the workspace to delete rule group definition.

data DeleteRuleGroupsNamespaceResponse Source #

See: newDeleteRuleGroupsNamespaceResponse smart constructor.

Instances

Instances details
Eq DeleteRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteRuleGroupsNamespace

Read DeleteRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteRuleGroupsNamespace

Show DeleteRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteRuleGroupsNamespace

Generic DeleteRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteRuleGroupsNamespace

Associated Types

type Rep DeleteRuleGroupsNamespaceResponse :: Type -> Type #

NFData DeleteRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteRuleGroupsNamespace

type Rep DeleteRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteRuleGroupsNamespace

type Rep DeleteRuleGroupsNamespaceResponse = D1 ('MetaData "DeleteRuleGroupsNamespaceResponse" "Amazonka.AMP.DeleteRuleGroupsNamespace" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "DeleteRuleGroupsNamespaceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteRuleGroupsNamespaceResponse :: DeleteRuleGroupsNamespaceResponse Source #

Create a value of DeleteRuleGroupsNamespaceResponse with all optional fields omitted.

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

PutRuleGroupsNamespace

data PutRuleGroupsNamespace Source #

Represents the input of a PutRuleGroupsNamespace operation.

See: newPutRuleGroupsNamespace smart constructor.

Instances

Instances details
Eq PutRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

Read PutRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

Show PutRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

Generic PutRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

Associated Types

type Rep PutRuleGroupsNamespace :: Type -> Type #

NFData PutRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

Methods

rnf :: PutRuleGroupsNamespace -> () #

Hashable PutRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

ToJSON PutRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

AWSRequest PutRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

Associated Types

type AWSResponse PutRuleGroupsNamespace #

ToHeaders PutRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

ToPath PutRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

ToQuery PutRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

type Rep PutRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

type Rep PutRuleGroupsNamespace = D1 ('MetaData "PutRuleGroupsNamespace" "Amazonka.AMP.PutRuleGroupsNamespace" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "PutRuleGroupsNamespace'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "data'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Base64)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse PutRuleGroupsNamespace Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

newPutRuleGroupsNamespace Source #

Create a value of PutRuleGroupsNamespace 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:clientToken:PutRuleGroupsNamespace', putRuleGroupsNamespace_clientToken - Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

$sel:data':PutRuleGroupsNamespace', putRuleGroupsNamespace_data - The namespace data that define the rule groups.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:name:PutRuleGroupsNamespace', putRuleGroupsNamespace_name - The rule groups namespace name.

$sel:workspaceId:PutRuleGroupsNamespace', putRuleGroupsNamespace_workspaceId - The ID of the workspace in which to update the rule group namespace.

data PutRuleGroupsNamespaceResponse Source #

Represents the output of a PutRuleGroupsNamespace operation.

See: newPutRuleGroupsNamespaceResponse smart constructor.

Instances

Instances details
Eq PutRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

Read PutRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

Show PutRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

Generic PutRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

Associated Types

type Rep PutRuleGroupsNamespaceResponse :: Type -> Type #

NFData PutRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

type Rep PutRuleGroupsNamespaceResponse Source # 
Instance details

Defined in Amazonka.AMP.PutRuleGroupsNamespace

type Rep PutRuleGroupsNamespaceResponse = D1 ('MetaData "PutRuleGroupsNamespaceResponse" "Amazonka.AMP.PutRuleGroupsNamespace" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "PutRuleGroupsNamespaceResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RuleGroupsNamespaceStatus)))))

ListRuleGroupsNamespaces (Paginated)

data ListRuleGroupsNamespaces Source #

Represents the input of a ListRuleGroupsNamespaces operation.

See: newListRuleGroupsNamespaces smart constructor.

Instances

Instances details
Eq ListRuleGroupsNamespaces Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

Read ListRuleGroupsNamespaces Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

Show ListRuleGroupsNamespaces Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

Generic ListRuleGroupsNamespaces Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

Associated Types

type Rep ListRuleGroupsNamespaces :: Type -> Type #

NFData ListRuleGroupsNamespaces Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

Hashable ListRuleGroupsNamespaces Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

AWSPager ListRuleGroupsNamespaces Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

AWSRequest ListRuleGroupsNamespaces Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

ToHeaders ListRuleGroupsNamespaces Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

ToPath ListRuleGroupsNamespaces Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

ToQuery ListRuleGroupsNamespaces Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

type Rep ListRuleGroupsNamespaces Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

type Rep ListRuleGroupsNamespaces = D1 ('MetaData "ListRuleGroupsNamespaces" "Amazonka.AMP.ListRuleGroupsNamespaces" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "ListRuleGroupsNamespaces'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListRuleGroupsNamespaces Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

newListRuleGroupsNamespaces Source #

Create a value of ListRuleGroupsNamespaces with all optional fields omitted.

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

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

$sel:nextToken:ListRuleGroupsNamespaces', listRuleGroupsNamespaces_nextToken - Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListRuleGroupsNamespaces request.

$sel:name:ListRuleGroupsNamespaces', listRuleGroupsNamespaces_name - Optional filter for rule groups namespace name. Only the rule groups namespace that begin with this value will be returned.

$sel:maxResults:ListRuleGroupsNamespaces', listRuleGroupsNamespaces_maxResults - Maximum results to return in response (default=100, maximum=1000).

$sel:workspaceId:ListRuleGroupsNamespaces', listRuleGroupsNamespaces_workspaceId - The ID of the workspace.

data ListRuleGroupsNamespacesResponse Source #

Represents the output of a ListRuleGroupsNamespaces operation.

See: newListRuleGroupsNamespacesResponse smart constructor.

Instances

Instances details
Eq ListRuleGroupsNamespacesResponse Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

Read ListRuleGroupsNamespacesResponse Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

Show ListRuleGroupsNamespacesResponse Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

Generic ListRuleGroupsNamespacesResponse Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

Associated Types

type Rep ListRuleGroupsNamespacesResponse :: Type -> Type #

NFData ListRuleGroupsNamespacesResponse Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

type Rep ListRuleGroupsNamespacesResponse Source # 
Instance details

Defined in Amazonka.AMP.ListRuleGroupsNamespaces

type Rep ListRuleGroupsNamespacesResponse = D1 ('MetaData "ListRuleGroupsNamespacesResponse" "Amazonka.AMP.ListRuleGroupsNamespaces" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "ListRuleGroupsNamespacesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "ruleGroupsNamespaces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RuleGroupsNamespaceSummary]))))

newListRuleGroupsNamespacesResponse Source #

Create a value of ListRuleGroupsNamespacesResponse with all optional fields omitted.

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

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

$sel:nextToken:ListRuleGroupsNamespaces', listRuleGroupsNamespacesResponse_nextToken - Pagination token to use when requesting the next page in this list.

$sel:httpStatus:ListRuleGroupsNamespacesResponse', listRuleGroupsNamespacesResponse_httpStatus - The response's http status code.

$sel:ruleGroupsNamespaces:ListRuleGroupsNamespacesResponse', listRuleGroupsNamespacesResponse_ruleGroupsNamespaces - The list of the selected rule groups namespaces.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.AMP.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.AMP.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.AMP.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.AMP.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.AMP.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.AMP.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.AMP.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.AMP.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.AMP.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.AMP.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.AMP.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.AMP.TagResource

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

Defined in Amazonka.AMP.TagResource

newTagResource Source #

Create a value of TagResource with all optional fields omitted.

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

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

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

$sel:tags:TagResource', tagResource_tags - Undocumented member.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.AMP.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.AMP.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.AMP.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.AMP.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.AMP.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.AMP.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.AMP.TagResource" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.AMP.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.AMP.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.AMP.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.AMP.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.AMP.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.AMP.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.AMP.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.AMP.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.AMP.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.AMP.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.AMP.UntagResource

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

Defined in Amazonka.AMP.UntagResource

newUntagResource Source #

Create a value of UntagResource with all optional fields omitted.

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

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

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

$sel:tagKeys:UntagResource', untagResource_tagKeys - One or more tag keys

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AMP.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AMP.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AMP.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AMP.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AMP.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AMP.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.AMP.UntagResource" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

CreateWorkspace

data CreateWorkspace Source #

Represents the input of a CreateWorkspace operation.

See: newCreateWorkspace smart constructor.

Instances

Instances details
Eq CreateWorkspace Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

Read CreateWorkspace Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

Show CreateWorkspace Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

Generic CreateWorkspace Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

Associated Types

type Rep CreateWorkspace :: Type -> Type #

NFData CreateWorkspace Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

Methods

rnf :: CreateWorkspace -> () #

Hashable CreateWorkspace Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

ToJSON CreateWorkspace Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

AWSRequest CreateWorkspace Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

Associated Types

type AWSResponse CreateWorkspace #

ToHeaders CreateWorkspace Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

ToPath CreateWorkspace Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

ToQuery CreateWorkspace Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

type Rep CreateWorkspace Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

type Rep CreateWorkspace = D1 ('MetaData "CreateWorkspace" "Amazonka.AMP.CreateWorkspace" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "CreateWorkspace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "alias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))
type AWSResponse CreateWorkspace Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

newCreateWorkspace :: CreateWorkspace Source #

Create a value of CreateWorkspace 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:clientToken:CreateWorkspace', createWorkspace_clientToken - Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

$sel:alias:CreateWorkspace', createWorkspace_alias - An optional user-assigned alias for this workspace. This alias is for user reference and does not need to be unique.

$sel:tags:CreateWorkspace', createWorkspace_tags - Optional, user-provided tags for this workspace.

data CreateWorkspaceResponse Source #

Represents the output of a CreateWorkspace operation.

See: newCreateWorkspaceResponse smart constructor.

Instances

Instances details
Eq CreateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

Read CreateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

Show CreateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

Generic CreateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

Associated Types

type Rep CreateWorkspaceResponse :: Type -> Type #

NFData CreateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

Methods

rnf :: CreateWorkspaceResponse -> () #

type Rep CreateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.AMP.CreateWorkspace

type Rep CreateWorkspaceResponse = D1 ('MetaData "CreateWorkspaceResponse" "Amazonka.AMP.CreateWorkspace" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "CreateWorkspaceResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkspaceStatus) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateWorkspaceResponse Source #

Create a value of CreateWorkspaceResponse with all optional fields omitted.

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

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

$sel:tags:CreateWorkspace', createWorkspaceResponse_tags - The tags of this workspace.

$sel:httpStatus:CreateWorkspaceResponse', createWorkspaceResponse_httpStatus - The response's http status code.

$sel:arn:CreateWorkspaceResponse', createWorkspaceResponse_arn - The ARN of the workspace that was just created.

$sel:status:CreateWorkspaceResponse', createWorkspaceResponse_status - The status of the workspace that was just created (usually CREATING).

$sel:workspaceId:CreateWorkspaceResponse', createWorkspaceResponse_workspaceId - The generated ID of the workspace that was just created.

Types

AlertManagerDefinitionStatusCode

newtype AlertManagerDefinitionStatusCode Source #

State of an alert manager definition.

Instances

Instances details
Eq AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

Ord AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

Read AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

Show AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

Generic AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

Associated Types

type Rep AlertManagerDefinitionStatusCode :: Type -> Type #

NFData AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

Hashable AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

ToJSON AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

ToJSONKey AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

FromJSON AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

FromJSONKey AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

ToLog AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

ToHeader AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

ToQuery AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

FromXML AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

ToXML AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

ToByteString AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

FromText AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

ToText AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

type Rep AlertManagerDefinitionStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatusCode

type Rep AlertManagerDefinitionStatusCode = D1 ('MetaData "AlertManagerDefinitionStatusCode" "Amazonka.AMP.Types.AlertManagerDefinitionStatusCode" "libZSservicesZSamazonka-ampZSamazonka-amp" 'True) (C1 ('MetaCons "AlertManagerDefinitionStatusCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAlertManagerDefinitionStatusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RuleGroupsNamespaceStatusCode

newtype RuleGroupsNamespaceStatusCode Source #

State of a namespace.

Instances

Instances details
Eq RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

Ord RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

Read RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

Show RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

Generic RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

Associated Types

type Rep RuleGroupsNamespaceStatusCode :: Type -> Type #

NFData RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

Hashable RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

ToJSON RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

ToJSONKey RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

FromJSON RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

FromJSONKey RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

ToLog RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

ToHeader RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

ToQuery RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

FromXML RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

ToXML RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

ToByteString RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

FromText RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

ToText RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

type Rep RuleGroupsNamespaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode

type Rep RuleGroupsNamespaceStatusCode = D1 ('MetaData "RuleGroupsNamespaceStatusCode" "Amazonka.AMP.Types.RuleGroupsNamespaceStatusCode" "libZSservicesZSamazonka-ampZSamazonka-amp" 'True) (C1 ('MetaCons "RuleGroupsNamespaceStatusCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRuleGroupsNamespaceStatusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WorkspaceStatusCode

newtype WorkspaceStatusCode Source #

State of a workspace.

Instances

Instances details
Eq WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

Ord WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

Read WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

Show WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

Generic WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

Associated Types

type Rep WorkspaceStatusCode :: Type -> Type #

NFData WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

Methods

rnf :: WorkspaceStatusCode -> () #

Hashable WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

ToJSON WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

ToJSONKey WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

FromJSON WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

FromJSONKey WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

ToLog WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

ToHeader WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

ToQuery WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

FromXML WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

ToXML WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

ToByteString WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

FromText WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

ToText WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

type Rep WorkspaceStatusCode Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatusCode

type Rep WorkspaceStatusCode = D1 ('MetaData "WorkspaceStatusCode" "Amazonka.AMP.Types.WorkspaceStatusCode" "libZSservicesZSamazonka-ampZSamazonka-amp" 'True) (C1 ('MetaCons "WorkspaceStatusCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWorkspaceStatusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AlertManagerDefinitionDescription

data AlertManagerDefinitionDescription Source #

Represents the properties of an alert manager definition.

See: newAlertManagerDefinitionDescription smart constructor.

Instances

Instances details
Eq AlertManagerDefinitionDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionDescription

Read AlertManagerDefinitionDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionDescription

Show AlertManagerDefinitionDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionDescription

Generic AlertManagerDefinitionDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionDescription

Associated Types

type Rep AlertManagerDefinitionDescription :: Type -> Type #

NFData AlertManagerDefinitionDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionDescription

Hashable AlertManagerDefinitionDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionDescription

FromJSON AlertManagerDefinitionDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionDescription

type Rep AlertManagerDefinitionDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionDescription

type Rep AlertManagerDefinitionDescription = D1 ('MetaData "AlertManagerDefinitionDescription" "Amazonka.AMP.Types.AlertManagerDefinitionDescription" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "AlertManagerDefinitionDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "data'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Base64)) :*: (S1 ('MetaSel ('Just "modifiedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlertManagerDefinitionStatus))))

newAlertManagerDefinitionDescription Source #

Create a value of AlertManagerDefinitionDescription 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:createdAt:AlertManagerDefinitionDescription', alertManagerDefinitionDescription_createdAt - The time when the alert manager definition was created.

$sel:data':AlertManagerDefinitionDescription', alertManagerDefinitionDescription_data - The alert manager definition.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:modifiedAt:AlertManagerDefinitionDescription', alertManagerDefinitionDescription_modifiedAt - The time when the alert manager definition was modified.

$sel:status:AlertManagerDefinitionDescription', alertManagerDefinitionDescription_status - The status of alert manager definition.

AlertManagerDefinitionStatus

data AlertManagerDefinitionStatus Source #

Represents the status of a definition.

See: newAlertManagerDefinitionStatus smart constructor.

Instances

Instances details
Eq AlertManagerDefinitionStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatus

Read AlertManagerDefinitionStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatus

Show AlertManagerDefinitionStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatus

Generic AlertManagerDefinitionStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatus

Associated Types

type Rep AlertManagerDefinitionStatus :: Type -> Type #

NFData AlertManagerDefinitionStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatus

Hashable AlertManagerDefinitionStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatus

FromJSON AlertManagerDefinitionStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatus

type Rep AlertManagerDefinitionStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionStatus

type Rep AlertManagerDefinitionStatus = D1 ('MetaData "AlertManagerDefinitionStatus" "Amazonka.AMP.Types.AlertManagerDefinitionStatus" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "AlertManagerDefinitionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlertManagerDefinitionStatusCode)))

newAlertManagerDefinitionStatus Source #

Create a value of AlertManagerDefinitionStatus 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:statusReason:AlertManagerDefinitionStatus', alertManagerDefinitionStatus_statusReason - The reason for failure if any.

$sel:statusCode:AlertManagerDefinitionStatus', alertManagerDefinitionStatus_statusCode - Status code of this definition.

RuleGroupsNamespaceDescription

data RuleGroupsNamespaceDescription Source #

Represents a description of the rule groups namespace.

See: newRuleGroupsNamespaceDescription smart constructor.

Instances

Instances details
Eq RuleGroupsNamespaceDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceDescription

Read RuleGroupsNamespaceDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceDescription

Show RuleGroupsNamespaceDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceDescription

Generic RuleGroupsNamespaceDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceDescription

Associated Types

type Rep RuleGroupsNamespaceDescription :: Type -> Type #

NFData RuleGroupsNamespaceDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceDescription

Hashable RuleGroupsNamespaceDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceDescription

FromJSON RuleGroupsNamespaceDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceDescription

type Rep RuleGroupsNamespaceDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceDescription

newRuleGroupsNamespaceDescription Source #

Create a value of RuleGroupsNamespaceDescription with all optional fields omitted.

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

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

$sel:tags:RuleGroupsNamespaceDescription', ruleGroupsNamespaceDescription_tags - The tags of this rule groups namespace.

$sel:arn:RuleGroupsNamespaceDescription', ruleGroupsNamespaceDescription_arn - The Amazon Resource Name (ARN) of this rule groups namespace.

$sel:createdAt:RuleGroupsNamespaceDescription', ruleGroupsNamespaceDescription_createdAt - The time when the rule groups namespace was created.

$sel:data':RuleGroupsNamespaceDescription', ruleGroupsNamespaceDescription_data - The rule groups namespace data.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:modifiedAt:RuleGroupsNamespaceDescription', ruleGroupsNamespaceDescription_modifiedAt - The time when the rule groups namespace was modified.

$sel:name:RuleGroupsNamespaceDescription', ruleGroupsNamespaceDescription_name - The rule groups namespace name.

$sel:status:RuleGroupsNamespaceDescription', ruleGroupsNamespaceDescription_status - The status of rule groups namespace.

RuleGroupsNamespaceStatus

data RuleGroupsNamespaceStatus Source #

Represents the status of a namespace.

See: newRuleGroupsNamespaceStatus smart constructor.

Instances

Instances details
Eq RuleGroupsNamespaceStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatus

Read RuleGroupsNamespaceStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatus

Show RuleGroupsNamespaceStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatus

Generic RuleGroupsNamespaceStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatus

Associated Types

type Rep RuleGroupsNamespaceStatus :: Type -> Type #

NFData RuleGroupsNamespaceStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatus

Hashable RuleGroupsNamespaceStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatus

FromJSON RuleGroupsNamespaceStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatus

type Rep RuleGroupsNamespaceStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceStatus

type Rep RuleGroupsNamespaceStatus = D1 ('MetaData "RuleGroupsNamespaceStatus" "Amazonka.AMP.Types.RuleGroupsNamespaceStatus" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "RuleGroupsNamespaceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RuleGroupsNamespaceStatusCode)))

newRuleGroupsNamespaceStatus Source #

Create a value of RuleGroupsNamespaceStatus 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:statusReason:RuleGroupsNamespaceStatus', ruleGroupsNamespaceStatus_statusReason - The reason for failure if any.

$sel:statusCode:RuleGroupsNamespaceStatus', ruleGroupsNamespaceStatus_statusCode - Status code of this namespace.

RuleGroupsNamespaceSummary

data RuleGroupsNamespaceSummary Source #

Represents a summary of the rule groups namespace.

See: newRuleGroupsNamespaceSummary smart constructor.

Instances

Instances details
Eq RuleGroupsNamespaceSummary Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceSummary

Read RuleGroupsNamespaceSummary Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceSummary

Show RuleGroupsNamespaceSummary Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceSummary

Generic RuleGroupsNamespaceSummary Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceSummary

Associated Types

type Rep RuleGroupsNamespaceSummary :: Type -> Type #

NFData RuleGroupsNamespaceSummary Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceSummary

Hashable RuleGroupsNamespaceSummary Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceSummary

FromJSON RuleGroupsNamespaceSummary Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceSummary

type Rep RuleGroupsNamespaceSummary Source # 
Instance details

Defined in Amazonka.AMP.Types.RuleGroupsNamespaceSummary

newRuleGroupsNamespaceSummary Source #

Create a value of RuleGroupsNamespaceSummary with all optional fields omitted.

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

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

$sel:tags:RuleGroupsNamespaceSummary', ruleGroupsNamespaceSummary_tags - The tags of this rule groups namespace.

$sel:arn:RuleGroupsNamespaceSummary', ruleGroupsNamespaceSummary_arn - The Amazon Resource Name (ARN) of this rule groups namespace.

$sel:createdAt:RuleGroupsNamespaceSummary', ruleGroupsNamespaceSummary_createdAt - The time when the rule groups namespace was created.

$sel:modifiedAt:RuleGroupsNamespaceSummary', ruleGroupsNamespaceSummary_modifiedAt - The time when the rule groups namespace was modified.

$sel:name:RuleGroupsNamespaceSummary', ruleGroupsNamespaceSummary_name - The rule groups namespace name.

$sel:status:RuleGroupsNamespaceSummary', ruleGroupsNamespaceSummary_status - The status of rule groups namespace.

WorkspaceDescription

data WorkspaceDescription Source #

Represents the properties of a workspace.

See: newWorkspaceDescription smart constructor.

Instances

Instances details
Eq WorkspaceDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceDescription

Read WorkspaceDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceDescription

Show WorkspaceDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceDescription

Generic WorkspaceDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceDescription

Associated Types

type Rep WorkspaceDescription :: Type -> Type #

NFData WorkspaceDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceDescription

Methods

rnf :: WorkspaceDescription -> () #

Hashable WorkspaceDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceDescription

FromJSON WorkspaceDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceDescription

type Rep WorkspaceDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceDescription

newWorkspaceDescription Source #

Create a value of WorkspaceDescription 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:alias:WorkspaceDescription', workspaceDescription_alias - Alias of this workspace.

$sel:prometheusEndpoint:WorkspaceDescription', workspaceDescription_prometheusEndpoint - Prometheus endpoint URI.

$sel:tags:WorkspaceDescription', workspaceDescription_tags - The tags of this workspace.

$sel:arn:WorkspaceDescription', workspaceDescription_arn - The Amazon Resource Name (ARN) of this workspace.

$sel:createdAt:WorkspaceDescription', workspaceDescription_createdAt - The time when the workspace was created.

$sel:status:WorkspaceDescription', workspaceDescription_status - The status of this workspace.

$sel:workspaceId:WorkspaceDescription', workspaceDescription_workspaceId - Unique string identifying this workspace.

WorkspaceStatus

data WorkspaceStatus Source #

Represents the status of a workspace.

See: newWorkspaceStatus smart constructor.

Instances

Instances details
Eq WorkspaceStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatus

Read WorkspaceStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatus

Show WorkspaceStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatus

Generic WorkspaceStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatus

Associated Types

type Rep WorkspaceStatus :: Type -> Type #

NFData WorkspaceStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatus

Methods

rnf :: WorkspaceStatus -> () #

Hashable WorkspaceStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatus

FromJSON WorkspaceStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatus

type Rep WorkspaceStatus Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceStatus

type Rep WorkspaceStatus = D1 ('MetaData "WorkspaceStatus" "Amazonka.AMP.Types.WorkspaceStatus" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "WorkspaceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkspaceStatusCode)))

newWorkspaceStatus Source #

Create a value of WorkspaceStatus 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:statusCode:WorkspaceStatus', workspaceStatus_statusCode - Status code of this workspace.

WorkspaceSummary

data WorkspaceSummary Source #

Represents a summary of the properties of a workspace.

See: newWorkspaceSummary smart constructor.

Instances

Instances details
Eq WorkspaceSummary Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceSummary

Read WorkspaceSummary Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceSummary

Show WorkspaceSummary Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceSummary

Generic WorkspaceSummary Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceSummary

Associated Types

type Rep WorkspaceSummary :: Type -> Type #

NFData WorkspaceSummary Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceSummary

Methods

rnf :: WorkspaceSummary -> () #

Hashable WorkspaceSummary Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceSummary

FromJSON WorkspaceSummary Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceSummary

type Rep WorkspaceSummary Source # 
Instance details

Defined in Amazonka.AMP.Types.WorkspaceSummary

newWorkspaceSummary Source #

Create a value of WorkspaceSummary 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:alias:WorkspaceSummary', workspaceSummary_alias - Alias of this workspace.

$sel:tags:WorkspaceSummary', workspaceSummary_tags - The tags of this workspace.

$sel:arn:WorkspaceSummary', workspaceSummary_arn - The AmazonResourceName of this workspace.

$sel:createdAt:WorkspaceSummary', workspaceSummary_createdAt - The time when the workspace was created.

$sel:status:WorkspaceSummary', workspaceSummary_status - The status of this workspace.

$sel:workspaceId:WorkspaceSummary', workspaceSummary_workspaceId - Unique string identifying this workspace.