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 |
Deletes the provisioned concurrency configuration for a function.
Synopsis
- data DeleteProvisionedConcurrencyConfig = DeleteProvisionedConcurrencyConfig' {
- functionName :: Text
- qualifier :: Text
- newDeleteProvisionedConcurrencyConfig :: Text -> Text -> DeleteProvisionedConcurrencyConfig
- deleteProvisionedConcurrencyConfig_functionName :: Lens' DeleteProvisionedConcurrencyConfig Text
- deleteProvisionedConcurrencyConfig_qualifier :: Lens' DeleteProvisionedConcurrencyConfig Text
- data DeleteProvisionedConcurrencyConfigResponse = DeleteProvisionedConcurrencyConfigResponse' {
- newDeleteProvisionedConcurrencyConfigResponse :: DeleteProvisionedConcurrencyConfigResponse
Creating a Request
data DeleteProvisionedConcurrencyConfig Source #
See: newDeleteProvisionedConcurrencyConfig
smart constructor.
DeleteProvisionedConcurrencyConfig' | |
|
Instances
newDeleteProvisionedConcurrencyConfig Source #
Create a value of DeleteProvisionedConcurrencyConfig
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:functionName:DeleteProvisionedConcurrencyConfig'
, deleteProvisionedConcurrencyConfig_functionName
- The name of the Lambda function.
Name formats
- Function name -
my-function
. - Function ARN -
arn:aws:lambda:us-west-2:123456789012:function:my-function
. - Partial ARN -
123456789012:function:my-function
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
$sel:qualifier:DeleteProvisionedConcurrencyConfig'
, deleteProvisionedConcurrencyConfig_qualifier
- The version number or alias name.
Request Lenses
deleteProvisionedConcurrencyConfig_functionName :: Lens' DeleteProvisionedConcurrencyConfig Text Source #
The name of the Lambda function.
Name formats
- Function name -
my-function
. - Function ARN -
arn:aws:lambda:us-west-2:123456789012:function:my-function
. - Partial ARN -
123456789012:function:my-function
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
deleteProvisionedConcurrencyConfig_qualifier :: Lens' DeleteProvisionedConcurrencyConfig Text Source #
The version number or alias name.
Destructuring the Response
data DeleteProvisionedConcurrencyConfigResponse Source #
See: newDeleteProvisionedConcurrencyConfigResponse
smart constructor.
Instances
Eq DeleteProvisionedConcurrencyConfigResponse Source # | |
Read DeleteProvisionedConcurrencyConfigResponse Source # | |
Show DeleteProvisionedConcurrencyConfigResponse Source # | |
Generic DeleteProvisionedConcurrencyConfigResponse Source # | |
Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig type Rep DeleteProvisionedConcurrencyConfigResponse :: Type -> Type # | |
NFData DeleteProvisionedConcurrencyConfigResponse Source # | |
type Rep DeleteProvisionedConcurrencyConfigResponse Source # | |
Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig type Rep DeleteProvisionedConcurrencyConfigResponse = D1 ('MetaData "DeleteProvisionedConcurrencyConfigResponse" "Amazonka.Lambda.DeleteProvisionedConcurrencyConfig" "libZSservicesZSamazonka-lambdaZSamazonka-lambda" 'False) (C1 ('MetaCons "DeleteProvisionedConcurrencyConfigResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newDeleteProvisionedConcurrencyConfigResponse :: DeleteProvisionedConcurrencyConfigResponse Source #
Create a value of DeleteProvisionedConcurrencyConfigResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.