models.sms-2016-10-24-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-servermigration Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : null,
"authPolicyActions" : {
"actionPrefix" : null,
"fileNamePrefix" : null,
"skip" : true
},
"calculateCRC32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customClientConfigFactory" : null,
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"simpleMethods" : null,
"skipInterfaceAdditions" : false,
"skipSmokeTests" : false,
"useAutoConstructList" : false,
"useAutoConstructMap" : false
},
"metadata" : {
"apiVersion" : "2016-10-24",
"asyncClient" : "AWSServerMigrationAsyncClient",
"asyncClientBuilderClassName" : "AWSServerMigrationAsyncClientBuilder",
"asyncInterface" : "AWSServerMigrationAsync",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : null,
"cucumberModuleInjectorClassName" : "AWSServerMigrationModuleInjector",
"defaultEndpoint" : "sms.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "sms.us-east-1.amazonaws.com",
"documentation" : "Amazon Server Migration Service automates the process of migrating servers to EC2.",
"endpointPrefix" : "sms",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"packageName" : "com.amazonaws.services.servermigration",
"packagePath" : "com/amazonaws/services/servermigration",
"protocol" : "json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest",
"serviceAbbreviation" : "SMS",
"serviceFullName" : "AWS Server Migration Service",
"serviceName" : "SMS",
"signingName" : "sms",
"smokeTestsPackageName" : "com.amazonaws.services.servermigration.smoketests",
"syncClient" : "AWSServerMigrationClient",
"syncClientBuilderClassName" : "AWSServerMigrationClientBuilder",
"syncInterface" : "AWSServerMigration",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"CreateReplicationJob" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateReplicationJobResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "The CreateReplicationJob API is used to create a ReplicationJob to replicate a server on AWS. Call this API to first create a ReplicationJob, which will then schedule periodic ReplicationRuns to replicate your server to AWS. Each ReplicationRun will result in the creation of an AWS AMI.",
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter specified in the request is not valid, is unsupported, or cannot be used."
}, {
"exceptionName" : "MissingRequiredParameterException",
"documentation" : "The request is missing a required parameter. Ensure that you have supplied all the required parameters for the request."
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "This user does not have permissions to perform this operation."
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "The specified operation is not allowed. This error can occur for a number of reasons; for example, you might be trying to start a Replication Run before seed Replication Run."
}, {
"exceptionName" : "ServerCannotBeReplicatedException",
"documentation" : "The provided server cannot be replicated."
}, {
"exceptionName" : "ReplicationJobAlreadyExistsException",
"documentation" : "An active Replication Job already exists for the specified server."
}, {
"exceptionName" : "NoConnectorsAvailableException",
"documentation" : "No connectors are available to handle this request. Please associate connector(s) and verify any existing connectors are healthy and can respond to requests."
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "An internal error has occured."
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateReplicationJobRequest",
"variableName" : "createReplicationJobRequest",
"variableType" : "CreateReplicationJobRequest",
"documentation" : "",
"simpleType" : "CreateReplicationJobRequest",
"variableSetterType" : "CreateReplicationJobRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createReplicationJob",
"operationName" : "CreateReplicationJob",
"returnType" : {
"returnType" : "CreateReplicationJobResult",
"documentation" : null
},
"syncReturnType" : "CreateReplicationJobResult"
},
"DeleteReplicationJob" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteReplicationJobResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "The DeleteReplicationJob API is used to delete a ReplicationJob, resulting in no further ReplicationRuns. This will delete the contents of the S3 bucket used to store SMS artifacts, but will not delete any AMIs created by the SMS service.",
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter specified in the request is not valid, is unsupported, or cannot be used."
}, {
"exceptionName" : "MissingRequiredParameterException",
"documentation" : "The request is missing a required parameter. Ensure that you have supplied all the required parameters for the request."
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "This user does not have permissions to perform this operation."
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "The specified operation is not allowed. This error can occur for a number of reasons; for example, you might be trying to start a Replication Run before seed Replication Run."
}, {
"exceptionName" : "ReplicationJobNotFoundException",
"documentation" : "The specified Replication Job cannot be found."
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteReplicationJobRequest",
"variableName" : "deleteReplicationJobRequest",
"variableType" : "DeleteReplicationJobRequest",
"documentation" : "",
"simpleType" : "DeleteReplicationJobRequest",
"variableSetterType" : "DeleteReplicationJobRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteReplicationJob",
"operationName" : "DeleteReplicationJob",
"returnType" : {
"returnType" : "DeleteReplicationJobResult",
"documentation" : null
},
"syncReturnType" : "DeleteReplicationJobResult"
},
"DeleteServerCatalog" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteServerCatalogResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "The DeleteServerCatalog API clears all servers from your server catalog. This means that these servers will no longer be accessible to the Server Migration Service.",
"exceptions" : [ {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "This user does not have permissions to perform this operation."
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "The specified operation is not allowed. This error can occur for a number of reasons; for example, you might be trying to start a Replication Run before seed Replication Run."
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter specified in the request is not valid, is unsupported, or cannot be used."
}, {
"exceptionName" : "MissingRequiredParameterException",
"documentation" : "The request is missing a required parameter. Ensure that you have supplied all the required parameters for the request."
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteServerCatalogRequest",
"variableName" : "deleteServerCatalogRequest",
"variableType" : "DeleteServerCatalogRequest",
"documentation" : "",
"simpleType" : "DeleteServerCatalogRequest",
"variableSetterType" : "DeleteServerCatalogRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteServerCatalog",
"operationName" : "DeleteServerCatalog",
"returnType" : {
"returnType" : "DeleteServerCatalogResult",
"documentation" : null
},
"syncReturnType" : "DeleteServerCatalogResult"
},
"DisassociateConnector" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DisassociateConnectorResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "The DisassociateConnector API will disassociate a connector from the Server Migration Service, rendering it unavailable to support replication jobs.",
"exceptions" : [ {
"exceptionName" : "MissingRequiredParameterException",
"documentation" : "The request is missing a required parameter. Ensure that you have supplied all the required parameters for the request."
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "This user does not have permissions to perform this operation."
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "The specified operation is not allowed. This error can occur for a number of reasons; for example, you might be trying to start a Replication Run before seed Replication Run."
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter specified in the request is not valid, is unsupported, or cannot be used."
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisassociateConnectorRequest",
"variableName" : "disassociateConnectorRequest",
"variableType" : "DisassociateConnectorRequest",
"documentation" : "",
"simpleType" : "DisassociateConnectorRequest",
"variableSetterType" : "DisassociateConnectorRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "disassociateConnector",
"operationName" : "DisassociateConnector",
"returnType" : {
"returnType" : "DisassociateConnectorResult",
"documentation" : null
},
"syncReturnType" : "DisassociateConnectorResult"
},
"GetConnectors" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetConnectorsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "The GetConnectors API returns a list of connectors that are registered with the Server Migration Service.",
"exceptions" : [ {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "This user does not have permissions to perform this operation."
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetConnectorsRequest",
"variableName" : "getConnectorsRequest",
"variableType" : "GetConnectorsRequest",
"documentation" : "",
"simpleType" : "GetConnectorsRequest",
"variableSetterType" : "GetConnectorsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getConnectors",
"operationName" : "GetConnectors",
"returnType" : {
"returnType" : "GetConnectorsResult",
"documentation" : null
},
"syncReturnType" : "GetConnectorsResult"
},
"GetReplicationJobs" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetReplicationJobsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "The GetReplicationJobs API will return all of your ReplicationJobs and their details. This API returns a paginated list, that may be consecutively called with nextToken to retrieve all ReplicationJobs.",
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter specified in the request is not valid, is unsupported, or cannot be used."
}, {
"exceptionName" : "MissingRequiredParameterException",
"documentation" : "The request is missing a required parameter. Ensure that you have supplied all the required parameters for the request."
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "This user does not have permissions to perform this operation."
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetReplicationJobsRequest",
"variableName" : "getReplicationJobsRequest",
"variableType" : "GetReplicationJobsRequest",
"documentation" : "",
"simpleType" : "GetReplicationJobsRequest",
"variableSetterType" : "GetReplicationJobsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getReplicationJobs",
"operationName" : "GetReplicationJobs",
"returnType" : {
"returnType" : "GetReplicationJobsResult",
"documentation" : null
},
"syncReturnType" : "GetReplicationJobsResult"
},
"GetReplicationRuns" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetReplicationRunsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "The GetReplicationRuns API will return all ReplicationRuns for a given ReplicationJob. This API returns a paginated list, that may be consecutively called with nextToken to retrieve all ReplicationRuns for a ReplicationJob.",
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter specified in the request is not valid, is unsupported, or cannot be used."
}, {
"exceptionName" : "MissingRequiredParameterException",
"documentation" : "The request is missing a required parameter. Ensure that you have supplied all the required parameters for the request."
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "This user does not have permissions to perform this operation."
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetReplicationRunsRequest",
"variableName" : "getReplicationRunsRequest",
"variableType" : "GetReplicationRunsRequest",
"documentation" : "",
"simpleType" : "GetReplicationRunsRequest",
"variableSetterType" : "GetReplicationRunsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getReplicationRuns",
"operationName" : "GetReplicationRuns",
"returnType" : {
"returnType" : "GetReplicationRunsResult",
"documentation" : null
},
"syncReturnType" : "GetReplicationRunsResult"
},
"GetServers" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetServersResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "The GetServers API returns a list of all servers in your server catalog. For this call to succeed, you must previously have called ImportServerCatalog.",
"exceptions" : [ {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "This user does not have permissions to perform this operation."
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetServersRequest",
"variableName" : "getServersRequest",
"variableType" : "GetServersRequest",
"documentation" : "",
"simpleType" : "GetServersRequest",
"variableSetterType" : "GetServersRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getServers",
"operationName" : "GetServers",
"returnType" : {
"returnType" : "GetServersResult",
"documentation" : null
},
"syncReturnType" : "GetServersResult"
},
"ImportServerCatalog" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ImportServerCatalogResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "The ImportServerCatalog API is used to gather the complete list of on-premises servers on your premises. This API call requires connectors to be installed and monitoring all servers you would like imported. This API call returns immediately, but may take some time to retrieve all of the servers.",
"exceptions" : [ {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "This user does not have permissions to perform this operation."
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "The specified operation is not allowed. This error can occur for a number of reasons; for example, you might be trying to start a Replication Run before seed Replication Run."
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter specified in the request is not valid, is unsupported, or cannot be used."
}, {
"exceptionName" : "MissingRequiredParameterException",
"documentation" : "The request is missing a required parameter. Ensure that you have supplied all the required parameters for the request."
}, {
"exceptionName" : "NoConnectorsAvailableException",
"documentation" : "No connectors are available to handle this request. Please associate connector(s) and verify any existing connectors are healthy and can respond to requests."
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ImportServerCatalogRequest",
"variableName" : "importServerCatalogRequest",
"variableType" : "ImportServerCatalogRequest",
"documentation" : "",
"simpleType" : "ImportServerCatalogRequest",
"variableSetterType" : "ImportServerCatalogRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "importServerCatalog",
"operationName" : "ImportServerCatalog",
"returnType" : {
"returnType" : "ImportServerCatalogResult",
"documentation" : null
},
"syncReturnType" : "ImportServerCatalogResult"
},
"StartOnDemandReplicationRun" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "StartOnDemandReplicationRunResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "The StartOnDemandReplicationRun API is used to start a ReplicationRun on demand (in addition to those that are scheduled based on your frequency). This ReplicationRun will start immediately. StartOnDemandReplicationRun is subject to limits on how many on demand ReplicationRuns you may call per 24-hour period.",
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter specified in the request is not valid, is unsupported, or cannot be used."
}, {
"exceptionName" : "MissingRequiredParameterException",
"documentation" : "The request is missing a required parameter. Ensure that you have supplied all the required parameters for the request."
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "This user does not have permissions to perform this operation."
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "The specified operation is not allowed. This error can occur for a number of reasons; for example, you might be trying to start a Replication Run before seed Replication Run."
}, {
"exceptionName" : "ReplicationRunLimitExceededException",
"documentation" : "This user has exceeded the maximum allowed Replication Run limit."
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartOnDemandReplicationRunRequest",
"variableName" : "startOnDemandReplicationRunRequest",
"variableType" : "StartOnDemandReplicationRunRequest",
"documentation" : "",
"simpleType" : "StartOnDemandReplicationRunRequest",
"variableSetterType" : "StartOnDemandReplicationRunRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "startOnDemandReplicationRun",
"operationName" : "StartOnDemandReplicationRun",
"returnType" : {
"returnType" : "StartOnDemandReplicationRunResult",
"documentation" : null
},
"syncReturnType" : "StartOnDemandReplicationRunResult"
},
"UpdateReplicationJob" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateReplicationJobResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "The UpdateReplicationJob API is used to change the settings of your existing ReplicationJob created using CreateReplicationJob. Calling this API will affect the next scheduled ReplicationRun.",
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter specified in the request is not valid, is unsupported, or cannot be used."
}, {
"exceptionName" : "MissingRequiredParameterException",
"documentation" : "The request is missing a required parameter. Ensure that you have supplied all the required parameters for the request."
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "The specified operation is not allowed. This error can occur for a number of reasons; for example, you might be trying to start a Replication Run before seed Replication Run."
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "This user does not have permissions to perform this operation."
}, {
"exceptionName" : "ServerCannotBeReplicatedException",
"documentation" : "The provided server cannot be replicated."
}, {
"exceptionName" : "ReplicationJobNotFoundException",
"documentation" : "The specified Replication Job cannot be found."
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "An internal error has occured."
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateReplicationJobRequest",
"variableName" : "updateReplicationJobRequest",
"variableType" : "UpdateReplicationJobRequest",
"documentation" : "",
"simpleType" : "UpdateReplicationJobRequest",
"variableSetterType" : "UpdateReplicationJobRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateReplicationJob",
"operationName" : "UpdateReplicationJob",
"returnType" : {
"returnType" : "UpdateReplicationJobResult",
"documentation" : null
},
"syncReturnType" : "UpdateReplicationJobResult"
}
},
"shapes" : {
"Connector" : {
"c2jName" : "Connector",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Object representing a Connector",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "connectorId",
"c2jShape" : "ConnectorId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param connectorId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "connectorId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "connectorId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ConnectorId",
"setterDocumentation" : "/**\n@param connectorId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "connectorId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param connectorId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "connectorId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "version",
"c2jShape" : "ConnectorVersion",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param version \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "version",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "version",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Version",
"setterDocumentation" : "/**\n@param version */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param version \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "status",
"c2jShape" : "ConnectorStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : "ConnectorStatus",
"fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorStatus*/",
"getterDocumentation" : "/**\n@return \n@see ConnectorStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**\n@param status \n@see ConnectorStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "capabilityList",
"c2jShape" : "ConnectorCapabilityList",
"deprecated" : false,
"documentation" : "",
"enumType" : "ConnectorCapability",
"fluentSetterDocumentation" : "/**\n@param capabilityList \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorCapability*/",
"getterDocumentation" : "/**\n@return \n@see ConnectorCapability*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "capabilityList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "capabilityList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ConnectorCapability",
"deprecated" : false,
"documentation" : "",
"enumType" : "ConnectorCapability",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorCapability*/",
"getterDocumentation" : "/**\n@return \n@see ConnectorCapability*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "item",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "item",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member \n@see ConnectorCapability*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorCapability*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "item",
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "CapabilityList",
"setterDocumentation" : "/**\n@param capabilityList \n@see ConnectorCapability*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "capabilityList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCapabilityList(java.util.Collection)} or {@link #withCapabilityList(java.util.Collection)} if you want to override the existing values.
\n@param capabilityList \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorCapability*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "capabilityList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "vmManagerName",
"c2jShape" : "VmManagerName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmManagerName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmManagerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmManagerName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmManagerName",
"setterDocumentation" : "/**\n@param vmManagerName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param vmManagerName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "vmManagerType",
"c2jShape" : "VmManagerType",
"deprecated" : false,
"documentation" : "",
"enumType" : "VmManagerType",
"fluentSetterDocumentation" : "/**\n@param vmManagerType \n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType*/",
"getterDocumentation" : "/**\n@return \n@see VmManagerType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmManagerType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmManagerType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmManagerType",
"setterDocumentation" : "/**\n@param vmManagerType \n@see VmManagerType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param vmManagerType \n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "vmManagerId",
"c2jShape" : "VmManagerId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmManagerId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmManagerId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmManagerId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmManagerId",
"setterDocumentation" : "/**\n@param vmManagerId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param vmManagerId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ipAddress",
"c2jShape" : "IpAddress",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param ipAddress \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ipAddress",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ipAddress",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IpAddress",
"setterDocumentation" : "/**\n@param ipAddress */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ipAddress",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param ipAddress \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ipAddress",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "macAddress",
"c2jShape" : "MacAddress",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param macAddress \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "macAddress",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "macAddress",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MacAddress",
"setterDocumentation" : "/**\n@param macAddress */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "macAddress",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param macAddress \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "macAddress",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "associatedOn",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param associatedOn \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "associatedOn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "associatedOn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AssociatedOn",
"setterDocumentation" : "/**\n@param associatedOn */",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "associatedOn",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param associatedOn \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "associatedOn",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AssociatedOn" : {
"c2jName" : "associatedOn",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param associatedOn \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "associatedOn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "associatedOn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AssociatedOn",
"setterDocumentation" : "/**\n@param associatedOn */",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "associatedOn",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param associatedOn \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "associatedOn",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"CapabilityList" : {
"c2jName" : "capabilityList",
"c2jShape" : "ConnectorCapabilityList",
"deprecated" : false,
"documentation" : "",
"enumType" : "ConnectorCapability",
"fluentSetterDocumentation" : "/**\n@param capabilityList \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorCapability*/",
"getterDocumentation" : "/**\n@return \n@see ConnectorCapability*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "capabilityList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "capabilityList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ConnectorCapability",
"deprecated" : false,
"documentation" : "",
"enumType" : "ConnectorCapability",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorCapability*/",
"getterDocumentation" : "/**\n@return \n@see ConnectorCapability*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "item",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "item",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member \n@see ConnectorCapability*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorCapability*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "item",
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "CapabilityList",
"setterDocumentation" : "/**\n@param capabilityList \n@see ConnectorCapability*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "capabilityList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCapabilityList(java.util.Collection)} or {@link #withCapabilityList(java.util.Collection)} if you want to override the existing values.
\n@param capabilityList \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorCapability*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "capabilityList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"ConnectorId" : {
"c2jName" : "connectorId",
"c2jShape" : "ConnectorId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param connectorId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "connectorId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "connectorId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ConnectorId",
"setterDocumentation" : "/**\n@param connectorId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "connectorId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param connectorId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "connectorId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"IpAddress" : {
"c2jName" : "ipAddress",
"c2jShape" : "IpAddress",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param ipAddress \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ipAddress",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ipAddress",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IpAddress",
"setterDocumentation" : "/**\n@param ipAddress */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ipAddress",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param ipAddress \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ipAddress",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MacAddress" : {
"c2jName" : "macAddress",
"c2jShape" : "MacAddress",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param macAddress \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "macAddress",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "macAddress",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MacAddress",
"setterDocumentation" : "/**\n@param macAddress */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "macAddress",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param macAddress \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "macAddress",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"c2jName" : "status",
"c2jShape" : "ConnectorStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : "ConnectorStatus",
"fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorStatus*/",
"getterDocumentation" : "/**\n@return \n@see ConnectorStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**\n@param status \n@see ConnectorStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Version" : {
"c2jName" : "version",
"c2jShape" : "ConnectorVersion",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param version \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "version",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "version",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Version",
"setterDocumentation" : "/**\n@param version */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param version \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"VmManagerId" : {
"c2jName" : "vmManagerId",
"c2jShape" : "VmManagerId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmManagerId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmManagerId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmManagerId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmManagerId",
"setterDocumentation" : "/**\n@param vmManagerId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param vmManagerId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"VmManagerName" : {
"c2jName" : "vmManagerName",
"c2jShape" : "VmManagerName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmManagerName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmManagerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmManagerName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmManagerName",
"setterDocumentation" : "/**\n@param vmManagerName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param vmManagerName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"VmManagerType" : {
"c2jName" : "vmManagerType",
"c2jShape" : "VmManagerType",
"deprecated" : false,
"documentation" : "",
"enumType" : "VmManagerType",
"fluentSetterDocumentation" : "/**\n@param vmManagerType \n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType*/",
"getterDocumentation" : "/**\n@return \n@see VmManagerType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmManagerType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmManagerType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmManagerType",
"setterDocumentation" : "/**\n@param vmManagerType \n@see VmManagerType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param vmManagerType \n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "Connector",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Connector",
"variableName" : "connector",
"variableType" : "Connector",
"documentation" : null,
"simpleType" : "Connector",
"variableSetterType" : "Connector"
},
"wrapper" : false
},
"ConnectorCapability" : {
"c2jName" : "ConnectorCapability",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Capabilities for a Connector",
"enums" : [ {
"name" : "VSPHERE",
"value" : "VSPHERE"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ConnectorCapability",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ConnectorCapability",
"variableName" : "connectorCapability",
"variableType" : "ConnectorCapability",
"documentation" : null,
"simpleType" : "ConnectorCapability",
"variableSetterType" : "ConnectorCapability"
},
"wrapper" : false
},
"ConnectorStatus" : {
"c2jName" : "ConnectorStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Status of on-premise Connector",
"enums" : [ {
"name" : "HEALTHY",
"value" : "HEALTHY"
}, {
"name" : "UNHEALTHY",
"value" : "UNHEALTHY"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ConnectorStatus",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ConnectorStatus",
"variableName" : "connectorStatus",
"variableType" : "ConnectorStatus",
"documentation" : null,
"simpleType" : "ConnectorStatus",
"variableSetterType" : "ConnectorStatus"
},
"wrapper" : false
},
"CreateReplicationJobRequest" : {
"c2jName" : "CreateReplicationJobRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateReplicationJob",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSServerMigrationService_V2016_10_24.CreateReplicationJob",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "serverId",
"c2jShape" : "ServerId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param serverId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serverId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serverId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServerId",
"setterDocumentation" : "/**\n@param serverId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param serverId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "seedReplicationTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param seedReplicationTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "seedReplicationTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "seedReplicationTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SeedReplicationTime",
"setterDocumentation" : "/**\n@param seedReplicationTime */",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "seedReplicationTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param seedReplicationTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "seedReplicationTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "frequency",
"c2jShape" : "Frequency",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param frequency \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "frequency",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "frequency",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Frequency",
"setterDocumentation" : "/**\n@param frequency */",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "frequency",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param frequency \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "frequency",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "licenseType",
"c2jShape" : "LicenseType",
"deprecated" : false,
"documentation" : "",
"enumType" : "LicenseType",
"fluentSetterDocumentation" : "/**\n@param licenseType \n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType*/",
"getterDocumentation" : "/**\n@return \n@see LicenseType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "licenseType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "licenseType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LicenseType",
"setterDocumentation" : "/**\n@param licenseType \n@see LicenseType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "licenseType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param licenseType \n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "licenseType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "roleName",
"c2jShape" : "RoleName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param roleName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleName",
"setterDocumentation" : "/**\n@param roleName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param roleName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "description",
"c2jShape" : "Description",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**\n@param description */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Description" : {
"c2jName" : "description",
"c2jShape" : "Description",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**\n@param description */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Frequency" : {
"c2jName" : "frequency",
"c2jShape" : "Frequency",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param frequency \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "frequency",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "frequency",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Frequency",
"setterDocumentation" : "/**\n@param frequency */",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "frequency",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param frequency \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "frequency",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"LicenseType" : {
"c2jName" : "licenseType",
"c2jShape" : "LicenseType",
"deprecated" : false,
"documentation" : "",
"enumType" : "LicenseType",
"fluentSetterDocumentation" : "/**\n@param licenseType \n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType*/",
"getterDocumentation" : "/**\n@return \n@see LicenseType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "licenseType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "licenseType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LicenseType",
"setterDocumentation" : "/**\n@param licenseType \n@see LicenseType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "licenseType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param licenseType \n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "licenseType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleName" : {
"c2jName" : "roleName",
"c2jShape" : "RoleName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param roleName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleName",
"setterDocumentation" : "/**\n@param roleName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param roleName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SeedReplicationTime" : {
"c2jName" : "seedReplicationTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param seedReplicationTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "seedReplicationTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "seedReplicationTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SeedReplicationTime",
"setterDocumentation" : "/**\n@param seedReplicationTime */",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "seedReplicationTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param seedReplicationTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "seedReplicationTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"ServerId" : {
"c2jName" : "serverId",
"c2jShape" : "ServerId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param serverId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serverId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serverId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServerId",
"setterDocumentation" : "/**\n@param serverId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param serverId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "serverId", "seedReplicationTime", "frequency" ],
"shapeName" : "CreateReplicationJobRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateReplicationJobRequest",
"variableName" : "createReplicationJobRequest",
"variableType" : "CreateReplicationJobRequest",
"documentation" : null,
"simpleType" : "CreateReplicationJobRequest",
"variableSetterType" : "CreateReplicationJobRequest"
},
"wrapper" : false
},
"CreateReplicationJobResult" : {
"c2jName" : "CreateReplicationJobResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "replicationJobId",
"c2jShape" : "ReplicationJobId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobId",
"setterDocumentation" : "/**\n@param replicationJobId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ReplicationJobId" : {
"c2jName" : "replicationJobId",
"c2jShape" : "ReplicationJobId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobId",
"setterDocumentation" : "/**\n@param replicationJobId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreateReplicationJobResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateReplicationJobResult",
"variableName" : "createReplicationJobResult",
"variableType" : "CreateReplicationJobResult",
"documentation" : null,
"simpleType" : "CreateReplicationJobResult",
"variableSetterType" : "CreateReplicationJobResult"
},
"wrapper" : false
},
"DeleteReplicationJobRequest" : {
"c2jName" : "DeleteReplicationJobRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteReplicationJob",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSServerMigrationService_V2016_10_24.DeleteReplicationJob",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "replicationJobId",
"c2jShape" : "ReplicationJobId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobId",
"setterDocumentation" : "/**\n@param replicationJobId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ReplicationJobId" : {
"c2jName" : "replicationJobId",
"c2jShape" : "ReplicationJobId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobId",
"setterDocumentation" : "/**\n@param replicationJobId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "replicationJobId" ],
"shapeName" : "DeleteReplicationJobRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteReplicationJobRequest",
"variableName" : "deleteReplicationJobRequest",
"variableType" : "DeleteReplicationJobRequest",
"documentation" : null,
"simpleType" : "DeleteReplicationJobRequest",
"variableSetterType" : "DeleteReplicationJobRequest"
},
"wrapper" : false
},
"DeleteReplicationJobResult" : {
"c2jName" : "DeleteReplicationJobResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeleteReplicationJobResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteReplicationJobResult",
"variableName" : "deleteReplicationJobResult",
"variableType" : "DeleteReplicationJobResult",
"documentation" : null,
"simpleType" : "DeleteReplicationJobResult",
"variableSetterType" : "DeleteReplicationJobResult"
},
"wrapper" : false
},
"DeleteServerCatalogRequest" : {
"c2jName" : "DeleteServerCatalogRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteServerCatalog",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSServerMigrationService_V2016_10_24.DeleteServerCatalog",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeleteServerCatalogRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteServerCatalogRequest",
"variableName" : "deleteServerCatalogRequest",
"variableType" : "DeleteServerCatalogRequest",
"documentation" : null,
"simpleType" : "DeleteServerCatalogRequest",
"variableSetterType" : "DeleteServerCatalogRequest"
},
"wrapper" : false
},
"DeleteServerCatalogResult" : {
"c2jName" : "DeleteServerCatalogResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeleteServerCatalogResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteServerCatalogResult",
"variableName" : "deleteServerCatalogResult",
"variableType" : "DeleteServerCatalogResult",
"documentation" : null,
"simpleType" : "DeleteServerCatalogResult",
"variableSetterType" : "DeleteServerCatalogResult"
},
"wrapper" : false
},
"DisassociateConnectorRequest" : {
"c2jName" : "DisassociateConnectorRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DisassociateConnector",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSServerMigrationService_V2016_10_24.DisassociateConnector",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "connectorId",
"c2jShape" : "ConnectorId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param connectorId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "connectorId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "connectorId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ConnectorId",
"setterDocumentation" : "/**\n@param connectorId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "connectorId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param connectorId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "connectorId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConnectorId" : {
"c2jName" : "connectorId",
"c2jShape" : "ConnectorId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param connectorId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "connectorId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "connectorId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ConnectorId",
"setterDocumentation" : "/**\n@param connectorId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "connectorId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param connectorId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "connectorId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "connectorId" ],
"shapeName" : "DisassociateConnectorRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DisassociateConnectorRequest",
"variableName" : "disassociateConnectorRequest",
"variableType" : "DisassociateConnectorRequest",
"documentation" : null,
"simpleType" : "DisassociateConnectorRequest",
"variableSetterType" : "DisassociateConnectorRequest"
},
"wrapper" : false
},
"DisassociateConnectorResult" : {
"c2jName" : "DisassociateConnectorResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DisassociateConnectorResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DisassociateConnectorResult",
"variableName" : "disassociateConnectorResult",
"variableType" : "DisassociateConnectorResult",
"documentation" : null,
"simpleType" : "DisassociateConnectorResult",
"variableSetterType" : "DisassociateConnectorResult"
},
"wrapper" : false
},
"GetConnectorsRequest" : {
"c2jName" : "GetConnectorsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetConnectors",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSServerMigrationService_V2016_10_24.GetConnectors",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**\n@param nextToken */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param maxResults \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "maxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxResults",
"setterDocumentation" : "/**\n@param maxResults */",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param maxResults \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param maxResults \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "maxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxResults",
"setterDocumentation" : "/**\n@param maxResults */",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param maxResults \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**\n@param nextToken */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "GetConnectorsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetConnectorsRequest",
"variableName" : "getConnectorsRequest",
"variableType" : "GetConnectorsRequest",
"documentation" : null,
"simpleType" : "GetConnectorsRequest",
"variableSetterType" : "GetConnectorsRequest"
},
"wrapper" : false
},
"GetConnectorsResult" : {
"c2jName" : "GetConnectorsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "connectorList",
"c2jShape" : "ConnectorList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param connectorList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "connectorList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "connectorList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Connector",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Connector",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "item",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "item",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Connector",
"variableName" : "member",
"variableType" : "Connector",
"documentation" : "",
"simpleType" : "Connector",
"variableSetterType" : "Connector"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Connector",
"variableName" : "member",
"variableType" : "Connector",
"documentation" : "",
"simpleType" : "Connector",
"variableSetterType" : "Connector"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "item",
"memberType" : "Connector",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Connector",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ConnectorList",
"setterDocumentation" : "/**\n@param connectorList */",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "connectorList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setConnectorList(java.util.Collection)} or {@link #withConnectorList(java.util.Collection)} if you want to override the existing values.
\n@param connectorList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "connectorList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**\n@param nextToken */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConnectorList" : {
"c2jName" : "connectorList",
"c2jShape" : "ConnectorList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param connectorList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "connectorList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "connectorList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Connector",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Connector",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "item",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "item",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Connector",
"variableName" : "member",
"variableType" : "Connector",
"documentation" : "",
"simpleType" : "Connector",
"variableSetterType" : "Connector"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Connector",
"variableName" : "member",
"variableType" : "Connector",
"documentation" : "",
"simpleType" : "Connector",
"variableSetterType" : "Connector"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "item",
"memberType" : "Connector",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Connector",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ConnectorList",
"setterDocumentation" : "/**\n@param connectorList */",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "connectorList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setConnectorList(java.util.Collection)} or {@link #withConnectorList(java.util.Collection)} if you want to override the existing values.
\n@param connectorList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "connectorList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**\n@param nextToken */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "GetConnectorsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetConnectorsResult",
"variableName" : "getConnectorsResult",
"variableType" : "GetConnectorsResult",
"documentation" : null,
"simpleType" : "GetConnectorsResult",
"variableSetterType" : "GetConnectorsResult"
},
"wrapper" : false
},
"GetReplicationJobsRequest" : {
"c2jName" : "GetReplicationJobsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetReplicationJobs",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSServerMigrationService_V2016_10_24.GetReplicationJobs",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "replicationJobId",
"c2jShape" : "ReplicationJobId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobId",
"setterDocumentation" : "/**\n@param replicationJobId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**\n@param nextToken */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param maxResults \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "maxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxResults",
"setterDocumentation" : "/**\n@param maxResults */",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param maxResults \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param maxResults \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "maxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxResults",
"setterDocumentation" : "/**\n@param maxResults */",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param maxResults \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**\n@param nextToken */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReplicationJobId" : {
"c2jName" : "replicationJobId",
"c2jShape" : "ReplicationJobId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobId",
"setterDocumentation" : "/**\n@param replicationJobId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "GetReplicationJobsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetReplicationJobsRequest",
"variableName" : "getReplicationJobsRequest",
"variableType" : "GetReplicationJobsRequest",
"documentation" : null,
"simpleType" : "GetReplicationJobsRequest",
"variableSetterType" : "GetReplicationJobsRequest"
},
"wrapper" : false
},
"GetReplicationJobsResult" : {
"c2jName" : "GetReplicationJobsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "replicationJobList",
"c2jShape" : "ReplicationJobList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ReplicationJob",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ReplicationJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "item",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "item",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ReplicationJob",
"variableName" : "member",
"variableType" : "ReplicationJob",
"documentation" : "",
"simpleType" : "ReplicationJob",
"variableSetterType" : "ReplicationJob"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReplicationJob",
"variableName" : "member",
"variableType" : "ReplicationJob",
"documentation" : "",
"simpleType" : "ReplicationJob",
"variableSetterType" : "ReplicationJob"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "item",
"memberType" : "ReplicationJob",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ReplicationJob",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobList",
"setterDocumentation" : "/**\n@param replicationJobList */",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replicationJobList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setReplicationJobList(java.util.Collection)} or {@link #withReplicationJobList(java.util.Collection)} if you want to override the existing values.
\n@param replicationJobList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replicationJobList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**\n@param nextToken */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**\n@param nextToken */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReplicationJobList" : {
"c2jName" : "replicationJobList",
"c2jShape" : "ReplicationJobList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ReplicationJob",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ReplicationJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "item",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "item",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ReplicationJob",
"variableName" : "member",
"variableType" : "ReplicationJob",
"documentation" : "",
"simpleType" : "ReplicationJob",
"variableSetterType" : "ReplicationJob"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReplicationJob",
"variableName" : "member",
"variableType" : "ReplicationJob",
"documentation" : "",
"simpleType" : "ReplicationJob",
"variableSetterType" : "ReplicationJob"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "item",
"memberType" : "ReplicationJob",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ReplicationJob",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobList",
"setterDocumentation" : "/**\n@param replicationJobList */",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replicationJobList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setReplicationJobList(java.util.Collection)} or {@link #withReplicationJobList(java.util.Collection)} if you want to override the existing values.
\n@param replicationJobList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replicationJobList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "GetReplicationJobsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetReplicationJobsResult",
"variableName" : "getReplicationJobsResult",
"variableType" : "GetReplicationJobsResult",
"documentation" : null,
"simpleType" : "GetReplicationJobsResult",
"variableSetterType" : "GetReplicationJobsResult"
},
"wrapper" : false
},
"GetReplicationRunsRequest" : {
"c2jName" : "GetReplicationRunsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetReplicationRuns",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSServerMigrationService_V2016_10_24.GetReplicationRuns",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "replicationJobId",
"c2jShape" : "ReplicationJobId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobId",
"setterDocumentation" : "/**\n@param replicationJobId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**\n@param nextToken */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param maxResults \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "maxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxResults",
"setterDocumentation" : "/**\n@param maxResults */",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param maxResults \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param maxResults \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "maxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxResults",
"setterDocumentation" : "/**\n@param maxResults */",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param maxResults \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**\n@param nextToken */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReplicationJobId" : {
"c2jName" : "replicationJobId",
"c2jShape" : "ReplicationJobId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobId",
"setterDocumentation" : "/**\n@param replicationJobId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "replicationJobId" ],
"shapeName" : "GetReplicationRunsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetReplicationRunsRequest",
"variableName" : "getReplicationRunsRequest",
"variableType" : "GetReplicationRunsRequest",
"documentation" : null,
"simpleType" : "GetReplicationRunsRequest",
"variableSetterType" : "GetReplicationRunsRequest"
},
"wrapper" : false
},
"GetReplicationRunsResult" : {
"c2jName" : "GetReplicationRunsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "replicationJob",
"c2jShape" : "ReplicationJob",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJob \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ReplicationJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJob",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJob",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJob",
"setterDocumentation" : "/**\n@param replicationJob */",
"setterModel" : {
"variableDeclarationType" : "ReplicationJob",
"variableName" : "replicationJob",
"variableType" : "ReplicationJob",
"documentation" : "",
"simpleType" : "ReplicationJob",
"variableSetterType" : "ReplicationJob"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param replicationJob \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReplicationJob",
"variableName" : "replicationJob",
"variableType" : "ReplicationJob",
"documentation" : "",
"simpleType" : "ReplicationJob",
"variableSetterType" : "ReplicationJob"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "replicationRunList",
"c2jShape" : "ReplicationRunList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationRunList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationRunList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationRunList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ReplicationRun",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ReplicationRun",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "item",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "item",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ReplicationRun",
"variableName" : "member",
"variableType" : "ReplicationRun",
"documentation" : "",
"simpleType" : "ReplicationRun",
"variableSetterType" : "ReplicationRun"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReplicationRun",
"variableName" : "member",
"variableType" : "ReplicationRun",
"documentation" : "",
"simpleType" : "ReplicationRun",
"variableSetterType" : "ReplicationRun"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "item",
"memberType" : "ReplicationRun",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ReplicationRun",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ReplicationRunList",
"setterDocumentation" : "/**\n@param replicationRunList */",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replicationRunList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setReplicationRunList(java.util.Collection)} or {@link #withReplicationRunList(java.util.Collection)} if you want to override the existing values.
\n@param replicationRunList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replicationRunList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**\n@param nextToken */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**\n@param nextToken */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReplicationJob" : {
"c2jName" : "replicationJob",
"c2jShape" : "ReplicationJob",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJob \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ReplicationJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJob",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJob",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJob",
"setterDocumentation" : "/**\n@param replicationJob */",
"setterModel" : {
"variableDeclarationType" : "ReplicationJob",
"variableName" : "replicationJob",
"variableType" : "ReplicationJob",
"documentation" : "",
"simpleType" : "ReplicationJob",
"variableSetterType" : "ReplicationJob"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param replicationJob \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReplicationJob",
"variableName" : "replicationJob",
"variableType" : "ReplicationJob",
"documentation" : "",
"simpleType" : "ReplicationJob",
"variableSetterType" : "ReplicationJob"
},
"xmlNameSpaceUri" : null
},
"ReplicationRunList" : {
"c2jName" : "replicationRunList",
"c2jShape" : "ReplicationRunList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationRunList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationRunList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationRunList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ReplicationRun",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ReplicationRun",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "item",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "item",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ReplicationRun",
"variableName" : "member",
"variableType" : "ReplicationRun",
"documentation" : "",
"simpleType" : "ReplicationRun",
"variableSetterType" : "ReplicationRun"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReplicationRun",
"variableName" : "member",
"variableType" : "ReplicationRun",
"documentation" : "",
"simpleType" : "ReplicationRun",
"variableSetterType" : "ReplicationRun"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "item",
"memberType" : "ReplicationRun",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ReplicationRun",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ReplicationRunList",
"setterDocumentation" : "/**\n@param replicationRunList */",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replicationRunList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setReplicationRunList(java.util.Collection)} or {@link #withReplicationRunList(java.util.Collection)} if you want to override the existing values.
\n@param replicationRunList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replicationRunList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "GetReplicationRunsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetReplicationRunsResult",
"variableName" : "getReplicationRunsResult",
"variableType" : "GetReplicationRunsResult",
"documentation" : null,
"simpleType" : "GetReplicationRunsResult",
"variableSetterType" : "GetReplicationRunsResult"
},
"wrapper" : false
},
"GetServersRequest" : {
"c2jName" : "GetServersRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetServers",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSServerMigrationService_V2016_10_24.GetServers",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**\n@param nextToken */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param maxResults \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "maxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxResults",
"setterDocumentation" : "/**\n@param maxResults */",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param maxResults \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param maxResults \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "maxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxResults",
"setterDocumentation" : "/**\n@param maxResults */",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param maxResults \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**\n@param nextToken */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "GetServersRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetServersRequest",
"variableName" : "getServersRequest",
"variableType" : "GetServersRequest",
"documentation" : null,
"simpleType" : "GetServersRequest",
"variableSetterType" : "GetServersRequest"
},
"wrapper" : false
},
"GetServersResult" : {
"c2jName" : "GetServersResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "lastModifiedOn",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param lastModifiedOn \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "lastModifiedOn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastModifiedOn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LastModifiedOn",
"setterDocumentation" : "/**\n@param lastModifiedOn */",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "lastModifiedOn",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param lastModifiedOn \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "lastModifiedOn",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "serverCatalogStatus",
"c2jShape" : "ServerCatalogStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : "ServerCatalogStatus",
"fluentSetterDocumentation" : "/**\n@param serverCatalogStatus \n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerCatalogStatus*/",
"getterDocumentation" : "/**\n@return \n@see ServerCatalogStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serverCatalogStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serverCatalogStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServerCatalogStatus",
"setterDocumentation" : "/**\n@param serverCatalogStatus \n@see ServerCatalogStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverCatalogStatus",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param serverCatalogStatus \n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerCatalogStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverCatalogStatus",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "serverList",
"c2jShape" : "ServerList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param serverList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serverList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serverList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Server",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Server",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "item",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "item",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Server",
"variableName" : "member",
"variableType" : "Server",
"documentation" : "",
"simpleType" : "Server",
"variableSetterType" : "Server"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Server",
"variableName" : "member",
"variableType" : "Server",
"documentation" : "",
"simpleType" : "Server",
"variableSetterType" : "Server"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "item",
"memberType" : "Server",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Server",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ServerList",
"setterDocumentation" : "/**\n@param serverList */",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "serverList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setServerList(java.util.Collection)} or {@link #withServerList(java.util.Collection)} if you want to override the existing values.
\n@param serverList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "serverList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**\n@param nextToken */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LastModifiedOn" : {
"c2jName" : "lastModifiedOn",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param lastModifiedOn \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "lastModifiedOn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastModifiedOn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LastModifiedOn",
"setterDocumentation" : "/**\n@param lastModifiedOn */",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "lastModifiedOn",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param lastModifiedOn \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "lastModifiedOn",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**\n@param nextToken */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextToken \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ServerCatalogStatus" : {
"c2jName" : "serverCatalogStatus",
"c2jShape" : "ServerCatalogStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : "ServerCatalogStatus",
"fluentSetterDocumentation" : "/**\n@param serverCatalogStatus \n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerCatalogStatus*/",
"getterDocumentation" : "/**\n@return \n@see ServerCatalogStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serverCatalogStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serverCatalogStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServerCatalogStatus",
"setterDocumentation" : "/**\n@param serverCatalogStatus \n@see ServerCatalogStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverCatalogStatus",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param serverCatalogStatus \n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerCatalogStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverCatalogStatus",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ServerList" : {
"c2jName" : "serverList",
"c2jShape" : "ServerList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param serverList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serverList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serverList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Server",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Server",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "item",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "item",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Server",
"variableName" : "member",
"variableType" : "Server",
"documentation" : "",
"simpleType" : "Server",
"variableSetterType" : "Server"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Server",
"variableName" : "member",
"variableType" : "Server",
"documentation" : "",
"simpleType" : "Server",
"variableSetterType" : "Server"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "item",
"memberType" : "Server",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Server",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ServerList",
"setterDocumentation" : "/**\n@param serverList */",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "serverList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setServerList(java.util.Collection)} or {@link #withServerList(java.util.Collection)} if you want to override the existing values.
\n@param serverList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "serverList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "GetServersResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetServersResult",
"variableName" : "getServersResult",
"variableType" : "GetServersResult",
"documentation" : null,
"simpleType" : "GetServersResult",
"variableSetterType" : "GetServersResult"
},
"wrapper" : false
},
"ImportServerCatalogRequest" : {
"c2jName" : "ImportServerCatalogRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ImportServerCatalog",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSServerMigrationService_V2016_10_24.ImportServerCatalog",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ImportServerCatalogRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ImportServerCatalogRequest",
"variableName" : "importServerCatalogRequest",
"variableType" : "ImportServerCatalogRequest",
"documentation" : null,
"simpleType" : "ImportServerCatalogRequest",
"variableSetterType" : "ImportServerCatalogRequest"
},
"wrapper" : false
},
"ImportServerCatalogResult" : {
"c2jName" : "ImportServerCatalogResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ImportServerCatalogResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ImportServerCatalogResult",
"variableName" : "importServerCatalogResult",
"variableType" : "ImportServerCatalogResult",
"documentation" : null,
"simpleType" : "ImportServerCatalogResult",
"variableSetterType" : "ImportServerCatalogResult"
},
"wrapper" : false
},
"InternalErrorException" : {
"c2jName" : "InternalError",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An internal error has occured.",
"enums" : null,
"errorCode" : "InternalError",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "InternalErrorException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InternalErrorException",
"variableName" : "internalErrorException",
"variableType" : "InternalErrorException",
"documentation" : null,
"simpleType" : "InternalErrorException",
"variableSetterType" : "InternalErrorException"
},
"wrapper" : false
},
"InvalidParameterException" : {
"c2jName" : "InvalidParameterException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A parameter specified in the request is not valid, is unsupported, or cannot be used.",
"enums" : null,
"errorCode" : "InvalidParameterException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "InvalidParameterException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidParameterException",
"variableName" : "invalidParameterException",
"variableType" : "InvalidParameterException",
"documentation" : null,
"simpleType" : "InvalidParameterException",
"variableSetterType" : "InvalidParameterException"
},
"wrapper" : false
},
"LicenseType" : {
"c2jName" : "LicenseType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The license type to be used for the Amazon Machine Image (AMI) created after a successful ReplicationRun.",
"enums" : [ {
"name" : "AWS",
"value" : "AWS"
}, {
"name" : "BYOL",
"value" : "BYOL"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "LicenseType",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "LicenseType",
"variableName" : "licenseType",
"variableType" : "LicenseType",
"documentation" : null,
"simpleType" : "LicenseType",
"variableSetterType" : "LicenseType"
},
"wrapper" : false
},
"MissingRequiredParameterException" : {
"c2jName" : "MissingRequiredParameterException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The request is missing a required parameter. Ensure that you have supplied all the required parameters for the request.",
"enums" : null,
"errorCode" : "MissingRequiredParameterException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "MissingRequiredParameterException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "MissingRequiredParameterException",
"variableName" : "missingRequiredParameterException",
"variableType" : "MissingRequiredParameterException",
"documentation" : null,
"simpleType" : "MissingRequiredParameterException",
"variableSetterType" : "MissingRequiredParameterException"
},
"wrapper" : false
},
"NoConnectorsAvailableException" : {
"c2jName" : "NoConnectorsAvailableException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "No connectors are available to handle this request. Please associate connector(s) and verify any existing connectors are healthy and can respond to requests.",
"enums" : null,
"errorCode" : "NoConnectorsAvailableException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "NoConnectorsAvailableException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "NoConnectorsAvailableException",
"variableName" : "noConnectorsAvailableException",
"variableType" : "NoConnectorsAvailableException",
"documentation" : null,
"simpleType" : "NoConnectorsAvailableException",
"variableSetterType" : "NoConnectorsAvailableException"
},
"wrapper" : false
},
"OperationNotPermittedException" : {
"c2jName" : "OperationNotPermittedException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The specified operation is not allowed. This error can occur for a number of reasons; for example, you might be trying to start a Replication Run before seed Replication Run.",
"enums" : null,
"errorCode" : "OperationNotPermittedException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "OperationNotPermittedException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "OperationNotPermittedException",
"variableName" : "operationNotPermittedException",
"variableType" : "OperationNotPermittedException",
"documentation" : null,
"simpleType" : "OperationNotPermittedException",
"variableSetterType" : "OperationNotPermittedException"
},
"wrapper" : false
},
"ReplicationJob" : {
"c2jName" : "ReplicationJob",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Object representing a Replication Job",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "replicationJobId",
"c2jShape" : "ReplicationJobId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobId",
"setterDocumentation" : "/**\n@param replicationJobId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "serverId",
"c2jShape" : "ServerId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param serverId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serverId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serverId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServerId",
"setterDocumentation" : "/**\n@param serverId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param serverId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "serverType",
"c2jShape" : "ServerType",
"deprecated" : false,
"documentation" : "",
"enumType" : "ServerType",
"fluentSetterDocumentation" : "/**\n@param serverType \n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType*/",
"getterDocumentation" : "/**\n@return \n@see ServerType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serverType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serverType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServerType",
"setterDocumentation" : "/**\n@param serverType \n@see ServerType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param serverType \n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "vmServer",
"c2jShape" : "VmServer",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmServer \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "VmServer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmServer",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmServer",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmServer",
"setterDocumentation" : "/**\n@param vmServer */",
"setterModel" : {
"variableDeclarationType" : "VmServer",
"variableName" : "vmServer",
"variableType" : "VmServer",
"documentation" : "",
"simpleType" : "VmServer",
"variableSetterType" : "VmServer"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param vmServer \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "VmServer",
"variableName" : "vmServer",
"variableType" : "VmServer",
"documentation" : "",
"simpleType" : "VmServer",
"variableSetterType" : "VmServer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "seedReplicationTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param seedReplicationTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "seedReplicationTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "seedReplicationTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SeedReplicationTime",
"setterDocumentation" : "/**\n@param seedReplicationTime */",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "seedReplicationTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param seedReplicationTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "seedReplicationTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "frequency",
"c2jShape" : "Frequency",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param frequency \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "frequency",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "frequency",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Frequency",
"setterDocumentation" : "/**\n@param frequency */",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "frequency",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param frequency \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "frequency",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "nextReplicationRunStartTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextReplicationRunStartTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextReplicationRunStartTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextReplicationRunStartTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextReplicationRunStartTime",
"setterDocumentation" : "/**\n@param nextReplicationRunStartTime */",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "nextReplicationRunStartTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextReplicationRunStartTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "nextReplicationRunStartTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "licenseType",
"c2jShape" : "LicenseType",
"deprecated" : false,
"documentation" : "",
"enumType" : "LicenseType",
"fluentSetterDocumentation" : "/**\n@param licenseType \n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType*/",
"getterDocumentation" : "/**\n@return \n@see LicenseType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "licenseType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "licenseType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LicenseType",
"setterDocumentation" : "/**\n@param licenseType \n@see LicenseType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "licenseType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param licenseType \n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "licenseType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "roleName",
"c2jShape" : "RoleName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param roleName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleName",
"setterDocumentation" : "/**\n@param roleName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param roleName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "latestAmiId",
"c2jShape" : "AmiId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param latestAmiId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "latestAmiId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "latestAmiId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LatestAmiId",
"setterDocumentation" : "/**\n@param latestAmiId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "latestAmiId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param latestAmiId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "latestAmiId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "state",
"c2jShape" : "ReplicationJobState",
"deprecated" : false,
"documentation" : "",
"enumType" : "ReplicationJobState",
"fluentSetterDocumentation" : "/**\n@param state \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationJobState*/",
"getterDocumentation" : "/**\n@return \n@see ReplicationJobState*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "state",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "state",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "State",
"setterDocumentation" : "/**\n@param state \n@see ReplicationJobState*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param state \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationJobState*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "statusMessage",
"c2jShape" : "ReplicationJobStatusMessage",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param statusMessage \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "statusMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "statusMessage",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StatusMessage",
"setterDocumentation" : "/**\n@param statusMessage */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statusMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param statusMessage \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "description",
"c2jShape" : "Description",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**\n@param description */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "replicationRunList",
"c2jShape" : "ReplicationRunList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationRunList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationRunList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationRunList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ReplicationRun",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ReplicationRun",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "item",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "item",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ReplicationRun",
"variableName" : "member",
"variableType" : "ReplicationRun",
"documentation" : "",
"simpleType" : "ReplicationRun",
"variableSetterType" : "ReplicationRun"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReplicationRun",
"variableName" : "member",
"variableType" : "ReplicationRun",
"documentation" : "",
"simpleType" : "ReplicationRun",
"variableSetterType" : "ReplicationRun"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "item",
"memberType" : "ReplicationRun",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ReplicationRun",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ReplicationRunList",
"setterDocumentation" : "/**\n@param replicationRunList */",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replicationRunList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setReplicationRunList(java.util.Collection)} or {@link #withReplicationRunList(java.util.Collection)} if you want to override the existing values.
\n@param replicationRunList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replicationRunList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Description" : {
"c2jName" : "description",
"c2jShape" : "Description",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**\n@param description */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Frequency" : {
"c2jName" : "frequency",
"c2jShape" : "Frequency",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param frequency \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "frequency",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "frequency",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Frequency",
"setterDocumentation" : "/**\n@param frequency */",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "frequency",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param frequency \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "frequency",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"LatestAmiId" : {
"c2jName" : "latestAmiId",
"c2jShape" : "AmiId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param latestAmiId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "latestAmiId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "latestAmiId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LatestAmiId",
"setterDocumentation" : "/**\n@param latestAmiId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "latestAmiId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param latestAmiId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "latestAmiId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LicenseType" : {
"c2jName" : "licenseType",
"c2jShape" : "LicenseType",
"deprecated" : false,
"documentation" : "",
"enumType" : "LicenseType",
"fluentSetterDocumentation" : "/**\n@param licenseType \n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType*/",
"getterDocumentation" : "/**\n@return \n@see LicenseType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "licenseType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "licenseType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LicenseType",
"setterDocumentation" : "/**\n@param licenseType \n@see LicenseType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "licenseType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param licenseType \n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "licenseType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"NextReplicationRunStartTime" : {
"c2jName" : "nextReplicationRunStartTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextReplicationRunStartTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextReplicationRunStartTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextReplicationRunStartTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextReplicationRunStartTime",
"setterDocumentation" : "/**\n@param nextReplicationRunStartTime */",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "nextReplicationRunStartTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextReplicationRunStartTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "nextReplicationRunStartTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"ReplicationJobId" : {
"c2jName" : "replicationJobId",
"c2jShape" : "ReplicationJobId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobId",
"setterDocumentation" : "/**\n@param replicationJobId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReplicationRunList" : {
"c2jName" : "replicationRunList",
"c2jShape" : "ReplicationRunList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationRunList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationRunList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationRunList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ReplicationRun",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ReplicationRun",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "item",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "item",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ReplicationRun",
"variableName" : "member",
"variableType" : "ReplicationRun",
"documentation" : "",
"simpleType" : "ReplicationRun",
"variableSetterType" : "ReplicationRun"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReplicationRun",
"variableName" : "member",
"variableType" : "ReplicationRun",
"documentation" : "",
"simpleType" : "ReplicationRun",
"variableSetterType" : "ReplicationRun"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "item",
"memberType" : "ReplicationRun",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ReplicationRun",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ReplicationRunList",
"setterDocumentation" : "/**\n@param replicationRunList */",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replicationRunList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setReplicationRunList(java.util.Collection)} or {@link #withReplicationRunList(java.util.Collection)} if you want to override the existing values.
\n@param replicationRunList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replicationRunList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"RoleName" : {
"c2jName" : "roleName",
"c2jShape" : "RoleName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param roleName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleName",
"setterDocumentation" : "/**\n@param roleName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param roleName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SeedReplicationTime" : {
"c2jName" : "seedReplicationTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param seedReplicationTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "seedReplicationTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "seedReplicationTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SeedReplicationTime",
"setterDocumentation" : "/**\n@param seedReplicationTime */",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "seedReplicationTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param seedReplicationTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "seedReplicationTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"ServerId" : {
"c2jName" : "serverId",
"c2jShape" : "ServerId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param serverId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serverId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serverId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServerId",
"setterDocumentation" : "/**\n@param serverId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param serverId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ServerType" : {
"c2jName" : "serverType",
"c2jShape" : "ServerType",
"deprecated" : false,
"documentation" : "",
"enumType" : "ServerType",
"fluentSetterDocumentation" : "/**\n@param serverType \n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType*/",
"getterDocumentation" : "/**\n@return \n@see ServerType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serverType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serverType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServerType",
"setterDocumentation" : "/**\n@param serverType \n@see ServerType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param serverType \n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"State" : {
"c2jName" : "state",
"c2jShape" : "ReplicationJobState",
"deprecated" : false,
"documentation" : "",
"enumType" : "ReplicationJobState",
"fluentSetterDocumentation" : "/**\n@param state \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationJobState*/",
"getterDocumentation" : "/**\n@return \n@see ReplicationJobState*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "state",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "state",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "State",
"setterDocumentation" : "/**\n@param state \n@see ReplicationJobState*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param state \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationJobState*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StatusMessage" : {
"c2jName" : "statusMessage",
"c2jShape" : "ReplicationJobStatusMessage",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param statusMessage \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "statusMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "statusMessage",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StatusMessage",
"setterDocumentation" : "/**\n@param statusMessage */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statusMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param statusMessage \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"VmServer" : {
"c2jName" : "vmServer",
"c2jShape" : "VmServer",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmServer \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "VmServer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmServer",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmServer",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmServer",
"setterDocumentation" : "/**\n@param vmServer */",
"setterModel" : {
"variableDeclarationType" : "VmServer",
"variableName" : "vmServer",
"variableType" : "VmServer",
"documentation" : "",
"simpleType" : "VmServer",
"variableSetterType" : "VmServer"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param vmServer \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "VmServer",
"variableName" : "vmServer",
"variableType" : "VmServer",
"documentation" : "",
"simpleType" : "VmServer",
"variableSetterType" : "VmServer"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ReplicationJob",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ReplicationJob",
"variableName" : "replicationJob",
"variableType" : "ReplicationJob",
"documentation" : null,
"simpleType" : "ReplicationJob",
"variableSetterType" : "ReplicationJob"
},
"wrapper" : false
},
"ReplicationJobAlreadyExistsException" : {
"c2jName" : "ReplicationJobAlreadyExistsException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An active Replication Job already exists for the specified server.",
"enums" : null,
"errorCode" : "ReplicationJobAlreadyExistsException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "ReplicationJobAlreadyExistsException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ReplicationJobAlreadyExistsException",
"variableName" : "replicationJobAlreadyExistsException",
"variableType" : "ReplicationJobAlreadyExistsException",
"documentation" : null,
"simpleType" : "ReplicationJobAlreadyExistsException",
"variableSetterType" : "ReplicationJobAlreadyExistsException"
},
"wrapper" : false
},
"ReplicationJobNotFoundException" : {
"c2jName" : "ReplicationJobNotFoundException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The specified Replication Job cannot be found.",
"enums" : null,
"errorCode" : "ReplicationJobNotFoundException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "ReplicationJobNotFoundException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ReplicationJobNotFoundException",
"variableName" : "replicationJobNotFoundException",
"variableType" : "ReplicationJobNotFoundException",
"documentation" : null,
"simpleType" : "ReplicationJobNotFoundException",
"variableSetterType" : "ReplicationJobNotFoundException"
},
"wrapper" : false
},
"ReplicationJobState" : {
"c2jName" : "ReplicationJobState",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Current state of Replication Job",
"enums" : [ {
"name" : "PENDING",
"value" : "PENDING"
}, {
"name" : "ACTIVE",
"value" : "ACTIVE"
}, {
"name" : "FAILED",
"value" : "FAILED"
}, {
"name" : "DELETING",
"value" : "DELETING"
}, {
"name" : "DELETED",
"value" : "DELETED"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ReplicationJobState",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ReplicationJobState",
"variableName" : "replicationJobState",
"variableType" : "ReplicationJobState",
"documentation" : null,
"simpleType" : "ReplicationJobState",
"variableSetterType" : "ReplicationJobState"
},
"wrapper" : false
},
"ReplicationRun" : {
"c2jName" : "ReplicationRun",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Object representing a Replication Run",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "replicationRunId",
"c2jShape" : "ReplicationRunId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationRunId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationRunId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationRunId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationRunId",
"setterDocumentation" : "/**\n@param replicationRunId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationRunId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationRunId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationRunId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "state",
"c2jShape" : "ReplicationRunState",
"deprecated" : false,
"documentation" : "",
"enumType" : "ReplicationRunState",
"fluentSetterDocumentation" : "/**\n@param state \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunState*/",
"getterDocumentation" : "/**\n@return \n@see ReplicationRunState*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "state",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "state",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "State",
"setterDocumentation" : "/**\n@param state \n@see ReplicationRunState*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param state \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunState*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "type",
"c2jShape" : "ReplicationRunType",
"deprecated" : false,
"documentation" : "",
"enumType" : "ReplicationRunType",
"fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunType*/",
"getterDocumentation" : "/**\n@return \n@see ReplicationRunType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "type",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "type",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Type",
"setterDocumentation" : "/**\n@param type \n@see ReplicationRunType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "statusMessage",
"c2jShape" : "ReplicationRunStatusMessage",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param statusMessage \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "statusMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "statusMessage",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StatusMessage",
"setterDocumentation" : "/**\n@param statusMessage */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statusMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param statusMessage \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "amiId",
"c2jShape" : "AmiId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param amiId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "amiId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "amiId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AmiId",
"setterDocumentation" : "/**\n@param amiId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "amiId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param amiId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "amiId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "scheduledStartTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param scheduledStartTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "scheduledStartTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "scheduledStartTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ScheduledStartTime",
"setterDocumentation" : "/**\n@param scheduledStartTime */",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "scheduledStartTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param scheduledStartTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "scheduledStartTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "completedTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param completedTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "completedTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "completedTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CompletedTime",
"setterDocumentation" : "/**\n@param completedTime */",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "completedTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param completedTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "completedTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "description",
"c2jShape" : "Description",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**\n@param description */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AmiId" : {
"c2jName" : "amiId",
"c2jShape" : "AmiId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param amiId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "amiId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "amiId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AmiId",
"setterDocumentation" : "/**\n@param amiId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "amiId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param amiId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "amiId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CompletedTime" : {
"c2jName" : "completedTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param completedTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "completedTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "completedTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CompletedTime",
"setterDocumentation" : "/**\n@param completedTime */",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "completedTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param completedTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "completedTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"Description" : {
"c2jName" : "description",
"c2jShape" : "Description",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**\n@param description */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReplicationRunId" : {
"c2jName" : "replicationRunId",
"c2jShape" : "ReplicationRunId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationRunId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationRunId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationRunId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationRunId",
"setterDocumentation" : "/**\n@param replicationRunId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationRunId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationRunId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationRunId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ScheduledStartTime" : {
"c2jName" : "scheduledStartTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param scheduledStartTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "scheduledStartTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "scheduledStartTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ScheduledStartTime",
"setterDocumentation" : "/**\n@param scheduledStartTime */",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "scheduledStartTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param scheduledStartTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "scheduledStartTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"State" : {
"c2jName" : "state",
"c2jShape" : "ReplicationRunState",
"deprecated" : false,
"documentation" : "",
"enumType" : "ReplicationRunState",
"fluentSetterDocumentation" : "/**\n@param state \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunState*/",
"getterDocumentation" : "/**\n@return \n@see ReplicationRunState*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "state",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "state",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "State",
"setterDocumentation" : "/**\n@param state \n@see ReplicationRunState*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param state \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunState*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StatusMessage" : {
"c2jName" : "statusMessage",
"c2jShape" : "ReplicationRunStatusMessage",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param statusMessage \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "statusMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "statusMessage",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StatusMessage",
"setterDocumentation" : "/**\n@param statusMessage */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statusMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param statusMessage \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusMessage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Type" : {
"c2jName" : "type",
"c2jShape" : "ReplicationRunType",
"deprecated" : false,
"documentation" : "",
"enumType" : "ReplicationRunType",
"fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunType*/",
"getterDocumentation" : "/**\n@return \n@see ReplicationRunType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "type",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "type",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Type",
"setterDocumentation" : "/**\n@param type \n@see ReplicationRunType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ReplicationRun",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ReplicationRun",
"variableName" : "replicationRun",
"variableType" : "ReplicationRun",
"documentation" : null,
"simpleType" : "ReplicationRun",
"variableSetterType" : "ReplicationRun"
},
"wrapper" : false
},
"ReplicationRunLimitExceededException" : {
"c2jName" : "ReplicationRunLimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "This user has exceeded the maximum allowed Replication Run limit.",
"enums" : null,
"errorCode" : "ReplicationRunLimitExceededException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "ReplicationRunLimitExceededException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ReplicationRunLimitExceededException",
"variableName" : "replicationRunLimitExceededException",
"variableType" : "ReplicationRunLimitExceededException",
"documentation" : null,
"simpleType" : "ReplicationRunLimitExceededException",
"variableSetterType" : "ReplicationRunLimitExceededException"
},
"wrapper" : false
},
"ReplicationRunState" : {
"c2jName" : "ReplicationRunState",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Current state of Replication Run",
"enums" : [ {
"name" : "PENDING",
"value" : "PENDING"
}, {
"name" : "MISSED",
"value" : "MISSED"
}, {
"name" : "ACTIVE",
"value" : "ACTIVE"
}, {
"name" : "FAILED",
"value" : "FAILED"
}, {
"name" : "COMPLETED",
"value" : "COMPLETED"
}, {
"name" : "DELETING",
"value" : "DELETING"
}, {
"name" : "DELETED",
"value" : "DELETED"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ReplicationRunState",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ReplicationRunState",
"variableName" : "replicationRunState",
"variableType" : "ReplicationRunState",
"documentation" : null,
"simpleType" : "ReplicationRunState",
"variableSetterType" : "ReplicationRunState"
},
"wrapper" : false
},
"ReplicationRunType" : {
"c2jName" : "ReplicationRunType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Type of Replication Run",
"enums" : [ {
"name" : "ON_DEMAND",
"value" : "ON_DEMAND"
}, {
"name" : "AUTOMATIC",
"value" : "AUTOMATIC"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ReplicationRunType",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ReplicationRunType",
"variableName" : "replicationRunType",
"variableType" : "ReplicationRunType",
"documentation" : null,
"simpleType" : "ReplicationRunType",
"variableSetterType" : "ReplicationRunType"
},
"wrapper" : false
},
"Server" : {
"c2jName" : "Server",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Object representing a server",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "serverId",
"c2jShape" : "ServerId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param serverId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serverId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serverId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServerId",
"setterDocumentation" : "/**\n@param serverId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param serverId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "serverType",
"c2jShape" : "ServerType",
"deprecated" : false,
"documentation" : "",
"enumType" : "ServerType",
"fluentSetterDocumentation" : "/**\n@param serverType \n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType*/",
"getterDocumentation" : "/**\n@return \n@see ServerType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serverType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serverType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServerType",
"setterDocumentation" : "/**\n@param serverType \n@see ServerType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param serverType \n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "vmServer",
"c2jShape" : "VmServer",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmServer \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "VmServer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmServer",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmServer",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmServer",
"setterDocumentation" : "/**\n@param vmServer */",
"setterModel" : {
"variableDeclarationType" : "VmServer",
"variableName" : "vmServer",
"variableType" : "VmServer",
"documentation" : "",
"simpleType" : "VmServer",
"variableSetterType" : "VmServer"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param vmServer \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "VmServer",
"variableName" : "vmServer",
"variableType" : "VmServer",
"documentation" : "",
"simpleType" : "VmServer",
"variableSetterType" : "VmServer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "replicationJobId",
"c2jShape" : "ReplicationJobId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobId",
"setterDocumentation" : "/**\n@param replicationJobId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "replicationJobTerminated",
"c2jShape" : "ReplicationJobTerminated",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobTerminated \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobTerminated",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobTerminated",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobTerminated",
"setterDocumentation" : "/**\n@param replicationJobTerminated */",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "replicationJobTerminated",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationJobTerminated \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "replicationJobTerminated",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ReplicationJobId" : {
"c2jName" : "replicationJobId",
"c2jShape" : "ReplicationJobId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobId",
"setterDocumentation" : "/**\n@param replicationJobId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReplicationJobTerminated" : {
"c2jName" : "replicationJobTerminated",
"c2jShape" : "ReplicationJobTerminated",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobTerminated \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobTerminated",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobTerminated",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobTerminated",
"setterDocumentation" : "/**\n@param replicationJobTerminated */",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "replicationJobTerminated",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationJobTerminated \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "replicationJobTerminated",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"ServerId" : {
"c2jName" : "serverId",
"c2jShape" : "ServerId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param serverId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serverId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serverId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServerId",
"setterDocumentation" : "/**\n@param serverId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param serverId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ServerType" : {
"c2jName" : "serverType",
"c2jShape" : "ServerType",
"deprecated" : false,
"documentation" : "",
"enumType" : "ServerType",
"fluentSetterDocumentation" : "/**\n@param serverType \n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType*/",
"getterDocumentation" : "/**\n@return \n@see ServerType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serverType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serverType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServerType",
"setterDocumentation" : "/**\n@param serverType \n@see ServerType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param serverType \n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"VmServer" : {
"c2jName" : "vmServer",
"c2jShape" : "VmServer",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmServer \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "VmServer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmServer",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmServer",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmServer",
"setterDocumentation" : "/**\n@param vmServer */",
"setterModel" : {
"variableDeclarationType" : "VmServer",
"variableName" : "vmServer",
"variableType" : "VmServer",
"documentation" : "",
"simpleType" : "VmServer",
"variableSetterType" : "VmServer"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param vmServer \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "VmServer",
"variableName" : "vmServer",
"variableType" : "VmServer",
"documentation" : "",
"simpleType" : "VmServer",
"variableSetterType" : "VmServer"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "Server",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Server",
"variableName" : "server",
"variableType" : "Server",
"documentation" : null,
"simpleType" : "Server",
"variableSetterType" : "Server"
},
"wrapper" : false
},
"ServerCannotBeReplicatedException" : {
"c2jName" : "ServerCannotBeReplicatedException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The provided server cannot be replicated.",
"enums" : null,
"errorCode" : "ServerCannotBeReplicatedException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "ServerCannotBeReplicatedException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ServerCannotBeReplicatedException",
"variableName" : "serverCannotBeReplicatedException",
"variableType" : "ServerCannotBeReplicatedException",
"documentation" : null,
"simpleType" : "ServerCannotBeReplicatedException",
"variableSetterType" : "ServerCannotBeReplicatedException"
},
"wrapper" : false
},
"ServerCatalogStatus" : {
"c2jName" : "ServerCatalogStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Status of Server catalog",
"enums" : [ {
"name" : "NOT_IMPORTED",
"value" : "NOT_IMPORTED"
}, {
"name" : "IMPORTING",
"value" : "IMPORTING"
}, {
"name" : "AVAILABLE",
"value" : "AVAILABLE"
}, {
"name" : "DELETED",
"value" : "DELETED"
}, {
"name" : "EXPIRED",
"value" : "EXPIRED"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ServerCatalogStatus",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ServerCatalogStatus",
"variableName" : "serverCatalogStatus",
"variableType" : "ServerCatalogStatus",
"documentation" : null,
"simpleType" : "ServerCatalogStatus",
"variableSetterType" : "ServerCatalogStatus"
},
"wrapper" : false
},
"ServerType" : {
"c2jName" : "ServerType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Type of server.",
"enums" : [ {
"name" : "VIRTUAL_MACHINE",
"value" : "VIRTUAL_MACHINE"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ServerType",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ServerType",
"variableName" : "serverType",
"variableType" : "ServerType",
"documentation" : null,
"simpleType" : "ServerType",
"variableSetterType" : "ServerType"
},
"wrapper" : false
},
"StartOnDemandReplicationRunRequest" : {
"c2jName" : "StartOnDemandReplicationRunRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "StartOnDemandReplicationRun",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSServerMigrationService_V2016_10_24.StartOnDemandReplicationRun",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "replicationJobId",
"c2jShape" : "ReplicationJobId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobId",
"setterDocumentation" : "/**\n@param replicationJobId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "description",
"c2jShape" : "Description",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**\n@param description */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Description" : {
"c2jName" : "description",
"c2jShape" : "Description",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**\n@param description */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReplicationJobId" : {
"c2jName" : "replicationJobId",
"c2jShape" : "ReplicationJobId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobId",
"setterDocumentation" : "/**\n@param replicationJobId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "replicationJobId" ],
"shapeName" : "StartOnDemandReplicationRunRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "StartOnDemandReplicationRunRequest",
"variableName" : "startOnDemandReplicationRunRequest",
"variableType" : "StartOnDemandReplicationRunRequest",
"documentation" : null,
"simpleType" : "StartOnDemandReplicationRunRequest",
"variableSetterType" : "StartOnDemandReplicationRunRequest"
},
"wrapper" : false
},
"StartOnDemandReplicationRunResult" : {
"c2jName" : "StartOnDemandReplicationRunResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "replicationRunId",
"c2jShape" : "ReplicationRunId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationRunId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationRunId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationRunId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationRunId",
"setterDocumentation" : "/**\n@param replicationRunId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationRunId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationRunId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationRunId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ReplicationRunId" : {
"c2jName" : "replicationRunId",
"c2jShape" : "ReplicationRunId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationRunId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationRunId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationRunId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationRunId",
"setterDocumentation" : "/**\n@param replicationRunId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationRunId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationRunId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationRunId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "StartOnDemandReplicationRunResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "StartOnDemandReplicationRunResult",
"variableName" : "startOnDemandReplicationRunResult",
"variableType" : "StartOnDemandReplicationRunResult",
"documentation" : null,
"simpleType" : "StartOnDemandReplicationRunResult",
"variableSetterType" : "StartOnDemandReplicationRunResult"
},
"wrapper" : false
},
"UnauthorizedOperationException" : {
"c2jName" : "UnauthorizedOperationException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "This user does not have permissions to perform this operation.",
"enums" : null,
"errorCode" : "UnauthorizedOperationException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "UnauthorizedOperationException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "UnauthorizedOperationException",
"variableName" : "unauthorizedOperationException",
"variableType" : "UnauthorizedOperationException",
"documentation" : null,
"simpleType" : "UnauthorizedOperationException",
"variableSetterType" : "UnauthorizedOperationException"
},
"wrapper" : false
},
"UpdateReplicationJobRequest" : {
"c2jName" : "UpdateReplicationJobRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "UpdateReplicationJob",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSServerMigrationService_V2016_10_24.UpdateReplicationJob",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "replicationJobId",
"c2jShape" : "ReplicationJobId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobId",
"setterDocumentation" : "/**\n@param replicationJobId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "frequency",
"c2jShape" : "Frequency",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param frequency \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "frequency",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "frequency",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Frequency",
"setterDocumentation" : "/**\n@param frequency */",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "frequency",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param frequency \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "frequency",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "nextReplicationRunStartTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextReplicationRunStartTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextReplicationRunStartTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextReplicationRunStartTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextReplicationRunStartTime",
"setterDocumentation" : "/**\n@param nextReplicationRunStartTime */",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "nextReplicationRunStartTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextReplicationRunStartTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "nextReplicationRunStartTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "licenseType",
"c2jShape" : "LicenseType",
"deprecated" : false,
"documentation" : "",
"enumType" : "LicenseType",
"fluentSetterDocumentation" : "/**\n@param licenseType \n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType*/",
"getterDocumentation" : "/**\n@return \n@see LicenseType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "licenseType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "licenseType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LicenseType",
"setterDocumentation" : "/**\n@param licenseType \n@see LicenseType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "licenseType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param licenseType \n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "licenseType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "roleName",
"c2jShape" : "RoleName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param roleName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleName",
"setterDocumentation" : "/**\n@param roleName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param roleName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "description",
"c2jShape" : "Description",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**\n@param description */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Description" : {
"c2jName" : "description",
"c2jShape" : "Description",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**\n@param description */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Frequency" : {
"c2jName" : "frequency",
"c2jShape" : "Frequency",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param frequency \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "frequency",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "frequency",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Frequency",
"setterDocumentation" : "/**\n@param frequency */",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "frequency",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param frequency \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "frequency",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"LicenseType" : {
"c2jName" : "licenseType",
"c2jShape" : "LicenseType",
"deprecated" : false,
"documentation" : "",
"enumType" : "LicenseType",
"fluentSetterDocumentation" : "/**\n@param licenseType \n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType*/",
"getterDocumentation" : "/**\n@return \n@see LicenseType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "licenseType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "licenseType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LicenseType",
"setterDocumentation" : "/**\n@param licenseType \n@see LicenseType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "licenseType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param licenseType \n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "licenseType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"NextReplicationRunStartTime" : {
"c2jName" : "nextReplicationRunStartTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param nextReplicationRunStartTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextReplicationRunStartTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextReplicationRunStartTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextReplicationRunStartTime",
"setterDocumentation" : "/**\n@param nextReplicationRunStartTime */",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "nextReplicationRunStartTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param nextReplicationRunStartTime \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "nextReplicationRunStartTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"ReplicationJobId" : {
"c2jName" : "replicationJobId",
"c2jShape" : "ReplicationJobId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "replicationJobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "replicationJobId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReplicationJobId",
"setterDocumentation" : "/**\n@param replicationJobId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param replicationJobId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationJobId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleName" : {
"c2jName" : "roleName",
"c2jShape" : "RoleName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param roleName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleName",
"setterDocumentation" : "/**\n@param roleName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param roleName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "replicationJobId" ],
"shapeName" : "UpdateReplicationJobRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "UpdateReplicationJobRequest",
"variableName" : "updateReplicationJobRequest",
"variableType" : "UpdateReplicationJobRequest",
"documentation" : null,
"simpleType" : "UpdateReplicationJobRequest",
"variableSetterType" : "UpdateReplicationJobRequest"
},
"wrapper" : false
},
"UpdateReplicationJobResult" : {
"c2jName" : "UpdateReplicationJobResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "UpdateReplicationJobResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "UpdateReplicationJobResult",
"variableName" : "updateReplicationJobResult",
"variableType" : "UpdateReplicationJobResult",
"documentation" : null,
"simpleType" : "UpdateReplicationJobResult",
"variableSetterType" : "UpdateReplicationJobResult"
},
"wrapper" : false
},
"VmManagerType" : {
"c2jName" : "VmManagerType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "VM Management Product",
"enums" : [ {
"name" : "VSPHERE",
"value" : "VSPHERE"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "VmManagerType",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "VmManagerType",
"variableName" : "vmManagerType",
"variableType" : "VmManagerType",
"documentation" : null,
"simpleType" : "VmManagerType",
"variableSetterType" : "VmManagerType"
},
"wrapper" : false
},
"VmServer" : {
"c2jName" : "VmServer",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Object representing a VM server",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "vmServerAddress",
"c2jShape" : "VmServerAddress",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmServerAddress \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "VmServerAddress",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmServerAddress",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmServerAddress",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmServerAddress",
"setterDocumentation" : "/**\n@param vmServerAddress */",
"setterModel" : {
"variableDeclarationType" : "VmServerAddress",
"variableName" : "vmServerAddress",
"variableType" : "VmServerAddress",
"documentation" : "",
"simpleType" : "VmServerAddress",
"variableSetterType" : "VmServerAddress"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param vmServerAddress \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "VmServerAddress",
"variableName" : "vmServerAddress",
"variableType" : "VmServerAddress",
"documentation" : "",
"simpleType" : "VmServerAddress",
"variableSetterType" : "VmServerAddress"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "vmName",
"c2jShape" : "VmName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmName",
"setterDocumentation" : "/**\n@param vmName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vmName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param vmName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vmName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "vmManagerName",
"c2jShape" : "VmManagerName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmManagerName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmManagerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmManagerName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmManagerName",
"setterDocumentation" : "/**\n@param vmManagerName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param vmManagerName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "vmManagerType",
"c2jShape" : "VmManagerType",
"deprecated" : false,
"documentation" : "",
"enumType" : "VmManagerType",
"fluentSetterDocumentation" : "/**\n@param vmManagerType \n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType*/",
"getterDocumentation" : "/**\n@return \n@see VmManagerType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmManagerType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmManagerType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmManagerType",
"setterDocumentation" : "/**\n@param vmManagerType \n@see VmManagerType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param vmManagerType \n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "vmPath",
"c2jShape" : "VmPath",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmPath \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmPath",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmPath",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmPath",
"setterDocumentation" : "/**\n@param vmPath */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vmPath",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param vmPath \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vmPath",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"VmManagerName" : {
"c2jName" : "vmManagerName",
"c2jShape" : "VmManagerName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmManagerName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmManagerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmManagerName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmManagerName",
"setterDocumentation" : "/**\n@param vmManagerName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param vmManagerName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"VmManagerType" : {
"c2jName" : "vmManagerType",
"c2jShape" : "VmManagerType",
"deprecated" : false,
"documentation" : "",
"enumType" : "VmManagerType",
"fluentSetterDocumentation" : "/**\n@param vmManagerType \n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType*/",
"getterDocumentation" : "/**\n@return \n@see VmManagerType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmManagerType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmManagerType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmManagerType",
"setterDocumentation" : "/**\n@param vmManagerType \n@see VmManagerType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param vmManagerType \n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"VmName" : {
"c2jName" : "vmName",
"c2jShape" : "VmName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmName",
"setterDocumentation" : "/**\n@param vmName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vmName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param vmName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vmName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"VmPath" : {
"c2jName" : "vmPath",
"c2jShape" : "VmPath",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmPath \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmPath",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmPath",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmPath",
"setterDocumentation" : "/**\n@param vmPath */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vmPath",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param vmPath \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vmPath",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"VmServerAddress" : {
"c2jName" : "vmServerAddress",
"c2jShape" : "VmServerAddress",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmServerAddress \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "VmServerAddress",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmServerAddress",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmServerAddress",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmServerAddress",
"setterDocumentation" : "/**\n@param vmServerAddress */",
"setterModel" : {
"variableDeclarationType" : "VmServerAddress",
"variableName" : "vmServerAddress",
"variableType" : "VmServerAddress",
"documentation" : "",
"simpleType" : "VmServerAddress",
"variableSetterType" : "VmServerAddress"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param vmServerAddress \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "VmServerAddress",
"variableName" : "vmServerAddress",
"variableType" : "VmServerAddress",
"documentation" : "",
"simpleType" : "VmServerAddress",
"variableSetterType" : "VmServerAddress"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "VmServer",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "VmServer",
"variableName" : "vmServer",
"variableType" : "VmServer",
"documentation" : null,
"simpleType" : "VmServer",
"variableSetterType" : "VmServer"
},
"wrapper" : false
},
"VmServerAddress" : {
"c2jName" : "VmServerAddress",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Object representing a server's location",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "vmManagerId",
"c2jShape" : "VmManagerId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmManagerId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmManagerId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmManagerId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmManagerId",
"setterDocumentation" : "/**\n@param vmManagerId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param vmManagerId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "vmId",
"c2jShape" : "VmId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmId",
"setterDocumentation" : "/**\n@param vmId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vmId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param vmId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vmId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"VmId" : {
"c2jName" : "vmId",
"c2jShape" : "VmId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmId",
"setterDocumentation" : "/**\n@param vmId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vmId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param vmId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vmId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"VmManagerId" : {
"c2jName" : "vmManagerId",
"c2jShape" : "VmManagerId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param vmManagerId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "vmManagerId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "vmManagerId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VmManagerId",
"setterDocumentation" : "/**\n@param vmManagerId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param vmManagerId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vmManagerId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "VmServerAddress",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "VmServerAddress",
"variableName" : "vmServerAddress",
"variableType" : "VmServerAddress",
"documentation" : null,
"simpleType" : "VmServerAddress",
"variableSetterType" : "VmServerAddress"
},
"wrapper" : false
}
},
"clientConfigFactory" : "ClientConfigurationFactory",
"examples" : {
"examples" : { },
"version" : "1.0"
},
"exceptionUnmarshallerImpl" : null,
"fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */",
"hasWaiters" : false,
"sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult",
"sdkModeledExceptionBaseClassName" : "AWSServerMigrationException",
"sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.servermigration.model.AWSServerMigrationException",
"serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException"
}