libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb
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.DynamoDB.Types.DeleteGlobalSecondaryIndexAction

Description

 
Synopsis

Documentation

data DeleteGlobalSecondaryIndexAction Source #

Represents a global secondary index to be deleted from an existing table.

See: newDeleteGlobalSecondaryIndexAction smart constructor.

Constructors

DeleteGlobalSecondaryIndexAction' 

Fields

  • indexName :: Text

    The name of the global secondary index to be deleted.

Instances

Instances details
Eq DeleteGlobalSecondaryIndexAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.DeleteGlobalSecondaryIndexAction

Read DeleteGlobalSecondaryIndexAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.DeleteGlobalSecondaryIndexAction

Show DeleteGlobalSecondaryIndexAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.DeleteGlobalSecondaryIndexAction

Generic DeleteGlobalSecondaryIndexAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.DeleteGlobalSecondaryIndexAction

Associated Types

type Rep DeleteGlobalSecondaryIndexAction :: Type -> Type #

NFData DeleteGlobalSecondaryIndexAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.DeleteGlobalSecondaryIndexAction

Hashable DeleteGlobalSecondaryIndexAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.DeleteGlobalSecondaryIndexAction

ToJSON DeleteGlobalSecondaryIndexAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.DeleteGlobalSecondaryIndexAction

type Rep DeleteGlobalSecondaryIndexAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.DeleteGlobalSecondaryIndexAction

type Rep DeleteGlobalSecondaryIndexAction = D1 ('MetaData "DeleteGlobalSecondaryIndexAction" "Amazonka.DynamoDB.Types.DeleteGlobalSecondaryIndexAction" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "DeleteGlobalSecondaryIndexAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "indexName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteGlobalSecondaryIndexAction Source #

Create a value of DeleteGlobalSecondaryIndexAction 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:indexName:DeleteGlobalSecondaryIndexAction', deleteGlobalSecondaryIndexAction_indexName - The name of the global secondary index to be deleted.

deleteGlobalSecondaryIndexAction_indexName :: Lens' DeleteGlobalSecondaryIndexAction Text Source #

The name of the global secondary index to be deleted.