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 |
Creates an endpoint using the provided settings.
For a MySQL source or target endpoint, don't explicitly specify the
database using the DatabaseName
request parameter on the
CreateEndpoint
API call. Specifying DatabaseName
when you create 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 CreateEndpoint = CreateEndpoint' {
- 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
- redshiftSettings :: Maybe RedshiftSettings
- elasticsearchSettings :: Maybe ElasticsearchSettings
- username :: Maybe Text
- externalTableDefinition :: Maybe Text
- redisSettings :: Maybe RedisSettings
- neptuneSettings :: Maybe NeptuneSettings
- iBMDb2Settings :: Maybe IBMDb2Settings
- kmsKeyId :: Maybe Text
- mongoDbSettings :: Maybe MongoDbSettings
- sslMode :: Maybe DmsSslModeValue
- password :: Maybe (Sensitive Text)
- sybaseSettings :: Maybe SybaseSettings
- databaseName :: Maybe Text
- s3Settings :: Maybe S3Settings
- kinesisSettings :: Maybe KinesisSettings
- dynamoDbSettings :: Maybe DynamoDbSettings
- resourceIdentifier :: Maybe Text
- tags :: Maybe [Tag]
- port :: Maybe Int
- endpointIdentifier :: Text
- endpointType :: ReplicationEndpointTypeValue
- engineName :: Text
- newCreateEndpoint :: Text -> ReplicationEndpointTypeValue -> Text -> CreateEndpoint
- createEndpoint_dmsTransferSettings :: Lens' CreateEndpoint (Maybe DmsTransferSettings)
- createEndpoint_mySQLSettings :: Lens' CreateEndpoint (Maybe MySQLSettings)
- createEndpoint_serverName :: Lens' CreateEndpoint (Maybe Text)
- createEndpoint_microsoftSQLServerSettings :: Lens' CreateEndpoint (Maybe MicrosoftSQLServerSettings)
- createEndpoint_certificateArn :: Lens' CreateEndpoint (Maybe Text)
- createEndpoint_serviceAccessRoleArn :: Lens' CreateEndpoint (Maybe Text)
- createEndpoint_docDbSettings :: Lens' CreateEndpoint (Maybe DocDbSettings)
- createEndpoint_postgreSQLSettings :: Lens' CreateEndpoint (Maybe PostgreSQLSettings)
- createEndpoint_extraConnectionAttributes :: Lens' CreateEndpoint (Maybe Text)
- createEndpoint_kafkaSettings :: Lens' CreateEndpoint (Maybe KafkaSettings)
- createEndpoint_oracleSettings :: Lens' CreateEndpoint (Maybe OracleSettings)
- createEndpoint_redshiftSettings :: Lens' CreateEndpoint (Maybe RedshiftSettings)
- createEndpoint_elasticsearchSettings :: Lens' CreateEndpoint (Maybe ElasticsearchSettings)
- createEndpoint_username :: Lens' CreateEndpoint (Maybe Text)
- createEndpoint_externalTableDefinition :: Lens' CreateEndpoint (Maybe Text)
- createEndpoint_redisSettings :: Lens' CreateEndpoint (Maybe RedisSettings)
- createEndpoint_neptuneSettings :: Lens' CreateEndpoint (Maybe NeptuneSettings)
- createEndpoint_iBMDb2Settings :: Lens' CreateEndpoint (Maybe IBMDb2Settings)
- createEndpoint_kmsKeyId :: Lens' CreateEndpoint (Maybe Text)
- createEndpoint_mongoDbSettings :: Lens' CreateEndpoint (Maybe MongoDbSettings)
- createEndpoint_sslMode :: Lens' CreateEndpoint (Maybe DmsSslModeValue)
- createEndpoint_password :: Lens' CreateEndpoint (Maybe Text)
- createEndpoint_sybaseSettings :: Lens' CreateEndpoint (Maybe SybaseSettings)
- createEndpoint_databaseName :: Lens' CreateEndpoint (Maybe Text)
- createEndpoint_s3Settings :: Lens' CreateEndpoint (Maybe S3Settings)
- createEndpoint_kinesisSettings :: Lens' CreateEndpoint (Maybe KinesisSettings)
- createEndpoint_dynamoDbSettings :: Lens' CreateEndpoint (Maybe DynamoDbSettings)
- createEndpoint_resourceIdentifier :: Lens' CreateEndpoint (Maybe Text)
- createEndpoint_tags :: Lens' CreateEndpoint (Maybe [Tag])
- createEndpoint_port :: Lens' CreateEndpoint (Maybe Int)
- createEndpoint_endpointIdentifier :: Lens' CreateEndpoint Text
- createEndpoint_endpointType :: Lens' CreateEndpoint ReplicationEndpointTypeValue
- createEndpoint_engineName :: Lens' CreateEndpoint Text
- data CreateEndpointResponse = CreateEndpointResponse' {
- endpoint :: Maybe Endpoint
- httpStatus :: Int
- newCreateEndpointResponse :: Int -> CreateEndpointResponse
- createEndpointResponse_endpoint :: Lens' CreateEndpointResponse (Maybe Endpoint)
- createEndpointResponse_httpStatus :: Lens' CreateEndpointResponse Int
Creating a Request
data CreateEndpoint Source #
See: newCreateEndpoint
smart constructor.
CreateEndpoint' | |
|
Instances
Create a value of CreateEndpoint
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:CreateEndpoint'
, createEndpoint_dmsTransferSettings
- The settings in JSON format for the DMS transfer type of source
endpoint.
Possible settings include the following:
ServiceAccessRoleArn
- The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow theiam: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:CreateEndpoint'
, createEndpoint_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:CreateEndpoint'
, createEndpoint_serverName
- The name of the server where the endpoint database resides.
$sel:microsoftSQLServerSettings:CreateEndpoint'
, createEndpoint_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:CreateEndpoint'
, createEndpoint_certificateArn
- The Amazon Resource Name (ARN) for the certificate.
$sel:serviceAccessRoleArn:CreateEndpoint'
, createEndpoint_serviceAccessRoleArn
- The Amazon Resource Name (ARN) for the service access role that you want
to use to create the endpoint. The role must allow the iam:PassRole
action.
$sel:docDbSettings:CreateEndpoint'
, createEndpoint_docDbSettings
- Undocumented member.
$sel:postgreSQLSettings:CreateEndpoint'
, createEndpoint_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:CreateEndpoint'
, createEndpoint_extraConnectionAttributes
- Additional attributes associated with the connection. Each attribute is
specified as a name-value pair associated by an equal sign (=). Multiple
attributes are separated by a semicolon (;) with no additional white
space. For information on the attributes available for connecting your
source or target endpoint, see
Working with DMS Endpoints
in the Database Migration Service User Guide.
$sel:kafkaSettings:CreateEndpoint'
, createEndpoint_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:CreateEndpoint'
, createEndpoint_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:redshiftSettings:CreateEndpoint'
, createEndpoint_redshiftSettings
- Undocumented member.
$sel:elasticsearchSettings:CreateEndpoint'
, createEndpoint_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:username:CreateEndpoint'
, createEndpoint_username
- The user name to be used to log in to the endpoint database.
$sel:externalTableDefinition:CreateEndpoint'
, createEndpoint_externalTableDefinition
- The external table definition.
$sel:redisSettings:CreateEndpoint'
, createEndpoint_redisSettings
- Settings in JSON format for the target Redis endpoint.
$sel:neptuneSettings:CreateEndpoint'
, createEndpoint_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:CreateEndpoint'
, createEndpoint_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:kmsKeyId:CreateEndpoint'
, createEndpoint_kmsKeyId
- An KMS key identifier that is used to encrypt the connection parameters
for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then DMS
uses your default encryption key.
KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.
$sel:mongoDbSettings:CreateEndpoint'
, createEndpoint_mongoDbSettings
- Settings in JSON format for the source MongoDB endpoint. For more
information about the available settings, see
Endpoint configuration settings when using MongoDB as a source for Database Migration Service
in the Database Migration Service User Guide.
$sel:sslMode:CreateEndpoint'
, createEndpoint_sslMode
- The Secure Sockets Layer (SSL) mode to use for the SSL connection. The
default is none
$sel:password:CreateEndpoint'
, createEndpoint_password
- The password to be used to log in to the endpoint database.
$sel:sybaseSettings:CreateEndpoint'
, createEndpoint_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:CreateEndpoint'
, createEndpoint_databaseName
- The name of the endpoint database. For a MySQL source or target
endpoint, do not specify DatabaseName.
$sel:s3Settings:CreateEndpoint'
, createEndpoint_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:CreateEndpoint'
, createEndpoint_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:dynamoDbSettings:CreateEndpoint'
, createEndpoint_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:resourceIdentifier:CreateEndpoint'
, createEndpoint_resourceIdentifier
- A friendly name for the resource identifier at the end of the
EndpointArn
response parameter that is returned in the created
Endpoint
object. The value for this parameter can have up to 31
characters. It can contain only ASCII letters, digits, and hyphen
('-'). Also, it can't end with a hyphen or contain two consecutive
hyphens, and can only begin with a letter, such as Example-App-ARN1
.
For example, this value might result in the EndpointArn
value
arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1
. If you don't
specify a ResourceIdentifier
value, DMS generates a default identifier
value for the end of EndpointArn
.
$sel:tags:CreateEndpoint'
, createEndpoint_tags
- One or more tags to be assigned to the endpoint.
$sel:port:CreateEndpoint'
, createEndpoint_port
- The port used by the endpoint database.
$sel:endpointIdentifier:CreateEndpoint'
, createEndpoint_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:endpointType:CreateEndpoint'
, createEndpoint_endpointType
- The type of endpoint. Valid values are source
and target
.
$sel:engineName:CreateEndpoint'
, createEndpoint_engineName
- The type of engine for the endpoint. Valid values, depending on the
EndpointType
value, include "mysql"
, "oracle"
, "postgres"
,
"mariadb"
, "aurora"
, "aurora-postgresql"
, "redshift"
,
"s3"
, "db2"
, "azuredb"
, "sybase"
, "dynamodb"
,
"mongodb"
, "kinesis"
, "kafka"
, "elasticsearch"
,
"docdb"
, "sqlserver"
, and "neptune"
.
Request Lenses
createEndpoint_dmsTransferSettings :: Lens' CreateEndpoint (Maybe DmsTransferSettings) Source #
The settings in JSON format for the DMS transfer type of source endpoint.
Possible settings include the following:
ServiceAccessRoleArn
- The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow theiam: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", }
createEndpoint_mySQLSettings :: Lens' CreateEndpoint (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.
createEndpoint_serverName :: Lens' CreateEndpoint (Maybe Text) Source #
The name of the server where the endpoint database resides.
createEndpoint_microsoftSQLServerSettings :: Lens' CreateEndpoint (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.
createEndpoint_certificateArn :: Lens' CreateEndpoint (Maybe Text) Source #
The Amazon Resource Name (ARN) for the certificate.
createEndpoint_serviceAccessRoleArn :: Lens' CreateEndpoint (Maybe Text) Source #
The Amazon Resource Name (ARN) for the service access role that you want
to use to create the endpoint. The role must allow the iam:PassRole
action.
createEndpoint_docDbSettings :: Lens' CreateEndpoint (Maybe DocDbSettings) Source #
Undocumented member.
createEndpoint_postgreSQLSettings :: Lens' CreateEndpoint (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.
createEndpoint_extraConnectionAttributes :: Lens' CreateEndpoint (Maybe Text) Source #
Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with DMS Endpoints in the Database Migration Service User Guide.
createEndpoint_kafkaSettings :: Lens' CreateEndpoint (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.
createEndpoint_oracleSettings :: Lens' CreateEndpoint (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.
createEndpoint_redshiftSettings :: Lens' CreateEndpoint (Maybe RedshiftSettings) Source #
Undocumented member.
createEndpoint_elasticsearchSettings :: Lens' CreateEndpoint (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.
createEndpoint_username :: Lens' CreateEndpoint (Maybe Text) Source #
The user name to be used to log in to the endpoint database.
createEndpoint_externalTableDefinition :: Lens' CreateEndpoint (Maybe Text) Source #
The external table definition.
createEndpoint_redisSettings :: Lens' CreateEndpoint (Maybe RedisSettings) Source #
Settings in JSON format for the target Redis endpoint.
createEndpoint_neptuneSettings :: Lens' CreateEndpoint (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.
createEndpoint_iBMDb2Settings :: Lens' CreateEndpoint (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.
createEndpoint_kmsKeyId :: Lens' CreateEndpoint (Maybe Text) Source #
An KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then DMS
uses your default encryption key.
KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.
createEndpoint_mongoDbSettings :: Lens' CreateEndpoint (Maybe MongoDbSettings) Source #
Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see Endpoint configuration settings when using MongoDB as a source for Database Migration Service in the Database Migration Service User Guide.
createEndpoint_sslMode :: Lens' CreateEndpoint (Maybe DmsSslModeValue) Source #
The Secure Sockets Layer (SSL) mode to use for the SSL connection. The
default is none
createEndpoint_password :: Lens' CreateEndpoint (Maybe Text) Source #
The password to be used to log in to the endpoint database.
createEndpoint_sybaseSettings :: Lens' CreateEndpoint (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.
createEndpoint_databaseName :: Lens' CreateEndpoint (Maybe Text) Source #
The name of the endpoint database. For a MySQL source or target endpoint, do not specify DatabaseName.
createEndpoint_s3Settings :: Lens' CreateEndpoint (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.
createEndpoint_kinesisSettings :: Lens' CreateEndpoint (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.
createEndpoint_dynamoDbSettings :: Lens' CreateEndpoint (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.
createEndpoint_resourceIdentifier :: Lens' CreateEndpoint (Maybe Text) Source #
A friendly name for the resource identifier at the end of the
EndpointArn
response parameter that is returned in the created
Endpoint
object. The value for this parameter can have up to 31
characters. It can contain only ASCII letters, digits, and hyphen
('-'). Also, it can't end with a hyphen or contain two consecutive
hyphens, and can only begin with a letter, such as Example-App-ARN1
.
For example, this value might result in the EndpointArn
value
arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1
. If you don't
specify a ResourceIdentifier
value, DMS generates a default identifier
value for the end of EndpointArn
.
createEndpoint_tags :: Lens' CreateEndpoint (Maybe [Tag]) Source #
One or more tags to be assigned to the endpoint.
createEndpoint_port :: Lens' CreateEndpoint (Maybe Int) Source #
The port used by the endpoint database.
createEndpoint_endpointIdentifier :: Lens' CreateEndpoint 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.
createEndpoint_endpointType :: Lens' CreateEndpoint ReplicationEndpointTypeValue Source #
The type of endpoint. Valid values are source
and target
.
createEndpoint_engineName :: Lens' CreateEndpoint Text Source #
The type of engine for the endpoint. Valid values, depending on the
EndpointType
value, include "mysql"
, "oracle"
, "postgres"
,
"mariadb"
, "aurora"
, "aurora-postgresql"
, "redshift"
,
"s3"
, "db2"
, "azuredb"
, "sybase"
, "dynamodb"
,
"mongodb"
, "kinesis"
, "kafka"
, "elasticsearch"
,
"docdb"
, "sqlserver"
, and "neptune"
.
Destructuring the Response
data CreateEndpointResponse Source #
See: newCreateEndpointResponse
smart constructor.
CreateEndpointResponse' | |
|
Instances
newCreateEndpointResponse Source #
Create a value of CreateEndpointResponse
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:CreateEndpointResponse'
, createEndpointResponse_endpoint
- The endpoint that was created.
$sel:httpStatus:CreateEndpointResponse'
, createEndpointResponse_httpStatus
- The response's http status code.
Response Lenses
createEndpointResponse_endpoint :: Lens' CreateEndpointResponse (Maybe Endpoint) Source #
The endpoint that was created.
createEndpointResponse_httpStatus :: Lens' CreateEndpointResponse Int Source #
The response's http status code.