Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data DeleteGlobalSecondaryIndexAction Source #
Represents a global secondary index to be deleted from an existing table.
See: newDeleteGlobalSecondaryIndexAction
smart constructor.
Instances
Eq DeleteGlobalSecondaryIndexAction Source # | |
Read DeleteGlobalSecondaryIndexAction Source # | |
Show DeleteGlobalSecondaryIndexAction Source # | |
Generic DeleteGlobalSecondaryIndexAction Source # | |
NFData DeleteGlobalSecondaryIndexAction Source # | |
Defined in Amazonka.DynamoDB.Types.DeleteGlobalSecondaryIndexAction rnf :: DeleteGlobalSecondaryIndexAction -> () # | |
Hashable DeleteGlobalSecondaryIndexAction Source # | |
ToJSON DeleteGlobalSecondaryIndexAction Source # | |
type Rep DeleteGlobalSecondaryIndexAction Source # | |
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.