
models.mgh-2017-05-31-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ "*" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ ]
},
"metadata" : {
"apiVersion" : "2017-05-31",
"asyncBuilder" : "DefaultMigrationHubAsyncClientBuilder",
"asyncBuilderInterface" : "MigrationHubAsyncClientBuilder",
"asyncClient" : "DefaultMigrationHubAsyncClient",
"asyncInterface" : "MigrationHubAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultMigrationHubBaseClientBuilder",
"baseBuilderInterface" : "MigrationHubBaseClientBuilder",
"baseExceptionName" : "MigrationHubException",
"baseRequestName" : "MigrationHubRequest",
"baseResponseName" : "MigrationHubResponse",
"cborProtocol" : false,
"clientPackageName" : "migrationhub",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "AWS Migration Hub",
"documentation" : "The AWS Migration Hub API methods help to obtain server and application migration status and integrate your resource-specific migration tool by providing a programmatic interface to Migration Hub.
",
"endpointPrefix" : "mgh",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.migrationhub",
"fullModelPackageName" : "software.amazon.awssdk.services.migrationhub.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.migrationhub.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.migrationhub.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.migrationhub.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "migrationhub.model",
"paginatorsPackageName" : "migrationhub.paginators",
"protocol" : "json",
"requestTransformPackageName" : "migrationhub.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "Migration Hub",
"serviceName" : "MigrationHub",
"signingName" : "mgh",
"syncBuilder" : "DefaultMigrationHubClientBuilder",
"syncBuilderInterface" : "MigrationHubClientBuilder",
"syncClient" : "DefaultMigrationHubClient",
"syncInterface" : "MigrationHubClient",
"transformPackageName" : "migrationhub.transform",
"uid" : "AWSMigrationHub-2017-05-31",
"xmlProtocol" : false
},
"operations" : {
"AssociateCreatedArtifact" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates a created artifact of an AWS cloud resource, the target receiving the migration, with the migration task performed by a migration tool. This API has the following traits:
-
Migration tools can call the AssociateCreatedArtifact
operation to indicate which AWS artifact is associated with a migration task.
-
The created artifact name must be provided in ARN (Amazon Resource Name) format which will contain information about type and region; for example: arn:aws:ec2:us-east-1:488216288981:image/ami-6d0ba87b
.
-
Examples of the AWS resource behind the created artifact are, AMI's, EC2 instance, or DMS endpoint, etc.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (ADS configuration, update stream, migration task, etc.) that does not exist in ADS (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AssociateCreatedArtifactRequest",
"variableName" : "associateCreatedArtifactRequest",
"variableType" : "AssociateCreatedArtifactRequest",
"documentation" : "",
"simpleType" : "AssociateCreatedArtifactRequest",
"variableSetterType" : "AssociateCreatedArtifactRequest"
},
"methodName" : "associateCreatedArtifact",
"operationName" : "AssociateCreatedArtifact",
"paginated" : false,
"returnType" : {
"returnType" : "AssociateCreatedArtifactResponse",
"documentation" : null
},
"syncReturnType" : "AssociateCreatedArtifactResponse"
},
"AssociateDiscoveredResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates a discovered resource ID from Application Discovery Service (ADS) with a migration task.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "PolicyErrorException",
"documentation" : "Exception raised when there are problems accessing ADS (Application Discovery Service); most likely due to a misconfigured policy or the migrationhub-discovery
role is missing or not configured correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (ADS configuration, update stream, migration task, etc.) that does not exist in ADS (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AssociateDiscoveredResourceRequest",
"variableName" : "associateDiscoveredResourceRequest",
"variableType" : "AssociateDiscoveredResourceRequest",
"documentation" : "",
"simpleType" : "AssociateDiscoveredResourceRequest",
"variableSetterType" : "AssociateDiscoveredResourceRequest"
},
"methodName" : "associateDiscoveredResource",
"operationName" : "AssociateDiscoveredResource",
"paginated" : false,
"returnType" : {
"returnType" : "AssociateDiscoveredResourceResponse",
"documentation" : null
},
"syncReturnType" : "AssociateDiscoveredResourceResponse"
},
"CreateProgressUpdateStream" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a progress update stream which is an AWS resource used for access control as well as a namespace for migration task names that is implicitly linked to your AWS account. It must uniquely identify the migration tool as it is used for all updates made by the tool; however, it does not need to be unique for each AWS account because it is scoped to the AWS account.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateProgressUpdateStreamRequest",
"variableName" : "createProgressUpdateStreamRequest",
"variableType" : "CreateProgressUpdateStreamRequest",
"documentation" : "",
"simpleType" : "CreateProgressUpdateStreamRequest",
"variableSetterType" : "CreateProgressUpdateStreamRequest"
},
"methodName" : "createProgressUpdateStream",
"operationName" : "CreateProgressUpdateStream",
"paginated" : false,
"returnType" : {
"returnType" : "CreateProgressUpdateStreamResponse",
"documentation" : null
},
"syncReturnType" : "CreateProgressUpdateStreamResponse"
},
"DeleteProgressUpdateStream" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a progress update stream, including all of its tasks, which was previously created as an AWS resource used for access control. This API has the following traits:
-
The only parameter needed for DeleteProgressUpdateStream
is the stream name (same as a CreateProgressUpdateStream
call).
-
The call will return, and a background process will asynchronously delete the stream and all of its resources (tasks, associated resources, resource attributes, created artifacts).
-
If the stream takes time to be deleted, it might still show up on a ListProgressUpdateStreams
call.
-
CreateProgressUpdateStream
, ImportMigrationTask
, NotifyMigrationTaskState
, and all Associate[*] APIs realted to the tasks belonging to the stream will throw \"InvalidInputException\" if the stream of the same name is in the process of being deleted.
-
Once the stream and all of its resources are deleted, CreateProgressUpdateStream
for a stream of the same name will succeed, and that stream will be an entirely new logical resource (without any resources associated with the old stream).
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (ADS configuration, update stream, migration task, etc.) that does not exist in ADS (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteProgressUpdateStreamRequest",
"variableName" : "deleteProgressUpdateStreamRequest",
"variableType" : "DeleteProgressUpdateStreamRequest",
"documentation" : "",
"simpleType" : "DeleteProgressUpdateStreamRequest",
"variableSetterType" : "DeleteProgressUpdateStreamRequest"
},
"methodName" : "deleteProgressUpdateStream",
"operationName" : "DeleteProgressUpdateStream",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteProgressUpdateStreamResponse",
"documentation" : null
},
"syncReturnType" : "DeleteProgressUpdateStreamResponse"
},
"DescribeApplicationState" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the migration status of an application.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "PolicyErrorException",
"documentation" : "Exception raised when there are problems accessing ADS (Application Discovery Service); most likely due to a misconfigured policy or the migrationhub-discovery
role is missing or not configured correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (ADS configuration, update stream, migration task, etc.) that does not exist in ADS (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeApplicationStateRequest",
"variableName" : "describeApplicationStateRequest",
"variableType" : "DescribeApplicationStateRequest",
"documentation" : "",
"simpleType" : "DescribeApplicationStateRequest",
"variableSetterType" : "DescribeApplicationStateRequest"
},
"methodName" : "describeApplicationState",
"operationName" : "DescribeApplicationState",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeApplicationStateResponse",
"documentation" : null
},
"syncReturnType" : "DescribeApplicationStateResponse"
},
"DescribeMigrationTask" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list of all attributes associated with a specific migration task.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (ADS configuration, update stream, migration task, etc.) that does not exist in ADS (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeMigrationTaskRequest",
"variableName" : "describeMigrationTaskRequest",
"variableType" : "DescribeMigrationTaskRequest",
"documentation" : "",
"simpleType" : "DescribeMigrationTaskRequest",
"variableSetterType" : "DescribeMigrationTaskRequest"
},
"methodName" : "describeMigrationTask",
"operationName" : "DescribeMigrationTask",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeMigrationTaskResponse",
"documentation" : null
},
"syncReturnType" : "DescribeMigrationTaskResponse"
},
"DisassociateCreatedArtifact" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disassociates a created artifact of an AWS resource with a migration task performed by a migration tool that was previously associated. This API has the following traits:
-
A migration user can call the DisassociateCreatedArtifacts
operation to disassociate a created AWS Artifact from a migration task.
-
The created artifact name must be provided in ARN (Amazon Resource Name) format which will contain information about type and region; for example: arn:aws:ec2:us-east-1:488216288981:image/ami-6d0ba87b
.
-
Examples of the AWS resource behind the created artifact are, AMI's, EC2 instance, or RDS instance, etc.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (ADS configuration, update stream, migration task, etc.) that does not exist in ADS (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisassociateCreatedArtifactRequest",
"variableName" : "disassociateCreatedArtifactRequest",
"variableType" : "DisassociateCreatedArtifactRequest",
"documentation" : "",
"simpleType" : "DisassociateCreatedArtifactRequest",
"variableSetterType" : "DisassociateCreatedArtifactRequest"
},
"methodName" : "disassociateCreatedArtifact",
"operationName" : "DisassociateCreatedArtifact",
"paginated" : false,
"returnType" : {
"returnType" : "DisassociateCreatedArtifactResponse",
"documentation" : null
},
"syncReturnType" : "DisassociateCreatedArtifactResponse"
},
"DisassociateDiscoveredResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disassociate an Application Discovery Service (ADS) discovered resource from a migration task.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (ADS configuration, update stream, migration task, etc.) that does not exist in ADS (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisassociateDiscoveredResourceRequest",
"variableName" : "disassociateDiscoveredResourceRequest",
"variableType" : "DisassociateDiscoveredResourceRequest",
"documentation" : "",
"simpleType" : "DisassociateDiscoveredResourceRequest",
"variableSetterType" : "DisassociateDiscoveredResourceRequest"
},
"methodName" : "disassociateDiscoveredResource",
"operationName" : "DisassociateDiscoveredResource",
"paginated" : false,
"returnType" : {
"returnType" : "DisassociateDiscoveredResourceResponse",
"documentation" : null
},
"syncReturnType" : "DisassociateDiscoveredResourceResponse"
},
"ImportMigrationTask" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Registers a new migration task which represents a server, database, etc., being migrated to AWS by a migration tool.
This API is a prerequisite to calling the NotifyMigrationTaskState
API as the migration tool must first register the migration task with Migration Hub.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (ADS configuration, update stream, migration task, etc.) that does not exist in ADS (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ImportMigrationTaskRequest",
"variableName" : "importMigrationTaskRequest",
"variableType" : "ImportMigrationTaskRequest",
"documentation" : "",
"simpleType" : "ImportMigrationTaskRequest",
"variableSetterType" : "ImportMigrationTaskRequest"
},
"methodName" : "importMigrationTask",
"operationName" : "ImportMigrationTask",
"paginated" : false,
"returnType" : {
"returnType" : "ImportMigrationTaskResponse",
"documentation" : null
},
"syncReturnType" : "ImportMigrationTaskResponse"
},
"ListCreatedArtifacts" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the created artifacts attached to a given migration task in an update stream. This API has the following traits:
-
Gets the list of the created artifacts while migration is taking place.
-
Shows the artifacts created by the migration tool that was associated by the AssociateCreatedArtifact
API.
-
Lists created artifacts in a paginated interface.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (ADS configuration, update stream, migration task, etc.) that does not exist in ADS (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListCreatedArtifactsRequest",
"variableName" : "listCreatedArtifactsRequest",
"variableType" : "ListCreatedArtifactsRequest",
"documentation" : "",
"simpleType" : "ListCreatedArtifactsRequest",
"variableSetterType" : "ListCreatedArtifactsRequest"
},
"methodName" : "listCreatedArtifacts",
"operationName" : "ListCreatedArtifacts",
"paginated" : false,
"returnType" : {
"returnType" : "ListCreatedArtifactsResponse",
"documentation" : null
},
"syncReturnType" : "ListCreatedArtifactsResponse"
},
"ListDiscoveredResources" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists discovered resources associated with the given MigrationTask
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (ADS configuration, update stream, migration task, etc.) that does not exist in ADS (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDiscoveredResourcesRequest",
"variableName" : "listDiscoveredResourcesRequest",
"variableType" : "ListDiscoveredResourcesRequest",
"documentation" : "",
"simpleType" : "ListDiscoveredResourcesRequest",
"variableSetterType" : "ListDiscoveredResourcesRequest"
},
"methodName" : "listDiscoveredResources",
"operationName" : "ListDiscoveredResources",
"paginated" : false,
"returnType" : {
"returnType" : "ListDiscoveredResourcesResponse",
"documentation" : null
},
"syncReturnType" : "ListDiscoveredResourcesResponse"
},
"ListMigrationTasks" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all, or filtered by resource name, migration tasks associated with the user account making this call. This API has the following traits:
-
Can show a summary list of the most recent migration tasks.
-
Can show a summary list of migration tasks associated with a given discovered resource.
-
Lists migration tasks in a paginated interface.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "PolicyErrorException",
"documentation" : "Exception raised when there are problems accessing ADS (Application Discovery Service); most likely due to a misconfigured policy or the migrationhub-discovery
role is missing or not configured correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (ADS configuration, update stream, migration task, etc.) that does not exist in ADS (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListMigrationTasksRequest",
"variableName" : "listMigrationTasksRequest",
"variableType" : "ListMigrationTasksRequest",
"documentation" : "",
"simpleType" : "ListMigrationTasksRequest",
"variableSetterType" : "ListMigrationTasksRequest"
},
"methodName" : "listMigrationTasks",
"operationName" : "ListMigrationTasks",
"paginated" : false,
"returnType" : {
"returnType" : "ListMigrationTasksResponse",
"documentation" : null
},
"syncReturnType" : "ListMigrationTasksResponse"
},
"ListProgressUpdateStreams" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists progress update streams associated with the user account making this call.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListProgressUpdateStreamsRequest",
"variableName" : "listProgressUpdateStreamsRequest",
"variableType" : "ListProgressUpdateStreamsRequest",
"documentation" : "",
"simpleType" : "ListProgressUpdateStreamsRequest",
"variableSetterType" : "ListProgressUpdateStreamsRequest"
},
"methodName" : "listProgressUpdateStreams",
"operationName" : "ListProgressUpdateStreams",
"paginated" : false,
"returnType" : {
"returnType" : "ListProgressUpdateStreamsResponse",
"documentation" : null
},
"syncReturnType" : "ListProgressUpdateStreamsResponse"
},
"NotifyApplicationState" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Sets the migration state of an application. For a given application identified by the value passed to ApplicationId
, its status is set or updated by passing one of three values to Status
: NOT_STARTED | IN_PROGRESS | COMPLETED
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "PolicyErrorException",
"documentation" : "Exception raised when there are problems accessing ADS (Application Discovery Service); most likely due to a misconfigured policy or the migrationhub-discovery
role is missing or not configured correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (ADS configuration, update stream, migration task, etc.) that does not exist in ADS (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "NotifyApplicationStateRequest",
"variableName" : "notifyApplicationStateRequest",
"variableType" : "NotifyApplicationStateRequest",
"documentation" : "",
"simpleType" : "NotifyApplicationStateRequest",
"variableSetterType" : "NotifyApplicationStateRequest"
},
"methodName" : "notifyApplicationState",
"operationName" : "NotifyApplicationState",
"paginated" : false,
"returnType" : {
"returnType" : "NotifyApplicationStateResponse",
"documentation" : null
},
"syncReturnType" : "NotifyApplicationStateResponse"
},
"NotifyMigrationTaskState" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Notifies Migration Hub of the current status, progress, or other detail regarding a migration task. This API has the following traits:
-
Migration tools will call the NotifyMigrationTaskState
API to share the latest progress and status.
-
MigrationTaskName
is used for addressing updates to the correct target.
-
ProgressUpdateStream
is used for access control and to provide a namespace for each migration tool.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (ADS configuration, update stream, migration task, etc.) that does not exist in ADS (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "NotifyMigrationTaskStateRequest",
"variableName" : "notifyMigrationTaskStateRequest",
"variableType" : "NotifyMigrationTaskStateRequest",
"documentation" : "",
"simpleType" : "NotifyMigrationTaskStateRequest",
"variableSetterType" : "NotifyMigrationTaskStateRequest"
},
"methodName" : "notifyMigrationTaskState",
"operationName" : "NotifyMigrationTaskState",
"paginated" : false,
"returnType" : {
"returnType" : "NotifyMigrationTaskStateResponse",
"documentation" : null
},
"syncReturnType" : "NotifyMigrationTaskStateResponse"
},
"PutResourceAttributes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Provides identifying details of the resource being migrated so that it can be associated in the Application Discovery Service (ADS)'s repository. This association occurs asynchronously after PutResourceAttributes
returns.
-
Keep in mind that subsequent calls to PutResourceAttributes will override previously stored attributes. For example, if it is first called with a MAC address, but later, it is desired to add an IP address, it will then be required to call it with both the IP and MAC addresses to prevent overiding the MAC address.
-
Note the instructions regarding the special use case of the ResourceAttributeList
parameter when specifying any \"VM\" related value.
Because this is an asynchronous call, it will always return 200, whether an association occurs or not. To confirm if an association was found based on the provided details, call ListDiscoveredResources
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (ADS configuration, update stream, migration task, etc.) that does not exist in ADS (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutResourceAttributesRequest",
"variableName" : "putResourceAttributesRequest",
"variableType" : "PutResourceAttributesRequest",
"documentation" : "",
"simpleType" : "PutResourceAttributesRequest",
"variableSetterType" : "PutResourceAttributesRequest"
},
"methodName" : "putResourceAttributes",
"operationName" : "PutResourceAttributes",
"paginated" : false,
"returnType" : {
"returnType" : "PutResourceAttributesResponse",
"documentation" : null
},
"syncReturnType" : "PutResourceAttributesResponse"
}
},
"shapes" : {
"AccessDeniedException" : {
"c2jName" : "AccessDeniedException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "You do not have sufficient access to perform this action.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AccessDeniedException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AccessDeniedException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AccessDeniedException",
"variableName" : "accessDeniedException",
"variableType" : "AccessDeniedException",
"documentation" : null,
"simpleType" : "AccessDeniedException",
"variableSetterType" : "AccessDeniedException"
},
"wrapper" : false
},
"ApplicationStatus" : {
"c2jName" : "ApplicationStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "NOT_STARTED",
"value" : "NOT_STARTED"
}, {
"name" : "IN_PROGRESS",
"value" : "IN_PROGRESS"
}, {
"name" : "COMPLETED",
"value" : "COMPLETED"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ApplicationStatus",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ApplicationStatus",
"variableName" : "applicationStatus",
"variableType" : "ApplicationStatus",
"documentation" : null,
"simpleType" : "ApplicationStatus",
"variableSetterType" : "ApplicationStatus"
},
"wrapper" : false
},
"AssociateCreatedArtifactRequest" : {
"c2jName" : "AssociateCreatedArtifactRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "AssociateCreatedArtifact",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.AssociateCreatedArtifact",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "Unique identifier that references the migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task.
\n@return Unique identifier that references the migration task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedArtifact",
"beanStyleSetterMethodName" : "setCreatedArtifact",
"c2jName" : "CreatedArtifact",
"c2jShape" : "CreatedArtifact",
"defaultConsumerFluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\nThis is a convenience that creates an instance of the {@link CreatedArtifact.Builder} avoiding the need to create one manually via {@link CreatedArtifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreatedArtifact.Builder#build()} is called immediately and its result is passed to {@link #createdArtifact(CreatedArtifact)}.\n@param createdArtifact a consumer that will call methods on {@link CreatedArtifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdArtifact(CreatedArtifact)",
"deprecated" : false,
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdArtifact",
"fluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifact An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdArtifact",
"getterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@return An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"getterModel" : {
"returnType" : "CreatedArtifact",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedArtifact",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedArtifact",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CreatedArtifact",
"sensitive" : false,
"setterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifact An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"setterMethodName" : "setCreatedArtifact",
"setterModel" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "createdArtifact",
"variableType" : "CreatedArtifact",
"documentation" : null,
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "createdArtifact",
"variableType" : "CreatedArtifact",
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CreatedArtifact" : {
"beanStyleGetterMethodName" : "getCreatedArtifact",
"beanStyleSetterMethodName" : "setCreatedArtifact",
"c2jName" : "CreatedArtifact",
"c2jShape" : "CreatedArtifact",
"defaultConsumerFluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\nThis is a convenience that creates an instance of the {@link CreatedArtifact.Builder} avoiding the need to create one manually via {@link CreatedArtifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreatedArtifact.Builder#build()} is called immediately and its result is passed to {@link #createdArtifact(CreatedArtifact)}.\n@param createdArtifact a consumer that will call methods on {@link CreatedArtifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdArtifact(CreatedArtifact)",
"deprecated" : false,
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdArtifact",
"fluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifact An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdArtifact",
"getterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@return An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"getterModel" : {
"returnType" : "CreatedArtifact",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedArtifact",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedArtifact",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CreatedArtifact",
"sensitive" : false,
"setterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifact An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"setterMethodName" : "setCreatedArtifact",
"setterModel" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "createdArtifact",
"variableType" : "CreatedArtifact",
"documentation" : null,
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "createdArtifact",
"variableType" : "CreatedArtifact",
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"xmlNameSpaceUri" : null
},
"DryRun" : {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"MigrationTaskName" : {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "Unique identifier that references the migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task.
\n@return Unique identifier that references the migration task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ProgressUpdateStream" : {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "Unique identifier that references the migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task.
\n@return Unique identifier that references the migration task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedArtifact",
"beanStyleSetterMethodName" : "setCreatedArtifact",
"c2jName" : "CreatedArtifact",
"c2jShape" : "CreatedArtifact",
"defaultConsumerFluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\nThis is a convenience that creates an instance of the {@link CreatedArtifact.Builder} avoiding the need to create one manually via {@link CreatedArtifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreatedArtifact.Builder#build()} is called immediately and its result is passed to {@link #createdArtifact(CreatedArtifact)}.\n@param createdArtifact a consumer that will call methods on {@link CreatedArtifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdArtifact(CreatedArtifact)",
"deprecated" : false,
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdArtifact",
"fluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifact An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdArtifact",
"getterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@return An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"getterModel" : {
"returnType" : "CreatedArtifact",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedArtifact",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedArtifact",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CreatedArtifact",
"sensitive" : false,
"setterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifact An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"setterMethodName" : "setCreatedArtifact",
"setterModel" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "createdArtifact",
"variableType" : "CreatedArtifact",
"documentation" : null,
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "createdArtifact",
"variableType" : "CreatedArtifact",
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStream", "MigrationTaskName", "CreatedArtifact" ],
"shapeName" : "AssociateCreatedArtifactRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AssociateCreatedArtifactRequest",
"variableName" : "associateCreatedArtifactRequest",
"variableType" : "AssociateCreatedArtifactRequest",
"documentation" : null,
"simpleType" : "AssociateCreatedArtifactRequest",
"variableSetterType" : "AssociateCreatedArtifactRequest"
},
"wrapper" : false
},
"AssociateCreatedArtifactResponse" : {
"c2jName" : "AssociateCreatedArtifactResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AssociateCreatedArtifactResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AssociateCreatedArtifactResponse",
"variableName" : "associateCreatedArtifactResponse",
"variableType" : "AssociateCreatedArtifactResponse",
"documentation" : null,
"simpleType" : "AssociateCreatedArtifactResponse",
"variableSetterType" : "AssociateCreatedArtifactResponse"
},
"wrapper" : false
},
"AssociateDiscoveredResourceRequest" : {
"c2jName" : "AssociateDiscoveredResourceRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "AssociateDiscoveredResource",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.AssociateDiscoveredResource",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The identifier given to the MigrationTask.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "The identifier given to the MigrationTask.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The identifier given to the MigrationTask.
\n@param migrationTaskName The identifier given to the MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The identifier given to the MigrationTask.
\n@return The identifier given to the MigrationTask.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The identifier given to the MigrationTask.
\n@param migrationTaskName The identifier given to the MigrationTask.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The identifier given to the MigrationTask.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDiscoveredResource",
"beanStyleSetterMethodName" : "setDiscoveredResource",
"c2jName" : "DiscoveredResource",
"c2jShape" : "DiscoveredResource",
"defaultConsumerFluentSetterDocumentation" : "Object representing a Resource.
\nThis is a convenience that creates an instance of the {@link DiscoveredResource.Builder} avoiding the need to create one manually via {@link DiscoveredResource#builder()}.\n\nWhen the {@link Consumer} completes, {@link DiscoveredResource.Builder#build()} is called immediately and its result is passed to {@link #discoveredResource(DiscoveredResource)}.\n@param discoveredResource a consumer that will call methods on {@link DiscoveredResource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #discoveredResource(DiscoveredResource)",
"deprecated" : false,
"documentation" : "Object representing a Resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "discoveredResource",
"fluentSetterDocumentation" : "Object representing a Resource.
\n@param discoveredResource Object representing a Resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "discoveredResource",
"getterDocumentation" : "Object representing a Resource.
\n@return Object representing a Resource.",
"getterModel" : {
"returnType" : "DiscoveredResource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DiscoveredResource",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DiscoveredResource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DiscoveredResource",
"sensitive" : false,
"setterDocumentation" : "Object representing a Resource.
\n@param discoveredResource Object representing a Resource.",
"setterMethodName" : "setDiscoveredResource",
"setterModel" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "discoveredResource",
"variableType" : "DiscoveredResource",
"documentation" : null,
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "discoveredResource",
"variableType" : "DiscoveredResource",
"documentation" : "Object representing a Resource.
",
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DiscoveredResource" : {
"beanStyleGetterMethodName" : "getDiscoveredResource",
"beanStyleSetterMethodName" : "setDiscoveredResource",
"c2jName" : "DiscoveredResource",
"c2jShape" : "DiscoveredResource",
"defaultConsumerFluentSetterDocumentation" : "Object representing a Resource.
\nThis is a convenience that creates an instance of the {@link DiscoveredResource.Builder} avoiding the need to create one manually via {@link DiscoveredResource#builder()}.\n\nWhen the {@link Consumer} completes, {@link DiscoveredResource.Builder#build()} is called immediately and its result is passed to {@link #discoveredResource(DiscoveredResource)}.\n@param discoveredResource a consumer that will call methods on {@link DiscoveredResource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #discoveredResource(DiscoveredResource)",
"deprecated" : false,
"documentation" : "Object representing a Resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "discoveredResource",
"fluentSetterDocumentation" : "Object representing a Resource.
\n@param discoveredResource Object representing a Resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "discoveredResource",
"getterDocumentation" : "Object representing a Resource.
\n@return Object representing a Resource.",
"getterModel" : {
"returnType" : "DiscoveredResource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DiscoveredResource",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DiscoveredResource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DiscoveredResource",
"sensitive" : false,
"setterDocumentation" : "Object representing a Resource.
\n@param discoveredResource Object representing a Resource.",
"setterMethodName" : "setDiscoveredResource",
"setterModel" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "discoveredResource",
"variableType" : "DiscoveredResource",
"documentation" : null,
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "discoveredResource",
"variableType" : "DiscoveredResource",
"documentation" : "Object representing a Resource.
",
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"xmlNameSpaceUri" : null
},
"DryRun" : {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"MigrationTaskName" : {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The identifier given to the MigrationTask.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "The identifier given to the MigrationTask.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The identifier given to the MigrationTask.
\n@param migrationTaskName The identifier given to the MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The identifier given to the MigrationTask.
\n@return The identifier given to the MigrationTask.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The identifier given to the MigrationTask.
\n@param migrationTaskName The identifier given to the MigrationTask.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The identifier given to the MigrationTask.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ProgressUpdateStream" : {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The identifier given to the MigrationTask.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "The identifier given to the MigrationTask.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The identifier given to the MigrationTask.
\n@param migrationTaskName The identifier given to the MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The identifier given to the MigrationTask.
\n@return The identifier given to the MigrationTask.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The identifier given to the MigrationTask.
\n@param migrationTaskName The identifier given to the MigrationTask.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The identifier given to the MigrationTask.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDiscoveredResource",
"beanStyleSetterMethodName" : "setDiscoveredResource",
"c2jName" : "DiscoveredResource",
"c2jShape" : "DiscoveredResource",
"defaultConsumerFluentSetterDocumentation" : "Object representing a Resource.
\nThis is a convenience that creates an instance of the {@link DiscoveredResource.Builder} avoiding the need to create one manually via {@link DiscoveredResource#builder()}.\n\nWhen the {@link Consumer} completes, {@link DiscoveredResource.Builder#build()} is called immediately and its result is passed to {@link #discoveredResource(DiscoveredResource)}.\n@param discoveredResource a consumer that will call methods on {@link DiscoveredResource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #discoveredResource(DiscoveredResource)",
"deprecated" : false,
"documentation" : "Object representing a Resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "discoveredResource",
"fluentSetterDocumentation" : "Object representing a Resource.
\n@param discoveredResource Object representing a Resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "discoveredResource",
"getterDocumentation" : "Object representing a Resource.
\n@return Object representing a Resource.",
"getterModel" : {
"returnType" : "DiscoveredResource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DiscoveredResource",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DiscoveredResource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DiscoveredResource",
"sensitive" : false,
"setterDocumentation" : "Object representing a Resource.
\n@param discoveredResource Object representing a Resource.",
"setterMethodName" : "setDiscoveredResource",
"setterModel" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "discoveredResource",
"variableType" : "DiscoveredResource",
"documentation" : null,
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "discoveredResource",
"variableType" : "DiscoveredResource",
"documentation" : "Object representing a Resource.
",
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStream", "MigrationTaskName", "DiscoveredResource" ],
"shapeName" : "AssociateDiscoveredResourceRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AssociateDiscoveredResourceRequest",
"variableName" : "associateDiscoveredResourceRequest",
"variableType" : "AssociateDiscoveredResourceRequest",
"documentation" : null,
"simpleType" : "AssociateDiscoveredResourceRequest",
"variableSetterType" : "AssociateDiscoveredResourceRequest"
},
"wrapper" : false
},
"AssociateDiscoveredResourceResponse" : {
"c2jName" : "AssociateDiscoveredResourceResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AssociateDiscoveredResourceResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AssociateDiscoveredResourceResponse",
"variableName" : "associateDiscoveredResourceResponse",
"variableType" : "AssociateDiscoveredResourceResponse",
"documentation" : null,
"simpleType" : "AssociateDiscoveredResourceResponse",
"variableSetterType" : "AssociateDiscoveredResourceResponse"
},
"wrapper" : false
},
"CreateProgressUpdateStreamRequest" : {
"c2jName" : "CreateProgressUpdateStreamRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateProgressUpdateStream",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.CreateProgressUpdateStream",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStreamName",
"beanStyleSetterMethodName" : "setProgressUpdateStreamName",
"c2jName" : "ProgressUpdateStreamName",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStreamName(String)}.\n@param progressUpdateStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStreamName(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStreamName",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStreamName",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DryRun" : {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"ProgressUpdateStreamName" : {
"beanStyleGetterMethodName" : "getProgressUpdateStreamName",
"beanStyleSetterMethodName" : "setProgressUpdateStreamName",
"c2jName" : "ProgressUpdateStreamName",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStreamName(String)}.\n@param progressUpdateStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStreamName(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStreamName",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStreamName",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStreamName",
"beanStyleSetterMethodName" : "setProgressUpdateStreamName",
"c2jName" : "ProgressUpdateStreamName",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStreamName(String)}.\n@param progressUpdateStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStreamName(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStreamName",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStreamName",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStreamName" ],
"shapeName" : "CreateProgressUpdateStreamRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateProgressUpdateStreamRequest",
"variableName" : "createProgressUpdateStreamRequest",
"variableType" : "CreateProgressUpdateStreamRequest",
"documentation" : null,
"simpleType" : "CreateProgressUpdateStreamRequest",
"variableSetterType" : "CreateProgressUpdateStreamRequest"
},
"wrapper" : false
},
"CreateProgressUpdateStreamResponse" : {
"c2jName" : "CreateProgressUpdateStreamResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateProgressUpdateStreamResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateProgressUpdateStreamResponse",
"variableName" : "createProgressUpdateStreamResponse",
"variableType" : "CreateProgressUpdateStreamResponse",
"documentation" : null,
"simpleType" : "CreateProgressUpdateStreamResponse",
"variableSetterType" : "CreateProgressUpdateStreamResponse"
},
"wrapper" : false
},
"CreatedArtifact" : {
"c2jName" : "CreatedArtifact",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An ARN of the AWS cloud resource target receiving the migration (e.g., AMI, EC2 instance, RDS instance, etc.).
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "CreatedArtifactName",
"defaultConsumerFluentSetterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "An ARN that uniquely identifies the result of a migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@param name An ARN that uniquely identifies the result of a migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@return An ARN that uniquely identifies the result of a migration task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@param name An ARN that uniquely identifies the result of a migration task.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "An ARN that uniquely identifies the result of a migration task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "CreatedArtifactDescription",
"defaultConsumerFluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@param description A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@return A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@param description A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Description" : {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "CreatedArtifactDescription",
"defaultConsumerFluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@param description A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@return A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@param description A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "CreatedArtifactName",
"defaultConsumerFluentSetterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "An ARN that uniquely identifies the result of a migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@param name An ARN that uniquely identifies the result of a migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@return An ARN that uniquely identifies the result of a migration task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@param name An ARN that uniquely identifies the result of a migration task.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "An ARN that uniquely identifies the result of a migration task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "CreatedArtifactName",
"defaultConsumerFluentSetterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "An ARN that uniquely identifies the result of a migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@param name An ARN that uniquely identifies the result of a migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@return An ARN that uniquely identifies the result of a migration task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@param name An ARN that uniquely identifies the result of a migration task.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "An ARN that uniquely identifies the result of a migration task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "CreatedArtifactDescription",
"defaultConsumerFluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@param description A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@return A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@param description A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name" ],
"shapeName" : "CreatedArtifact",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "createdArtifact",
"variableType" : "CreatedArtifact",
"documentation" : null,
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"wrapper" : false
},
"DeleteProgressUpdateStreamRequest" : {
"c2jName" : "DeleteProgressUpdateStreamRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteProgressUpdateStream",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.DeleteProgressUpdateStream",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStreamName",
"beanStyleSetterMethodName" : "setProgressUpdateStreamName",
"c2jName" : "ProgressUpdateStreamName",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStreamName(String)}.\n@param progressUpdateStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStreamName(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStreamName",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStreamName",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DryRun" : {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"ProgressUpdateStreamName" : {
"beanStyleGetterMethodName" : "getProgressUpdateStreamName",
"beanStyleSetterMethodName" : "setProgressUpdateStreamName",
"c2jName" : "ProgressUpdateStreamName",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStreamName(String)}.\n@param progressUpdateStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStreamName(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStreamName",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStreamName",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStreamName",
"beanStyleSetterMethodName" : "setProgressUpdateStreamName",
"c2jName" : "ProgressUpdateStreamName",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStreamName(String)}.\n@param progressUpdateStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStreamName(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStreamName",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStreamName",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStreamName" ],
"shapeName" : "DeleteProgressUpdateStreamRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteProgressUpdateStreamRequest",
"variableName" : "deleteProgressUpdateStreamRequest",
"variableType" : "DeleteProgressUpdateStreamRequest",
"documentation" : null,
"simpleType" : "DeleteProgressUpdateStreamRequest",
"variableSetterType" : "DeleteProgressUpdateStreamRequest"
},
"wrapper" : false
},
"DeleteProgressUpdateStreamResponse" : {
"c2jName" : "DeleteProgressUpdateStreamResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteProgressUpdateStreamResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteProgressUpdateStreamResponse",
"variableName" : "deleteProgressUpdateStreamResponse",
"variableType" : "DeleteProgressUpdateStreamResponse",
"documentation" : null,
"simpleType" : "DeleteProgressUpdateStreamResponse",
"variableSetterType" : "DeleteProgressUpdateStreamResponse"
},
"wrapper" : false
},
"DescribeApplicationStateRequest" : {
"c2jName" : "DescribeApplicationStateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeApplicationState",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.DescribeApplicationState",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getApplicationId",
"beanStyleSetterMethodName" : "setApplicationId",
"c2jName" : "ApplicationId",
"c2jShape" : "ApplicationId",
"defaultConsumerFluentSetterDocumentation" : "The configurationId in ADS that uniquely identifies the grouped application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationId(String)}.\n@param applicationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationId(String)",
"deprecated" : false,
"documentation" : "The configurationId in ADS that uniquely identifies the grouped application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationId",
"fluentSetterDocumentation" : "The configurationId in ADS that uniquely identifies the grouped application.
\n@param applicationId The configurationId in ADS that uniquely identifies the grouped application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationId",
"getterDocumentation" : "The configurationId in ADS that uniquely identifies the grouped application.
\n@return The configurationId in ADS that uniquely identifies the grouped application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplicationId",
"sensitive" : false,
"setterDocumentation" : "The configurationId in ADS that uniquely identifies the grouped application.
\n@param applicationId The configurationId in ADS that uniquely identifies the grouped application.",
"setterMethodName" : "setApplicationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : "The configurationId in ADS that uniquely identifies the grouped application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationId" : {
"beanStyleGetterMethodName" : "getApplicationId",
"beanStyleSetterMethodName" : "setApplicationId",
"c2jName" : "ApplicationId",
"c2jShape" : "ApplicationId",
"defaultConsumerFluentSetterDocumentation" : "The configurationId in ADS that uniquely identifies the grouped application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationId(String)}.\n@param applicationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationId(String)",
"deprecated" : false,
"documentation" : "The configurationId in ADS that uniquely identifies the grouped application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationId",
"fluentSetterDocumentation" : "The configurationId in ADS that uniquely identifies the grouped application.
\n@param applicationId The configurationId in ADS that uniquely identifies the grouped application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationId",
"getterDocumentation" : "The configurationId in ADS that uniquely identifies the grouped application.
\n@return The configurationId in ADS that uniquely identifies the grouped application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplicationId",
"sensitive" : false,
"setterDocumentation" : "The configurationId in ADS that uniquely identifies the grouped application.
\n@param applicationId The configurationId in ADS that uniquely identifies the grouped application.",
"setterMethodName" : "setApplicationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : "The configurationId in ADS that uniquely identifies the grouped application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getApplicationId",
"beanStyleSetterMethodName" : "setApplicationId",
"c2jName" : "ApplicationId",
"c2jShape" : "ApplicationId",
"defaultConsumerFluentSetterDocumentation" : "The configurationId in ADS that uniquely identifies the grouped application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationId(String)}.\n@param applicationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationId(String)",
"deprecated" : false,
"documentation" : "The configurationId in ADS that uniquely identifies the grouped application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationId",
"fluentSetterDocumentation" : "The configurationId in ADS that uniquely identifies the grouped application.
\n@param applicationId The configurationId in ADS that uniquely identifies the grouped application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationId",
"getterDocumentation" : "The configurationId in ADS that uniquely identifies the grouped application.
\n@return The configurationId in ADS that uniquely identifies the grouped application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplicationId",
"sensitive" : false,
"setterDocumentation" : "The configurationId in ADS that uniquely identifies the grouped application.
\n@param applicationId The configurationId in ADS that uniquely identifies the grouped application.",
"setterMethodName" : "setApplicationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : "The configurationId in ADS that uniquely identifies the grouped application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationId" ],
"shapeName" : "DescribeApplicationStateRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeApplicationStateRequest",
"variableName" : "describeApplicationStateRequest",
"variableType" : "DescribeApplicationStateRequest",
"documentation" : null,
"simpleType" : "DescribeApplicationStateRequest",
"variableSetterType" : "DescribeApplicationStateRequest"
},
"wrapper" : false
},
"DescribeApplicationStateResponse" : {
"c2jName" : "DescribeApplicationStateResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getApplicationStatusAsString",
"beanStyleSetterMethodName" : "setApplicationStatus",
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"defaultConsumerFluentSetterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationStatusAsString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)",
"deprecated" : false,
"documentation" : "Status of the application - Not Started, In-Progress, Complete.
",
"endpointDiscoveryId" : false,
"enumType" : "ApplicationStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "applicationStatus",
"fluentEnumSetterMethodName" : "applicationStatus",
"fluentGetterMethodName" : "applicationStatusAsString",
"fluentSetterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n@param applicationStatus Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus",
"fluentSetterMethodName" : "applicationStatus",
"getterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusAsString}.\n
\n@return Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplicationStatus",
"sensitive" : false,
"setterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n@param applicationStatus Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus",
"setterMethodName" : "setApplicationStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "Status of the application - Not Started, In-Progress, Complete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedTime",
"beanStyleSetterMethodName" : "setLastUpdatedTime",
"c2jName" : "LastUpdatedTime",
"c2jShape" : "UpdateDateTime",
"defaultConsumerFluentSetterDocumentation" : "The timestamp when the application status was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedTime(Instant)}.\n@param lastUpdatedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedTime(Instant)",
"deprecated" : false,
"documentation" : "The timestamp when the application status was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedTime",
"fluentSetterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedTime",
"getterDocumentation" : "The timestamp when the application status was last updated.
\n@return The timestamp when the application status was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastUpdatedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdatedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedTime",
"sensitive" : false,
"setterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.",
"setterMethodName" : "setLastUpdatedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedTime",
"variableType" : "java.time.Instant",
"documentation" : "The timestamp when the application status was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationStatus" : {
"beanStyleGetterMethodName" : "getApplicationStatusAsString",
"beanStyleSetterMethodName" : "setApplicationStatus",
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"defaultConsumerFluentSetterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationStatusAsString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)",
"deprecated" : false,
"documentation" : "Status of the application - Not Started, In-Progress, Complete.
",
"endpointDiscoveryId" : false,
"enumType" : "ApplicationStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "applicationStatus",
"fluentEnumSetterMethodName" : "applicationStatus",
"fluentGetterMethodName" : "applicationStatusAsString",
"fluentSetterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n@param applicationStatus Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus",
"fluentSetterMethodName" : "applicationStatus",
"getterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusAsString}.\n
\n@return Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplicationStatus",
"sensitive" : false,
"setterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n@param applicationStatus Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus",
"setterMethodName" : "setApplicationStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "Status of the application - Not Started, In-Progress, Complete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LastUpdatedTime" : {
"beanStyleGetterMethodName" : "getLastUpdatedTime",
"beanStyleSetterMethodName" : "setLastUpdatedTime",
"c2jName" : "LastUpdatedTime",
"c2jShape" : "UpdateDateTime",
"defaultConsumerFluentSetterDocumentation" : "The timestamp when the application status was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedTime(Instant)}.\n@param lastUpdatedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedTime(Instant)",
"deprecated" : false,
"documentation" : "The timestamp when the application status was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedTime",
"fluentSetterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedTime",
"getterDocumentation" : "The timestamp when the application status was last updated.
\n@return The timestamp when the application status was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastUpdatedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdatedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedTime",
"sensitive" : false,
"setterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.",
"setterMethodName" : "setLastUpdatedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedTime",
"variableType" : "java.time.Instant",
"documentation" : "The timestamp when the application status was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getApplicationStatusAsString",
"beanStyleSetterMethodName" : "setApplicationStatus",
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"defaultConsumerFluentSetterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationStatusAsString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)",
"deprecated" : false,
"documentation" : "Status of the application - Not Started, In-Progress, Complete.
",
"endpointDiscoveryId" : false,
"enumType" : "ApplicationStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "applicationStatus",
"fluentEnumSetterMethodName" : "applicationStatus",
"fluentGetterMethodName" : "applicationStatusAsString",
"fluentSetterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n@param applicationStatus Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus",
"fluentSetterMethodName" : "applicationStatus",
"getterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusAsString}.\n
\n@return Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplicationStatus",
"sensitive" : false,
"setterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n@param applicationStatus Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus",
"setterMethodName" : "setApplicationStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "Status of the application - Not Started, In-Progress, Complete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedTime",
"beanStyleSetterMethodName" : "setLastUpdatedTime",
"c2jName" : "LastUpdatedTime",
"c2jShape" : "UpdateDateTime",
"defaultConsumerFluentSetterDocumentation" : "The timestamp when the application status was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedTime(Instant)}.\n@param lastUpdatedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedTime(Instant)",
"deprecated" : false,
"documentation" : "The timestamp when the application status was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedTime",
"fluentSetterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedTime",
"getterDocumentation" : "The timestamp when the application status was last updated.
\n@return The timestamp when the application status was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastUpdatedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdatedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedTime",
"sensitive" : false,
"setterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.",
"setterMethodName" : "setLastUpdatedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedTime",
"variableType" : "java.time.Instant",
"documentation" : "The timestamp when the application status was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeApplicationStateResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeApplicationStateResponse",
"variableName" : "describeApplicationStateResponse",
"variableType" : "DescribeApplicationStateResponse",
"documentation" : null,
"simpleType" : "DescribeApplicationStateResponse",
"variableSetterType" : "DescribeApplicationStateResponse"
},
"wrapper" : false
},
"DescribeMigrationTaskRequest" : {
"c2jName" : "DescribeMigrationTaskRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeMigrationTask",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.DescribeMigrationTask",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The identifier given to the MigrationTask.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "The identifier given to the MigrationTask.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The identifier given to the MigrationTask.
\n@param migrationTaskName The identifier given to the MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The identifier given to the MigrationTask.
\n@return The identifier given to the MigrationTask.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The identifier given to the MigrationTask.
\n@param migrationTaskName The identifier given to the MigrationTask.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The identifier given to the MigrationTask.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MigrationTaskName" : {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The identifier given to the MigrationTask.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "The identifier given to the MigrationTask.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The identifier given to the MigrationTask.
\n@param migrationTaskName The identifier given to the MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The identifier given to the MigrationTask.
\n@return The identifier given to the MigrationTask.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The identifier given to the MigrationTask.
\n@param migrationTaskName The identifier given to the MigrationTask.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The identifier given to the MigrationTask.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ProgressUpdateStream" : {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The identifier given to the MigrationTask.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "The identifier given to the MigrationTask.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The identifier given to the MigrationTask.
\n@param migrationTaskName The identifier given to the MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The identifier given to the MigrationTask.
\n@return The identifier given to the MigrationTask.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The identifier given to the MigrationTask.
\n@param migrationTaskName The identifier given to the MigrationTask.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The identifier given to the MigrationTask.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStream", "MigrationTaskName" ],
"shapeName" : "DescribeMigrationTaskRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeMigrationTaskRequest",
"variableName" : "describeMigrationTaskRequest",
"variableType" : "DescribeMigrationTaskRequest",
"documentation" : null,
"simpleType" : "DescribeMigrationTaskRequest",
"variableSetterType" : "DescribeMigrationTaskRequest"
},
"wrapper" : false
},
"DescribeMigrationTaskResponse" : {
"c2jName" : "DescribeMigrationTaskResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getMigrationTask",
"beanStyleSetterMethodName" : "setMigrationTask",
"c2jName" : "MigrationTask",
"c2jShape" : "MigrationTask",
"defaultConsumerFluentSetterDocumentation" : "Object encapsulating information about the migration task.
\nThis is a convenience that creates an instance of the {@link MigrationTask.Builder} avoiding the need to create one manually via {@link MigrationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link MigrationTask.Builder#build()} is called immediately and its result is passed to {@link #migrationTask(MigrationTask)}.\n@param migrationTask a consumer that will call methods on {@link MigrationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTask(MigrationTask)",
"deprecated" : false,
"documentation" : "Object encapsulating information about the migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTask",
"fluentSetterDocumentation" : "Object encapsulating information about the migration task.
\n@param migrationTask Object encapsulating information about the migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTask",
"getterDocumentation" : "Object encapsulating information about the migration task.
\n@return Object encapsulating information about the migration task.",
"getterModel" : {
"returnType" : "MigrationTask",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTask",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTask",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "MigrationTask",
"sensitive" : false,
"setterDocumentation" : "Object encapsulating information about the migration task.
\n@param migrationTask Object encapsulating information about the migration task.",
"setterMethodName" : "setMigrationTask",
"setterModel" : {
"variableDeclarationType" : "MigrationTask",
"variableName" : "migrationTask",
"variableType" : "MigrationTask",
"documentation" : null,
"simpleType" : "MigrationTask",
"variableSetterType" : "MigrationTask"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MigrationTask",
"variableName" : "migrationTask",
"variableType" : "MigrationTask",
"documentation" : "Object encapsulating information about the migration task.
",
"simpleType" : "MigrationTask",
"variableSetterType" : "MigrationTask"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MigrationTask" : {
"beanStyleGetterMethodName" : "getMigrationTask",
"beanStyleSetterMethodName" : "setMigrationTask",
"c2jName" : "MigrationTask",
"c2jShape" : "MigrationTask",
"defaultConsumerFluentSetterDocumentation" : "Object encapsulating information about the migration task.
\nThis is a convenience that creates an instance of the {@link MigrationTask.Builder} avoiding the need to create one manually via {@link MigrationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link MigrationTask.Builder#build()} is called immediately and its result is passed to {@link #migrationTask(MigrationTask)}.\n@param migrationTask a consumer that will call methods on {@link MigrationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTask(MigrationTask)",
"deprecated" : false,
"documentation" : "Object encapsulating information about the migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTask",
"fluentSetterDocumentation" : "Object encapsulating information about the migration task.
\n@param migrationTask Object encapsulating information about the migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTask",
"getterDocumentation" : "Object encapsulating information about the migration task.
\n@return Object encapsulating information about the migration task.",
"getterModel" : {
"returnType" : "MigrationTask",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTask",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTask",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "MigrationTask",
"sensitive" : false,
"setterDocumentation" : "Object encapsulating information about the migration task.
\n@param migrationTask Object encapsulating information about the migration task.",
"setterMethodName" : "setMigrationTask",
"setterModel" : {
"variableDeclarationType" : "MigrationTask",
"variableName" : "migrationTask",
"variableType" : "MigrationTask",
"documentation" : null,
"simpleType" : "MigrationTask",
"variableSetterType" : "MigrationTask"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MigrationTask",
"variableName" : "migrationTask",
"variableType" : "MigrationTask",
"documentation" : "Object encapsulating information about the migration task.
",
"simpleType" : "MigrationTask",
"variableSetterType" : "MigrationTask"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getMigrationTask",
"beanStyleSetterMethodName" : "setMigrationTask",
"c2jName" : "MigrationTask",
"c2jShape" : "MigrationTask",
"defaultConsumerFluentSetterDocumentation" : "Object encapsulating information about the migration task.
\nThis is a convenience that creates an instance of the {@link MigrationTask.Builder} avoiding the need to create one manually via {@link MigrationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link MigrationTask.Builder#build()} is called immediately and its result is passed to {@link #migrationTask(MigrationTask)}.\n@param migrationTask a consumer that will call methods on {@link MigrationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTask(MigrationTask)",
"deprecated" : false,
"documentation" : "Object encapsulating information about the migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTask",
"fluentSetterDocumentation" : "Object encapsulating information about the migration task.
\n@param migrationTask Object encapsulating information about the migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTask",
"getterDocumentation" : "Object encapsulating information about the migration task.
\n@return Object encapsulating information about the migration task.",
"getterModel" : {
"returnType" : "MigrationTask",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTask",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTask",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "MigrationTask",
"sensitive" : false,
"setterDocumentation" : "Object encapsulating information about the migration task.
\n@param migrationTask Object encapsulating information about the migration task.",
"setterMethodName" : "setMigrationTask",
"setterModel" : {
"variableDeclarationType" : "MigrationTask",
"variableName" : "migrationTask",
"variableType" : "MigrationTask",
"documentation" : null,
"simpleType" : "MigrationTask",
"variableSetterType" : "MigrationTask"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MigrationTask",
"variableName" : "migrationTask",
"variableType" : "MigrationTask",
"documentation" : "Object encapsulating information about the migration task.
",
"simpleType" : "MigrationTask",
"variableSetterType" : "MigrationTask"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeMigrationTaskResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeMigrationTaskResponse",
"variableName" : "describeMigrationTaskResponse",
"variableType" : "DescribeMigrationTaskResponse",
"documentation" : null,
"simpleType" : "DescribeMigrationTaskResponse",
"variableSetterType" : "DescribeMigrationTaskResponse"
},
"wrapper" : false
},
"DisassociateCreatedArtifactRequest" : {
"c2jName" : "DisassociateCreatedArtifactRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DisassociateCreatedArtifact",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.DisassociateCreatedArtifact",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "Unique identifier that references the migration task to be disassociated with the artifact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact.
\n@param migrationTaskName Unique identifier that references the migration task to be disassociated with the artifact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact.
\n@return Unique identifier that references the migration task to be disassociated with the artifact.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact.
\n@param migrationTaskName Unique identifier that references the migration task to be disassociated with the artifact.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task to be disassociated with the artifact.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedArtifactName",
"beanStyleSetterMethodName" : "setCreatedArtifactName",
"c2jName" : "CreatedArtifactName",
"c2jShape" : "CreatedArtifactName",
"defaultConsumerFluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #createdArtifactName(String)}.\n@param createdArtifactName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdArtifactName(String)",
"deprecated" : false,
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdArtifactName",
"fluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifactName An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdArtifactName",
"getterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@return An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedArtifactName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedArtifactName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CreatedArtifactName",
"sensitive" : false,
"setterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifactName An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"setterMethodName" : "setCreatedArtifactName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "createdArtifactName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "createdArtifactName",
"variableType" : "String",
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CreatedArtifactName" : {
"beanStyleGetterMethodName" : "getCreatedArtifactName",
"beanStyleSetterMethodName" : "setCreatedArtifactName",
"c2jName" : "CreatedArtifactName",
"c2jShape" : "CreatedArtifactName",
"defaultConsumerFluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #createdArtifactName(String)}.\n@param createdArtifactName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdArtifactName(String)",
"deprecated" : false,
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdArtifactName",
"fluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifactName An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdArtifactName",
"getterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@return An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedArtifactName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedArtifactName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CreatedArtifactName",
"sensitive" : false,
"setterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifactName An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"setterMethodName" : "setCreatedArtifactName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "createdArtifactName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "createdArtifactName",
"variableType" : "String",
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DryRun" : {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"MigrationTaskName" : {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "Unique identifier that references the migration task to be disassociated with the artifact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact.
\n@param migrationTaskName Unique identifier that references the migration task to be disassociated with the artifact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact.
\n@return Unique identifier that references the migration task to be disassociated with the artifact.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact.
\n@param migrationTaskName Unique identifier that references the migration task to be disassociated with the artifact.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task to be disassociated with the artifact.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ProgressUpdateStream" : {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "Unique identifier that references the migration task to be disassociated with the artifact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact.
\n@param migrationTaskName Unique identifier that references the migration task to be disassociated with the artifact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact.
\n@return Unique identifier that references the migration task to be disassociated with the artifact.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact.
\n@param migrationTaskName Unique identifier that references the migration task to be disassociated with the artifact.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task to be disassociated with the artifact.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedArtifactName",
"beanStyleSetterMethodName" : "setCreatedArtifactName",
"c2jName" : "CreatedArtifactName",
"c2jShape" : "CreatedArtifactName",
"defaultConsumerFluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #createdArtifactName(String)}.\n@param createdArtifactName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdArtifactName(String)",
"deprecated" : false,
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdArtifactName",
"fluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifactName An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdArtifactName",
"getterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@return An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedArtifactName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedArtifactName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CreatedArtifactName",
"sensitive" : false,
"setterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifactName An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"setterMethodName" : "setCreatedArtifactName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "createdArtifactName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "createdArtifactName",
"variableType" : "String",
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStream", "MigrationTaskName", "CreatedArtifactName" ],
"shapeName" : "DisassociateCreatedArtifactRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DisassociateCreatedArtifactRequest",
"variableName" : "disassociateCreatedArtifactRequest",
"variableType" : "DisassociateCreatedArtifactRequest",
"documentation" : null,
"simpleType" : "DisassociateCreatedArtifactRequest",
"variableSetterType" : "DisassociateCreatedArtifactRequest"
},
"wrapper" : false
},
"DisassociateCreatedArtifactResponse" : {
"c2jName" : "DisassociateCreatedArtifactResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DisassociateCreatedArtifactResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DisassociateCreatedArtifactResponse",
"variableName" : "disassociateCreatedArtifactResponse",
"variableType" : "DisassociateCreatedArtifactResponse",
"documentation" : null,
"simpleType" : "DisassociateCreatedArtifactResponse",
"variableSetterType" : "DisassociateCreatedArtifactResponse"
},
"wrapper" : false
},
"DisassociateDiscoveredResourceRequest" : {
"c2jName" : "DisassociateDiscoveredResourceRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DisassociateDiscoveredResource",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.DisassociateDiscoveredResource",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The identifier given to the MigrationTask.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "The identifier given to the MigrationTask.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The identifier given to the MigrationTask.
\n@param migrationTaskName The identifier given to the MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The identifier given to the MigrationTask.
\n@return The identifier given to the MigrationTask.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The identifier given to the MigrationTask.
\n@param migrationTaskName The identifier given to the MigrationTask.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The identifier given to the MigrationTask.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConfigurationId",
"beanStyleSetterMethodName" : "setConfigurationId",
"c2jName" : "ConfigurationId",
"c2jShape" : "ConfigurationId",
"defaultConsumerFluentSetterDocumentation" : "ConfigurationId of the ADS resource to be disassociated.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationId(String)}.\n@param configurationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationId(String)",
"deprecated" : false,
"documentation" : "ConfigurationId of the ADS resource to be disassociated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationId",
"fluentSetterDocumentation" : "ConfigurationId of the ADS resource to be disassociated.
\n@param configurationId ConfigurationId of the ADS resource to be disassociated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationId",
"getterDocumentation" : "ConfigurationId of the ADS resource to be disassociated.
\n@return ConfigurationId of the ADS resource to be disassociated.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationId",
"sensitive" : false,
"setterDocumentation" : "ConfigurationId of the ADS resource to be disassociated.
\n@param configurationId ConfigurationId of the ADS resource to be disassociated.",
"setterMethodName" : "setConfigurationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : "ConfigurationId of the ADS resource to be disassociated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationId" : {
"beanStyleGetterMethodName" : "getConfigurationId",
"beanStyleSetterMethodName" : "setConfigurationId",
"c2jName" : "ConfigurationId",
"c2jShape" : "ConfigurationId",
"defaultConsumerFluentSetterDocumentation" : "ConfigurationId of the ADS resource to be disassociated.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationId(String)}.\n@param configurationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationId(String)",
"deprecated" : false,
"documentation" : "ConfigurationId of the ADS resource to be disassociated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationId",
"fluentSetterDocumentation" : "ConfigurationId of the ADS resource to be disassociated.
\n@param configurationId ConfigurationId of the ADS resource to be disassociated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationId",
"getterDocumentation" : "ConfigurationId of the ADS resource to be disassociated.
\n@return ConfigurationId of the ADS resource to be disassociated.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationId",
"sensitive" : false,
"setterDocumentation" : "ConfigurationId of the ADS resource to be disassociated.
\n@param configurationId ConfigurationId of the ADS resource to be disassociated.",
"setterMethodName" : "setConfigurationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : "ConfigurationId of the ADS resource to be disassociated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DryRun" : {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"MigrationTaskName" : {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The identifier given to the MigrationTask.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "The identifier given to the MigrationTask.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The identifier given to the MigrationTask.
\n@param migrationTaskName The identifier given to the MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The identifier given to the MigrationTask.
\n@return The identifier given to the MigrationTask.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The identifier given to the MigrationTask.
\n@param migrationTaskName The identifier given to the MigrationTask.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The identifier given to the MigrationTask.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ProgressUpdateStream" : {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The identifier given to the MigrationTask.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "The identifier given to the MigrationTask.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The identifier given to the MigrationTask.
\n@param migrationTaskName The identifier given to the MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The identifier given to the MigrationTask.
\n@return The identifier given to the MigrationTask.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The identifier given to the MigrationTask.
\n@param migrationTaskName The identifier given to the MigrationTask.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The identifier given to the MigrationTask.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConfigurationId",
"beanStyleSetterMethodName" : "setConfigurationId",
"c2jName" : "ConfigurationId",
"c2jShape" : "ConfigurationId",
"defaultConsumerFluentSetterDocumentation" : "ConfigurationId of the ADS resource to be disassociated.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationId(String)}.\n@param configurationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationId(String)",
"deprecated" : false,
"documentation" : "ConfigurationId of the ADS resource to be disassociated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationId",
"fluentSetterDocumentation" : "ConfigurationId of the ADS resource to be disassociated.
\n@param configurationId ConfigurationId of the ADS resource to be disassociated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationId",
"getterDocumentation" : "ConfigurationId of the ADS resource to be disassociated.
\n@return ConfigurationId of the ADS resource to be disassociated.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationId",
"sensitive" : false,
"setterDocumentation" : "ConfigurationId of the ADS resource to be disassociated.
\n@param configurationId ConfigurationId of the ADS resource to be disassociated.",
"setterMethodName" : "setConfigurationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : "ConfigurationId of the ADS resource to be disassociated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStream", "MigrationTaskName", "ConfigurationId" ],
"shapeName" : "DisassociateDiscoveredResourceRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DisassociateDiscoveredResourceRequest",
"variableName" : "disassociateDiscoveredResourceRequest",
"variableType" : "DisassociateDiscoveredResourceRequest",
"documentation" : null,
"simpleType" : "DisassociateDiscoveredResourceRequest",
"variableSetterType" : "DisassociateDiscoveredResourceRequest"
},
"wrapper" : false
},
"DisassociateDiscoveredResourceResponse" : {
"c2jName" : "DisassociateDiscoveredResourceResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DisassociateDiscoveredResourceResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DisassociateDiscoveredResourceResponse",
"variableName" : "disassociateDiscoveredResourceResponse",
"variableType" : "DisassociateDiscoveredResourceResponse",
"documentation" : null,
"simpleType" : "DisassociateDiscoveredResourceResponse",
"variableSetterType" : "DisassociateDiscoveredResourceResponse"
},
"wrapper" : false
},
"DiscoveredResource" : {
"c2jName" : "DiscoveredResource",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Object representing the on-premises resource being migrated.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getConfigurationId",
"beanStyleSetterMethodName" : "setConfigurationId",
"c2jName" : "ConfigurationId",
"c2jShape" : "ConfigurationId",
"defaultConsumerFluentSetterDocumentation" : "The configurationId in ADS that uniquely identifies the on-premise resource.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationId(String)}.\n@param configurationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationId(String)",
"deprecated" : false,
"documentation" : "The configurationId in ADS that uniquely identifies the on-premise resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationId",
"fluentSetterDocumentation" : "The configurationId in ADS that uniquely identifies the on-premise resource.
\n@param configurationId The configurationId in ADS that uniquely identifies the on-premise resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationId",
"getterDocumentation" : "The configurationId in ADS that uniquely identifies the on-premise resource.
\n@return The configurationId in ADS that uniquely identifies the on-premise resource.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationId",
"sensitive" : false,
"setterDocumentation" : "The configurationId in ADS that uniquely identifies the on-premise resource.
\n@param configurationId The configurationId in ADS that uniquely identifies the on-premise resource.",
"setterMethodName" : "setConfigurationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : "The configurationId in ADS that uniquely identifies the on-premise resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "DiscoveredResourceDescription",
"defaultConsumerFluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@param description A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@return A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@param description A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationId" : {
"beanStyleGetterMethodName" : "getConfigurationId",
"beanStyleSetterMethodName" : "setConfigurationId",
"c2jName" : "ConfigurationId",
"c2jShape" : "ConfigurationId",
"defaultConsumerFluentSetterDocumentation" : "The configurationId in ADS that uniquely identifies the on-premise resource.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationId(String)}.\n@param configurationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationId(String)",
"deprecated" : false,
"documentation" : "The configurationId in ADS that uniquely identifies the on-premise resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationId",
"fluentSetterDocumentation" : "The configurationId in ADS that uniquely identifies the on-premise resource.
\n@param configurationId The configurationId in ADS that uniquely identifies the on-premise resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationId",
"getterDocumentation" : "The configurationId in ADS that uniquely identifies the on-premise resource.
\n@return The configurationId in ADS that uniquely identifies the on-premise resource.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationId",
"sensitive" : false,
"setterDocumentation" : "The configurationId in ADS that uniquely identifies the on-premise resource.
\n@param configurationId The configurationId in ADS that uniquely identifies the on-premise resource.",
"setterMethodName" : "setConfigurationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : "The configurationId in ADS that uniquely identifies the on-premise resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Description" : {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "DiscoveredResourceDescription",
"defaultConsumerFluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@param description A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@return A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@param description A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getConfigurationId",
"beanStyleSetterMethodName" : "setConfigurationId",
"c2jName" : "ConfigurationId",
"c2jShape" : "ConfigurationId",
"defaultConsumerFluentSetterDocumentation" : "The configurationId in ADS that uniquely identifies the on-premise resource.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationId(String)}.\n@param configurationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationId(String)",
"deprecated" : false,
"documentation" : "The configurationId in ADS that uniquely identifies the on-premise resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationId",
"fluentSetterDocumentation" : "The configurationId in ADS that uniquely identifies the on-premise resource.
\n@param configurationId The configurationId in ADS that uniquely identifies the on-premise resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationId",
"getterDocumentation" : "The configurationId in ADS that uniquely identifies the on-premise resource.
\n@return The configurationId in ADS that uniquely identifies the on-premise resource.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationId",
"sensitive" : false,
"setterDocumentation" : "The configurationId in ADS that uniquely identifies the on-premise resource.
\n@param configurationId The configurationId in ADS that uniquely identifies the on-premise resource.",
"setterMethodName" : "setConfigurationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : "The configurationId in ADS that uniquely identifies the on-premise resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "DiscoveredResourceDescription",
"defaultConsumerFluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@param description A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@return A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@param description A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ConfigurationId" ],
"shapeName" : "DiscoveredResource",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "discoveredResource",
"variableType" : "DiscoveredResource",
"documentation" : null,
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"wrapper" : false
},
"DryRunOperationException" : {
"c2jName" : "DryRunOperation",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "DryRunOperation",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DryRunOperationException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DryRunOperationException",
"variableName" : "dryRunOperationException",
"variableType" : "DryRunOperationException",
"documentation" : null,
"simpleType" : "DryRunOperationException",
"variableSetterType" : "DryRunOperationException"
},
"wrapper" : false
},
"ImportMigrationTaskRequest" : {
"c2jName" : "ImportMigrationTaskRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ImportMigrationTask",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.ImportMigrationTask",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "Unique identifier that references the migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task.
\n@return Unique identifier that references the migration task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DryRun" : {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"MigrationTaskName" : {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "Unique identifier that references the migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task.
\n@return Unique identifier that references the migration task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ProgressUpdateStream" : {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "Unique identifier that references the migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task.
\n@return Unique identifier that references the migration task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #dryRun(Boolean)}.\n@param dryRun a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dryRun(Boolean)",
"deprecated" : false,
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStream", "MigrationTaskName" ],
"shapeName" : "ImportMigrationTaskRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ImportMigrationTaskRequest",
"variableName" : "importMigrationTaskRequest",
"variableType" : "ImportMigrationTaskRequest",
"documentation" : null,
"simpleType" : "ImportMigrationTaskRequest",
"variableSetterType" : "ImportMigrationTaskRequest"
},
"wrapper" : false
},
"ImportMigrationTaskResponse" : {
"c2jName" : "ImportMigrationTaskResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ImportMigrationTaskResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ImportMigrationTaskResponse",
"variableName" : "importMigrationTaskResponse",
"variableType" : "ImportMigrationTaskResponse",
"documentation" : null,
"simpleType" : "ImportMigrationTaskResponse",
"variableSetterType" : "ImportMigrationTaskResponse"
},
"wrapper" : false
},
"InternalServerErrorException" : {
"c2jName" : "InternalServerError",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "InternalServerError",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InternalServerErrorException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InternalServerErrorException",
"variableName" : "internalServerErrorException",
"variableType" : "InternalServerErrorException",
"documentation" : null,
"simpleType" : "InternalServerErrorException",
"variableSetterType" : "InternalServerErrorException"
},
"wrapper" : false
},
"InvalidInputException" : {
"c2jName" : "InvalidInputException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "InvalidInputException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidInputException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidInputException",
"variableName" : "invalidInputException",
"variableType" : "InvalidInputException",
"documentation" : null,
"simpleType" : "InvalidInputException",
"variableSetterType" : "InvalidInputException"
},
"wrapper" : false
},
"ListCreatedArtifactsRequest" : {
"c2jName" : "ListCreatedArtifactsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ListCreatedArtifacts",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.ListCreatedArtifacts",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "Unique identifier that references the migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task.
\n@return Unique identifier that references the migration task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResultsCreatedArtifacts",
"defaultConsumerFluentSetterDocumentation" : "Maximum number of results to be returned per page.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "Maximum number of results to be returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Maximum number of results to be returned per page.
\n@return Maximum number of results to be returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Maximum number of results to be returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResultsCreatedArtifacts",
"defaultConsumerFluentSetterDocumentation" : "Maximum number of results to be returned per page.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "Maximum number of results to be returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Maximum number of results to be returned per page.
\n@return Maximum number of results to be returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Maximum number of results to be returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"MigrationTaskName" : {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "Unique identifier that references the migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task.
\n@return Unique identifier that references the migration task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ProgressUpdateStream" : {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "Unique identifier that references the migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task.
\n@return Unique identifier that references the migration task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResultsCreatedArtifacts",
"defaultConsumerFluentSetterDocumentation" : "Maximum number of results to be returned per page.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "Maximum number of results to be returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Maximum number of results to be returned per page.
\n@return Maximum number of results to be returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Maximum number of results to be returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStream", "MigrationTaskName" ],
"shapeName" : "ListCreatedArtifactsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListCreatedArtifactsRequest",
"variableName" : "listCreatedArtifactsRequest",
"variableType" : "ListCreatedArtifactsRequest",
"documentation" : null,
"simpleType" : "ListCreatedArtifactsRequest",
"variableSetterType" : "ListCreatedArtifactsRequest"
},
"wrapper" : false
},
"ListCreatedArtifactsResponse" : {
"c2jName" : "ListCreatedArtifactsResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedArtifactList",
"beanStyleSetterMethodName" : "setCreatedArtifactList",
"c2jName" : "CreatedArtifactList",
"c2jShape" : "CreatedArtifactList",
"defaultConsumerFluentSetterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #createdArtifactList(List)}.\n@param createdArtifactList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdArtifactList(List)",
"deprecated" : false,
"documentation" : "List of created artifacts up to the maximum number of results specified in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdArtifactList",
"fluentSetterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n@param createdArtifactList List of created artifacts up to the maximum number of results specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdArtifactList",
"getterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return List of created artifacts up to the maximum number of results specified in the request.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedArtifactList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedArtifactList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CreatedArtifact",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CreatedArtifact.Builder} avoiding the need to create one manually via {@link CreatedArtifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreatedArtifact.Builder#build()} is called immediately and its result is passed to {@link #member(CreatedArtifact)}.\n@param member a consumer that will call methods on {@link CreatedArtifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CreatedArtifact)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "CreatedArtifact",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "member",
"variableType" : "CreatedArtifact",
"documentation" : null,
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "member",
"variableType" : "CreatedArtifact",
"documentation" : "",
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CreatedArtifact",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CreatedArtifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CreatedArtifactList",
"sensitive" : false,
"setterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n@param createdArtifactList List of created artifacts up to the maximum number of results specified in the request.",
"setterMethodName" : "setCreatedArtifactList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "createdArtifactList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "createdArtifactList",
"variableType" : "java.util.List",
"documentation" : "List of created artifacts up to the maximum number of results specified in the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CreatedArtifactList" : {
"beanStyleGetterMethodName" : "getCreatedArtifactList",
"beanStyleSetterMethodName" : "setCreatedArtifactList",
"c2jName" : "CreatedArtifactList",
"c2jShape" : "CreatedArtifactList",
"defaultConsumerFluentSetterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #createdArtifactList(List)}.\n@param createdArtifactList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdArtifactList(List)",
"deprecated" : false,
"documentation" : "List of created artifacts up to the maximum number of results specified in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdArtifactList",
"fluentSetterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n@param createdArtifactList List of created artifacts up to the maximum number of results specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdArtifactList",
"getterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return List of created artifacts up to the maximum number of results specified in the request.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedArtifactList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedArtifactList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CreatedArtifact",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CreatedArtifact.Builder} avoiding the need to create one manually via {@link CreatedArtifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreatedArtifact.Builder#build()} is called immediately and its result is passed to {@link #member(CreatedArtifact)}.\n@param member a consumer that will call methods on {@link CreatedArtifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CreatedArtifact)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "CreatedArtifact",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "member",
"variableType" : "CreatedArtifact",
"documentation" : null,
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "member",
"variableType" : "CreatedArtifact",
"documentation" : "",
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CreatedArtifact",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CreatedArtifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CreatedArtifactList",
"sensitive" : false,
"setterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n@param createdArtifactList List of created artifacts up to the maximum number of results specified in the request.",
"setterMethodName" : "setCreatedArtifactList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "createdArtifactList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "createdArtifactList",
"variableType" : "java.util.List",
"documentation" : "List of created artifacts up to the maximum number of results specified in the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedArtifactList",
"beanStyleSetterMethodName" : "setCreatedArtifactList",
"c2jName" : "CreatedArtifactList",
"c2jShape" : "CreatedArtifactList",
"defaultConsumerFluentSetterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #createdArtifactList(List)}.\n@param createdArtifactList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdArtifactList(List)",
"deprecated" : false,
"documentation" : "List of created artifacts up to the maximum number of results specified in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdArtifactList",
"fluentSetterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n@param createdArtifactList List of created artifacts up to the maximum number of results specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdArtifactList",
"getterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return List of created artifacts up to the maximum number of results specified in the request.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedArtifactList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedArtifactList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CreatedArtifact",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CreatedArtifact.Builder} avoiding the need to create one manually via {@link CreatedArtifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreatedArtifact.Builder#build()} is called immediately and its result is passed to {@link #member(CreatedArtifact)}.\n@param member a consumer that will call methods on {@link CreatedArtifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CreatedArtifact)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "CreatedArtifact",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "member",
"variableType" : "CreatedArtifact",
"documentation" : null,
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "member",
"variableType" : "CreatedArtifact",
"documentation" : "",
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CreatedArtifact",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CreatedArtifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CreatedArtifactList",
"sensitive" : false,
"setterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n@param createdArtifactList List of created artifacts up to the maximum number of results specified in the request.",
"setterMethodName" : "setCreatedArtifactList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "createdArtifactList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "createdArtifactList",
"variableType" : "java.util.List",
"documentation" : "List of created artifacts up to the maximum number of results specified in the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListCreatedArtifactsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListCreatedArtifactsResponse",
"variableName" : "listCreatedArtifactsResponse",
"variableType" : "ListCreatedArtifactsResponse",
"documentation" : null,
"simpleType" : "ListCreatedArtifactsResponse",
"variableSetterType" : "ListCreatedArtifactsResponse"
},
"wrapper" : false
},
"ListDiscoveredResourcesRequest" : {
"c2jName" : "ListDiscoveredResourcesRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ListDiscoveredResources",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.ListDiscoveredResources",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The name of the MigrationTask.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "The name of the MigrationTask.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The name of the MigrationTask.
\n@param migrationTaskName The name of the MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The name of the MigrationTask.
\n@return The name of the MigrationTask.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The name of the MigrationTask.
\n@param migrationTaskName The name of the MigrationTask.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The name of the MigrationTask.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResultsResources",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of results returned per page.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of results returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of results returned per page.
\n@param maxResults The maximum number of results returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of results returned per page.
\n@return The maximum number of results returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of results returned per page.
\n@param maxResults The maximum number of results returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of results returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResultsResources",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of results returned per page.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of results returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of results returned per page.
\n@param maxResults The maximum number of results returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of results returned per page.
\n@return The maximum number of results returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of results returned per page.
\n@param maxResults The maximum number of results returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of results returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"MigrationTaskName" : {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The name of the MigrationTask.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "The name of the MigrationTask.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The name of the MigrationTask.
\n@param migrationTaskName The name of the MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The name of the MigrationTask.
\n@return The name of the MigrationTask.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The name of the MigrationTask.
\n@param migrationTaskName The name of the MigrationTask.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The name of the MigrationTask.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ProgressUpdateStream" : {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The name of the MigrationTask.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "The name of the MigrationTask.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The name of the MigrationTask.
\n@param migrationTaskName The name of the MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The name of the MigrationTask.
\n@return The name of the MigrationTask.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The name of the MigrationTask.
\n@param migrationTaskName The name of the MigrationTask.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The name of the MigrationTask.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResultsResources",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of results returned per page.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of results returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of results returned per page.
\n@param maxResults The maximum number of results returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of results returned per page.
\n@return The maximum number of results returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of results returned per page.
\n@param maxResults The maximum number of results returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of results returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStream", "MigrationTaskName" ],
"shapeName" : "ListDiscoveredResourcesRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListDiscoveredResourcesRequest",
"variableName" : "listDiscoveredResourcesRequest",
"variableType" : "ListDiscoveredResourcesRequest",
"documentation" : null,
"simpleType" : "ListDiscoveredResourcesRequest",
"variableSetterType" : "ListDiscoveredResourcesRequest"
},
"wrapper" : false
},
"ListDiscoveredResourcesResponse" : {
"c2jName" : "ListDiscoveredResourcesResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDiscoveredResourceList",
"beanStyleSetterMethodName" : "setDiscoveredResourceList",
"c2jName" : "DiscoveredResourceList",
"c2jShape" : "DiscoveredResourceList",
"defaultConsumerFluentSetterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #discoveredResourceList(List)}.\n@param discoveredResourceList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #discoveredResourceList(List)",
"deprecated" : false,
"documentation" : "Returned list of discovered resources associated with the given MigrationTask.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "discoveredResourceList",
"fluentSetterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n@param discoveredResourceList Returned list of discovered resources associated with the given MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "discoveredResourceList",
"getterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Returned list of discovered resources associated with the given MigrationTask.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DiscoveredResourceList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DiscoveredResourceList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DiscoveredResource",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DiscoveredResource.Builder} avoiding the need to create one manually via {@link DiscoveredResource#builder()}.\n\nWhen the {@link Consumer} completes, {@link DiscoveredResource.Builder#build()} is called immediately and its result is passed to {@link #member(DiscoveredResource)}.\n@param member a consumer that will call methods on {@link DiscoveredResource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DiscoveredResource)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "DiscoveredResource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "member",
"variableType" : "DiscoveredResource",
"documentation" : null,
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "member",
"variableType" : "DiscoveredResource",
"documentation" : "",
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DiscoveredResource",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "DiscoveredResource",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "DiscoveredResourceList",
"sensitive" : false,
"setterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n@param discoveredResourceList Returned list of discovered resources associated with the given MigrationTask.",
"setterMethodName" : "setDiscoveredResourceList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "discoveredResourceList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "discoveredResourceList",
"variableType" : "java.util.List",
"documentation" : "Returned list of discovered resources associated with the given MigrationTask.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DiscoveredResourceList" : {
"beanStyleGetterMethodName" : "getDiscoveredResourceList",
"beanStyleSetterMethodName" : "setDiscoveredResourceList",
"c2jName" : "DiscoveredResourceList",
"c2jShape" : "DiscoveredResourceList",
"defaultConsumerFluentSetterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #discoveredResourceList(List)}.\n@param discoveredResourceList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #discoveredResourceList(List)",
"deprecated" : false,
"documentation" : "Returned list of discovered resources associated with the given MigrationTask.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "discoveredResourceList",
"fluentSetterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n@param discoveredResourceList Returned list of discovered resources associated with the given MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "discoveredResourceList",
"getterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Returned list of discovered resources associated with the given MigrationTask.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DiscoveredResourceList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DiscoveredResourceList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DiscoveredResource",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DiscoveredResource.Builder} avoiding the need to create one manually via {@link DiscoveredResource#builder()}.\n\nWhen the {@link Consumer} completes, {@link DiscoveredResource.Builder#build()} is called immediately and its result is passed to {@link #member(DiscoveredResource)}.\n@param member a consumer that will call methods on {@link DiscoveredResource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DiscoveredResource)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "DiscoveredResource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "member",
"variableType" : "DiscoveredResource",
"documentation" : null,
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "member",
"variableType" : "DiscoveredResource",
"documentation" : "",
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DiscoveredResource",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "DiscoveredResource",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "DiscoveredResourceList",
"sensitive" : false,
"setterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n@param discoveredResourceList Returned list of discovered resources associated with the given MigrationTask.",
"setterMethodName" : "setDiscoveredResourceList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "discoveredResourceList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "discoveredResourceList",
"variableType" : "java.util.List",
"documentation" : "Returned list of discovered resources associated with the given MigrationTask.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDiscoveredResourceList",
"beanStyleSetterMethodName" : "setDiscoveredResourceList",
"c2jName" : "DiscoveredResourceList",
"c2jShape" : "DiscoveredResourceList",
"defaultConsumerFluentSetterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #discoveredResourceList(List)}.\n@param discoveredResourceList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #discoveredResourceList(List)",
"deprecated" : false,
"documentation" : "Returned list of discovered resources associated with the given MigrationTask.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "discoveredResourceList",
"fluentSetterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n@param discoveredResourceList Returned list of discovered resources associated with the given MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "discoveredResourceList",
"getterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Returned list of discovered resources associated with the given MigrationTask.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DiscoveredResourceList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DiscoveredResourceList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DiscoveredResource",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DiscoveredResource.Builder} avoiding the need to create one manually via {@link DiscoveredResource#builder()}.\n\nWhen the {@link Consumer} completes, {@link DiscoveredResource.Builder#build()} is called immediately and its result is passed to {@link #member(DiscoveredResource)}.\n@param member a consumer that will call methods on {@link DiscoveredResource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DiscoveredResource)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "DiscoveredResource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "member",
"variableType" : "DiscoveredResource",
"documentation" : null,
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "member",
"variableType" : "DiscoveredResource",
"documentation" : "",
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DiscoveredResource",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "DiscoveredResource",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "DiscoveredResourceList",
"sensitive" : false,
"setterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n@param discoveredResourceList Returned list of discovered resources associated with the given MigrationTask.",
"setterMethodName" : "setDiscoveredResourceList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "discoveredResourceList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "discoveredResourceList",
"variableType" : "java.util.List",
"documentation" : "Returned list of discovered resources associated with the given MigrationTask.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListDiscoveredResourcesResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListDiscoveredResourcesResponse",
"variableName" : "listDiscoveredResourcesResponse",
"variableType" : "ListDiscoveredResourcesResponse",
"documentation" : null,
"simpleType" : "ListDiscoveredResourcesResponse",
"variableSetterType" : "ListDiscoveredResourcesResponse"
},
"wrapper" : false
},
"ListMigrationTasksRequest" : {
"c2jName" : "ListMigrationTasksRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ListMigrationTasks",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.ListMigrationTasks",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "Value to specify how many results are returned per page.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "Value to specify how many results are returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Value to specify how many results are returned per page.
\n@param maxResults Value to specify how many results are returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Value to specify how many results are returned per page.
\n@return Value to specify how many results are returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Value to specify how many results are returned per page.
\n@param maxResults Value to specify how many results are returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Value to specify how many results are returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getResourceName",
"beanStyleSetterMethodName" : "setResourceName",
"c2jName" : "ResourceName",
"c2jShape" : "ResourceName",
"defaultConsumerFluentSetterDocumentation" : "Filter migration tasks by discovered resource name.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)",
"deprecated" : false,
"documentation" : "Filter migration tasks by discovered resource name.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceName",
"fluentSetterDocumentation" : "Filter migration tasks by discovered resource name.
\n@param resourceName Filter migration tasks by discovered resource name.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceName",
"getterDocumentation" : "Filter migration tasks by discovered resource name.
\n@return Filter migration tasks by discovered resource name.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceName",
"sensitive" : false,
"setterDocumentation" : "Filter migration tasks by discovered resource name.
\n@param resourceName Filter migration tasks by discovered resource name.",
"setterMethodName" : "setResourceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceName",
"variableType" : "String",
"documentation" : "Filter migration tasks by discovered resource name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "Value to specify how many results are returned per page.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "Value to specify how many results are returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Value to specify how many results are returned per page.
\n@param maxResults Value to specify how many results are returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Value to specify how many results are returned per page.
\n@return Value to specify how many results are returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Value to specify how many results are returned per page.
\n@param maxResults Value to specify how many results are returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Value to specify how many results are returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ResourceName" : {
"beanStyleGetterMethodName" : "getResourceName",
"beanStyleSetterMethodName" : "setResourceName",
"c2jName" : "ResourceName",
"c2jShape" : "ResourceName",
"defaultConsumerFluentSetterDocumentation" : "Filter migration tasks by discovered resource name.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)",
"deprecated" : false,
"documentation" : "Filter migration tasks by discovered resource name.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceName",
"fluentSetterDocumentation" : "Filter migration tasks by discovered resource name.
\n@param resourceName Filter migration tasks by discovered resource name.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceName",
"getterDocumentation" : "Filter migration tasks by discovered resource name.
\n@return Filter migration tasks by discovered resource name.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceName",
"sensitive" : false,
"setterDocumentation" : "Filter migration tasks by discovered resource name.
\n@param resourceName Filter migration tasks by discovered resource name.",
"setterMethodName" : "setResourceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceName",
"variableType" : "String",
"documentation" : "Filter migration tasks by discovered resource name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "Value to specify how many results are returned per page.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "Value to specify how many results are returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Value to specify how many results are returned per page.
\n@param maxResults Value to specify how many results are returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Value to specify how many results are returned per page.
\n@return Value to specify how many results are returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Value to specify how many results are returned per page.
\n@param maxResults Value to specify how many results are returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Value to specify how many results are returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getResourceName",
"beanStyleSetterMethodName" : "setResourceName",
"c2jName" : "ResourceName",
"c2jShape" : "ResourceName",
"defaultConsumerFluentSetterDocumentation" : "Filter migration tasks by discovered resource name.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)",
"deprecated" : false,
"documentation" : "Filter migration tasks by discovered resource name.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceName",
"fluentSetterDocumentation" : "Filter migration tasks by discovered resource name.
\n@param resourceName Filter migration tasks by discovered resource name.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceName",
"getterDocumentation" : "Filter migration tasks by discovered resource name.
\n@return Filter migration tasks by discovered resource name.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceName",
"sensitive" : false,
"setterDocumentation" : "Filter migration tasks by discovered resource name.
\n@param resourceName Filter migration tasks by discovered resource name.",
"setterMethodName" : "setResourceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceName",
"variableType" : "String",
"documentation" : "Filter migration tasks by discovered resource name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListMigrationTasksRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListMigrationTasksRequest",
"variableName" : "listMigrationTasksRequest",
"variableType" : "ListMigrationTasksRequest",
"documentation" : null,
"simpleType" : "ListMigrationTasksRequest",
"variableSetterType" : "ListMigrationTasksRequest"
},
"wrapper" : false
},
"ListMigrationTasksResponse" : {
"c2jName" : "ListMigrationTasksResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskSummaryList",
"beanStyleSetterMethodName" : "setMigrationTaskSummaryList",
"c2jName" : "MigrationTaskSummaryList",
"c2jShape" : "MigrationTaskSummaryList",
"defaultConsumerFluentSetterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskSummaryList(List)}.\n@param migrationTaskSummaryList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskSummaryList(List)",
"deprecated" : false,
"documentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskSummaryList",
"fluentSetterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n@param migrationTaskSummaryList Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskSummaryList",
"getterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskSummaryList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskSummaryList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MigrationTaskSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MigrationTaskSummary.Builder} avoiding the need to create one manually via {@link MigrationTaskSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link MigrationTaskSummary.Builder#build()} is called immediately and its result is passed to {@link #member(MigrationTaskSummary)}.\n@param member a consumer that will call methods on {@link MigrationTaskSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MigrationTaskSummary)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "MigrationTaskSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "MigrationTaskSummary",
"variableName" : "member",
"variableType" : "MigrationTaskSummary",
"documentation" : null,
"simpleType" : "MigrationTaskSummary",
"variableSetterType" : "MigrationTaskSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MigrationTaskSummary",
"variableName" : "member",
"variableType" : "MigrationTaskSummary",
"documentation" : "",
"simpleType" : "MigrationTaskSummary",
"variableSetterType" : "MigrationTaskSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "MigrationTaskSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "MigrationTaskSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "MigrationTaskSummaryList",
"sensitive" : false,
"setterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n@param migrationTaskSummaryList Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.",
"setterMethodName" : "setMigrationTaskSummaryList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "migrationTaskSummaryList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "migrationTaskSummaryList",
"variableType" : "java.util.List",
"documentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MigrationTaskSummaryList" : {
"beanStyleGetterMethodName" : "getMigrationTaskSummaryList",
"beanStyleSetterMethodName" : "setMigrationTaskSummaryList",
"c2jName" : "MigrationTaskSummaryList",
"c2jShape" : "MigrationTaskSummaryList",
"defaultConsumerFluentSetterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskSummaryList(List)}.\n@param migrationTaskSummaryList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskSummaryList(List)",
"deprecated" : false,
"documentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskSummaryList",
"fluentSetterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n@param migrationTaskSummaryList Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskSummaryList",
"getterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskSummaryList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskSummaryList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MigrationTaskSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MigrationTaskSummary.Builder} avoiding the need to create one manually via {@link MigrationTaskSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link MigrationTaskSummary.Builder#build()} is called immediately and its result is passed to {@link #member(MigrationTaskSummary)}.\n@param member a consumer that will call methods on {@link MigrationTaskSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MigrationTaskSummary)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "MigrationTaskSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "MigrationTaskSummary",
"variableName" : "member",
"variableType" : "MigrationTaskSummary",
"documentation" : null,
"simpleType" : "MigrationTaskSummary",
"variableSetterType" : "MigrationTaskSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MigrationTaskSummary",
"variableName" : "member",
"variableType" : "MigrationTaskSummary",
"documentation" : "",
"simpleType" : "MigrationTaskSummary",
"variableSetterType" : "MigrationTaskSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "MigrationTaskSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "MigrationTaskSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "MigrationTaskSummaryList",
"sensitive" : false,
"setterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n@param migrationTaskSummaryList Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.",
"setterMethodName" : "setMigrationTaskSummaryList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "migrationTaskSummaryList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "migrationTaskSummaryList",
"variableType" : "java.util.List",
"documentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskSummaryList",
"beanStyleSetterMethodName" : "setMigrationTaskSummaryList",
"c2jName" : "MigrationTaskSummaryList",
"c2jShape" : "MigrationTaskSummaryList",
"defaultConsumerFluentSetterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskSummaryList(List)}.\n@param migrationTaskSummaryList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskSummaryList(List)",
"deprecated" : false,
"documentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskSummaryList",
"fluentSetterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n@param migrationTaskSummaryList Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskSummaryList",
"getterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskSummaryList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskSummaryList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MigrationTaskSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MigrationTaskSummary.Builder} avoiding the need to create one manually via {@link MigrationTaskSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link MigrationTaskSummary.Builder#build()} is called immediately and its result is passed to {@link #member(MigrationTaskSummary)}.\n@param member a consumer that will call methods on {@link MigrationTaskSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MigrationTaskSummary)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "MigrationTaskSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "MigrationTaskSummary",
"variableName" : "member",
"variableType" : "MigrationTaskSummary",
"documentation" : null,
"simpleType" : "MigrationTaskSummary",
"variableSetterType" : "MigrationTaskSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MigrationTaskSummary",
"variableName" : "member",
"variableType" : "MigrationTaskSummary",
"documentation" : "",
"simpleType" : "MigrationTaskSummary",
"variableSetterType" : "MigrationTaskSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "MigrationTaskSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "MigrationTaskSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "MigrationTaskSummaryList",
"sensitive" : false,
"setterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n@param migrationTaskSummaryList Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.",
"setterMethodName" : "setMigrationTaskSummaryList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "migrationTaskSummaryList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "migrationTaskSummaryList",
"variableType" : "java.util.List",
"documentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListMigrationTasksResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListMigrationTasksResponse",
"variableName" : "listMigrationTasksResponse",
"variableType" : "ListMigrationTasksResponse",
"documentation" : null,
"simpleType" : "ListMigrationTasksResponse",
"variableSetterType" : "ListMigrationTasksResponse"
},
"wrapper" : false
},
"ListProgressUpdateStreamsRequest" : {
"c2jName" : "ListProgressUpdateStreamsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ListProgressUpdateStreams",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.ListProgressUpdateStreams",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "Filter to limit the maximum number of results to list per page.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "Filter to limit the maximum number of results to list per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Filter to limit the maximum number of results to list per page.
\n@param maxResults Filter to limit the maximum number of results to list per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Filter to limit the maximum number of results to list per page.
\n@return Filter to limit the maximum number of results to list per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Filter to limit the maximum number of results to list per page.
\n@param maxResults Filter to limit the maximum number of results to list per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Filter to limit the maximum number of results to list per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "Filter to limit the maximum number of results to list per page.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "Filter to limit the maximum number of results to list per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Filter to limit the maximum number of results to list per page.
\n@param maxResults Filter to limit the maximum number of results to list per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Filter to limit the maximum number of results to list per page.
\n@return Filter to limit the maximum number of results to list per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Filter to limit the maximum number of results to list per page.
\n@param maxResults Filter to limit the maximum number of results to list per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Filter to limit the maximum number of results to list per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "Filter to limit the maximum number of results to list per page.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "Filter to limit the maximum number of results to list per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Filter to limit the maximum number of results to list per page.
\n@param maxResults Filter to limit the maximum number of results to list per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Filter to limit the maximum number of results to list per page.
\n@return Filter to limit the maximum number of results to list per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Filter to limit the maximum number of results to list per page.
\n@param maxResults Filter to limit the maximum number of results to list per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Filter to limit the maximum number of results to list per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListProgressUpdateStreamsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListProgressUpdateStreamsRequest",
"variableName" : "listProgressUpdateStreamsRequest",
"variableType" : "ListProgressUpdateStreamsRequest",
"documentation" : null,
"simpleType" : "ListProgressUpdateStreamsRequest",
"variableSetterType" : "ListProgressUpdateStreamsRequest"
},
"wrapper" : false
},
"ListProgressUpdateStreamsResponse" : {
"c2jName" : "ListProgressUpdateStreamsResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStreamSummaryList",
"beanStyleSetterMethodName" : "setProgressUpdateStreamSummaryList",
"c2jName" : "ProgressUpdateStreamSummaryList",
"c2jShape" : "ProgressUpdateStreamSummaryList",
"defaultConsumerFluentSetterDocumentation" : "List of progress update streams up to the max number of results passed in the input.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStreamSummaryList(List)}.\n@param progressUpdateStreamSummaryList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStreamSummaryList(List)",
"deprecated" : false,
"documentation" : "List of progress update streams up to the max number of results passed in the input.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStreamSummaryList",
"fluentSetterDocumentation" : "List of progress update streams up to the max number of results passed in the input.
\n@param progressUpdateStreamSummaryList List of progress update streams up to the max number of results passed in the input.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStreamSummaryList",
"getterDocumentation" : "List of progress update streams up to the max number of results passed in the input.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return List of progress update streams up to the max number of results passed in the input.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStreamSummaryList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStreamSummaryList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ProgressUpdateStreamSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ProgressUpdateStreamSummary.Builder} avoiding the need to create one manually via {@link ProgressUpdateStreamSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ProgressUpdateStreamSummary.Builder#build()} is called immediately and its result is passed to {@link #member(ProgressUpdateStreamSummary)}.\n@param member a consumer that will call methods on {@link ProgressUpdateStreamSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ProgressUpdateStreamSummary)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ProgressUpdateStreamSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ProgressUpdateStreamSummary",
"variableName" : "member",
"variableType" : "ProgressUpdateStreamSummary",
"documentation" : null,
"simpleType" : "ProgressUpdateStreamSummary",
"variableSetterType" : "ProgressUpdateStreamSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ProgressUpdateStreamSummary",
"variableName" : "member",
"variableType" : "ProgressUpdateStreamSummary",
"documentation" : "",
"simpleType" : "ProgressUpdateStreamSummary",
"variableSetterType" : "ProgressUpdateStreamSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ProgressUpdateStreamSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ProgressUpdateStreamSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ProgressUpdateStreamSummaryList",
"sensitive" : false,
"setterDocumentation" : "List of progress update streams up to the max number of results passed in the input.
\n@param progressUpdateStreamSummaryList List of progress update streams up to the max number of results passed in the input.",
"setterMethodName" : "setProgressUpdateStreamSummaryList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "progressUpdateStreamSummaryList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "progressUpdateStreamSummaryList",
"variableType" : "java.util.List",
"documentation" : "List of progress update streams up to the max number of results passed in the input.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ProgressUpdateStreamSummaryList" : {
"beanStyleGetterMethodName" : "getProgressUpdateStreamSummaryList",
"beanStyleSetterMethodName" : "setProgressUpdateStreamSummaryList",
"c2jName" : "ProgressUpdateStreamSummaryList",
"c2jShape" : "ProgressUpdateStreamSummaryList",
"defaultConsumerFluentSetterDocumentation" : "List of progress update streams up to the max number of results passed in the input.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStreamSummaryList(List)}.\n@param progressUpdateStreamSummaryList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStreamSummaryList(List)",
"deprecated" : false,
"documentation" : "List of progress update streams up to the max number of results passed in the input.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStreamSummaryList",
"fluentSetterDocumentation" : "List of progress update streams up to the max number of results passed in the input.
\n@param progressUpdateStreamSummaryList List of progress update streams up to the max number of results passed in the input.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStreamSummaryList",
"getterDocumentation" : "List of progress update streams up to the max number of results passed in the input.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return List of progress update streams up to the max number of results passed in the input.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStreamSummaryList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStreamSummaryList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ProgressUpdateStreamSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ProgressUpdateStreamSummary.Builder} avoiding the need to create one manually via {@link ProgressUpdateStreamSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ProgressUpdateStreamSummary.Builder#build()} is called immediately and its result is passed to {@link #member(ProgressUpdateStreamSummary)}.\n@param member a consumer that will call methods on {@link ProgressUpdateStreamSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ProgressUpdateStreamSummary)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ProgressUpdateStreamSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ProgressUpdateStreamSummary",
"variableName" : "member",
"variableType" : "ProgressUpdateStreamSummary",
"documentation" : null,
"simpleType" : "ProgressUpdateStreamSummary",
"variableSetterType" : "ProgressUpdateStreamSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ProgressUpdateStreamSummary",
"variableName" : "member",
"variableType" : "ProgressUpdateStreamSummary",
"documentation" : "",
"simpleType" : "ProgressUpdateStreamSummary",
"variableSetterType" : "ProgressUpdateStreamSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ProgressUpdateStreamSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ProgressUpdateStreamSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ProgressUpdateStreamSummaryList",
"sensitive" : false,
"setterDocumentation" : "List of progress update streams up to the max number of results passed in the input.
\n@param progressUpdateStreamSummaryList List of progress update streams up to the max number of results passed in the input.",
"setterMethodName" : "setProgressUpdateStreamSummaryList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "progressUpdateStreamSummaryList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "progressUpdateStreamSummaryList",
"variableType" : "java.util.List",
"documentation" : "List of progress update streams up to the max number of results passed in the input.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStreamSummaryList",
"beanStyleSetterMethodName" : "setProgressUpdateStreamSummaryList",
"c2jName" : "ProgressUpdateStreamSummaryList",
"c2jShape" : "ProgressUpdateStreamSummaryList",
"defaultConsumerFluentSetterDocumentation" : "List of progress update streams up to the max number of results passed in the input.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStreamSummaryList(List)}.\n@param progressUpdateStreamSummaryList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStreamSummaryList(List)",
"deprecated" : false,
"documentation" : "List of progress update streams up to the max number of results passed in the input.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStreamSummaryList",
"fluentSetterDocumentation" : "List of progress update streams up to the max number of results passed in the input.
\n@param progressUpdateStreamSummaryList List of progress update streams up to the max number of results passed in the input.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStreamSummaryList",
"getterDocumentation" : "List of progress update streams up to the max number of results passed in the input.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return List of progress update streams up to the max number of results passed in the input.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStreamSummaryList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStreamSummaryList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ProgressUpdateStreamSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ProgressUpdateStreamSummary.Builder} avoiding the need to create one manually via {@link ProgressUpdateStreamSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ProgressUpdateStreamSummary.Builder#build()} is called immediately and its result is passed to {@link #member(ProgressUpdateStreamSummary)}.\n@param member a consumer that will call methods on {@link ProgressUpdateStreamSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ProgressUpdateStreamSummary)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ProgressUpdateStreamSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ProgressUpdateStreamSummary",
"variableName" : "member",
"variableType" : "ProgressUpdateStreamSummary",
"documentation" : null,
"simpleType" : "ProgressUpdateStreamSummary",
"variableSetterType" : "ProgressUpdateStreamSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ProgressUpdateStreamSummary",
"variableName" : "member",
"variableType" : "ProgressUpdateStreamSummary",
"documentation" : "",
"simpleType" : "ProgressUpdateStreamSummary",
"variableSetterType" : "ProgressUpdateStreamSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ProgressUpdateStreamSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ProgressUpdateStreamSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ProgressUpdateStreamSummaryList",
"sensitive" : false,
"setterDocumentation" : "List of progress update streams up to the max number of results passed in the input.
\n@param progressUpdateStreamSummaryList List of progress update streams up to the max number of results passed in the input.",
"setterMethodName" : "setProgressUpdateStreamSummaryList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "progressUpdateStreamSummaryList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "progressUpdateStreamSummaryList",
"variableType" : "java.util.List",
"documentation" : "List of progress update streams up to the max number of results passed in the input.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListProgressUpdateStreamsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListProgressUpdateStreamsResponse",
"variableName" : "listProgressUpdateStreamsResponse",
"variableType" : "ListProgressUpdateStreamsResponse",
"documentation" : null,
"simpleType" : "ListProgressUpdateStreamsResponse",
"variableSetterType" : "ListProgressUpdateStreamsResponse"
},
"wrapper" : false
},
"MigrationTask" : {
"c2jName" : "MigrationTask",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents a migration task in a migration tool.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "A name that identifies the vendor of the migration tool being used.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "A name that identifies the vendor of the migration tool being used.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "A name that identifies the vendor of the migration tool being used.
\n@param progressUpdateStream A name that identifies the vendor of the migration tool being used.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "A name that identifies the vendor of the migration tool being used.
\n@return A name that identifies the vendor of the migration tool being used.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "A name that identifies the vendor of the migration tool being used.
\n@param progressUpdateStream A name that identifies the vendor of the migration tool being used.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "A name that identifies the vendor of the migration tool being used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "Unique identifier that references the migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task.
\n@return Unique identifier that references the migration task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTask",
"beanStyleSetterMethodName" : "setTask",
"c2jName" : "Task",
"c2jShape" : "Task",
"defaultConsumerFluentSetterDocumentation" : "Task object encapsulating task information.
\nThis is a convenience that creates an instance of the {@link Task.Builder} avoiding the need to create one manually via {@link Task#builder()}.\n\nWhen the {@link Consumer} completes, {@link Task.Builder#build()} is called immediately and its result is passed to {@link #task(Task)}.\n@param task a consumer that will call methods on {@link Task.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #task(Task)",
"deprecated" : false,
"documentation" : "Task object encapsulating task information.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "task",
"fluentSetterDocumentation" : "Task object encapsulating task information.
\n@param task Task object encapsulating task information.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "task",
"getterDocumentation" : "Task object encapsulating task information.
\n@return Task object encapsulating task information.",
"getterModel" : {
"returnType" : "Task",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Task",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Task",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Task",
"sensitive" : false,
"setterDocumentation" : "Task object encapsulating task information.
\n@param task Task object encapsulating task information.",
"setterMethodName" : "setTask",
"setterModel" : {
"variableDeclarationType" : "Task",
"variableName" : "task",
"variableType" : "Task",
"documentation" : null,
"simpleType" : "Task",
"variableSetterType" : "Task"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Task",
"variableName" : "task",
"variableType" : "Task",
"documentation" : "Task object encapsulating task information.
",
"simpleType" : "Task",
"variableSetterType" : "Task"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUpdateDateTime",
"beanStyleSetterMethodName" : "setUpdateDateTime",
"c2jName" : "UpdateDateTime",
"c2jShape" : "UpdateDateTime",
"defaultConsumerFluentSetterDocumentation" : "The timestamp when the task was gathered.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #updateDateTime(Instant)}.\n@param updateDateTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateDateTime(Instant)",
"deprecated" : false,
"documentation" : "The timestamp when the task was gathered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "updateDateTime",
"fluentSetterDocumentation" : "The timestamp when the task was gathered.
\n@param updateDateTime The timestamp when the task was gathered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "updateDateTime",
"getterDocumentation" : "The timestamp when the task was gathered.
\n@return The timestamp when the task was gathered.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "UpdateDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "UpdateDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "UpdateDateTime",
"sensitive" : false,
"setterDocumentation" : "The timestamp when the task was gathered.
\n@param updateDateTime The timestamp when the task was gathered.",
"setterMethodName" : "setUpdateDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "updateDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "updateDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The timestamp when the task was gathered.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getResourceAttributeList",
"beanStyleSetterMethodName" : "setResourceAttributeList",
"c2jName" : "ResourceAttributeList",
"c2jShape" : "LatestResourceAttributeList",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #resourceAttributeList(List)}.\n@param resourceAttributeList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceAttributeList(List)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceAttributeList",
"fluentSetterDocumentation" : "\n@param resourceAttributeList \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceAttributeList",
"getterDocumentation" : "\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return ",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceAttributeList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceAttributeList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ResourceAttribute",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ResourceAttribute.Builder} avoiding the need to create one manually via {@link ResourceAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(ResourceAttribute)}.\n@param member a consumer that will call methods on {@link ResourceAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ResourceAttribute)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ResourceAttribute",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ResourceAttribute",
"variableName" : "member",
"variableType" : "ResourceAttribute",
"documentation" : null,
"simpleType" : "ResourceAttribute",
"variableSetterType" : "ResourceAttribute"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ResourceAttribute",
"variableName" : "member",
"variableType" : "ResourceAttribute",
"documentation" : "",
"simpleType" : "ResourceAttribute",
"variableSetterType" : "ResourceAttribute"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ResourceAttribute",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ResourceAttribute",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ResourceAttributeList",
"sensitive" : false,
"setterDocumentation" : "\n@param resourceAttributeList ",
"setterMethodName" : "setResourceAttributeList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "resourceAttributeList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "resourceAttributeList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MigrationTaskName" : {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "Unique identifier that references the migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task.
\n@return Unique identifier that references the migration task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ProgressUpdateStream" : {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "A name that identifies the vendor of the migration tool being used.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "A name that identifies the vendor of the migration tool being used.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "A name that identifies the vendor of the migration tool being used.
\n@param progressUpdateStream A name that identifies the vendor of the migration tool being used.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "A name that identifies the vendor of the migration tool being used.
\n@return A name that identifies the vendor of the migration tool being used.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "A name that identifies the vendor of the migration tool being used.
\n@param progressUpdateStream A name that identifies the vendor of the migration tool being used.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "A name that identifies the vendor of the migration tool being used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ResourceAttributeList" : {
"beanStyleGetterMethodName" : "getResourceAttributeList",
"beanStyleSetterMethodName" : "setResourceAttributeList",
"c2jName" : "ResourceAttributeList",
"c2jShape" : "LatestResourceAttributeList",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #resourceAttributeList(List)}.\n@param resourceAttributeList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceAttributeList(List)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceAttributeList",
"fluentSetterDocumentation" : "\n@param resourceAttributeList \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceAttributeList",
"getterDocumentation" : "\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return ",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceAttributeList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceAttributeList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ResourceAttribute",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ResourceAttribute.Builder} avoiding the need to create one manually via {@link ResourceAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(ResourceAttribute)}.\n@param member a consumer that will call methods on {@link ResourceAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ResourceAttribute)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ResourceAttribute",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ResourceAttribute",
"variableName" : "member",
"variableType" : "ResourceAttribute",
"documentation" : null,
"simpleType" : "ResourceAttribute",
"variableSetterType" : "ResourceAttribute"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ResourceAttribute",
"variableName" : "member",
"variableType" : "ResourceAttribute",
"documentation" : "",
"simpleType" : "ResourceAttribute",
"variableSetterType" : "ResourceAttribute"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ResourceAttribute",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ResourceAttribute",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ResourceAttributeList",
"sensitive" : false,
"setterDocumentation" : "\n@param resourceAttributeList ",
"setterMethodName" : "setResourceAttributeList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "resourceAttributeList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "resourceAttributeList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Task" : {
"beanStyleGetterMethodName" : "getTask",
"beanStyleSetterMethodName" : "setTask",
"c2jName" : "Task",
"c2jShape" : "Task",
"defaultConsumerFluentSetterDocumentation" : "Task object encapsulating task information.
\nThis is a convenience that creates an instance of the {@link Task.Builder} avoiding the need to create one manually via {@link Task#builder()}.\n\nWhen the {@link Consumer} completes, {@link Task.Builder#build()} is called immediately and its result is passed to {@link #task(Task)}.\n@param task a consumer that will call methods on {@link Task.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #task(Task)",
"deprecated" : false,
"documentation" : "Task object encapsulating task information.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "task",
"fluentSetterDocumentation" : "Task object encapsulating task information.
\n@param task Task object encapsulating task information.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "task",
"getterDocumentation" : "Task object encapsulating task information.
\n@return Task object encapsulating task information.",
"getterModel" : {
"returnType" : "Task",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Task",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Task",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Task",
"sensitive" : false,
"setterDocumentation" : "Task object encapsulating task information.
\n@param task Task object encapsulating task information.",
"setterMethodName" : "setTask",
"setterModel" : {
"variableDeclarationType" : "Task",
"variableName" : "task",
"variableType" : "Task",
"documentation" : null,
"simpleType" : "Task",
"variableSetterType" : "Task"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Task",
"variableName" : "task",
"variableType" : "Task",
"documentation" : "Task object encapsulating task information.
",
"simpleType" : "Task",
"variableSetterType" : "Task"
},
"xmlNameSpaceUri" : null
},
"UpdateDateTime" : {
"beanStyleGetterMethodName" : "getUpdateDateTime",
"beanStyleSetterMethodName" : "setUpdateDateTime",
"c2jName" : "UpdateDateTime",
"c2jShape" : "UpdateDateTime",
"defaultConsumerFluentSetterDocumentation" : "The timestamp when the task was gathered.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #updateDateTime(Instant)}.\n@param updateDateTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateDateTime(Instant)",
"deprecated" : false,
"documentation" : "The timestamp when the task was gathered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "updateDateTime",
"fluentSetterDocumentation" : "The timestamp when the task was gathered.
\n@param updateDateTime The timestamp when the task was gathered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "updateDateTime",
"getterDocumentation" : "The timestamp when the task was gathered.
\n@return The timestamp when the task was gathered.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "UpdateDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "UpdateDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "UpdateDateTime",
"sensitive" : false,
"setterDocumentation" : "The timestamp when the task was gathered.
\n@param updateDateTime The timestamp when the task was gathered.",
"setterMethodName" : "setUpdateDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "updateDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "updateDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The timestamp when the task was gathered.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "A name that identifies the vendor of the migration tool being used.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"documentation" : "A name that identifies the vendor of the migration tool being used.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "A name that identifies the vendor of the migration tool being used.
\n@param progressUpdateStream A name that identifies the vendor of the migration tool being used.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "A name that identifies the vendor of the migration tool being used.
\n@return A name that identifies the vendor of the migration tool being used.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "A name that identifies the vendor of the migration tool being used.
\n@param progressUpdateStream A name that identifies the vendor of the migration tool being used.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "A name that identifies the vendor of the migration tool being used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"documentation" : "Unique identifier that references the migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task.
\n@return Unique identifier that references the migration task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task.
\n@param migrationTaskName Unique identifier that references the migration task.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTask",
"beanStyleSetterMethodName" : "setTask",
"c2jName" : "Task",
"c2jShape" : "Task",
"defaultConsumerFluentSetterDocumentation" : "Task object encapsulating task information.
\nThis is a convenience that creates an instance of the {@link Task.Builder} avoiding the need to create one manually via {@link Task#builder()}.\n\nWhen the {@link Consumer} completes, {@link Task.Builder#build()} is called immediately and its result is passed to {@link #task(Task)}.\n@param task a consumer that will call methods on {@link Task.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #task(Task)",
"deprecated" : false,
"documentation" : "Task object encapsulating task information.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "task",
"fluentSetterDocumentation" : "Task object encapsulating task information.
\n@param task Task object encapsulating task information.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "task",
"getterDocumentation" : "Task object encapsulating task information.
\n@return Task object encapsulating task information.",
"getterModel" : {
"returnType" : "Task",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Task",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Task",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Task",
"sensitive" : false,
"setterDocumentation" : "Task object encapsulating task information.
\n@param task Task object encapsulating task information.",
"setterMethodName" : "setTask",
"setterModel" : {
"variableDeclarationType" : "Task",
"variableName" : "task",
"variableType" : "Task",
"documentation" : null,
"simpleType" : "Task",
"variableSetterType" : "Task"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Task",
"variableName" : "task",
"variableType" : "Task",
"documentation" : "Task object encapsulating task information.
",
"simpleType" : "Task",
"variableSetterType" : "Task"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUpdateDateTime",
"beanStyleSetterMethodName" : "setUpdateDateTime",
"c2jName" : "UpdateDateTime",
"c2jShape" : "UpdateDateTime",
"defaultConsumerFluentSetterDocumentation" : "The timestamp when the task was gathered.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #updateDateTime(Instant)}.\n@param updateDateTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateDateTime(Instant)",
"deprecated" : false,
"documentation" : "The timestamp when the task was gathered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "updateDateTime",
"fluentSetterDocumentation" : "The timestamp when the task was gathered.
\n@param updateDateTime The timestamp when the task was gathered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "updateDateTime",
"getterDocumentation" : "The timestamp when the task was gathered.
\n@return The timestamp when the task was gathered.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "UpdateDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "UpdateDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "UpdateDateTime",
"sensitive" : false,
"setterDocumentation" : "The timestamp when the task was gathered.
\n@param updateDateTime The timestamp when the task was gathered.",
"setterMethodName" : "setUpdateDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "updateDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "updateDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The timestamp when the task was gathered.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getResourceAttributeList",
"beanStyleSetterMethodName" : "setResourceAttributeList",
"c2jName" : "ResourceAttributeList",
"c2jShape" : "LatestResourceAttributeList",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #resourceAttributeList(List)}.\n@param resourceAttributeList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceAttributeList(List)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceAttributeList",
"fluentSetterDocumentation" : "\n@param resourceAttributeList \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceAttributeList",
"getterDocumentation" : "\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return ",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceAttributeList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceAttributeList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ResourceAttribute",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ResourceAttribute.Builder} avoiding the need to create one manually via {@link ResourceAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(ResourceAttribute)}.\n@param member a consumer that will call methods on {@link ResourceAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ResourceAttribute)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ResourceAttribute",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ResourceAttribute",
"variableName" : "member",
"variableType" : "ResourceAttribute",
"documentation" : null,
"simpleType" : "ResourceAttribute",
"variableSetterType" : "ResourceAttribute"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ResourceAttribute",
"variableName" : "member",
"variableType" : "ResourceAttribute",
"documentation" : "",
"simpleType" : "ResourceAttribute",
"variableSetterType" : "ResourceAttribute"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ResourceAttribute",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ResourceAttribute",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ResourceAttributeList",
"sensitive" : false,
"setterDocumentation" : "\n@param resourceAttributeList ",
"setterMethodName" : "setResourceAttributeList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "resourceAttributeList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection