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 |
Updates a VPC link.
Synopsis
- data UpdateVpcLink = UpdateVpcLink' {}
- newUpdateVpcLink :: Text -> UpdateVpcLink
- updateVpcLink_name :: Lens' UpdateVpcLink (Maybe Text)
- updateVpcLink_vpcLinkId :: Lens' UpdateVpcLink Text
- data UpdateVpcLinkResponse = UpdateVpcLinkResponse' {
- securityGroupIds :: Maybe [Text]
- subnetIds :: Maybe [Text]
- vpcLinkId :: Maybe Text
- createdDate :: Maybe POSIX
- vpcLinkVersion :: Maybe VpcLinkVersion
- name :: Maybe Text
- vpcLinkStatusMessage :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- vpcLinkStatus :: Maybe VpcLinkStatus
- httpStatus :: Int
- newUpdateVpcLinkResponse :: Int -> UpdateVpcLinkResponse
- updateVpcLinkResponse_securityGroupIds :: Lens' UpdateVpcLinkResponse (Maybe [Text])
- updateVpcLinkResponse_subnetIds :: Lens' UpdateVpcLinkResponse (Maybe [Text])
- updateVpcLinkResponse_vpcLinkId :: Lens' UpdateVpcLinkResponse (Maybe Text)
- updateVpcLinkResponse_createdDate :: Lens' UpdateVpcLinkResponse (Maybe UTCTime)
- updateVpcLinkResponse_vpcLinkVersion :: Lens' UpdateVpcLinkResponse (Maybe VpcLinkVersion)
- updateVpcLinkResponse_name :: Lens' UpdateVpcLinkResponse (Maybe Text)
- updateVpcLinkResponse_vpcLinkStatusMessage :: Lens' UpdateVpcLinkResponse (Maybe Text)
- updateVpcLinkResponse_tags :: Lens' UpdateVpcLinkResponse (Maybe (HashMap Text Text))
- updateVpcLinkResponse_vpcLinkStatus :: Lens' UpdateVpcLinkResponse (Maybe VpcLinkStatus)
- updateVpcLinkResponse_httpStatus :: Lens' UpdateVpcLinkResponse Int
Creating a Request
data UpdateVpcLink Source #
Updates a VPC link.
See: newUpdateVpcLink
smart constructor.
Instances
Create a value of UpdateVpcLink
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:UpdateVpcLink'
, updateVpcLink_name
- The name of the VPC link.
$sel:vpcLinkId:UpdateVpcLink'
, updateVpcLink_vpcLinkId
- The ID of the VPC link.
Request Lenses
updateVpcLink_name :: Lens' UpdateVpcLink (Maybe Text) Source #
The name of the VPC link.
updateVpcLink_vpcLinkId :: Lens' UpdateVpcLink Text Source #
The ID of the VPC link.
Destructuring the Response
data UpdateVpcLinkResponse Source #
See: newUpdateVpcLinkResponse
smart constructor.
UpdateVpcLinkResponse' | |
|
Instances
newUpdateVpcLinkResponse Source #
Create a value of UpdateVpcLinkResponse
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:securityGroupIds:UpdateVpcLinkResponse'
, updateVpcLinkResponse_securityGroupIds
- A list of security group IDs for the VPC link.
$sel:subnetIds:UpdateVpcLinkResponse'
, updateVpcLinkResponse_subnetIds
- A list of subnet IDs to include in the VPC link.
$sel:vpcLinkId:UpdateVpcLink'
, updateVpcLinkResponse_vpcLinkId
- The ID of the VPC link.
$sel:createdDate:UpdateVpcLinkResponse'
, updateVpcLinkResponse_createdDate
- The timestamp when the VPC link was created.
$sel:vpcLinkVersion:UpdateVpcLinkResponse'
, updateVpcLinkResponse_vpcLinkVersion
- The version of the VPC link.
$sel:name:UpdateVpcLink'
, updateVpcLinkResponse_name
- The name of the VPC link.
$sel:vpcLinkStatusMessage:UpdateVpcLinkResponse'
, updateVpcLinkResponse_vpcLinkStatusMessage
- A message summarizing the cause of the status of the VPC link.
$sel:tags:UpdateVpcLinkResponse'
, updateVpcLinkResponse_tags
- Tags for the VPC link.
$sel:vpcLinkStatus:UpdateVpcLinkResponse'
, updateVpcLinkResponse_vpcLinkStatus
- The status of the VPC link.
$sel:httpStatus:UpdateVpcLinkResponse'
, updateVpcLinkResponse_httpStatus
- The response's http status code.
Response Lenses
updateVpcLinkResponse_securityGroupIds :: Lens' UpdateVpcLinkResponse (Maybe [Text]) Source #
A list of security group IDs for the VPC link.
updateVpcLinkResponse_subnetIds :: Lens' UpdateVpcLinkResponse (Maybe [Text]) Source #
A list of subnet IDs to include in the VPC link.
updateVpcLinkResponse_vpcLinkId :: Lens' UpdateVpcLinkResponse (Maybe Text) Source #
The ID of the VPC link.
updateVpcLinkResponse_createdDate :: Lens' UpdateVpcLinkResponse (Maybe UTCTime) Source #
The timestamp when the VPC link was created.
updateVpcLinkResponse_vpcLinkVersion :: Lens' UpdateVpcLinkResponse (Maybe VpcLinkVersion) Source #
The version of the VPC link.
updateVpcLinkResponse_name :: Lens' UpdateVpcLinkResponse (Maybe Text) Source #
The name of the VPC link.
updateVpcLinkResponse_vpcLinkStatusMessage :: Lens' UpdateVpcLinkResponse (Maybe Text) Source #
A message summarizing the cause of the status of the VPC link.
updateVpcLinkResponse_tags :: Lens' UpdateVpcLinkResponse (Maybe (HashMap Text Text)) Source #
Tags for the VPC link.
updateVpcLinkResponse_vpcLinkStatus :: Lens' UpdateVpcLinkResponse (Maybe VpcLinkStatus) Source #
The status of the VPC link.
updateVpcLinkResponse_httpStatus :: Lens' UpdateVpcLinkResponse Int Source #
The response's http status code.