DatabaseMigrationService
public struct DatabaseMigrationService
Client object for interacting with AWS DatabaseMigrationService service.
AWS Database Migration Service AWS Database Migration Service (AWS DMS) can migrate your data to and from the most widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL Server, Amazon Redshift, MariaDB, Amazon Aurora, MySQL, and SAP Adaptive Server Enterprise (ASE). The service supports homogeneous migrations such as Oracle to Oracle, as well as heterogeneous migrations between different database platforms, such as Oracle to MySQL or SQL Server to PostgreSQL. For more information about AWS DMS, see What Is AWS Database Migration Service? in the AWS Database Migration User Guide.
-
Undocumented
Declaration
Swift
public let client: AWSClient
-
Initialize the DatabaseMigrationService client
Declaration
Swift
public init(accessKeyId: String? = nil, secretAccessKey: String? = nil, sessionToken: String? = nil, region: AWSSDKSwiftCore.Region? = nil, endpoint: String? = nil, middlewares: [AWSServiceMiddleware] = [], eventLoopGroupProvider: AWSClient.EventLoopGroupProvider = .useAWSClientShared)
Parameters
accessKeyId
Public access key provided by AWS
secretAccessKey
Private access key provided by AWS
sessionToken
Token provided by STS.AssumeRole() which allows access to another AWS account
region
Region of server you want to communicate with
endpoint
Custom endpoint URL to use instead of standard AWS servers
middlewares
Array of middlewares to apply to requests and responses
eventLoopGroupProvider
EventLoopGroup to use. Use
useAWSClientShared
if the client shall manage its own EventLoopGroup.
-
Adds metadata tags to an AWS DMS resource, including replication instance, endpoint, security group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with DMS resources, or used in a Condition statement in an IAM policy for DMS. For more information, see Tag data type description.
Declaration
Swift
public func addTagsToResource(_ input: AddTagsToResourceMessage) -> EventLoopFuture<AddTagsToResourceResponse>
-
Applies a pending maintenance action to a resource (for example, to a replication instance).
Declaration
Swift
public func applyPendingMaintenanceAction(_ input: ApplyPendingMaintenanceActionMessage) -> EventLoopFuture<ApplyPendingMaintenanceActionResponse>
-
Cancels a single premigration assessment run. This operation prevents any individual assessments from running if they haven’t started running. It also attempts to cancel any individual assessments that are currently running.
Declaration
Swift
public func cancelReplicationTaskAssessmentRun(_ input: CancelReplicationTaskAssessmentRunMessage) -> EventLoopFuture<CancelReplicationTaskAssessmentRunResponse>
-
Creates an endpoint using the provided settings.
Declaration
Swift
public func createEndpoint(_ input: CreateEndpointMessage) -> EventLoopFuture<CreateEndpointResponse>
-
Creates an AWS DMS event notification subscription. You can specify the type of source (SourceType) you want to be notified of, provide a list of AWS DMS source IDs (SourceIds) that triggers the events, and provide a list of event categories (EventCategories) for events you want to be notified of. If you specify both the SourceType and SourceIds, such as SourceType = replication-instance and SourceIdentifier = my-replinstance, you will be notified of all the replication instance events for the specified source. If you specify a SourceType but don’t specify a SourceIdentifier, you receive notice of the events for that source type for all your AWS DMS sources. If you don’t specify either SourceType nor SourceIdentifier, you will be notified of events generated from all AWS DMS sources belonging to your customer account. For more information about AWS DMS events, see Working with Events and Notifications in the AWS Database Migration Service User Guide.
Declaration
Swift
public func createEventSubscription(_ input: CreateEventSubscriptionMessage) -> EventLoopFuture<CreateEventSubscriptionResponse>
-
Creates the replication instance using the specified parameters. AWS DMS requires that your account have certain roles with appropriate permissions before you can create a replication instance. For information on the required roles, see Creating the IAM Roles to Use With the AWS CLI and AWS DMS API. For information on the required permissions, see IAM Permissions Needed to Use AWS DMS.
Declaration
Swift
public func createReplicationInstance(_ input: CreateReplicationInstanceMessage) -> EventLoopFuture<CreateReplicationInstanceResponse>
-
Creates a replication subnet group given a list of the subnet IDs in a VPC.
Declaration
Swift
public func createReplicationSubnetGroup(_ input: CreateReplicationSubnetGroupMessage) -> EventLoopFuture<CreateReplicationSubnetGroupResponse>
-
Creates a replication task using the specified parameters.
Declaration
Swift
public func createReplicationTask(_ input: CreateReplicationTaskMessage) -> EventLoopFuture<CreateReplicationTaskResponse>
-
Deletes the specified certificate.
Declaration
Swift
public func deleteCertificate(_ input: DeleteCertificateMessage) -> EventLoopFuture<DeleteCertificateResponse>
-
Deletes the connection between a replication instance and an endpoint.
Declaration
Swift
public func deleteConnection(_ input: DeleteConnectionMessage) -> EventLoopFuture<DeleteConnectionResponse>
-
Deletes the specified endpoint. All tasks associated with the endpoint must be deleted before you can delete the endpoint.
Declaration
Swift
public func deleteEndpoint(_ input: DeleteEndpointMessage) -> EventLoopFuture<DeleteEndpointResponse>
-
Deletes an AWS DMS event subscription.
Declaration
Swift
public func deleteEventSubscription(_ input: DeleteEventSubscriptionMessage) -> EventLoopFuture<DeleteEventSubscriptionResponse>
-
Deletes the specified replication instance. You must delete any migration tasks that are associated with the replication instance before you can delete it.
Declaration
Swift
public func deleteReplicationInstance(_ input: DeleteReplicationInstanceMessage) -> EventLoopFuture<DeleteReplicationInstanceResponse>
-
Deletes a subnet group.
Declaration
Swift
public func deleteReplicationSubnetGroup(_ input: DeleteReplicationSubnetGroupMessage) -> EventLoopFuture<DeleteReplicationSubnetGroupResponse>
-
Deletes the specified replication task.
Declaration
Swift
public func deleteReplicationTask(_ input: DeleteReplicationTaskMessage) -> EventLoopFuture<DeleteReplicationTaskResponse>
-
Deletes the record of a single premigration assessment run. This operation removes all metadata that AWS DMS maintains about this assessment run. However, the operation leaves untouched all information about this assessment run that is stored in your Amazon S3 bucket.
Declaration
Swift
public func deleteReplicationTaskAssessmentRun(_ input: DeleteReplicationTaskAssessmentRunMessage) -> EventLoopFuture<DeleteReplicationTaskAssessmentRunResponse>
-
Lists all of the AWS DMS attributes for a customer account. These attributes include AWS DMS quotas for the account and a unique account identifier in a particular DMS region. DMS quotas include a list of resource quotas supported by the account, such as the number of replication instances allowed. The description for each resource quota, includes the quota name, current usage toward that quota, and the quota’s maximum value. DMS uses the unique account identifier to name each artifact used by DMS in the given region. This command does not take any parameters.
Declaration
Swift
public func describeAccountAttributes(_ input: DescribeAccountAttributesMessage) -> EventLoopFuture<DescribeAccountAttributesResponse>
-
Provides a list of individual assessments that you can specify for a new premigration assessment run, given one or more parameters. If you specify an existing migration task, this operation provides the default individual assessments you can specify for that task. Otherwise, the specified parameters model elements of a possible migration task on which to base a premigration assessment run. To use these migration task modeling parameters, you must specify an existing replication instance, a source database engine, a target database engine, and a migration type. This combination of parameters potentially limits the default individual assessments available for an assessment run created for a corresponding migration task. If you specify no parameters, this operation provides a list of all possible individual assessments that you can specify for an assessment run. If you specify any one of the task modeling parameters, you must specify all of them or the operation cannot provide a list of individual assessments. The only parameter that you can specify alone is for an existing migration task. The specified task definition then determines the default list of individual assessments that you can specify in an assessment run for the task.
Declaration
Swift
public func describeApplicableIndividualAssessments(_ input: DescribeApplicableIndividualAssessmentsMessage) -> EventLoopFuture<DescribeApplicableIndividualAssessmentsResponse>
-
Provides a description of the certificate.
Declaration
Swift
public func describeCertificates(_ input: DescribeCertificatesMessage) -> EventLoopFuture<DescribeCertificatesResponse>
-
Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.
Declaration
Swift
public func describeConnections(_ input: DescribeConnectionsMessage) -> EventLoopFuture<DescribeConnectionsResponse>
-
Returns information about the type of endpoints available.
Declaration
Swift
public func describeEndpointTypes(_ input: DescribeEndpointTypesMessage) -> EventLoopFuture<DescribeEndpointTypesResponse>
-
Returns information about the endpoints for your account in the current region.
Declaration
Swift
public func describeEndpoints(_ input: DescribeEndpointsMessage) -> EventLoopFuture<DescribeEndpointsResponse>
-
Lists categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in Working with Events and Notifications in the AWS Database Migration Service User Guide.
Declaration
Swift
public func describeEventCategories(_ input: DescribeEventCategoriesMessage) -> EventLoopFuture<DescribeEventCategoriesResponse>
-
Lists all the event subscriptions for a customer account. The description of a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status. If you specify SubscriptionName, this action lists the description for that subscription.
Declaration
Swift
public func describeEventSubscriptions(_ input: DescribeEventSubscriptionsMessage) -> EventLoopFuture<DescribeEventSubscriptionsResponse>
-
Lists events for a given source identifier and source type. You can also specify a start and end time. For more information on AWS DMS events, see Working with Events and Notifications in the AWS Database Migration User Guide.
Declaration
Swift
public func describeEvents(_ input: DescribeEventsMessage) -> EventLoopFuture<DescribeEventsResponse>
-
Returns information about the replication instance types that can be created in the specified region.
Declaration
Swift
public func describeOrderableReplicationInstances(_ input: DescribeOrderableReplicationInstancesMessage) -> EventLoopFuture<DescribeOrderableReplicationInstancesResponse>
-
For internal use only
Declaration
Swift
public func describePendingMaintenanceActions(_ input: DescribePendingMaintenanceActionsMessage) -> EventLoopFuture<DescribePendingMaintenanceActionsResponse>
-
Returns the status of the RefreshSchemas operation.
Declaration
Swift
public func describeRefreshSchemasStatus(_ input: DescribeRefreshSchemasStatusMessage) -> EventLoopFuture<DescribeRefreshSchemasStatusResponse>
-
Returns information about the task logs for the specified task.
Declaration
Swift
public func describeReplicationInstanceTaskLogs(_ input: DescribeReplicationInstanceTaskLogsMessage) -> EventLoopFuture<DescribeReplicationInstanceTaskLogsResponse>
-
Returns information about replication instances for your account in the current region.
Declaration
Swift
public func describeReplicationInstances(_ input: DescribeReplicationInstancesMessage) -> EventLoopFuture<DescribeReplicationInstancesResponse>
-
Returns information about the replication subnet groups.
Declaration
Swift
public func describeReplicationSubnetGroups(_ input: DescribeReplicationSubnetGroupsMessage) -> EventLoopFuture<DescribeReplicationSubnetGroupsResponse>
-
Returns the task assessment results from Amazon S3. This action always returns the latest results.
Declaration
Swift
public func describeReplicationTaskAssessmentResults(_ input: DescribeReplicationTaskAssessmentResultsMessage) -> EventLoopFuture<DescribeReplicationTaskAssessmentResultsResponse>
-
Returns a paginated list of premigration assessment runs based on filter settings. These filter settings can specify a combination of premigration assessment runs, migration tasks, replication instances, and assessment run status values. This operation doesn’t return information about individual assessments. For this information, see the DescribeReplicationTaskIndividualAssessments operation.
Declaration
Swift
public func describeReplicationTaskAssessmentRuns(_ input: DescribeReplicationTaskAssessmentRunsMessage) -> EventLoopFuture<DescribeReplicationTaskAssessmentRunsResponse>
-
Returns a paginated list of individual assessments based on filter settings. These filter settings can specify a combination of premigration assessment runs, migration tasks, and assessment status values.
Declaration
Swift
public func describeReplicationTaskIndividualAssessments(_ input: DescribeReplicationTaskIndividualAssessmentsMessage) -> EventLoopFuture<DescribeReplicationTaskIndividualAssessmentsResponse>
-
Returns information about replication tasks for your account in the current region.
Declaration
Swift
public func describeReplicationTasks(_ input: DescribeReplicationTasksMessage) -> EventLoopFuture<DescribeReplicationTasksResponse>
-
Returns information about the schema for the specified endpoint.
Declaration
Swift
public func describeSchemas(_ input: DescribeSchemasMessage) -> EventLoopFuture<DescribeSchemasResponse>
-
Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted. Note that the “last updated” column the DMS console only indicates the time that AWS DMS last updated the table statistics record for a table. It does not indicate the time of the last update to the table.
Declaration
Swift
public func describeTableStatistics(_ input: DescribeTableStatisticsMessage) -> EventLoopFuture<DescribeTableStatisticsResponse>
-
Uploads the specified certificate.
Declaration
Swift
public func importCertificate(_ input: ImportCertificateMessage) -> EventLoopFuture<ImportCertificateResponse>
-
Lists all metadata tags attached to an AWS DMS resource, including replication instance, endpoint, security group, and migration task. For more information, see Tag data type description.
Declaration
Swift
public func listTagsForResource(_ input: ListTagsForResourceMessage) -> EventLoopFuture<ListTagsForResourceResponse>
-
Modifies the specified endpoint.
Declaration
Swift
public func modifyEndpoint(_ input: ModifyEndpointMessage) -> EventLoopFuture<ModifyEndpointResponse>
-
Modifies an existing AWS DMS event notification subscription.
Declaration
Swift
public func modifyEventSubscription(_ input: ModifyEventSubscriptionMessage) -> EventLoopFuture<ModifyEventSubscriptionResponse>
-
Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request. Some settings are applied during the maintenance window.
Declaration
Swift
public func modifyReplicationInstance(_ input: ModifyReplicationInstanceMessage) -> EventLoopFuture<ModifyReplicationInstanceResponse>
-
Modifies the settings for the specified replication subnet group.
Declaration
Swift
public func modifyReplicationSubnetGroup(_ input: ModifyReplicationSubnetGroupMessage) -> EventLoopFuture<ModifyReplicationSubnetGroupResponse>
-
Modifies the specified replication task. You can’t modify the task endpoints. The task must be stopped before you can modify it. For more information about AWS DMS tasks, see Working with Migration Tasks in the AWS Database Migration Service User Guide.
Declaration
Swift
public func modifyReplicationTask(_ input: ModifyReplicationTaskMessage) -> EventLoopFuture<ModifyReplicationTaskResponse>
-
Reboots a replication instance. Rebooting results in a momentary outage, until the replication instance becomes available again.
Declaration
Swift
public func rebootReplicationInstance(_ input: RebootReplicationInstanceMessage) -> EventLoopFuture<RebootReplicationInstanceResponse>
-
Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the DescribeRefreshSchemasStatus operation.
Declaration
Swift
public func refreshSchemas(_ input: RefreshSchemasMessage) -> EventLoopFuture<RefreshSchemasResponse>
-
Reloads the target database table with the source data.
Declaration
Swift
public func reloadTables(_ input: ReloadTablesMessage) -> EventLoopFuture<ReloadTablesResponse>
-
Removes metadata tags from an AWS DMS resource, including replication instance, endpoint, security group, and migration task. For more information, see Tag data type description.
Declaration
Swift
public func removeTagsFromResource(_ input: RemoveTagsFromResourceMessage) -> EventLoopFuture<RemoveTagsFromResourceResponse>
-
Starts the replication task. For more information about AWS DMS tasks, see Working with Migration Tasks in the AWS Database Migration Service User Guide.
Declaration
Swift
public func startReplicationTask(_ input: StartReplicationTaskMessage) -> EventLoopFuture<StartReplicationTaskResponse>
-
Starts the replication task assessment for unsupported data types in the source database.
Declaration
Swift
public func startReplicationTaskAssessment(_ input: StartReplicationTaskAssessmentMessage) -> EventLoopFuture<StartReplicationTaskAssessmentResponse>
-
Starts a new premigration assessment run for one or more individual assessments of a migration task. The assessments that you can specify depend on the source and target database engine and the migration type defined for the given task. To run this operation, your migration task must already be created. After you run this operation, you can review the status of each individual assessment. You can also run the migration task manually after the assessment run and its individual assessments complete.
Declaration
Swift
public func startReplicationTaskAssessmentRun(_ input: StartReplicationTaskAssessmentRunMessage) -> EventLoopFuture<StartReplicationTaskAssessmentRunResponse>
-
Stops the replication task.
Declaration
Swift
public func stopReplicationTask(_ input: StopReplicationTaskMessage) -> EventLoopFuture<StopReplicationTaskResponse>
-
Tests the connection between the replication instance and the endpoint.
Declaration
Swift
public func testConnection(_ input: TestConnectionMessage) -> EventLoopFuture<TestConnectionResponse>
-
Provides a list of individual assessments that you can specify for a new premigration assessment run, given one or more parameters. If you specify an existing migration task, this operation provides the default individual assessments you can specify for that task. Otherwise, the specified parameters model elements of a possible migration task on which to base a premigration assessment run. To use these migration task modeling parameters, you must specify an existing replication instance, a source database engine, a target database engine, and a migration type. This combination of parameters potentially limits the default individual assessments available for an assessment run created for a corresponding migration task. If you specify no parameters, this operation provides a list of all possible individual assessments that you can specify for an assessment run. If you specify any one of the task modeling parameters, you must specify all of them or the operation cannot provide a list of individual assessments. The only parameter that you can specify alone is for an existing migration task. The specified task definition then determines the default list of individual assessments that you can specify in an assessment run for the task.
Declaration
Swift
public func describeApplicableIndividualAssessmentsPaginator(_ input: DescribeApplicableIndividualAssessmentsMessage, onPage: @escaping (DescribeApplicableIndividualAssessmentsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Provides a description of the certificate.
Declaration
Swift
public func describeCertificatesPaginator(_ input: DescribeCertificatesMessage, onPage: @escaping (DescribeCertificatesResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.
Declaration
Swift
public func describeConnectionsPaginator(_ input: DescribeConnectionsMessage, onPage: @escaping (DescribeConnectionsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Returns information about the type of endpoints available.
Declaration
Swift
public func describeEndpointTypesPaginator(_ input: DescribeEndpointTypesMessage, onPage: @escaping (DescribeEndpointTypesResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Returns information about the endpoints for your account in the current region.
Declaration
Swift
public func describeEndpointsPaginator(_ input: DescribeEndpointsMessage, onPage: @escaping (DescribeEndpointsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Lists all the event subscriptions for a customer account. The description of a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status. If you specify SubscriptionName, this action lists the description for that subscription.
Declaration
Swift
public func describeEventSubscriptionsPaginator(_ input: DescribeEventSubscriptionsMessage, onPage: @escaping (DescribeEventSubscriptionsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Lists events for a given source identifier and source type. You can also specify a start and end time. For more information on AWS DMS events, see Working with Events and Notifications in the AWS Database Migration User Guide.
Declaration
Swift
public func describeEventsPaginator(_ input: DescribeEventsMessage, onPage: @escaping (DescribeEventsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Returns information about the replication instance types that can be created in the specified region.
Declaration
Swift
public func describeOrderableReplicationInstancesPaginator(_ input: DescribeOrderableReplicationInstancesMessage, onPage: @escaping (DescribeOrderableReplicationInstancesResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
For internal use only
Declaration
Swift
public func describePendingMaintenanceActionsPaginator(_ input: DescribePendingMaintenanceActionsMessage, onPage: @escaping (DescribePendingMaintenanceActionsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Returns information about the task logs for the specified task.
Declaration
Swift
public func describeReplicationInstanceTaskLogsPaginator(_ input: DescribeReplicationInstanceTaskLogsMessage, onPage: @escaping (DescribeReplicationInstanceTaskLogsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Returns information about replication instances for your account in the current region.
Declaration
Swift
public func describeReplicationInstancesPaginator(_ input: DescribeReplicationInstancesMessage, onPage: @escaping (DescribeReplicationInstancesResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Returns information about the replication subnet groups.
Declaration
Swift
public func describeReplicationSubnetGroupsPaginator(_ input: DescribeReplicationSubnetGroupsMessage, onPage: @escaping (DescribeReplicationSubnetGroupsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Returns the task assessment results from Amazon S3. This action always returns the latest results.
Declaration
Swift
public func describeReplicationTaskAssessmentResultsPaginator(_ input: DescribeReplicationTaskAssessmentResultsMessage, onPage: @escaping (DescribeReplicationTaskAssessmentResultsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Returns a paginated list of premigration assessment runs based on filter settings. These filter settings can specify a combination of premigration assessment runs, migration tasks, replication instances, and assessment run status values. This operation doesn’t return information about individual assessments. For this information, see the DescribeReplicationTaskIndividualAssessments operation.
Declaration
Swift
public func describeReplicationTaskAssessmentRunsPaginator(_ input: DescribeReplicationTaskAssessmentRunsMessage, onPage: @escaping (DescribeReplicationTaskAssessmentRunsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Returns a paginated list of individual assessments based on filter settings. These filter settings can specify a combination of premigration assessment runs, migration tasks, and assessment status values.
Declaration
Swift
public func describeReplicationTaskIndividualAssessmentsPaginator(_ input: DescribeReplicationTaskIndividualAssessmentsMessage, onPage: @escaping (DescribeReplicationTaskIndividualAssessmentsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Returns information about replication tasks for your account in the current region.
Declaration
Swift
public func describeReplicationTasksPaginator(_ input: DescribeReplicationTasksMessage, onPage: @escaping (DescribeReplicationTasksResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Returns information about the schema for the specified endpoint.
Declaration
Swift
public func describeSchemasPaginator(_ input: DescribeSchemasMessage, onPage: @escaping (DescribeSchemasResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted. Note that the “last updated” column the DMS console only indicates the time that AWS DMS last updated the table statistics record for a table. It does not indicate the time of the last update to the table.
Declaration
Swift
public func describeTableStatisticsPaginator(_ input: DescribeTableStatisticsMessage, onPage: @escaping (DescribeTableStatisticsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Undocumented
See moreDeclaration
Swift
public struct DescribeApplicableIndividualAssessmentsMessage : AWSShape
extension DatabaseMigrationService.DescribeApplicableIndividualAssessmentsMessage: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct DescribeCertificatesMessage : AWSShape
extension DatabaseMigrationService.DescribeCertificatesMessage: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct DescribeConnectionsMessage : AWSShape
extension DatabaseMigrationService.DescribeConnectionsMessage: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct DescribeEndpointTypesMessage : AWSShape
extension DatabaseMigrationService.DescribeEndpointTypesMessage: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct DescribeEndpointsMessage : AWSShape
extension DatabaseMigrationService.DescribeEndpointsMessage: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct DescribeEventSubscriptionsMessage : AWSShape
extension DatabaseMigrationService.DescribeEventSubscriptionsMessage: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct DescribeEventsMessage : AWSShape
extension DatabaseMigrationService.DescribeEventsMessage: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct DescribeOrderableReplicationInstancesMessage : AWSShape
extension DatabaseMigrationService.DescribeOrderableReplicationInstancesMessage: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct DescribePendingMaintenanceActionsMessage : AWSShape
extension DatabaseMigrationService.DescribePendingMaintenanceActionsMessage: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct DescribeReplicationInstanceTaskLogsMessage : AWSShape
extension DatabaseMigrationService.DescribeReplicationInstanceTaskLogsMessage: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct DescribeReplicationInstancesMessage : AWSShape
extension DatabaseMigrationService.DescribeReplicationInstancesMessage: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct DescribeReplicationSubnetGroupsMessage : AWSShape
extension DatabaseMigrationService.DescribeReplicationSubnetGroupsMessage: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct DescribeReplicationTaskAssessmentResultsMessage : AWSShape
extension DatabaseMigrationService.DescribeReplicationTaskAssessmentResultsMessage: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct DescribeReplicationTaskAssessmentRunsMessage : AWSShape
extension DatabaseMigrationService.DescribeReplicationTaskAssessmentRunsMessage: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct DescribeReplicationTaskIndividualAssessmentsMessage : AWSShape
extension DatabaseMigrationService.DescribeReplicationTaskIndividualAssessmentsMessage: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct DescribeReplicationTasksMessage : AWSShape
extension DatabaseMigrationService.DescribeReplicationTasksMessage: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct DescribeSchemasMessage : AWSShape
extension DatabaseMigrationService.DescribeSchemasMessage: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct DescribeTableStatisticsMessage : AWSShape
extension DatabaseMigrationService.DescribeTableStatisticsMessage: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public enum AuthMechanismValue : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum AuthTypeValue : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum CompressionTypeValue : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum DataFormatValue : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum DmsSslModeValue : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum EncodingTypeValue : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum EncryptionModeValue : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum MessageFormatValue : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum MigrationTypeValue : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum NestingLevelValue : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ParquetVersionValue : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum RefreshSchemasStatusTypeValue : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ReleaseStatusValues : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ReloadOptionValue : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ReplicationEndpointTypeValue : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum SourceType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum StartReplicationTaskTypeValue : String, CustomStringConvertible, Codable