{ "smithy": "1.0", "metadata": { "suppressions": [ { "id": "HttpMethodSemantics", "namespace": "*" }, { "id": "HttpResponseCodeSemantics", "namespace": "*" }, { "id": "PaginatedTrait", "namespace": "*" }, { "id": "HttpHeaderTrait", "namespace": "*" }, { "id": "HttpUriConflict", "namespace": "*" }, { "id": "Service", "namespace": "*" } ] }, "shapes": { "com.amazonaws.sms#AWSServerMigrationService_V2016_10_24": { "type": "service", "version": "2016-10-24", "operations": [ { "target": "com.amazonaws.sms#CreateApp" }, { "target": "com.amazonaws.sms#CreateReplicationJob" }, { "target": "com.amazonaws.sms#DeleteApp" }, { "target": "com.amazonaws.sms#DeleteAppLaunchConfiguration" }, { "target": "com.amazonaws.sms#DeleteAppReplicationConfiguration" }, { "target": "com.amazonaws.sms#DeleteAppValidationConfiguration" }, { "target": "com.amazonaws.sms#DeleteReplicationJob" }, { "target": "com.amazonaws.sms#DeleteServerCatalog" }, { "target": "com.amazonaws.sms#DisassociateConnector" }, { "target": "com.amazonaws.sms#GenerateChangeSet" }, { "target": "com.amazonaws.sms#GenerateTemplate" }, { "target": "com.amazonaws.sms#GetApp" }, { "target": "com.amazonaws.sms#GetAppLaunchConfiguration" }, { "target": "com.amazonaws.sms#GetAppReplicationConfiguration" }, { "target": "com.amazonaws.sms#GetAppValidationConfiguration" }, { "target": "com.amazonaws.sms#GetAppValidationOutput" }, { "target": "com.amazonaws.sms#GetConnectors" }, { "target": "com.amazonaws.sms#GetReplicationJobs" }, { "target": "com.amazonaws.sms#GetReplicationRuns" }, { "target": "com.amazonaws.sms#GetServers" }, { "target": "com.amazonaws.sms#ImportAppCatalog" }, { "target": "com.amazonaws.sms#ImportServerCatalog" }, { "target": "com.amazonaws.sms#LaunchApp" }, { "target": "com.amazonaws.sms#ListApps" }, { "target": "com.amazonaws.sms#NotifyAppValidationOutput" }, { "target": "com.amazonaws.sms#PutAppLaunchConfiguration" }, { "target": "com.amazonaws.sms#PutAppReplicationConfiguration" }, { "target": "com.amazonaws.sms#PutAppValidationConfiguration" }, { "target": "com.amazonaws.sms#StartAppReplication" }, { "target": "com.amazonaws.sms#StartOnDemandAppReplication" }, { "target": "com.amazonaws.sms#StartOnDemandReplicationRun" }, { "target": "com.amazonaws.sms#StopAppReplication" }, { "target": "com.amazonaws.sms#TerminateApp" }, { "target": "com.amazonaws.sms#UpdateApp" }, { "target": "com.amazonaws.sms#UpdateReplicationJob" } ], "traits": { "aws.api#service": { "sdkId": "SMS", "arnNamespace": "sms", "cloudFormationName": "SMS", "cloudTrailEventSource": "sms.amazonaws.com", "endpointPrefix": "sms" }, "aws.auth#sigv4": { "name": "sms" }, "aws.protocols#awsJson1_1": {}, "smithy.api#documentation": "AWS Server Migration Service\n

AWS Server Migration Service (AWS SMS) makes it easier and faster for you to migrate your\n on-premises workloads to AWS. To learn more about AWS SMS, see the following \n resources:

\n ", "smithy.api#title": "AWS Server Migration Service", "smithy.api#xmlNamespace": { "uri": "http://ec2.amazon.com/servermigration/2016-10-24/" } } }, "com.amazonaws.sms#AmiId": { "type": "string" }, "com.amazonaws.sms#AppDescription": { "type": "string" }, "com.amazonaws.sms#AppId": { "type": "string" }, "com.amazonaws.sms#AppIdWithValidation": { "type": "string", "traits": { "smithy.api#pattern": "^app-[0-9a-f]{17}$" } }, "com.amazonaws.sms#AppIds": { "type": "list", "member": { "target": "com.amazonaws.sms#AppId" } }, "com.amazonaws.sms#AppLaunchConfigurationStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "NOT_CONFIGURED", "name": "NotConfigured" }, { "value": "CONFIGURED", "name": "Configured" } ] } }, "com.amazonaws.sms#AppLaunchStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "READY_FOR_CONFIGURATION", "name": "ReadyForConfiguration" }, { "value": "CONFIGURATION_IN_PROGRESS", "name": "ConfigurationInProgress" }, { "value": "CONFIGURATION_INVALID", "name": "ConfigurationInvalid" }, { "value": "READY_FOR_LAUNCH", "name": "ReadyForLaunch" }, { "value": "VALIDATION_IN_PROGRESS", "name": "ValidationInProgress" }, { "value": "LAUNCH_PENDING", "name": "LaunchPending" }, { "value": "LAUNCH_IN_PROGRESS", "name": "LaunchInProgress" }, { "value": "LAUNCHED", "name": "Launched" }, { "value": "PARTIALLY_LAUNCHED", "name": "PartiallyLaunched" }, { "value": "DELTA_LAUNCH_IN_PROGRESS", "name": "DeltaLaunchInProgress" }, { "value": "DELTA_LAUNCH_FAILED", "name": "DeltaLaunchFailed" }, { "value": "LAUNCH_FAILED", "name": "LaunchFailed" }, { "value": "TERMINATE_IN_PROGRESS", "name": "TerminateInProgress" }, { "value": "TERMINATE_FAILED", "name": "TerminateFailed" }, { "value": "TERMINATED", "name": "Terminated" } ] } }, "com.amazonaws.sms#AppLaunchStatusMessage": { "type": "string" }, "com.amazonaws.sms#AppName": { "type": "string" }, "com.amazonaws.sms#AppReplicationConfigurationStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "NOT_CONFIGURED", "name": "NotConfigured" }, { "value": "CONFIGURED", "name": "Configured" } ] } }, "com.amazonaws.sms#AppReplicationStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "READY_FOR_CONFIGURATION", "name": "ReadyForConfiguration" }, { "value": "CONFIGURATION_IN_PROGRESS", "name": "ConfigurationInProgress" }, { "value": "CONFIGURATION_INVALID", "name": "ConfigurationInvalid" }, { "value": "READY_FOR_REPLICATION", "name": "ReadyForReplication" }, { "value": "VALIDATION_IN_PROGRESS", "name": "ValidationInProgress" }, { "value": "REPLICATION_PENDING", "name": "ReplicationPending" }, { "value": "REPLICATION_IN_PROGRESS", "name": "ReplicationInProgress" }, { "value": "REPLICATED", "name": "Replicated" }, { "value": "PARTIALLY_REPLICATED", "name": "PartiallyReplicated" }, { "value": "DELTA_REPLICATION_IN_PROGRESS", "name": "DeltaReplicationInProgress" }, { "value": "DELTA_REPLICATED", "name": "DeltaReplicated" }, { "value": "DELTA_REPLICATION_FAILED", "name": "DeltaReplicationFailed" }, { "value": "REPLICATION_FAILED", "name": "ReplicationFailed" }, { "value": "REPLICATION_STOPPING", "name": "ReplicationStopping" }, { "value": "REPLICATION_STOP_FAILED", "name": "ReplicationStopFailed" }, { "value": "REPLICATION_STOPPED", "name": "ReplicationStopped" } ] } }, "com.amazonaws.sms#AppReplicationStatusMessage": { "type": "string" }, "com.amazonaws.sms#AppStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "CREATING", "name": "Creating" }, { "value": "ACTIVE", "name": "Active" }, { "value": "UPDATING", "name": "Updating" }, { "value": "DELETING", "name": "Deleting" }, { "value": "DELETED", "name": "Deleted" }, { "value": "DELETE_FAILED", "name": "DELETE_FAILED" } ] } }, "com.amazonaws.sms#AppStatusMessage": { "type": "string" }, "com.amazonaws.sms#AppSummary": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppId", "traits": { "smithy.api#documentation": "

The unique ID of the application.

" } }, "importedAppId": { "target": "com.amazonaws.sms#ImportedAppId", "traits": { "smithy.api#documentation": "

The ID of the application.

" } }, "name": { "target": "com.amazonaws.sms#AppName", "traits": { "smithy.api#documentation": "

The name of the application.

" } }, "description": { "target": "com.amazonaws.sms#AppDescription", "traits": { "smithy.api#documentation": "

The description of the application.

" } }, "status": { "target": "com.amazonaws.sms#AppStatus", "traits": { "smithy.api#documentation": "

Status of the application.

" } }, "statusMessage": { "target": "com.amazonaws.sms#AppStatusMessage", "traits": { "smithy.api#documentation": "

A message related to the status of the application

" } }, "replicationConfigurationStatus": { "target": "com.amazonaws.sms#AppReplicationConfigurationStatus", "traits": { "smithy.api#documentation": "

Status of the replication configuration.

" } }, "replicationStatus": { "target": "com.amazonaws.sms#AppReplicationStatus", "traits": { "smithy.api#documentation": "

The replication status of the application.

" } }, "replicationStatusMessage": { "target": "com.amazonaws.sms#AppReplicationStatusMessage", "traits": { "smithy.api#documentation": "

A message related to the replication status of the application.

" } }, "latestReplicationTime": { "target": "com.amazonaws.sms#Timestamp", "traits": { "smithy.api#documentation": "

The timestamp of the application's most recent successful replication.

" } }, "launchConfigurationStatus": { "target": "com.amazonaws.sms#AppLaunchConfigurationStatus", "traits": { "smithy.api#documentation": "

Status of the launch configuration.

" } }, "launchStatus": { "target": "com.amazonaws.sms#AppLaunchStatus", "traits": { "smithy.api#documentation": "

The launch status of the application.

" } }, "launchStatusMessage": { "target": "com.amazonaws.sms#AppLaunchStatusMessage", "traits": { "smithy.api#documentation": "

A message related to the launch status of the application.

" } }, "launchDetails": { "target": "com.amazonaws.sms#LaunchDetails", "traits": { "smithy.api#documentation": "

Details about the latest launch of the application.

" } }, "creationTime": { "target": "com.amazonaws.sms#Timestamp", "traits": { "smithy.api#documentation": "

The creation time of the application.

" } }, "lastModified": { "target": "com.amazonaws.sms#Timestamp", "traits": { "smithy.api#documentation": "

The last modified time of the application.

" } }, "roleName": { "target": "com.amazonaws.sms#RoleName", "traits": { "smithy.api#documentation": "

The name of the service role in the customer's account used by AWS SMS.

" } }, "totalServerGroups": { "target": "com.amazonaws.sms#TotalServerGroups", "traits": { "smithy.api#documentation": "

The number of server groups present in the application.

" } }, "totalServers": { "target": "com.amazonaws.sms#TotalServers", "traits": { "smithy.api#documentation": "

The number of servers present in the application.

" } } }, "traits": { "smithy.api#documentation": "

Information about the application.

" } }, "com.amazonaws.sms#AppValidationConfiguration": { "type": "structure", "members": { "validationId": { "target": "com.amazonaws.sms#ValidationId", "traits": { "smithy.api#documentation": "

The ID of the validation.

" } }, "name": { "target": "com.amazonaws.sms#NonEmptyStringWithMaxLen255", "traits": { "smithy.api#documentation": "

The name of the configuration.

" } }, "appValidationStrategy": { "target": "com.amazonaws.sms#AppValidationStrategy", "traits": { "smithy.api#documentation": "

The validation strategy.

" } }, "ssmValidationParameters": { "target": "com.amazonaws.sms#SSMValidationParameters", "traits": { "smithy.api#documentation": "

The validation parameters.

" } } }, "traits": { "smithy.api#documentation": "

Configuration for validating an application.

" } }, "com.amazonaws.sms#AppValidationConfigurations": { "type": "list", "member": { "target": "com.amazonaws.sms#AppValidationConfiguration" } }, "com.amazonaws.sms#AppValidationOutput": { "type": "structure", "members": { "ssmOutput": { "target": "com.amazonaws.sms#SSMOutput", "traits": { "smithy.api#documentation": "

Output from using SSM to validate the application.

" } } }, "traits": { "smithy.api#documentation": "

Output from validating an application.

" } }, "com.amazonaws.sms#AppValidationStrategy": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "SSM", "name": "SSM" } ] } }, "com.amazonaws.sms#Apps": { "type": "list", "member": { "target": "com.amazonaws.sms#AppSummary" } }, "com.amazonaws.sms#AssociatePublicIpAddress": { "type": "boolean", "traits": { "smithy.api#box": {} } }, "com.amazonaws.sms#AutoLaunch": { "type": "boolean", "traits": { "smithy.api#box": {} } }, "com.amazonaws.sms#BucketName": { "type": "string" }, "com.amazonaws.sms#ClientToken": { "type": "string" }, "com.amazonaws.sms#Command": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 64000 } } }, "com.amazonaws.sms#Connector": { "type": "structure", "members": { "connectorId": { "target": "com.amazonaws.sms#ConnectorId", "traits": { "smithy.api#documentation": "

The ID of the connector.

" } }, "version": { "target": "com.amazonaws.sms#ConnectorVersion", "traits": { "smithy.api#documentation": "

The connector version.

" } }, "status": { "target": "com.amazonaws.sms#ConnectorStatus", "traits": { "smithy.api#documentation": "

The status of the connector.

" } }, "capabilityList": { "target": "com.amazonaws.sms#ConnectorCapabilityList", "traits": { "smithy.api#documentation": "

The capabilities of the connector.

" } }, "vmManagerName": { "target": "com.amazonaws.sms#VmManagerName", "traits": { "smithy.api#documentation": "

The name of the VM manager.

" } }, "vmManagerType": { "target": "com.amazonaws.sms#VmManagerType", "traits": { "smithy.api#documentation": "

The VM management product.

" } }, "vmManagerId": { "target": "com.amazonaws.sms#VmManagerId", "traits": { "smithy.api#documentation": "

The ID of the VM manager.

" } }, "ipAddress": { "target": "com.amazonaws.sms#IpAddress", "traits": { "smithy.api#documentation": "

The IP address of the connector.

" } }, "macAddress": { "target": "com.amazonaws.sms#MacAddress", "traits": { "smithy.api#documentation": "

The MAC address of the connector.

" } }, "associatedOn": { "target": "com.amazonaws.sms#Timestamp", "traits": { "smithy.api#documentation": "

The time the connector was associated.

" } } }, "traits": { "smithy.api#documentation": "

Represents a connector.

" } }, "com.amazonaws.sms#ConnectorCapability": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "VSPHERE", "name": "vSphere" }, { "value": "SCVMM", "name": "scvmm" }, { "value": "HYPERV-MANAGER", "name": "hyperVManager" }, { "value": "SNAPSHOT_BATCHING", "name": "snapshotBatching" }, { "value": "SMS_OPTIMIZED", "name": "smsOptimized" } ] } }, "com.amazonaws.sms#ConnectorCapabilityList": { "type": "list", "member": { "target": "com.amazonaws.sms#ConnectorCapability", "traits": { "smithy.api#xmlName": "item" } } }, "com.amazonaws.sms#ConnectorId": { "type": "string" }, "com.amazonaws.sms#ConnectorList": { "type": "list", "member": { "target": "com.amazonaws.sms#Connector", "traits": { "smithy.api#xmlName": "item" } } }, "com.amazonaws.sms#ConnectorStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "HEALTHY", "name": "Healthy" }, { "value": "UNHEALTHY", "name": "Unhealthy" } ] } }, "com.amazonaws.sms#ConnectorVersion": { "type": "string" }, "com.amazonaws.sms#CreateApp": { "type": "operation", "input": { "target": "com.amazonaws.sms#CreateAppRequest" }, "output": { "target": "com.amazonaws.sms#CreateAppResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Creates an application. An application consists of one or more server groups. Each\n server group contain one or more servers.

" } }, "com.amazonaws.sms#CreateAppRequest": { "type": "structure", "members": { "name": { "target": "com.amazonaws.sms#AppName", "traits": { "smithy.api#documentation": "

The name of the new application.

" } }, "description": { "target": "com.amazonaws.sms#AppDescription", "traits": { "smithy.api#documentation": "

The description of the new application

" } }, "roleName": { "target": "com.amazonaws.sms#RoleName", "traits": { "smithy.api#documentation": "

The name of the service role in the customer's account to be used by AWS SMS.

" } }, "clientToken": { "target": "com.amazonaws.sms#ClientToken", "traits": { "smithy.api#documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of\n application creation.

" } }, "serverGroups": { "target": "com.amazonaws.sms#ServerGroups", "traits": { "smithy.api#documentation": "

The server groups to include in the application.

" } }, "tags": { "target": "com.amazonaws.sms#Tags", "traits": { "smithy.api#documentation": "

The tags to be associated with the application.

" } } } }, "com.amazonaws.sms#CreateAppResponse": { "type": "structure", "members": { "appSummary": { "target": "com.amazonaws.sms#AppSummary", "traits": { "smithy.api#documentation": "

A summary description of the application.

" } }, "serverGroups": { "target": "com.amazonaws.sms#ServerGroups", "traits": { "smithy.api#documentation": "

The server groups included in the application.

" } }, "tags": { "target": "com.amazonaws.sms#Tags", "traits": { "smithy.api#documentation": "

The tags associated with the application.

" } } } }, "com.amazonaws.sms#CreateReplicationJob": { "type": "operation", "input": { "target": "com.amazonaws.sms#CreateReplicationJobRequest" }, "output": { "target": "com.amazonaws.sms#CreateReplicationJobResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#NoConnectorsAvailableException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#ReplicationJobAlreadyExistsException" }, { "target": "com.amazonaws.sms#ServerCannotBeReplicatedException" }, { "target": "com.amazonaws.sms#TemporarilyUnavailableException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Creates a replication job. The replication job schedules periodic replication runs\n to replicate your server to AWS. Each replication run creates an Amazon Machine Image\n (AMI).

" } }, "com.amazonaws.sms#CreateReplicationJobRequest": { "type": "structure", "members": { "serverId": { "target": "com.amazonaws.sms#ServerId", "traits": { "smithy.api#documentation": "

The ID of the server.

", "smithy.api#required": {} } }, "seedReplicationTime": { "target": "com.amazonaws.sms#Timestamp", "traits": { "smithy.api#documentation": "

The seed replication time.

", "smithy.api#required": {} } }, "frequency": { "target": "com.amazonaws.sms#Frequency", "traits": { "smithy.api#documentation": "

The time between consecutive replication runs, in hours.

" } }, "runOnce": { "target": "com.amazonaws.sms#RunOnce", "traits": { "smithy.api#documentation": "

Indicates whether to run the replication job one time.

" } }, "licenseType": { "target": "com.amazonaws.sms#LicenseType", "traits": { "smithy.api#documentation": "

The license type to be used for the AMI created by a successful replication\n run.

" } }, "roleName": { "target": "com.amazonaws.sms#RoleName", "traits": { "smithy.api#documentation": "

The name of the IAM role to be used by the AWS SMS.

" } }, "description": { "target": "com.amazonaws.sms#Description", "traits": { "smithy.api#documentation": "

The description of the replication job.

" } }, "numberOfRecentAmisToKeep": { "target": "com.amazonaws.sms#NumberOfRecentAmisToKeep", "traits": { "smithy.api#documentation": "

The maximum number of SMS-created AMIs to retain. The oldest is deleted after the\n maximum number is reached and a new AMI is created.

" } }, "encrypted": { "target": "com.amazonaws.sms#Encrypted", "traits": { "smithy.api#documentation": "

Indicates whether the replication job produces encrypted AMIs.

" } }, "kmsKeyId": { "target": "com.amazonaws.sms#KmsKeyId", "traits": { "smithy.api#documentation": "

The ID of the KMS key for replication jobs that produce encrypted AMIs. \n This value can be any of the following:

\n \n

If encrypted is true but a KMS key ID is not specified, the\n customer's default KMS key for Amazon EBS is used.

" } } } }, "com.amazonaws.sms#CreateReplicationJobResponse": { "type": "structure", "members": { "replicationJobId": { "target": "com.amazonaws.sms#ReplicationJobId", "traits": { "smithy.api#documentation": "

The unique identifier of the replication job.

" } } } }, "com.amazonaws.sms#DeleteApp": { "type": "operation", "input": { "target": "com.amazonaws.sms#DeleteAppRequest" }, "output": { "target": "com.amazonaws.sms#DeleteAppResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Deletes the specified application. Optionally deletes the launched stack associated with\n the application and all AWS SMS replication jobs for servers in the application.

" } }, "com.amazonaws.sms#DeleteAppLaunchConfiguration": { "type": "operation", "input": { "target": "com.amazonaws.sms#DeleteAppLaunchConfigurationRequest" }, "output": { "target": "com.amazonaws.sms#DeleteAppLaunchConfigurationResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Deletes the launch configuration for the specified application.

" } }, "com.amazonaws.sms#DeleteAppLaunchConfigurationRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppId", "traits": { "smithy.api#documentation": "

The ID of the application.

" } } } }, "com.amazonaws.sms#DeleteAppLaunchConfigurationResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#DeleteAppReplicationConfiguration": { "type": "operation", "input": { "target": "com.amazonaws.sms#DeleteAppReplicationConfigurationRequest" }, "output": { "target": "com.amazonaws.sms#DeleteAppReplicationConfigurationResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Deletes the replication configuration for the specified application.

" } }, "com.amazonaws.sms#DeleteAppReplicationConfigurationRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppId", "traits": { "smithy.api#documentation": "

The ID of the application.

" } } } }, "com.amazonaws.sms#DeleteAppReplicationConfigurationResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#DeleteAppRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppId", "traits": { "smithy.api#documentation": "

The ID of the application.

" } }, "forceStopAppReplication": { "target": "com.amazonaws.sms#ForceStopAppReplication", "traits": { "smithy.api#documentation": "

Indicates whether to stop all replication jobs corresponding to the servers\n in the application while deleting the application.

" } }, "forceTerminateApp": { "target": "com.amazonaws.sms#ForceTerminateApp", "traits": { "smithy.api#documentation": "

Indicates whether to terminate the stack corresponding to the\n application while deleting the application.

" } } } }, "com.amazonaws.sms#DeleteAppResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#DeleteAppValidationConfiguration": { "type": "operation", "input": { "target": "com.amazonaws.sms#DeleteAppValidationConfigurationRequest" }, "output": { "target": "com.amazonaws.sms#DeleteAppValidationConfigurationResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Deletes the validation configuration for the specified application.

" } }, "com.amazonaws.sms#DeleteAppValidationConfigurationRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppIdWithValidation", "traits": { "smithy.api#documentation": "

The ID of the application.

", "smithy.api#required": {} } } } }, "com.amazonaws.sms#DeleteAppValidationConfigurationResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#DeleteReplicationJob": { "type": "operation", "input": { "target": "com.amazonaws.sms#DeleteReplicationJobRequest" }, "output": { "target": "com.amazonaws.sms#DeleteReplicationJobResponse" }, "errors": [ { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#ReplicationJobNotFoundException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Deletes the specified replication job.

\n

After you delete a replication job, there are no further replication runs. AWS\n deletes the contents of the Amazon S3 bucket used to store AWS SMS artifacts. The AMIs created\n by the replication runs are not deleted.

" } }, "com.amazonaws.sms#DeleteReplicationJobRequest": { "type": "structure", "members": { "replicationJobId": { "target": "com.amazonaws.sms#ReplicationJobId", "traits": { "smithy.api#documentation": "

The ID of the replication job.

", "smithy.api#required": {} } } } }, "com.amazonaws.sms#DeleteReplicationJobResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#DeleteServerCatalog": { "type": "operation", "input": { "target": "com.amazonaws.sms#DeleteServerCatalogRequest" }, "output": { "target": "com.amazonaws.sms#DeleteServerCatalogResponse" }, "errors": [ { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Deletes all servers from your server catalog.

" } }, "com.amazonaws.sms#DeleteServerCatalogRequest": { "type": "structure", "members": {} }, "com.amazonaws.sms#DeleteServerCatalogResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#Description": { "type": "string" }, "com.amazonaws.sms#DisassociateConnector": { "type": "operation", "input": { "target": "com.amazonaws.sms#DisassociateConnectorRequest" }, "output": { "target": "com.amazonaws.sms#DisassociateConnectorResponse" }, "errors": [ { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Disassociates the specified connector from AWS SMS.

\n

After you disassociate a connector, it is no longer available to support\n replication jobs.

" } }, "com.amazonaws.sms#DisassociateConnectorRequest": { "type": "structure", "members": { "connectorId": { "target": "com.amazonaws.sms#ConnectorId", "traits": { "smithy.api#documentation": "

The ID of the connector.

", "smithy.api#required": {} } } } }, "com.amazonaws.sms#DisassociateConnectorResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#DryRunOperationException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sms#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The user has the required permissions, so the request would have succeeded, \n but a dry run was performed.

", "smithy.api#error": "client", "smithy.api#httpError": 412 } }, "com.amazonaws.sms#EC2KeyName": { "type": "string" }, "com.amazonaws.sms#Encrypted": { "type": "boolean", "traits": { "smithy.api#box": {} } }, "com.amazonaws.sms#ErrorMessage": { "type": "string" }, "com.amazonaws.sms#ExecutionTimeoutSeconds": { "type": "integer", "traits": { "smithy.api#range": { "min": 60, "max": 28800 } } }, "com.amazonaws.sms#ForceStopAppReplication": { "type": "boolean", "traits": { "smithy.api#box": {} } }, "com.amazonaws.sms#ForceTerminateApp": { "type": "boolean", "traits": { "smithy.api#box": {} } }, "com.amazonaws.sms#Frequency": { "type": "integer", "traits": { "smithy.api#box": {} } }, "com.amazonaws.sms#GenerateChangeSet": { "type": "operation", "input": { "target": "com.amazonaws.sms#GenerateChangeSetRequest" }, "output": { "target": "com.amazonaws.sms#GenerateChangeSetResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Generates a target change set for a currently launched stack and writes it to an Amazon S3\n object in the customer’s Amazon S3 bucket.

" } }, "com.amazonaws.sms#GenerateChangeSetRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppId", "traits": { "smithy.api#documentation": "

The ID of the application associated with the change set.

" } }, "changesetFormat": { "target": "com.amazonaws.sms#OutputFormat", "traits": { "smithy.api#documentation": "

The format for the change set.

" } } } }, "com.amazonaws.sms#GenerateChangeSetResponse": { "type": "structure", "members": { "s3Location": { "target": "com.amazonaws.sms#S3Location", "traits": { "smithy.api#documentation": "

The location of the Amazon S3 object.

" } } } }, "com.amazonaws.sms#GenerateTemplate": { "type": "operation", "input": { "target": "com.amazonaws.sms#GenerateTemplateRequest" }, "output": { "target": "com.amazonaws.sms#GenerateTemplateResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Generates an AWS CloudFormation template based on the current launch configuration and writes it to\n an Amazon S3 object in the customer’s Amazon S3 bucket.

" } }, "com.amazonaws.sms#GenerateTemplateRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppId", "traits": { "smithy.api#documentation": "

The ID of the application associated with the AWS CloudFormation template.

" } }, "templateFormat": { "target": "com.amazonaws.sms#OutputFormat", "traits": { "smithy.api#documentation": "

The format for generating the AWS CloudFormation template.

" } } } }, "com.amazonaws.sms#GenerateTemplateResponse": { "type": "structure", "members": { "s3Location": { "target": "com.amazonaws.sms#S3Location", "traits": { "smithy.api#documentation": "

The location of the Amazon S3 object.

" } } } }, "com.amazonaws.sms#GetApp": { "type": "operation", "input": { "target": "com.amazonaws.sms#GetAppRequest" }, "output": { "target": "com.amazonaws.sms#GetAppResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Retrieve information about the specified application.

" } }, "com.amazonaws.sms#GetAppLaunchConfiguration": { "type": "operation", "input": { "target": "com.amazonaws.sms#GetAppLaunchConfigurationRequest" }, "output": { "target": "com.amazonaws.sms#GetAppLaunchConfigurationResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Retrieves the application launch configuration associated with the specified application.

" } }, "com.amazonaws.sms#GetAppLaunchConfigurationRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppId", "traits": { "smithy.api#documentation": "

The ID of the application.

" } } } }, "com.amazonaws.sms#GetAppLaunchConfigurationResponse": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppId", "traits": { "smithy.api#documentation": "

The ID of the application.

" } }, "roleName": { "target": "com.amazonaws.sms#RoleName", "traits": { "smithy.api#documentation": "

The name of the service role in the customer's account that AWS CloudFormation uses to launch the\n application.

" } }, "autoLaunch": { "target": "com.amazonaws.sms#AutoLaunch", "traits": { "smithy.api#documentation": "

Indicates whether the application is configured to launch automatically after replication is complete.

" } }, "serverGroupLaunchConfigurations": { "target": "com.amazonaws.sms#ServerGroupLaunchConfigurations", "traits": { "smithy.api#documentation": "

The launch configurations for server groups in this application.

" } } } }, "com.amazonaws.sms#GetAppReplicationConfiguration": { "type": "operation", "input": { "target": "com.amazonaws.sms#GetAppReplicationConfigurationRequest" }, "output": { "target": "com.amazonaws.sms#GetAppReplicationConfigurationResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Retrieves the application replication configuration associated with the specified\n application.

" } }, "com.amazonaws.sms#GetAppReplicationConfigurationRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppId", "traits": { "smithy.api#documentation": "

The ID of the application.

" } } } }, "com.amazonaws.sms#GetAppReplicationConfigurationResponse": { "type": "structure", "members": { "serverGroupReplicationConfigurations": { "target": "com.amazonaws.sms#ServerGroupReplicationConfigurations", "traits": { "smithy.api#documentation": "

The replication configurations associated with server groups in this application.

" } } } }, "com.amazonaws.sms#GetAppRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppId", "traits": { "smithy.api#documentation": "

The ID of the application.

" } } } }, "com.amazonaws.sms#GetAppResponse": { "type": "structure", "members": { "appSummary": { "target": "com.amazonaws.sms#AppSummary", "traits": { "smithy.api#documentation": "

Information about the application.

" } }, "serverGroups": { "target": "com.amazonaws.sms#ServerGroups", "traits": { "smithy.api#documentation": "

The server groups that belong to the application.

" } }, "tags": { "target": "com.amazonaws.sms#Tags", "traits": { "smithy.api#documentation": "

The tags associated with the application.

" } } } }, "com.amazonaws.sms#GetAppValidationConfiguration": { "type": "operation", "input": { "target": "com.amazonaws.sms#GetAppValidationConfigurationRequest" }, "output": { "target": "com.amazonaws.sms#GetAppValidationConfigurationResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Retrieves information about a configuration for validating an application.

" } }, "com.amazonaws.sms#GetAppValidationConfigurationRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppIdWithValidation", "traits": { "smithy.api#documentation": "

The ID of the application.

", "smithy.api#required": {} } } } }, "com.amazonaws.sms#GetAppValidationConfigurationResponse": { "type": "structure", "members": { "appValidationConfigurations": { "target": "com.amazonaws.sms#AppValidationConfigurations", "traits": { "smithy.api#documentation": "

The configuration for application validation.

" } }, "serverGroupValidationConfigurations": { "target": "com.amazonaws.sms#ServerGroupValidationConfigurations", "traits": { "smithy.api#documentation": "

The configuration for instance validation.

" } } } }, "com.amazonaws.sms#GetAppValidationOutput": { "type": "operation", "input": { "target": "com.amazonaws.sms#GetAppValidationOutputRequest" }, "output": { "target": "com.amazonaws.sms#GetAppValidationOutputResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Retrieves output from validating an application.

" } }, "com.amazonaws.sms#GetAppValidationOutputRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppIdWithValidation", "traits": { "smithy.api#documentation": "

The ID of the application.

", "smithy.api#required": {} } } } }, "com.amazonaws.sms#GetAppValidationOutputResponse": { "type": "structure", "members": { "validationOutputList": { "target": "com.amazonaws.sms#ValidationOutputList", "traits": { "smithy.api#documentation": "

The validation output.

" } } } }, "com.amazonaws.sms#GetConnectors": { "type": "operation", "input": { "target": "com.amazonaws.sms#GetConnectorsRequest" }, "output": { "target": "com.amazonaws.sms#GetConnectorsResponse" }, "errors": [ { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Describes the connectors registered with the AWS SMS.

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "connectorList", "pageSize": "maxResults" } } }, "com.amazonaws.sms#GetConnectorsRequest": { "type": "structure", "members": { "nextToken": { "target": "com.amazonaws.sms#NextToken", "traits": { "smithy.api#documentation": "

The token for the next set of results.

" } }, "maxResults": { "target": "com.amazonaws.sms#MaxResults", "traits": { "smithy.api#documentation": "

The maximum number of results to return in a single call. The default value is 50.\n To retrieve the remaining results, make another call with the returned\n NextToken value.

" } } } }, "com.amazonaws.sms#GetConnectorsResponse": { "type": "structure", "members": { "connectorList": { "target": "com.amazonaws.sms#ConnectorList", "traits": { "smithy.api#documentation": "

Information about the registered connectors.

" } }, "nextToken": { "target": "com.amazonaws.sms#NextToken", "traits": { "smithy.api#documentation": "

The token required to retrieve the next set of results. This value is null when\n there are no more results to return.

" } } } }, "com.amazonaws.sms#GetReplicationJobs": { "type": "operation", "input": { "target": "com.amazonaws.sms#GetReplicationJobsRequest" }, "output": { "target": "com.amazonaws.sms#GetReplicationJobsResponse" }, "errors": [ { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Describes the specified replication job or all of your replication jobs.

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "replicationJobList", "pageSize": "maxResults" } } }, "com.amazonaws.sms#GetReplicationJobsRequest": { "type": "structure", "members": { "replicationJobId": { "target": "com.amazonaws.sms#ReplicationJobId", "traits": { "smithy.api#documentation": "

The ID of the replication job.

" } }, "nextToken": { "target": "com.amazonaws.sms#NextToken", "traits": { "smithy.api#documentation": "

The token for the next set of results.

" } }, "maxResults": { "target": "com.amazonaws.sms#MaxResults", "traits": { "smithy.api#documentation": "

The maximum number of results to return in a single call. The default value is 50.\n To retrieve the remaining results, make another call with the returned\n NextToken value.

" } } } }, "com.amazonaws.sms#GetReplicationJobsResponse": { "type": "structure", "members": { "replicationJobList": { "target": "com.amazonaws.sms#ReplicationJobList", "traits": { "smithy.api#documentation": "

Information about the replication jobs.

" } }, "nextToken": { "target": "com.amazonaws.sms#NextToken", "traits": { "smithy.api#documentation": "

The token required to retrieve the next set of results. This value is null when\n there are no more results to return.

" } } } }, "com.amazonaws.sms#GetReplicationRuns": { "type": "operation", "input": { "target": "com.amazonaws.sms#GetReplicationRunsRequest" }, "output": { "target": "com.amazonaws.sms#GetReplicationRunsResponse" }, "errors": [ { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Describes the replication runs for the specified replication job.

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "replicationRunList", "pageSize": "maxResults" } } }, "com.amazonaws.sms#GetReplicationRunsRequest": { "type": "structure", "members": { "replicationJobId": { "target": "com.amazonaws.sms#ReplicationJobId", "traits": { "smithy.api#documentation": "

The ID of the replication job.

", "smithy.api#required": {} } }, "nextToken": { "target": "com.amazonaws.sms#NextToken", "traits": { "smithy.api#documentation": "

The token for the next set of results.

" } }, "maxResults": { "target": "com.amazonaws.sms#MaxResults", "traits": { "smithy.api#documentation": "

The maximum number of results to return in a single call. The default value is 50.\n To retrieve the remaining results, make another call with the returned\n NextToken value.

" } } } }, "com.amazonaws.sms#GetReplicationRunsResponse": { "type": "structure", "members": { "replicationJob": { "target": "com.amazonaws.sms#ReplicationJob", "traits": { "smithy.api#documentation": "

Information about the replication job.

" } }, "replicationRunList": { "target": "com.amazonaws.sms#ReplicationRunList", "traits": { "smithy.api#documentation": "

Information about the replication runs.

" } }, "nextToken": { "target": "com.amazonaws.sms#NextToken", "traits": { "smithy.api#documentation": "

The token required to retrieve the next set of results. This value is null when\n there are no more results to return.

" } } } }, "com.amazonaws.sms#GetServers": { "type": "operation", "input": { "target": "com.amazonaws.sms#GetServersRequest" }, "output": { "target": "com.amazonaws.sms#GetServersResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Describes the servers in your server catalog.

\n

Before you can describe your servers, you must import them using ImportServerCatalog.

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "serverList", "pageSize": "maxResults" } } }, "com.amazonaws.sms#GetServersRequest": { "type": "structure", "members": { "nextToken": { "target": "com.amazonaws.sms#NextToken", "traits": { "smithy.api#documentation": "

The token for the next set of results.

" } }, "maxResults": { "target": "com.amazonaws.sms#MaxResults", "traits": { "smithy.api#documentation": "

The maximum number of results to return in a single call. The default value is 50.\n To retrieve the remaining results, make another call with the returned\n NextToken value.

" } }, "vmServerAddressList": { "target": "com.amazonaws.sms#VmServerAddressList", "traits": { "smithy.api#documentation": "

The server addresses.

" } } } }, "com.amazonaws.sms#GetServersResponse": { "type": "structure", "members": { "lastModifiedOn": { "target": "com.amazonaws.sms#Timestamp", "traits": { "smithy.api#documentation": "

The time when the server was last modified.

" } }, "serverCatalogStatus": { "target": "com.amazonaws.sms#ServerCatalogStatus", "traits": { "smithy.api#documentation": "

The status of the server catalog.

" } }, "serverList": { "target": "com.amazonaws.sms#ServerList", "traits": { "smithy.api#documentation": "

Information about the servers.

" } }, "nextToken": { "target": "com.amazonaws.sms#NextToken", "traits": { "smithy.api#documentation": "

The token required to retrieve the next set of results. This value is null when\n there are no more results to return.

" } } } }, "com.amazonaws.sms#ImportAppCatalog": { "type": "operation", "input": { "target": "com.amazonaws.sms#ImportAppCatalogRequest" }, "output": { "target": "com.amazonaws.sms#ImportAppCatalogResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Allows application import from AWS Migration Hub.

" } }, "com.amazonaws.sms#ImportAppCatalogRequest": { "type": "structure", "members": { "roleName": { "target": "com.amazonaws.sms#RoleName", "traits": { "smithy.api#documentation": "

The name of the service role. If you omit this parameter, we create a service-linked role\n for AWS Migration Hub in your account. Otherwise, the role that you provide must have the policy\n and trust policy described in the AWS Migration Hub User Guide.

" } } } }, "com.amazonaws.sms#ImportAppCatalogResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#ImportServerCatalog": { "type": "operation", "input": { "target": "com.amazonaws.sms#ImportServerCatalogRequest" }, "output": { "target": "com.amazonaws.sms#ImportServerCatalogResponse" }, "errors": [ { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#NoConnectorsAvailableException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Gathers a complete list of on-premises servers. Connectors must be installed and\n monitoring all servers to import.

\n

This call returns immediately, but might take additional time to retrieve all the\n servers.

" } }, "com.amazonaws.sms#ImportServerCatalogRequest": { "type": "structure", "members": {} }, "com.amazonaws.sms#ImportServerCatalogResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#ImportedAppId": { "type": "string" }, "com.amazonaws.sms#InstanceId": { "type": "string", "traits": { "smithy.api#pattern": "(^i-(\\w{8}|\\w{17})$)|(^mi-\\w{17}$)" } }, "com.amazonaws.sms#InstanceType": { "type": "string" }, "com.amazonaws.sms#InternalError": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sms#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

An internal error occurred.

", "smithy.api#error": "server", "smithy.api#httpError": 500 } }, "com.amazonaws.sms#InvalidParameterException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sms#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

A specified parameter is not valid.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.sms#IpAddress": { "type": "string" }, "com.amazonaws.sms#KmsKeyId": { "type": "string" }, "com.amazonaws.sms#LaunchApp": { "type": "operation", "input": { "target": "com.amazonaws.sms#LaunchAppRequest" }, "output": { "target": "com.amazonaws.sms#LaunchAppResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Launches the specified application as a stack in AWS CloudFormation.

" } }, "com.amazonaws.sms#LaunchAppRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppId", "traits": { "smithy.api#documentation": "

The ID of the application.

" } } } }, "com.amazonaws.sms#LaunchAppResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#LaunchDetails": { "type": "structure", "members": { "latestLaunchTime": { "target": "com.amazonaws.sms#Timestamp", "traits": { "smithy.api#documentation": "

The latest time that this application was launched successfully.

" } }, "stackName": { "target": "com.amazonaws.sms#StackName", "traits": { "smithy.api#documentation": "

The name of the latest stack launched for this application.

" } }, "stackId": { "target": "com.amazonaws.sms#StackId", "traits": { "smithy.api#documentation": "

The ID of the latest stack launched for this application.

" } } }, "traits": { "smithy.api#documentation": "

Details about the latest launch of an application.

" } }, "com.amazonaws.sms#LaunchOrder": { "type": "integer", "traits": { "smithy.api#box": {} } }, "com.amazonaws.sms#LicenseType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "AWS", "name": "AWS" }, { "value": "BYOL", "name": "BYOL" } ] } }, "com.amazonaws.sms#ListApps": { "type": "operation", "input": { "target": "com.amazonaws.sms#ListAppsRequest" }, "output": { "target": "com.amazonaws.sms#ListAppsResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Retrieves summaries for all applications.

" } }, "com.amazonaws.sms#ListAppsRequest": { "type": "structure", "members": { "appIds": { "target": "com.amazonaws.sms#AppIds", "traits": { "smithy.api#documentation": "

The unique application IDs.

" } }, "nextToken": { "target": "com.amazonaws.sms#NextToken", "traits": { "smithy.api#documentation": "

The token for the next set of results.

" } }, "maxResults": { "target": "com.amazonaws.sms#MaxResults", "traits": { "smithy.api#documentation": "

The maximum number of results to return in a single call. The default value is 100. To\n retrieve the remaining results, make another call with the returned\n NextToken value.

" } } } }, "com.amazonaws.sms#ListAppsResponse": { "type": "structure", "members": { "apps": { "target": "com.amazonaws.sms#Apps", "traits": { "smithy.api#documentation": "

The application summaries.

" } }, "nextToken": { "target": "com.amazonaws.sms#NextToken", "traits": { "smithy.api#documentation": "

The token required to retrieve the next set of results. This value is null when there\n are no more results to return.

" } } } }, "com.amazonaws.sms#LogicalId": { "type": "string" }, "com.amazonaws.sms#MacAddress": { "type": "string" }, "com.amazonaws.sms#MaxResults": { "type": "integer", "traits": { "smithy.api#box": {} } }, "com.amazonaws.sms#MissingRequiredParameterException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sms#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

A required parameter is missing.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.sms#NextToken": { "type": "string" }, "com.amazonaws.sms#NoConnectorsAvailableException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sms#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

There are no connectors available.

", "smithy.api#error": "client", "smithy.api#httpError": 430 } }, "com.amazonaws.sms#NonEmptyStringWithMaxLen255": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 255 }, "smithy.api#pattern": "^[\\S]+$" } }, "com.amazonaws.sms#NotificationContext": { "type": "structure", "members": { "validationId": { "target": "com.amazonaws.sms#ValidationId", "traits": { "smithy.api#documentation": "

The ID of the validation.

" } }, "status": { "target": "com.amazonaws.sms#ValidationStatus", "traits": { "smithy.api#documentation": "

The status of the validation.

" } }, "statusMessage": { "target": "com.amazonaws.sms#ValidationStatusMessage", "traits": { "smithy.api#documentation": "

The status message.

" } } }, "traits": { "smithy.api#documentation": "

Contains the status of validating an application.

" } }, "com.amazonaws.sms#NotifyAppValidationOutput": { "type": "operation", "input": { "target": "com.amazonaws.sms#NotifyAppValidationOutputRequest" }, "output": { "target": "com.amazonaws.sms#NotifyAppValidationOutputResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Provides information to AWS SMS about whether application validation is successful.

" } }, "com.amazonaws.sms#NotifyAppValidationOutputRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppIdWithValidation", "traits": { "smithy.api#documentation": "

The ID of the application.

", "smithy.api#required": {} } }, "notificationContext": { "target": "com.amazonaws.sms#NotificationContext", "traits": { "smithy.api#documentation": "

The notification information.

" } } } }, "com.amazonaws.sms#NotifyAppValidationOutputResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#NumberOfRecentAmisToKeep": { "type": "integer", "traits": { "smithy.api#box": {} } }, "com.amazonaws.sms#OperationNotPermittedException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sms#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

This operation is not allowed.

", "smithy.api#error": "client", "smithy.api#httpError": 403 } }, "com.amazonaws.sms#OutputFormat": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "JSON", "name": "JSON" }, { "value": "YAML", "name": "YAML" } ] } }, "com.amazonaws.sms#PutAppLaunchConfiguration": { "type": "operation", "input": { "target": "com.amazonaws.sms#PutAppLaunchConfigurationRequest" }, "output": { "target": "com.amazonaws.sms#PutAppLaunchConfigurationResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Creates or updates the launch configuration for the specified application.

" } }, "com.amazonaws.sms#PutAppLaunchConfigurationRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppId", "traits": { "smithy.api#documentation": "

The ID of the application.

" } }, "roleName": { "target": "com.amazonaws.sms#RoleName", "traits": { "smithy.api#documentation": "

The name of service role in the customer's account that AWS CloudFormation uses to launch the\n application.

" } }, "autoLaunch": { "target": "com.amazonaws.sms#AutoLaunch", "traits": { "smithy.api#documentation": "

Indicates whether the application is configured to launch automatically after replication is complete.

" } }, "serverGroupLaunchConfigurations": { "target": "com.amazonaws.sms#ServerGroupLaunchConfigurations", "traits": { "smithy.api#documentation": "

Information about the launch configurations for server groups in the application.

" } } } }, "com.amazonaws.sms#PutAppLaunchConfigurationResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#PutAppReplicationConfiguration": { "type": "operation", "input": { "target": "com.amazonaws.sms#PutAppReplicationConfigurationRequest" }, "output": { "target": "com.amazonaws.sms#PutAppReplicationConfigurationResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Creates or updates the replication configuration for the specified application.

" } }, "com.amazonaws.sms#PutAppReplicationConfigurationRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppId", "traits": { "smithy.api#documentation": "

The ID of the application.

" } }, "serverGroupReplicationConfigurations": { "target": "com.amazonaws.sms#ServerGroupReplicationConfigurations", "traits": { "smithy.api#documentation": "

Information about the replication configurations for server groups in the application.

" } } } }, "com.amazonaws.sms#PutAppReplicationConfigurationResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#PutAppValidationConfiguration": { "type": "operation", "input": { "target": "com.amazonaws.sms#PutAppValidationConfigurationRequest" }, "output": { "target": "com.amazonaws.sms#PutAppValidationConfigurationResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Creates or updates a validation configuration for the specified application.

" } }, "com.amazonaws.sms#PutAppValidationConfigurationRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppIdWithValidation", "traits": { "smithy.api#documentation": "

The ID of the application.

", "smithy.api#required": {} } }, "appValidationConfigurations": { "target": "com.amazonaws.sms#AppValidationConfigurations", "traits": { "smithy.api#documentation": "

The configuration for application validation.

" } }, "serverGroupValidationConfigurations": { "target": "com.amazonaws.sms#ServerGroupValidationConfigurations", "traits": { "smithy.api#documentation": "

The configuration for instance validation.

" } } } }, "com.amazonaws.sms#PutAppValidationConfigurationResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#ReplicationJob": { "type": "structure", "members": { "replicationJobId": { "target": "com.amazonaws.sms#ReplicationJobId", "traits": { "smithy.api#documentation": "

The ID of the replication job.

" } }, "serverId": { "target": "com.amazonaws.sms#ServerId", "traits": { "smithy.api#documentation": "

The ID of the server.

" } }, "serverType": { "target": "com.amazonaws.sms#ServerType", "traits": { "smithy.api#documentation": "

The type of server.

" } }, "vmServer": { "target": "com.amazonaws.sms#VmServer", "traits": { "smithy.api#documentation": "

Information about the VM server.

" } }, "seedReplicationTime": { "target": "com.amazonaws.sms#Timestamp", "traits": { "smithy.api#documentation": "

The seed replication time.

" } }, "frequency": { "target": "com.amazonaws.sms#Frequency", "traits": { "smithy.api#documentation": "

The time between consecutive replication runs, in hours.

" } }, "runOnce": { "target": "com.amazonaws.sms#RunOnce", "traits": { "smithy.api#documentation": "

Indicates whether to run the replication job one time.

" } }, "nextReplicationRunStartTime": { "target": "com.amazonaws.sms#Timestamp", "traits": { "smithy.api#documentation": "

The start time of the next replication run.

" } }, "licenseType": { "target": "com.amazonaws.sms#LicenseType", "traits": { "smithy.api#documentation": "

The license type to be used for the AMI created by a successful replication\n run.

" } }, "roleName": { "target": "com.amazonaws.sms#RoleName", "traits": { "smithy.api#documentation": "

The name of the IAM role to be used by AWS SMS.

" } }, "latestAmiId": { "target": "com.amazonaws.sms#AmiId", "traits": { "smithy.api#documentation": "

The ID of the latest Amazon Machine Image (AMI).

" } }, "state": { "target": "com.amazonaws.sms#ReplicationJobState", "traits": { "smithy.api#documentation": "

The state of the replication job.

" } }, "statusMessage": { "target": "com.amazonaws.sms#ReplicationJobStatusMessage", "traits": { "smithy.api#documentation": "

The description of the current status of the replication job.

" } }, "description": { "target": "com.amazonaws.sms#Description", "traits": { "smithy.api#documentation": "

The description of the replication job.

" } }, "numberOfRecentAmisToKeep": { "target": "com.amazonaws.sms#NumberOfRecentAmisToKeep", "traits": { "smithy.api#documentation": "

The number of recent AMIs to keep in the customer's account for a replication job. By\n default, the value is set to zero, meaning that all AMIs are kept.

" } }, "encrypted": { "target": "com.amazonaws.sms#Encrypted", "traits": { "smithy.api#documentation": "

Indicates whether the replication job should produce encrypted AMIs.

" } }, "kmsKeyId": { "target": "com.amazonaws.sms#KmsKeyId", "traits": { "smithy.api#documentation": "

The ID of the KMS key for replication jobs that produce encrypted AMIs. \n This value can be any of the following:

\n \n

If encrypted is enabled but a KMS key ID is not specified, the\n customer's default KMS key for Amazon EBS is used.

" } }, "replicationRunList": { "target": "com.amazonaws.sms#ReplicationRunList", "traits": { "smithy.api#documentation": "

Information about the replication runs.

" } } }, "traits": { "smithy.api#documentation": "

Represents a replication job.

" } }, "com.amazonaws.sms#ReplicationJobAlreadyExistsException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sms#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The specified replication job already exists.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.sms#ReplicationJobId": { "type": "string" }, "com.amazonaws.sms#ReplicationJobList": { "type": "list", "member": { "target": "com.amazonaws.sms#ReplicationJob", "traits": { "smithy.api#xmlName": "item" } } }, "com.amazonaws.sms#ReplicationJobNotFoundException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sms#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The specified replication job does not exist.

", "smithy.api#error": "client", "smithy.api#httpError": 404 } }, "com.amazonaws.sms#ReplicationJobState": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "PENDING", "name": "Pending" }, { "value": "ACTIVE", "name": "Active" }, { "value": "FAILED", "name": "Failed" }, { "value": "DELETING", "name": "Deleting" }, { "value": "DELETED", "name": "Deleted" }, { "value": "COMPLETED", "name": "Completed" }, { "value": "PAUSED_ON_FAILURE", "name": "PausedOnFailure" }, { "value": "FAILING", "name": "Failing" } ] } }, "com.amazonaws.sms#ReplicationJobStatusMessage": { "type": "string" }, "com.amazonaws.sms#ReplicationJobTerminated": { "type": "boolean", "traits": { "smithy.api#box": {} } }, "com.amazonaws.sms#ReplicationRun": { "type": "structure", "members": { "replicationRunId": { "target": "com.amazonaws.sms#ReplicationRunId", "traits": { "smithy.api#documentation": "

The ID of the replication run.

" } }, "state": { "target": "com.amazonaws.sms#ReplicationRunState", "traits": { "smithy.api#documentation": "

The state of the replication run.

" } }, "type": { "target": "com.amazonaws.sms#ReplicationRunType", "traits": { "smithy.api#documentation": "

The type of replication run.

" } }, "stageDetails": { "target": "com.amazonaws.sms#ReplicationRunStageDetails", "traits": { "smithy.api#documentation": "

Details about the current stage of the replication run.

" } }, "statusMessage": { "target": "com.amazonaws.sms#ReplicationRunStatusMessage", "traits": { "smithy.api#documentation": "

The description of the current status of the replication job.

" } }, "amiId": { "target": "com.amazonaws.sms#AmiId", "traits": { "smithy.api#documentation": "

The ID of the Amazon Machine Image (AMI) from the replication\n run.

" } }, "scheduledStartTime": { "target": "com.amazonaws.sms#Timestamp", "traits": { "smithy.api#documentation": "

The start time of the next replication run.

" } }, "completedTime": { "target": "com.amazonaws.sms#Timestamp", "traits": { "smithy.api#documentation": "

The completion time of the last replication run.

" } }, "description": { "target": "com.amazonaws.sms#Description", "traits": { "smithy.api#documentation": "

The description of the replication run.

" } }, "encrypted": { "target": "com.amazonaws.sms#Encrypted", "traits": { "smithy.api#documentation": "

Indicates whether the replication run should produce an encrypted AMI.

" } }, "kmsKeyId": { "target": "com.amazonaws.sms#KmsKeyId", "traits": { "smithy.api#documentation": "

The ID of the KMS key for replication jobs that produce encrypted AMIs. \n This value can be any of the following:

\n \n

If encrypted is true but a KMS key ID is not specified, the\n customer's default KMS key for Amazon EBS is used.

" } } }, "traits": { "smithy.api#documentation": "

Represents a replication run.

" } }, "com.amazonaws.sms#ReplicationRunId": { "type": "string" }, "com.amazonaws.sms#ReplicationRunLimitExceededException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sms#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

You have exceeded the number of on-demand replication runs you can request in a\n 24-hour period.

", "smithy.api#error": "client", "smithy.api#httpError": 429 } }, "com.amazonaws.sms#ReplicationRunList": { "type": "list", "member": { "target": "com.amazonaws.sms#ReplicationRun", "traits": { "smithy.api#xmlName": "item" } } }, "com.amazonaws.sms#ReplicationRunStage": { "type": "string" }, "com.amazonaws.sms#ReplicationRunStageDetails": { "type": "structure", "members": { "stage": { "target": "com.amazonaws.sms#ReplicationRunStage", "traits": { "smithy.api#documentation": "

The current stage of a replication run.

" } }, "stageProgress": { "target": "com.amazonaws.sms#ReplicationRunStageProgress", "traits": { "smithy.api#documentation": "

The progress of the current stage of a replication run.

" } } }, "traits": { "smithy.api#documentation": "

Details of the current stage of a replication run.

" } }, "com.amazonaws.sms#ReplicationRunStageProgress": { "type": "string" }, "com.amazonaws.sms#ReplicationRunState": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "PENDING", "name": "Pending" }, { "value": "MISSED", "name": "Missed" }, { "value": "ACTIVE", "name": "Active" }, { "value": "FAILED", "name": "Failed" }, { "value": "COMPLETED", "name": "Completed" }, { "value": "DELETING", "name": "Deleting" }, { "value": "DELETED", "name": "Deleted" } ] } }, "com.amazonaws.sms#ReplicationRunStatusMessage": { "type": "string" }, "com.amazonaws.sms#ReplicationRunType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "ON_DEMAND", "name": "OnDemand" }, { "value": "AUTOMATIC", "name": "Automatic" } ] } }, "com.amazonaws.sms#RoleName": { "type": "string" }, "com.amazonaws.sms#RunOnce": { "type": "boolean", "traits": { "smithy.api#box": {} } }, "com.amazonaws.sms#S3BucketName": { "type": "string", "traits": { "smithy.api#length": { "min": 3, "max": 63 } } }, "com.amazonaws.sms#S3KeyName": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 1024 } } }, "com.amazonaws.sms#S3Location": { "type": "structure", "members": { "bucket": { "target": "com.amazonaws.sms#S3BucketName", "traits": { "smithy.api#documentation": "

The Amazon S3 bucket name.

" } }, "key": { "target": "com.amazonaws.sms#S3KeyName", "traits": { "smithy.api#documentation": "

The Amazon S3 bucket key.

" } } }, "traits": { "smithy.api#documentation": "

Location of an Amazon S3 object.

" } }, "com.amazonaws.sms#SSMOutput": { "type": "structure", "members": { "s3Location": { "target": "com.amazonaws.sms#S3Location" } }, "traits": { "smithy.api#documentation": "

Contains the location of validation output.

" } }, "com.amazonaws.sms#SSMValidationParameters": { "type": "structure", "members": { "source": { "target": "com.amazonaws.sms#Source", "traits": { "smithy.api#documentation": "

The location of the validation script.

" } }, "instanceId": { "target": "com.amazonaws.sms#InstanceId", "traits": { "smithy.api#documentation": "

The ID of the instance. The instance must have the following tag: UserForSMSApplicationValidation=true.

" } }, "scriptType": { "target": "com.amazonaws.sms#ScriptType", "traits": { "smithy.api#documentation": "

The type of validation script.

" } }, "command": { "target": "com.amazonaws.sms#Command", "traits": { "smithy.api#documentation": "

The command to run the validation script

" } }, "executionTimeoutSeconds": { "target": "com.amazonaws.sms#ExecutionTimeoutSeconds", "traits": { "smithy.api#documentation": "

The timeout interval, in seconds.

" } }, "outputS3BucketName": { "target": "com.amazonaws.sms#BucketName", "traits": { "smithy.api#documentation": "

The name of the S3 bucket for output.

" } } }, "traits": { "smithy.api#documentation": "

Contains validation parameters.

" } }, "com.amazonaws.sms#ScriptType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "SHELL_SCRIPT", "name": "SHELL_SCRIPT" }, { "value": "POWERSHELL_SCRIPT", "name": "POWERSHELL_SCRIPT" } ] } }, "com.amazonaws.sms#SecurityGroup": { "type": "string" }, "com.amazonaws.sms#Server": { "type": "structure", "members": { "serverId": { "target": "com.amazonaws.sms#ServerId", "traits": { "smithy.api#documentation": "

The ID of the server.

" } }, "serverType": { "target": "com.amazonaws.sms#ServerType", "traits": { "smithy.api#documentation": "

The type of server.

" } }, "vmServer": { "target": "com.amazonaws.sms#VmServer", "traits": { "smithy.api#documentation": "

Information about the VM server.

" } }, "replicationJobId": { "target": "com.amazonaws.sms#ReplicationJobId", "traits": { "smithy.api#documentation": "

The ID of the replication job.

" } }, "replicationJobTerminated": { "target": "com.amazonaws.sms#ReplicationJobTerminated", "traits": { "smithy.api#documentation": "

Indicates whether the replication job is deleted or failed.

" } } }, "traits": { "smithy.api#documentation": "

Represents a server.

" } }, "com.amazonaws.sms#ServerCannotBeReplicatedException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sms#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The specified server cannot be replicated.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.sms#ServerCatalogStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "NOT_IMPORTED", "name": "NotImported" }, { "value": "IMPORTING", "name": "Importing" }, { "value": "AVAILABLE", "name": "Available" }, { "value": "DELETED", "name": "Deleted" }, { "value": "EXPIRED", "name": "Expired" } ] } }, "com.amazonaws.sms#ServerGroup": { "type": "structure", "members": { "serverGroupId": { "target": "com.amazonaws.sms#ServerGroupId", "traits": { "smithy.api#documentation": "

The ID of a server group.

" } }, "name": { "target": "com.amazonaws.sms#ServerGroupName", "traits": { "smithy.api#documentation": "

The name of a server group.

" } }, "serverList": { "target": "com.amazonaws.sms#ServerList", "traits": { "smithy.api#documentation": "

The servers that belong to a server group.

" } } }, "traits": { "smithy.api#documentation": "

Logical grouping of servers.

" } }, "com.amazonaws.sms#ServerGroupId": { "type": "string" }, "com.amazonaws.sms#ServerGroupLaunchConfiguration": { "type": "structure", "members": { "serverGroupId": { "target": "com.amazonaws.sms#ServerGroupId", "traits": { "smithy.api#documentation": "

The ID of the server group with which the launch configuration is\n associated.

" } }, "launchOrder": { "target": "com.amazonaws.sms#LaunchOrder", "traits": { "smithy.api#documentation": "

The launch order of servers in the server group.

" } }, "serverLaunchConfigurations": { "target": "com.amazonaws.sms#ServerLaunchConfigurations", "traits": { "smithy.api#documentation": "

The launch configuration for servers in the server group.

" } } }, "traits": { "smithy.api#documentation": "

Launch configuration for a server group.

" } }, "com.amazonaws.sms#ServerGroupLaunchConfigurations": { "type": "list", "member": { "target": "com.amazonaws.sms#ServerGroupLaunchConfiguration" } }, "com.amazonaws.sms#ServerGroupName": { "type": "string" }, "com.amazonaws.sms#ServerGroupReplicationConfiguration": { "type": "structure", "members": { "serverGroupId": { "target": "com.amazonaws.sms#ServerGroupId", "traits": { "smithy.api#documentation": "

The ID of the server group with which this replication configuration is\n associated.

" } }, "serverReplicationConfigurations": { "target": "com.amazonaws.sms#ServerReplicationConfigurations", "traits": { "smithy.api#documentation": "

The replication configuration for servers in the server group.

" } } }, "traits": { "smithy.api#documentation": "

Replication configuration for a server group.

" } }, "com.amazonaws.sms#ServerGroupReplicationConfigurations": { "type": "list", "member": { "target": "com.amazonaws.sms#ServerGroupReplicationConfiguration" } }, "com.amazonaws.sms#ServerGroupValidationConfiguration": { "type": "structure", "members": { "serverGroupId": { "target": "com.amazonaws.sms#ServerGroupId", "traits": { "smithy.api#documentation": "

The ID of the server group.

" } }, "serverValidationConfigurations": { "target": "com.amazonaws.sms#ServerValidationConfigurations", "traits": { "smithy.api#documentation": "

The validation configuration.

" } } }, "traits": { "smithy.api#documentation": "

Configuration for validating an instance.

" } }, "com.amazonaws.sms#ServerGroupValidationConfigurations": { "type": "list", "member": { "target": "com.amazonaws.sms#ServerGroupValidationConfiguration" } }, "com.amazonaws.sms#ServerGroups": { "type": "list", "member": { "target": "com.amazonaws.sms#ServerGroup" } }, "com.amazonaws.sms#ServerId": { "type": "string" }, "com.amazonaws.sms#ServerLaunchConfiguration": { "type": "structure", "members": { "server": { "target": "com.amazonaws.sms#Server", "traits": { "smithy.api#documentation": "

The ID of the server with which the launch configuration is associated.

" } }, "logicalId": { "target": "com.amazonaws.sms#LogicalId", "traits": { "smithy.api#documentation": "

The logical ID of the server in the AWS CloudFormation template.

" } }, "vpc": { "target": "com.amazonaws.sms#VPC", "traits": { "smithy.api#documentation": "

The ID of the VPC into which the server should be launched.

" } }, "subnet": { "target": "com.amazonaws.sms#Subnet", "traits": { "smithy.api#documentation": "

The ID of the subnet the server should be launched into.

" } }, "securityGroup": { "target": "com.amazonaws.sms#SecurityGroup", "traits": { "smithy.api#documentation": "

The ID of the security group that applies to the launched server.

" } }, "ec2KeyName": { "target": "com.amazonaws.sms#EC2KeyName", "traits": { "smithy.api#documentation": "

The name of the Amazon EC2 SSH key to be used for connecting to the launched server.

" } }, "userData": { "target": "com.amazonaws.sms#UserData", "traits": { "smithy.api#documentation": "

Location of the user-data script to be executed when launching the server.

" } }, "instanceType": { "target": "com.amazonaws.sms#InstanceType", "traits": { "smithy.api#documentation": "

The instance type to use when launching the server.

" } }, "associatePublicIpAddress": { "target": "com.amazonaws.sms#AssociatePublicIpAddress", "traits": { "smithy.api#documentation": "

Indicates whether a publicly accessible IP address is created when launching the server.

" } }, "iamInstanceProfileName": { "target": "com.amazonaws.sms#RoleName", "traits": { "smithy.api#documentation": "

The name of the IAM instance profile.

" } }, "configureScript": { "target": "com.amazonaws.sms#S3Location" }, "configureScriptType": { "target": "com.amazonaws.sms#ScriptType", "traits": { "smithy.api#documentation": "

The type of configuration script.

" } } }, "traits": { "smithy.api#documentation": "

Launch configuration for a server.

" } }, "com.amazonaws.sms#ServerLaunchConfigurations": { "type": "list", "member": { "target": "com.amazonaws.sms#ServerLaunchConfiguration" } }, "com.amazonaws.sms#ServerList": { "type": "list", "member": { "target": "com.amazonaws.sms#Server", "traits": { "smithy.api#xmlName": "item" } } }, "com.amazonaws.sms#ServerReplicationConfiguration": { "type": "structure", "members": { "server": { "target": "com.amazonaws.sms#Server", "traits": { "smithy.api#documentation": "

The ID of the server with which this replication configuration is\n associated.

" } }, "serverReplicationParameters": { "target": "com.amazonaws.sms#ServerReplicationParameters", "traits": { "smithy.api#documentation": "

The parameters for replicating the server.

" } } }, "traits": { "smithy.api#documentation": "

Replication configuration of a server.

" } }, "com.amazonaws.sms#ServerReplicationConfigurations": { "type": "list", "member": { "target": "com.amazonaws.sms#ServerReplicationConfiguration" } }, "com.amazonaws.sms#ServerReplicationParameters": { "type": "structure", "members": { "seedTime": { "target": "com.amazonaws.sms#Timestamp", "traits": { "smithy.api#documentation": "

The seed time for creating a replication job for the server.

" } }, "frequency": { "target": "com.amazonaws.sms#Frequency", "traits": { "smithy.api#documentation": "

The frequency of creating replication jobs for the server.

" } }, "runOnce": { "target": "com.amazonaws.sms#RunOnce", "traits": { "smithy.api#documentation": "

Indicates whether to run the replication job one time.

" } }, "licenseType": { "target": "com.amazonaws.sms#LicenseType", "traits": { "smithy.api#documentation": "

The license type for creating a replication job for the server.

" } }, "numberOfRecentAmisToKeep": { "target": "com.amazonaws.sms#NumberOfRecentAmisToKeep", "traits": { "smithy.api#documentation": "

The number of recent AMIs to keep when creating a replication job for this server.

" } }, "encrypted": { "target": "com.amazonaws.sms#Encrypted", "traits": { "smithy.api#documentation": "

Indicates whether the replication job produces encrypted AMIs.

" } }, "kmsKeyId": { "target": "com.amazonaws.sms#KmsKeyId", "traits": { "smithy.api#documentation": "

The ID of the KMS key for replication jobs that produce encrypted AMIs. \n This value can be any of the following:

\n \n

If encrypted is enabled but a KMS key ID is not specified, the\n customer's default KMS key for Amazon EBS is used.

" } } }, "traits": { "smithy.api#documentation": "

The replication parameters for replicating a server.

" } }, "com.amazonaws.sms#ServerType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "VIRTUAL_MACHINE", "name": "VirtualMachine" } ] } }, "com.amazonaws.sms#ServerValidationConfiguration": { "type": "structure", "members": { "server": { "target": "com.amazonaws.sms#Server" }, "validationId": { "target": "com.amazonaws.sms#ValidationId", "traits": { "smithy.api#documentation": "

The ID of the validation.

" } }, "name": { "target": "com.amazonaws.sms#NonEmptyStringWithMaxLen255", "traits": { "smithy.api#documentation": "

The name of the configuration.

" } }, "serverValidationStrategy": { "target": "com.amazonaws.sms#ServerValidationStrategy", "traits": { "smithy.api#documentation": "

The validation strategy.

" } }, "userDataValidationParameters": { "target": "com.amazonaws.sms#UserDataValidationParameters", "traits": { "smithy.api#documentation": "

The validation parameters.

" } } }, "traits": { "smithy.api#documentation": "

Configuration for validating an instance.

" } }, "com.amazonaws.sms#ServerValidationConfigurations": { "type": "list", "member": { "target": "com.amazonaws.sms#ServerValidationConfiguration" } }, "com.amazonaws.sms#ServerValidationOutput": { "type": "structure", "members": { "server": { "target": "com.amazonaws.sms#Server" } }, "traits": { "smithy.api#documentation": "

Contains output from validating an instance.

" } }, "com.amazonaws.sms#ServerValidationStrategy": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "USERDATA", "name": "USERDATA" } ] } }, "com.amazonaws.sms#Source": { "type": "structure", "members": { "s3Location": { "target": "com.amazonaws.sms#S3Location" } }, "traits": { "smithy.api#documentation": "

Contains the location of a validation script.

" } }, "com.amazonaws.sms#StackId": { "type": "string" }, "com.amazonaws.sms#StackName": { "type": "string" }, "com.amazonaws.sms#StartAppReplication": { "type": "operation", "input": { "target": "com.amazonaws.sms#StartAppReplicationRequest" }, "output": { "target": "com.amazonaws.sms#StartAppReplicationResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Starts replicating the specified application by creating replication jobs for each server in the\n application.

" } }, "com.amazonaws.sms#StartAppReplicationRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppId", "traits": { "smithy.api#documentation": "

The ID of the application.

" } } } }, "com.amazonaws.sms#StartAppReplicationResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#StartOnDemandAppReplication": { "type": "operation", "input": { "target": "com.amazonaws.sms#StartOnDemandAppReplicationRequest" }, "output": { "target": "com.amazonaws.sms#StartOnDemandAppReplicationResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Starts an on-demand replication run for the specified application.

" } }, "com.amazonaws.sms#StartOnDemandAppReplicationRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppId", "traits": { "smithy.api#documentation": "

The ID of the application.

", "smithy.api#required": {} } }, "description": { "target": "com.amazonaws.sms#Description", "traits": { "smithy.api#documentation": "

The description of the replication run.

" } } } }, "com.amazonaws.sms#StartOnDemandAppReplicationResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#StartOnDemandReplicationRun": { "type": "operation", "input": { "target": "com.amazonaws.sms#StartOnDemandReplicationRunRequest" }, "output": { "target": "com.amazonaws.sms#StartOnDemandReplicationRunResponse" }, "errors": [ { "target": "com.amazonaws.sms#DryRunOperationException" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#ReplicationRunLimitExceededException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Starts an on-demand replication run for the specified replication job. This\n replication run starts immediately. This replication run is in addition to the ones\n already scheduled.

\n

There is a limit on the number of on-demand replications runs that you can request\n in a 24-hour period.

" } }, "com.amazonaws.sms#StartOnDemandReplicationRunRequest": { "type": "structure", "members": { "replicationJobId": { "target": "com.amazonaws.sms#ReplicationJobId", "traits": { "smithy.api#documentation": "

The ID of the replication job.

", "smithy.api#required": {} } }, "description": { "target": "com.amazonaws.sms#Description", "traits": { "smithy.api#documentation": "

The description of the replication run.

" } } } }, "com.amazonaws.sms#StartOnDemandReplicationRunResponse": { "type": "structure", "members": { "replicationRunId": { "target": "com.amazonaws.sms#ReplicationRunId", "traits": { "smithy.api#documentation": "

The ID of the replication run.

" } } } }, "com.amazonaws.sms#StopAppReplication": { "type": "operation", "input": { "target": "com.amazonaws.sms#StopAppReplicationRequest" }, "output": { "target": "com.amazonaws.sms#StopAppReplicationResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Stops replicating the specified application by deleting the replication job for each server in\n the application.

" } }, "com.amazonaws.sms#StopAppReplicationRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppId", "traits": { "smithy.api#documentation": "

The ID of the application.

" } } } }, "com.amazonaws.sms#StopAppReplicationResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#Subnet": { "type": "string" }, "com.amazonaws.sms#Tag": { "type": "structure", "members": { "key": { "target": "com.amazonaws.sms#TagKey", "traits": { "smithy.api#documentation": "

The tag key.

" } }, "value": { "target": "com.amazonaws.sms#TagValue", "traits": { "smithy.api#documentation": "

The tag value.

" } } }, "traits": { "smithy.api#documentation": "

Key/value pair that can be assigned to an application.

" } }, "com.amazonaws.sms#TagKey": { "type": "string" }, "com.amazonaws.sms#TagValue": { "type": "string" }, "com.amazonaws.sms#Tags": { "type": "list", "member": { "target": "com.amazonaws.sms#Tag" } }, "com.amazonaws.sms#TemporarilyUnavailableException": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "

The service is temporarily unavailable.

", "smithy.api#error": "server", "smithy.api#httpError": 503 } }, "com.amazonaws.sms#TerminateApp": { "type": "operation", "input": { "target": "com.amazonaws.sms#TerminateAppRequest" }, "output": { "target": "com.amazonaws.sms#TerminateAppResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Terminates the stack for the specified application.

" } }, "com.amazonaws.sms#TerminateAppRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppId", "traits": { "smithy.api#documentation": "

The ID of the application.

" } } } }, "com.amazonaws.sms#TerminateAppResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#Timestamp": { "type": "timestamp" }, "com.amazonaws.sms#TotalServerGroups": { "type": "integer", "traits": { "smithy.api#box": {} } }, "com.amazonaws.sms#TotalServers": { "type": "integer", "traits": { "smithy.api#box": {} } }, "com.amazonaws.sms#UnauthorizedOperationException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sms#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

You lack permissions needed to perform this operation. Check your IAM policies,\n and ensure that you are using the correct access keys.

", "smithy.api#error": "client", "smithy.api#httpError": 403 } }, "com.amazonaws.sms#UpdateApp": { "type": "operation", "input": { "target": "com.amazonaws.sms#UpdateAppRequest" }, "output": { "target": "com.amazonaws.sms#UpdateAppResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Updates the specified application.

" } }, "com.amazonaws.sms#UpdateAppRequest": { "type": "structure", "members": { "appId": { "target": "com.amazonaws.sms#AppId", "traits": { "smithy.api#documentation": "

The ID of the application.

" } }, "name": { "target": "com.amazonaws.sms#AppName", "traits": { "smithy.api#documentation": "

The new name of the application.

" } }, "description": { "target": "com.amazonaws.sms#AppDescription", "traits": { "smithy.api#documentation": "

The new description of the application.

" } }, "roleName": { "target": "com.amazonaws.sms#RoleName", "traits": { "smithy.api#documentation": "

The name of the service role in the customer's account used by AWS SMS.

" } }, "serverGroups": { "target": "com.amazonaws.sms#ServerGroups", "traits": { "smithy.api#documentation": "

The server groups in the application to update.

" } }, "tags": { "target": "com.amazonaws.sms#Tags", "traits": { "smithy.api#documentation": "

The tags to associate with the application.

" } } } }, "com.amazonaws.sms#UpdateAppResponse": { "type": "structure", "members": { "appSummary": { "target": "com.amazonaws.sms#AppSummary", "traits": { "smithy.api#documentation": "

A summary description of the application.

" } }, "serverGroups": { "target": "com.amazonaws.sms#ServerGroups", "traits": { "smithy.api#documentation": "

The updated server groups in the application.

" } }, "tags": { "target": "com.amazonaws.sms#Tags", "traits": { "smithy.api#documentation": "

The tags associated with the application.

" } } } }, "com.amazonaws.sms#UpdateReplicationJob": { "type": "operation", "input": { "target": "com.amazonaws.sms#UpdateReplicationJobRequest" }, "output": { "target": "com.amazonaws.sms#UpdateReplicationJobResponse" }, "errors": [ { "target": "com.amazonaws.sms#InternalError" }, { "target": "com.amazonaws.sms#InvalidParameterException" }, { "target": "com.amazonaws.sms#MissingRequiredParameterException" }, { "target": "com.amazonaws.sms#OperationNotPermittedException" }, { "target": "com.amazonaws.sms#ReplicationJobNotFoundException" }, { "target": "com.amazonaws.sms#ServerCannotBeReplicatedException" }, { "target": "com.amazonaws.sms#TemporarilyUnavailableException" }, { "target": "com.amazonaws.sms#UnauthorizedOperationException" } ], "traits": { "smithy.api#documentation": "

Updates the specified settings for the specified replication job.

" } }, "com.amazonaws.sms#UpdateReplicationJobRequest": { "type": "structure", "members": { "replicationJobId": { "target": "com.amazonaws.sms#ReplicationJobId", "traits": { "smithy.api#documentation": "

The ID of the replication job.

", "smithy.api#required": {} } }, "frequency": { "target": "com.amazonaws.sms#Frequency", "traits": { "smithy.api#documentation": "

The time between consecutive replication runs, in hours.

" } }, "nextReplicationRunStartTime": { "target": "com.amazonaws.sms#Timestamp", "traits": { "smithy.api#documentation": "

The start time of the next replication run.

" } }, "licenseType": { "target": "com.amazonaws.sms#LicenseType", "traits": { "smithy.api#documentation": "

The license type to be used for the AMI created by a successful replication\n run.

" } }, "roleName": { "target": "com.amazonaws.sms#RoleName", "traits": { "smithy.api#documentation": "

The name of the IAM role to be used by AWS SMS.

" } }, "description": { "target": "com.amazonaws.sms#Description", "traits": { "smithy.api#documentation": "

The description of the replication job.

" } }, "numberOfRecentAmisToKeep": { "target": "com.amazonaws.sms#NumberOfRecentAmisToKeep", "traits": { "smithy.api#documentation": "

The maximum number of SMS-created AMIs to retain. The oldest is deleted after the\n maximum number is reached and a new AMI is created.

" } }, "encrypted": { "target": "com.amazonaws.sms#Encrypted", "traits": { "smithy.api#documentation": "

When true, the replication job produces encrypted AMIs. For more information,\n KmsKeyId.

" } }, "kmsKeyId": { "target": "com.amazonaws.sms#KmsKeyId", "traits": { "smithy.api#documentation": "

The ID of the KMS key for replication jobs that produce encrypted AMIs. \n This value can be any of the following:

\n \n

If encrypted is enabled but a KMS key ID is not specified, the\n customer's default KMS key for Amazon EBS is used.

" } } } }, "com.amazonaws.sms#UpdateReplicationJobResponse": { "type": "structure", "members": {} }, "com.amazonaws.sms#UserData": { "type": "structure", "members": { "s3Location": { "target": "com.amazonaws.sms#S3Location", "traits": { "smithy.api#documentation": "

Amazon S3 location of the user-data script.

" } } }, "traits": { "smithy.api#documentation": "

A script that runs on first launch of an Amazon EC2 instance. Used for configuring the\n server during launch.

" } }, "com.amazonaws.sms#UserDataValidationParameters": { "type": "structure", "members": { "source": { "target": "com.amazonaws.sms#Source", "traits": { "smithy.api#documentation": "

The location of the validation script.

" } }, "scriptType": { "target": "com.amazonaws.sms#ScriptType", "traits": { "smithy.api#documentation": "

The type of validation script.

" } } }, "traits": { "smithy.api#documentation": "

Contains validation parameters.

" } }, "com.amazonaws.sms#VPC": { "type": "string" }, "com.amazonaws.sms#ValidationId": { "type": "string", "traits": { "smithy.api#pattern": "^val-[0-9a-f]{17}$" } }, "com.amazonaws.sms#ValidationOutput": { "type": "structure", "members": { "validationId": { "target": "com.amazonaws.sms#ValidationId", "traits": { "smithy.api#documentation": "

The ID of the validation.

" } }, "name": { "target": "com.amazonaws.sms#NonEmptyStringWithMaxLen255", "traits": { "smithy.api#documentation": "

The name of the validation.

" } }, "status": { "target": "com.amazonaws.sms#ValidationStatus", "traits": { "smithy.api#documentation": "

The status of the validation.

" } }, "statusMessage": { "target": "com.amazonaws.sms#ValidationStatusMessage", "traits": { "smithy.api#documentation": "

The status message.

" } }, "latestValidationTime": { "target": "com.amazonaws.sms#Timestamp", "traits": { "smithy.api#documentation": "

The latest time that the validation was performed.

" } }, "appValidationOutput": { "target": "com.amazonaws.sms#AppValidationOutput", "traits": { "smithy.api#documentation": "

The output from validating an application.

" } }, "serverValidationOutput": { "target": "com.amazonaws.sms#ServerValidationOutput", "traits": { "smithy.api#documentation": "

The output from validation an instance.

" } } }, "traits": { "smithy.api#documentation": "

Contains validation output.

" } }, "com.amazonaws.sms#ValidationOutputList": { "type": "list", "member": { "target": "com.amazonaws.sms#ValidationOutput" } }, "com.amazonaws.sms#ValidationStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "READY_FOR_VALIDATION", "name": "ReadyForValidation" }, { "value": "PENDING", "name": "Pending" }, { "value": "IN_PROGRESS", "name": "InProgress" }, { "value": "SUCCEEDED", "name": "Succeeded" }, { "value": "FAILED", "name": "Failed" } ] } }, "com.amazonaws.sms#ValidationStatusMessage": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 2500 } } }, "com.amazonaws.sms#VmId": { "type": "string" }, "com.amazonaws.sms#VmManagerId": { "type": "string" }, "com.amazonaws.sms#VmManagerName": { "type": "string" }, "com.amazonaws.sms#VmManagerType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "VSPHERE", "name": "vSphere" }, { "value": "SCVMM", "name": "scvmm" }, { "value": "HYPERV-MANAGER", "name": "hyperVManager" } ] } }, "com.amazonaws.sms#VmName": { "type": "string" }, "com.amazonaws.sms#VmPath": { "type": "string" }, "com.amazonaws.sms#VmServer": { "type": "structure", "members": { "vmServerAddress": { "target": "com.amazonaws.sms#VmServerAddress", "traits": { "smithy.api#documentation": "

The VM server location.

" } }, "vmName": { "target": "com.amazonaws.sms#VmName", "traits": { "smithy.api#documentation": "

The name of the VM.

" } }, "vmManagerName": { "target": "com.amazonaws.sms#VmManagerName", "traits": { "smithy.api#documentation": "

The name of the VM manager.

" } }, "vmManagerType": { "target": "com.amazonaws.sms#VmManagerType", "traits": { "smithy.api#documentation": "

The type of VM management product.

" } }, "vmPath": { "target": "com.amazonaws.sms#VmPath", "traits": { "smithy.api#documentation": "

The VM folder path in the vCenter Server virtual machine inventory tree.

" } } }, "traits": { "smithy.api#documentation": "

Represents a VM server.

" } }, "com.amazonaws.sms#VmServerAddress": { "type": "structure", "members": { "vmManagerId": { "target": "com.amazonaws.sms#VmManagerId", "traits": { "smithy.api#documentation": "

The ID of the VM manager.

" } }, "vmId": { "target": "com.amazonaws.sms#VmId", "traits": { "smithy.api#documentation": "

The ID of the VM.

" } } }, "traits": { "smithy.api#documentation": "

Represents a VM server location.

" } }, "com.amazonaws.sms#VmServerAddressList": { "type": "list", "member": { "target": "com.amazonaws.sms#VmServerAddress" } } } }