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 |
Modifies the specified endpoint.
For a MySQL source or target endpoint, don't explicitly specify the
database using the DatabaseName
request parameter on the
ModifyEndpoint
API call. Specifying DatabaseName
when you modify a
MySQL endpoint replicates all the task tables to this single database.
For MySQL endpoints, you specify the database only when you specify the
schema in the table-mapping rules of the DMS task.
Synopsis
- data ModifyEndpoint = ModifyEndpoint' {
- dmsTransferSettings :: Maybe DmsTransferSettings
- mySQLSettings :: Maybe MySQLSettings
- serverName :: Maybe Text
- microsoftSQLServerSettings :: Maybe MicrosoftSQLServerSettings
- certificateArn :: Maybe Text
- serviceAccessRoleArn :: Maybe Text
- docDbSettings :: Maybe DocDbSettings
- postgreSQLSettings :: Maybe PostgreSQLSettings
- extraConnectionAttributes :: Maybe Text
- kafkaSettings :: Maybe KafkaSettings
- oracleSettings :: Maybe OracleSettings
- endpointType :: Maybe ReplicationEndpointTypeValue
- redshiftSettings :: Maybe RedshiftSettings
- elasticsearchSettings :: Maybe ElasticsearchSettings
- exactSettings :: Maybe Bool
- username :: Maybe Text
- externalTableDefinition :: Maybe Text
- engineName :: Maybe Text
- redisSettings :: Maybe RedisSettings
- neptuneSettings :: Maybe NeptuneSettings
- iBMDb2Settings :: Maybe IBMDb2Settings
- mongoDbSettings :: Maybe MongoDbSettings
- sslMode :: Maybe DmsSslModeValue
- password :: Maybe (Sensitive Text)
- sybaseSettings :: Maybe SybaseSettings
- databaseName :: Maybe Text
- s3Settings :: Maybe S3Settings
- kinesisSettings :: Maybe KinesisSettings
- endpointIdentifier :: Maybe Text
- dynamoDbSettings :: Maybe DynamoDbSettings
- port :: Maybe Int
- endpointArn :: Text
- newModifyEndpoint :: Text -> ModifyEndpoint
- modifyEndpoint_dmsTransferSettings :: Lens' ModifyEndpoint (Maybe DmsTransferSettings)
- modifyEndpoint_mySQLSettings :: Lens' ModifyEndpoint (Maybe MySQLSettings)
- modifyEndpoint_serverName :: Lens' ModifyEndpoint (Maybe Text)
- modifyEndpoint_microsoftSQLServerSettings :: Lens' ModifyEndpoint (Maybe MicrosoftSQLServerSettings)
- modifyEndpoint_certificateArn :: Lens' ModifyEndpoint (Maybe Text)
- modifyEndpoint_serviceAccessRoleArn :: Lens' ModifyEndpoint (Maybe Text)
- modifyEndpoint_docDbSettings :: Lens' ModifyEndpoint (Maybe DocDbSettings)
- modifyEndpoint_postgreSQLSettings :: Lens' ModifyEndpoint (Maybe PostgreSQLSettings)
- modifyEndpoint_extraConnectionAttributes :: Lens' ModifyEndpoint (Maybe Text)
- modifyEndpoint_kafkaSettings :: Lens' ModifyEndpoint (Maybe KafkaSettings)
- modifyEndpoint_oracleSettings :: Lens' ModifyEndpoint (Maybe OracleSettings)
- modifyEndpoint_endpointType :: Lens' ModifyEndpoint (Maybe ReplicationEndpointTypeValue)
- modifyEndpoint_redshiftSettings :: Lens' ModifyEndpoint (Maybe RedshiftSettings)
- modifyEndpoint_elasticsearchSettings :: Lens' ModifyEndpoint (Maybe ElasticsearchSettings)
- modifyEndpoint_exactSettings :: Lens' ModifyEndpoint (Maybe Bool)
- modifyEndpoint_username :: Lens' ModifyEndpoint (Maybe Text)
- modifyEndpoint_externalTableDefinition :: Lens' ModifyEndpoint (Maybe Text)
- modifyEndpoint_engineName :: Lens' ModifyEndpoint (Maybe Text)
- modifyEndpoint_redisSettings :: Lens' ModifyEndpoint (Maybe RedisSettings)
- modifyEndpoint_neptuneSettings :: Lens' ModifyEndpoint (Maybe NeptuneSettings)
- modifyEndpoint_iBMDb2Settings :: Lens' ModifyEndpoint (Maybe IBMDb2Settings)
- modifyEndpoint_mongoDbSettings :: Lens' ModifyEndpoint (Maybe MongoDbSettings)
- modifyEndpoint_sslMode :: Lens' ModifyEndpoint (Maybe DmsSslModeValue)
- modifyEndpoint_password :: Lens' ModifyEndpoint (Maybe Text)
- modifyEndpoint_sybaseSettings :: Lens' ModifyEndpoint (Maybe SybaseSettings)
- modifyEndpoint_databaseName :: Lens' ModifyEndpoint (Maybe Text)
- modifyEndpoint_s3Settings :: Lens' ModifyEndpoint (Maybe S3Settings)
- modifyEndpoint_kinesisSettings :: Lens' ModifyEndpoint (Maybe KinesisSettings)
- modifyEndpoint_endpointIdentifier :: Lens' ModifyEndpoint (Maybe Text)
- modifyEndpoint_dynamoDbSettings :: Lens' ModifyEndpoint (Maybe DynamoDbSettings)
- modifyEndpoint_port :: Lens' ModifyEndpoint (Maybe Int)
- modifyEndpoint_endpointArn :: Lens' ModifyEndpoint Text
- data ModifyEndpointResponse = ModifyEndpointResponse' {
- endpoint :: Maybe Endpoint
- httpStatus :: Int
- newModifyEndpointResponse :: Int -> ModifyEndpointResponse
- modifyEndpointResponse_endpoint :: Lens' ModifyEndpointResponse (Maybe Endpoint)
- modifyEndpointResponse_httpStatus :: Lens' ModifyEndpointResponse Int
Creating a Request
data ModifyEndpoint Source #
See: newModifyEndpoint
smart constructor.
ModifyEndpoint' | |
|
Instances
Create a value of ModifyEndpoint
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:dmsTransferSettings:ModifyEndpoint'
, modifyEndpoint_dmsTransferSettings
- The settings in JSON format for the DMS transfer type of source
endpoint.
Attributes include the following:
- serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the
service access IAM role. The role must allow the
iam:PassRole
action. - BucketName - The name of the S3 bucket to use.
Shorthand syntax for these settings is as follows:
ServiceAccessRoleArn=string ,BucketName=string
JSON syntax for these settings is as follows:
{ "ServiceAccessRoleArn": "string", "BucketName": "string"}
$sel:mySQLSettings:ModifyEndpoint'
, modifyEndpoint_mySQLSettings
- Settings in JSON format for the source and target MySQL endpoint. For
information about other available settings, see
Extra connection attributes when using MySQL as a source for DMS
and
Extra connection attributes when using a MySQL-compatible database as a target for DMS
in the Database Migration Service User Guide.
$sel:serverName:ModifyEndpoint'
, modifyEndpoint_serverName
- The name of the server where the endpoint database resides.
$sel:microsoftSQLServerSettings:ModifyEndpoint'
, modifyEndpoint_microsoftSQLServerSettings
- Settings in JSON format for the source and target Microsoft SQL Server
endpoint. For information about other available settings, see
Extra connection attributes when using SQL Server as a source for DMS
and
Extra connection attributes when using SQL Server as a target for DMS
in the Database Migration Service User Guide.
$sel:certificateArn:ModifyEndpoint'
, modifyEndpoint_certificateArn
- The Amazon Resource Name (ARN) of the certificate used for SSL
connection.
$sel:serviceAccessRoleArn:ModifyEndpoint'
, modifyEndpoint_serviceAccessRoleArn
- The Amazon Resource Name (ARN) for the IAM role you want to use to
modify the endpoint. The role must allow the iam:PassRole
action.
$sel:docDbSettings:ModifyEndpoint'
, modifyEndpoint_docDbSettings
- Settings in JSON format for the source DocumentDB endpoint. For more
information about the available settings, see the configuration
properties section in
Using DocumentDB as a Target for Database Migration Service
in the Database Migration Service User Guide.
$sel:postgreSQLSettings:ModifyEndpoint'
, modifyEndpoint_postgreSQLSettings
- Settings in JSON format for the source and target PostgreSQL endpoint.
For information about other available settings, see
Extra connection attributes when using PostgreSQL as a source for DMS
and
Extra connection attributes when using PostgreSQL as a target for DMS
in the Database Migration Service User Guide.
$sel:extraConnectionAttributes:ModifyEndpoint'
, modifyEndpoint_extraConnectionAttributes
- Additional attributes associated with the connection. To reset this
parameter, pass the empty string ("") as an argument.
$sel:kafkaSettings:ModifyEndpoint'
, modifyEndpoint_kafkaSettings
- Settings in JSON format for the target Apache Kafka endpoint. For more
information about the available settings, see
Using object mapping to migrate data to a Kafka topic
in the Database Migration Service User Guide.
$sel:oracleSettings:ModifyEndpoint'
, modifyEndpoint_oracleSettings
- Settings in JSON format for the source and target Oracle endpoint. For
information about other available settings, see
Extra connection attributes when using Oracle as a source for DMS
and
Extra connection attributes when using Oracle as a target for DMS
in the Database Migration Service User Guide.
$sel:endpointType:ModifyEndpoint'
, modifyEndpoint_endpointType
- The type of endpoint. Valid values are source
and target
.
$sel:redshiftSettings:ModifyEndpoint'
, modifyEndpoint_redshiftSettings
- Undocumented member.
$sel:elasticsearchSettings:ModifyEndpoint'
, modifyEndpoint_elasticsearchSettings
- Settings in JSON format for the target Elasticsearch endpoint. For more
information about the available settings, see
Extra Connection Attributes When Using Elasticsearch as a Target for DMS
in the Database Migration Service User Guide.
$sel:exactSettings:ModifyEndpoint'
, modifyEndpoint_exactSettings
- If this attribute is Y, the current call to ModifyEndpoint
replaces
all existing endpoint settings with the exact settings that you specify
in this call. If this attribute is N, the current call to
ModifyEndpoint
does two things:
- It replaces any endpoint settings that already exist with new values, for settings with the same names.
- It creates new endpoint settings that you specify in the call, for settings with different names.
For example, if you call
create-endpoint ... --endpoint-settings '{"a":1}' ...
, the
endpoint has the following endpoint settings: '{"a":1}'
. If you
then call modify-endpoint ... --endpoint-settings '{"b":2}' ...
for the same endpoint, the endpoint has the following settings:
'{"a":1,"b":2}'
.
However, suppose that you follow this with a call to
modify-endpoint ... --endpoint-settings '{"b":2}' --exact-settings ...
for that same endpoint again. Then the endpoint has the following
settings: '{"b":2}'
. All existing settings are replaced with the
exact settings that you specify.
$sel:username:ModifyEndpoint'
, modifyEndpoint_username
- The user name to be used to login to the endpoint database.
$sel:externalTableDefinition:ModifyEndpoint'
, modifyEndpoint_externalTableDefinition
- The external table definition.
$sel:engineName:ModifyEndpoint'
, modifyEndpoint_engineName
- The type of engine for the endpoint. Valid values, depending on the
EndpointType, include "mysql"
, "oracle"
, "postgres"
,
"mariadb"
, "aurora"
, "aurora-postgresql"
, "redshift"
,
"s3"
, "db2"
, "azuredb"
, "sybase"
, "dynamodb"
,
"mongodb"
, "kinesis"
, "kafka"
, "elasticsearch"
,
"documentdb"
, "sqlserver"
, and "neptune"
.
$sel:redisSettings:ModifyEndpoint'
, modifyEndpoint_redisSettings
- Settings in JSON format for the Redis target endpoint.
$sel:neptuneSettings:ModifyEndpoint'
, modifyEndpoint_neptuneSettings
- Settings in JSON format for the target Amazon Neptune endpoint. For more
information about the available settings, see
Specifying graph-mapping rules using Gremlin and R2RML for Amazon Neptune as a target
in the Database Migration Service User Guide.
$sel:iBMDb2Settings:ModifyEndpoint'
, modifyEndpoint_iBMDb2Settings
- Settings in JSON format for the source IBM Db2 LUW endpoint. For
information about other available settings, see
Extra connection attributes when using Db2 LUW as a source for DMS
in the Database Migration Service User Guide.
$sel:mongoDbSettings:ModifyEndpoint'
, modifyEndpoint_mongoDbSettings
- Settings in JSON format for the source MongoDB endpoint. For more
information about the available settings, see the configuration
properties section in
Endpoint configuration settings when using MongoDB as a source for Database Migration Service
in the Database Migration Service User Guide.
$sel:sslMode:ModifyEndpoint'
, modifyEndpoint_sslMode
- The SSL mode used to connect to the endpoint. The default value is
none
.
$sel:password:ModifyEndpoint'
, modifyEndpoint_password
- The password to be used to login to the endpoint database.
$sel:sybaseSettings:ModifyEndpoint'
, modifyEndpoint_sybaseSettings
- Settings in JSON format for the source and target SAP ASE endpoint. For
information about other available settings, see
Extra connection attributes when using SAP ASE as a source for DMS
and
Extra connection attributes when using SAP ASE as a target for DMS
in the Database Migration Service User Guide.
$sel:databaseName:ModifyEndpoint'
, modifyEndpoint_databaseName
- The name of the endpoint database. For a MySQL source or target
endpoint, do not specify DatabaseName.
$sel:s3Settings:ModifyEndpoint'
, modifyEndpoint_s3Settings
- Settings in JSON format for the target Amazon S3 endpoint. For more
information about the available settings, see
Extra Connection Attributes When Using Amazon S3 as a Target for DMS
in the Database Migration Service User Guide.
$sel:kinesisSettings:ModifyEndpoint'
, modifyEndpoint_kinesisSettings
- Settings in JSON format for the target endpoint for Amazon Kinesis Data
Streams. For more information about the available settings, see
Using object mapping to migrate data to a Kinesis data stream
in the Database Migration Service User Guide.
$sel:endpointIdentifier:ModifyEndpoint'
, modifyEndpoint_endpointIdentifier
- The database endpoint identifier. Identifiers must begin with a letter
and must contain only ASCII letters, digits, and hyphens. They can't
end with a hyphen or contain two consecutive hyphens.
$sel:dynamoDbSettings:ModifyEndpoint'
, modifyEndpoint_dynamoDbSettings
- Settings in JSON format for the target Amazon DynamoDB endpoint. For
information about other available settings, see
Using Object Mapping to Migrate Data to DynamoDB
in the Database Migration Service User Guide.
$sel:port:ModifyEndpoint'
, modifyEndpoint_port
- The port used by the endpoint database.
$sel:endpointArn:ModifyEndpoint'
, modifyEndpoint_endpointArn
- The Amazon Resource Name (ARN) string that uniquely identifies the
endpoint.
Request Lenses
modifyEndpoint_dmsTransferSettings :: Lens' ModifyEndpoint (Maybe DmsTransferSettings) Source #
The settings in JSON format for the DMS transfer type of source endpoint.
Attributes include the following:
- serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the
service access IAM role. The role must allow the
iam:PassRole
action. - BucketName - The name of the S3 bucket to use.
Shorthand syntax for these settings is as follows:
ServiceAccessRoleArn=string ,BucketName=string
JSON syntax for these settings is as follows:
{ "ServiceAccessRoleArn": "string", "BucketName": "string"}
modifyEndpoint_mySQLSettings :: Lens' ModifyEndpoint (Maybe MySQLSettings) Source #
Settings in JSON format for the source and target MySQL endpoint. For information about other available settings, see Extra connection attributes when using MySQL as a source for DMS and Extra connection attributes when using a MySQL-compatible database as a target for DMS in the Database Migration Service User Guide.
modifyEndpoint_serverName :: Lens' ModifyEndpoint (Maybe Text) Source #
The name of the server where the endpoint database resides.
modifyEndpoint_microsoftSQLServerSettings :: Lens' ModifyEndpoint (Maybe MicrosoftSQLServerSettings) Source #
Settings in JSON format for the source and target Microsoft SQL Server endpoint. For information about other available settings, see Extra connection attributes when using SQL Server as a source for DMS and Extra connection attributes when using SQL Server as a target for DMS in the Database Migration Service User Guide.
modifyEndpoint_certificateArn :: Lens' ModifyEndpoint (Maybe Text) Source #
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
modifyEndpoint_serviceAccessRoleArn :: Lens' ModifyEndpoint (Maybe Text) Source #
The Amazon Resource Name (ARN) for the IAM role you want to use to
modify the endpoint. The role must allow the iam:PassRole
action.
modifyEndpoint_docDbSettings :: Lens' ModifyEndpoint (Maybe DocDbSettings) Source #
Settings in JSON format for the source DocumentDB endpoint. For more information about the available settings, see the configuration properties section in Using DocumentDB as a Target for Database Migration Service in the Database Migration Service User Guide.
modifyEndpoint_postgreSQLSettings :: Lens' ModifyEndpoint (Maybe PostgreSQLSettings) Source #
Settings in JSON format for the source and target PostgreSQL endpoint. For information about other available settings, see Extra connection attributes when using PostgreSQL as a source for DMS and Extra connection attributes when using PostgreSQL as a target for DMS in the Database Migration Service User Guide.
modifyEndpoint_extraConnectionAttributes :: Lens' ModifyEndpoint (Maybe Text) Source #
Additional attributes associated with the connection. To reset this parameter, pass the empty string ("") as an argument.
modifyEndpoint_kafkaSettings :: Lens' ModifyEndpoint (Maybe KafkaSettings) Source #
Settings in JSON format for the target Apache Kafka endpoint. For more information about the available settings, see Using object mapping to migrate data to a Kafka topic in the Database Migration Service User Guide.
modifyEndpoint_oracleSettings :: Lens' ModifyEndpoint (Maybe OracleSettings) Source #
Settings in JSON format for the source and target Oracle endpoint. For information about other available settings, see Extra connection attributes when using Oracle as a source for DMS and Extra connection attributes when using Oracle as a target for DMS in the Database Migration Service User Guide.
modifyEndpoint_endpointType :: Lens' ModifyEndpoint (Maybe ReplicationEndpointTypeValue) Source #
The type of endpoint. Valid values are source
and target
.
modifyEndpoint_redshiftSettings :: Lens' ModifyEndpoint (Maybe RedshiftSettings) Source #
Undocumented member.
modifyEndpoint_elasticsearchSettings :: Lens' ModifyEndpoint (Maybe ElasticsearchSettings) Source #
Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for DMS in the Database Migration Service User Guide.
modifyEndpoint_exactSettings :: Lens' ModifyEndpoint (Maybe Bool) Source #
If this attribute is Y, the current call to ModifyEndpoint
replaces
all existing endpoint settings with the exact settings that you specify
in this call. If this attribute is N, the current call to
ModifyEndpoint
does two things:
- It replaces any endpoint settings that already exist with new values, for settings with the same names.
- It creates new endpoint settings that you specify in the call, for settings with different names.
For example, if you call
create-endpoint ... --endpoint-settings '{"a":1}' ...
, the
endpoint has the following endpoint settings: '{"a":1}'
. If you
then call modify-endpoint ... --endpoint-settings '{"b":2}' ...
for the same endpoint, the endpoint has the following settings:
'{"a":1,"b":2}'
.
However, suppose that you follow this with a call to
modify-endpoint ... --endpoint-settings '{"b":2}' --exact-settings ...
for that same endpoint again. Then the endpoint has the following
settings: '{"b":2}'
. All existing settings are replaced with the
exact settings that you specify.
modifyEndpoint_username :: Lens' ModifyEndpoint (Maybe Text) Source #
The user name to be used to login to the endpoint database.
modifyEndpoint_externalTableDefinition :: Lens' ModifyEndpoint (Maybe Text) Source #
The external table definition.
modifyEndpoint_engineName :: Lens' ModifyEndpoint (Maybe Text) Source #
The type of engine for the endpoint. Valid values, depending on the
EndpointType, include "mysql"
, "oracle"
, "postgres"
,
"mariadb"
, "aurora"
, "aurora-postgresql"
, "redshift"
,
"s3"
, "db2"
, "azuredb"
, "sybase"
, "dynamodb"
,
"mongodb"
, "kinesis"
, "kafka"
, "elasticsearch"
,
"documentdb"
, "sqlserver"
, and "neptune"
.
modifyEndpoint_redisSettings :: Lens' ModifyEndpoint (Maybe RedisSettings) Source #
Settings in JSON format for the Redis target endpoint.
modifyEndpoint_neptuneSettings :: Lens' ModifyEndpoint (Maybe NeptuneSettings) Source #
Settings in JSON format for the target Amazon Neptune endpoint. For more information about the available settings, see Specifying graph-mapping rules using Gremlin and R2RML for Amazon Neptune as a target in the Database Migration Service User Guide.
modifyEndpoint_iBMDb2Settings :: Lens' ModifyEndpoint (Maybe IBMDb2Settings) Source #
Settings in JSON format for the source IBM Db2 LUW endpoint. For information about other available settings, see Extra connection attributes when using Db2 LUW as a source for DMS in the Database Migration Service User Guide.
modifyEndpoint_mongoDbSettings :: Lens' ModifyEndpoint (Maybe MongoDbSettings) Source #
Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Endpoint configuration settings when using MongoDB as a source for Database Migration Service in the Database Migration Service User Guide.
modifyEndpoint_sslMode :: Lens' ModifyEndpoint (Maybe DmsSslModeValue) Source #
The SSL mode used to connect to the endpoint. The default value is
none
.
modifyEndpoint_password :: Lens' ModifyEndpoint (Maybe Text) Source #
The password to be used to login to the endpoint database.
modifyEndpoint_sybaseSettings :: Lens' ModifyEndpoint (Maybe SybaseSettings) Source #
Settings in JSON format for the source and target SAP ASE endpoint. For information about other available settings, see Extra connection attributes when using SAP ASE as a source for DMS and Extra connection attributes when using SAP ASE as a target for DMS in the Database Migration Service User Guide.
modifyEndpoint_databaseName :: Lens' ModifyEndpoint (Maybe Text) Source #
The name of the endpoint database. For a MySQL source or target endpoint, do not specify DatabaseName.
modifyEndpoint_s3Settings :: Lens' ModifyEndpoint (Maybe S3Settings) Source #
Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for DMS in the Database Migration Service User Guide.
modifyEndpoint_kinesisSettings :: Lens' ModifyEndpoint (Maybe KinesisSettings) Source #
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For more information about the available settings, see Using object mapping to migrate data to a Kinesis data stream in the Database Migration Service User Guide.
modifyEndpoint_endpointIdentifier :: Lens' ModifyEndpoint (Maybe Text) Source #
The database endpoint identifier. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.
modifyEndpoint_dynamoDbSettings :: Lens' ModifyEndpoint (Maybe DynamoDbSettings) Source #
Settings in JSON format for the target Amazon DynamoDB endpoint. For information about other available settings, see Using Object Mapping to Migrate Data to DynamoDB in the Database Migration Service User Guide.
modifyEndpoint_port :: Lens' ModifyEndpoint (Maybe Int) Source #
The port used by the endpoint database.
modifyEndpoint_endpointArn :: Lens' ModifyEndpoint Text Source #
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
Destructuring the Response
data ModifyEndpointResponse Source #
See: newModifyEndpointResponse
smart constructor.
ModifyEndpointResponse' | |
|
Instances
newModifyEndpointResponse Source #
Create a value of ModifyEndpointResponse
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:endpoint:ModifyEndpointResponse'
, modifyEndpointResponse_endpoint
- The modified endpoint.
$sel:httpStatus:ModifyEndpointResponse'
, modifyEndpointResponse_httpStatus
- The response's http status code.
Response Lenses
modifyEndpointResponse_endpoint :: Lens' ModifyEndpointResponse (Maybe Endpoint) Source #
The modified endpoint.
modifyEndpointResponse_httpStatus :: Lens' ModifyEndpointResponse Int Source #
The response's http status code.