
models.personalize-2018-05-22-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" : "2018-05-22",
"asyncBuilder" : "DefaultPersonalizeAsyncClientBuilder",
"asyncBuilderInterface" : "PersonalizeAsyncClientBuilder",
"asyncClient" : "DefaultPersonalizeAsyncClient",
"asyncInterface" : "PersonalizeAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultPersonalizeBaseClientBuilder",
"baseBuilderInterface" : "PersonalizeBaseClientBuilder",
"baseExceptionName" : "PersonalizeException",
"baseRequestName" : "PersonalizeRequest",
"baseResponseName" : "PersonalizeResponse",
"cborProtocol" : false,
"clientPackageName" : "personalize",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "Amazon Personalize",
"documentation" : "Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers.
",
"endpointPrefix" : "personalize",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.personalize",
"fullModelPackageName" : "software.amazon.awssdk.services.personalize.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.personalize.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.personalize.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.personalize.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "personalize.model",
"paginatorsPackageName" : "personalize.paginators",
"protocol" : "json",
"requestTransformPackageName" : "personalize.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "Personalize",
"serviceName" : "Personalize",
"signingName" : "personalize",
"syncBuilder" : "DefaultPersonalizeClientBuilder",
"syncBuilderInterface" : "PersonalizeClientBuilder",
"syncClient" : "DefaultPersonalizeClient",
"syncInterface" : "PersonalizeClient",
"transformPackageName" : "personalize.transform",
"uid" : "personalize-2018-05-22",
"xmlProtocol" : false
},
"operations" : {
"CreateCampaign" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a campaign by deploying a solution version. When a client calls the GetRecommendations and GetPersonalizedRanking APIs, a campaign is specified in the request.
Minimum Provisioned TPS and Auto-Scaling
A transaction is a single GetRecommendations
or GetPersonalizedRanking
call. Transactions per second (TPS) is the throughput and unit of billing for Amazon Personalize. The minimum provisioned TPS (minProvisionedTPS
) specifies the baseline throughput provisioned by Amazon Personalize, and thus, the minimum billing charge. If your TPS increases beyond minProvisionedTPS
, Amazon Personalize auto-scales the provisioned capacity up and down, but never below minProvisionedTPS
, to maintain a 70% utilization. There's a short time delay while the capacity is increased that might cause loss of transactions. It's recommended to start with a low minProvisionedTPS
, track your usage using Amazon CloudWatch metrics, and then increase the minProvisionedTPS
as necessary.
Status
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
To get the campaign status, call DescribeCampaign.
Wait until the status
of the campaign is ACTIVE
before asking the campaign for recommendations.
Related APIs
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The limit on the number of requests per second has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateCampaignRequest",
"variableName" : "createCampaignRequest",
"variableType" : "CreateCampaignRequest",
"documentation" : "",
"simpleType" : "CreateCampaignRequest",
"variableSetterType" : "CreateCampaignRequest"
},
"methodName" : "createCampaign",
"operationName" : "CreateCampaign",
"paginated" : false,
"returnType" : {
"returnType" : "CreateCampaignResponse",
"documentation" : null
},
"syncReturnType" : "CreateCampaignResponse"
},
"CreateDataset" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an empty dataset and adds it to the specified dataset group. Use CreateDatasetImportJob to import your training data to a dataset.
There are three types of datasets:
-
Interactions
-
Items
-
Users
Each dataset type has an associated schema with required field types. Only the Interactions
dataset is required in order to train a model (also referred to as creating a solution).
A dataset can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
To get the status of the dataset, call DescribeDataset.
Related APIs
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The limit on the number of requests per second has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateDatasetRequest",
"variableName" : "createDatasetRequest",
"variableType" : "CreateDatasetRequest",
"documentation" : "",
"simpleType" : "CreateDatasetRequest",
"variableSetterType" : "CreateDatasetRequest"
},
"methodName" : "createDataset",
"operationName" : "CreateDataset",
"paginated" : false,
"returnType" : {
"returnType" : "CreateDatasetResponse",
"documentation" : null
},
"syncReturnType" : "CreateDatasetResponse"
},
"CreateDatasetGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an empty dataset group. A dataset group contains related datasets that supply data for training a model. A dataset group can contain at most three datasets, one for each type of dataset:
-
Interactions
-
Items
-
Users
To train a model (create a solution), a dataset group that contains an Interactions
dataset is required. Call CreateDataset to add a dataset to the group.
A dataset group can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING
To get the status of the dataset group, call DescribeDatasetGroup. If the status shows as CREATE FAILED, the response includes a failureReason
key, which describes why the creation failed.
You must wait until the status
of the dataset group is ACTIVE
before adding a dataset to the group.
You can specify an AWS Key Management Service (KMS) key to encrypt the datasets in the group. If you specify a KMS key, you must also include an AWS Identity and Access Management (IAM) role that has permission to access the key.
APIs that require a dataset group ARN in the request
Related APIs
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The limit on the number of requests per second has been exceeded.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateDatasetGroupRequest",
"variableName" : "createDatasetGroupRequest",
"variableType" : "CreateDatasetGroupRequest",
"documentation" : "",
"simpleType" : "CreateDatasetGroupRequest",
"variableSetterType" : "CreateDatasetGroupRequest"
},
"methodName" : "createDatasetGroup",
"operationName" : "CreateDatasetGroup",
"paginated" : false,
"returnType" : {
"returnType" : "CreateDatasetGroupResponse",
"documentation" : null
},
"syncReturnType" : "CreateDatasetGroupResponse"
},
"CreateDatasetImportJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a job that imports training data from your data source (an Amazon S3 bucket) to an Amazon Personalize dataset. To allow Amazon Personalize to import the training data, you must specify an AWS Identity and Access Management (IAM) role that has permission to read from the data source.
The dataset import job replaces any previous data in the dataset.
Status
A dataset import job can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
To get the status of the import job, call DescribeDatasetImportJob, providing the Amazon Resource Name (ARN) of the dataset import job. The dataset import is complete when the status shows as ACTIVE. If the status shows as CREATE FAILED, the response includes a failureReason
key, which describes why the job failed.
Importing takes time. You must wait until the status shows as ACTIVE before training a model using the dataset.
Related APIs
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The limit on the number of requests per second has been exceeded.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateDatasetImportJobRequest",
"variableName" : "createDatasetImportJobRequest",
"variableType" : "CreateDatasetImportJobRequest",
"documentation" : "",
"simpleType" : "CreateDatasetImportJobRequest",
"variableSetterType" : "CreateDatasetImportJobRequest"
},
"methodName" : "createDatasetImportJob",
"operationName" : "CreateDatasetImportJob",
"paginated" : false,
"returnType" : {
"returnType" : "CreateDatasetImportJobResponse",
"documentation" : null
},
"syncReturnType" : "CreateDatasetImportJobResponse"
},
"CreateEventTracker" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an event tracker that you use when sending event data to the specified dataset group using the PutEvents API.
When Amazon Personalize creates an event tracker, it also creates an event-interactions dataset in the dataset group associated with the event tracker. The event-interactions dataset stores the event data from the PutEvents
call. The contents of this dataset are not available to the user.
Only one event tracker can be associated with a dataset group. You will get an error if you call CreateEventTracker
using the same dataset group as an existing event tracker.
When you send event data you include your tracking ID. The tracking ID identifies the customer and authorizes the customer to send the data.
The event tracker can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
To get the status of the event tracker, call DescribeEventTracker.
The event tracker must be in the ACTIVE state before using the tracking ID.
Related APIs
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The limit on the number of requests per second has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateEventTrackerRequest",
"variableName" : "createEventTrackerRequest",
"variableType" : "CreateEventTrackerRequest",
"documentation" : "",
"simpleType" : "CreateEventTrackerRequest",
"variableSetterType" : "CreateEventTrackerRequest"
},
"methodName" : "createEventTracker",
"operationName" : "CreateEventTracker",
"paginated" : false,
"returnType" : {
"returnType" : "CreateEventTrackerResponse",
"documentation" : null
},
"syncReturnType" : "CreateEventTrackerResponse"
},
"CreateSchema" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an Amazon Personalize schema from the specified schema string. The schema you create must be in Avro JSON format.
Amazon Personalize recognizes three schema variants. Each schema is associated with a dataset type and has a set of required field and keywords. You specify a schema when you call CreateDataset.
Related APIs
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The limit on the number of requests per second has been exceeded.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateSchemaRequest",
"variableName" : "createSchemaRequest",
"variableType" : "CreateSchemaRequest",
"documentation" : "",
"simpleType" : "CreateSchemaRequest",
"variableSetterType" : "CreateSchemaRequest"
},
"methodName" : "createSchema",
"operationName" : "CreateSchema",
"paginated" : false,
"returnType" : {
"returnType" : "CreateSchemaResponse",
"documentation" : null
},
"syncReturnType" : "CreateSchemaResponse"
},
"CreateSolution" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates the configuration for training a model. A trained model is known as a solution. After the configuration is created, you train the model (create a solution) by calling the CreateSolutionVersion operation. Every time you call CreateSolutionVersion
, a new version of the solution is created.
After creating a solution version, you check its accuracy by calling GetSolutionMetrics. When you are satisfied with the version, you deploy it using CreateCampaign. The campaign provides recommendations to a client through the GetRecommendations API.
To train a model, Amazon Personalize requires training data and a recipe. The training data comes from the dataset group that you provide in the request. A recipe specifies the training algorithm and a feature transformation. You can specify one of the predefined recipes provided by Amazon Personalize. Alternatively, you can specify performAutoML
and Amazon Personalize will analyze your data and select the optimum USER_PERSONALIZATION recipe for you.
Status
A solution can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
To get the status of the solution, call DescribeSolution. Wait until the status shows as ACTIVE before calling CreateSolutionVersion
.
Related APIs
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The limit on the number of requests per second has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateSolutionRequest",
"variableName" : "createSolutionRequest",
"variableType" : "CreateSolutionRequest",
"documentation" : "",
"simpleType" : "CreateSolutionRequest",
"variableSetterType" : "CreateSolutionRequest"
},
"methodName" : "createSolution",
"operationName" : "CreateSolution",
"paginated" : false,
"returnType" : {
"returnType" : "CreateSolutionResponse",
"documentation" : null
},
"syncReturnType" : "CreateSolutionResponse"
},
"CreateSolutionVersion" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Trains or retrains an active solution. A solution is created using the CreateSolution operation and must be in the ACTIVE state before calling CreateSolutionVersion
. A new version of the solution is created every time you call this operation.
Status
A solution version can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
To get the status of the version, call DescribeSolutionVersion. Wait until the status shows as ACTIVE before calling CreateCampaign
.
If the status shows as CREATE FAILED, the response includes a failureReason
key, which describes why the job failed.
Related APIs
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateSolutionVersionRequest",
"variableName" : "createSolutionVersionRequest",
"variableType" : "CreateSolutionVersionRequest",
"documentation" : "",
"simpleType" : "CreateSolutionVersionRequest",
"variableSetterType" : "CreateSolutionVersionRequest"
},
"methodName" : "createSolutionVersion",
"operationName" : "CreateSolutionVersion",
"paginated" : false,
"returnType" : {
"returnType" : "CreateSolutionVersionResponse",
"documentation" : null
},
"syncReturnType" : "CreateSolutionVersionResponse"
},
"DeleteCampaign" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes a campaign by deleting the solution deployment. The solution that the campaign is based on is not deleted and can be redeployed when needed. A deleted campaign can no longer be specified in a GetRecommendations request. For more information on campaigns, see CreateCampaign.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteCampaignRequest",
"variableName" : "deleteCampaignRequest",
"variableType" : "DeleteCampaignRequest",
"documentation" : "",
"simpleType" : "DeleteCampaignRequest",
"variableSetterType" : "DeleteCampaignRequest"
},
"methodName" : "deleteCampaign",
"operationName" : "DeleteCampaign",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteCampaignResponse",
"documentation" : null
},
"syncReturnType" : "DeleteCampaignResponse"
},
"DeleteDataset" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a dataset. You can't delete a dataset if an associated DatasetImportJob
or SolutionVersion
is in the CREATE PENDING or IN PROGRESS state. For more information on datasets, see CreateDataset.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteDatasetRequest",
"variableName" : "deleteDatasetRequest",
"variableType" : "DeleteDatasetRequest",
"documentation" : "",
"simpleType" : "DeleteDatasetRequest",
"variableSetterType" : "DeleteDatasetRequest"
},
"methodName" : "deleteDataset",
"operationName" : "DeleteDataset",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteDatasetResponse",
"documentation" : null
},
"syncReturnType" : "DeleteDatasetResponse"
},
"DeleteDatasetGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a dataset group. Before you delete a dataset group, you must delete the following:
-
All associated event trackers.
-
All associated solutions.
-
All datasets in the dataset group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteDatasetGroupRequest",
"variableName" : "deleteDatasetGroupRequest",
"variableType" : "DeleteDatasetGroupRequest",
"documentation" : "",
"simpleType" : "DeleteDatasetGroupRequest",
"variableSetterType" : "DeleteDatasetGroupRequest"
},
"methodName" : "deleteDatasetGroup",
"operationName" : "DeleteDatasetGroup",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteDatasetGroupResponse",
"documentation" : null
},
"syncReturnType" : "DeleteDatasetGroupResponse"
},
"DeleteEventTracker" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the event tracker. Does not delete the event-interactions dataset from the associated dataset group. For more information on event trackers, see CreateEventTracker.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteEventTrackerRequest",
"variableName" : "deleteEventTrackerRequest",
"variableType" : "DeleteEventTrackerRequest",
"documentation" : "",
"simpleType" : "DeleteEventTrackerRequest",
"variableSetterType" : "DeleteEventTrackerRequest"
},
"methodName" : "deleteEventTracker",
"operationName" : "DeleteEventTracker",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteEventTrackerResponse",
"documentation" : null
},
"syncReturnType" : "DeleteEventTrackerResponse"
},
"DeleteSchema" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a schema. Before deleting a schema, you must delete all datasets referencing the schema. For more information on schemas, see CreateSchema.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSchemaRequest",
"variableName" : "deleteSchemaRequest",
"variableType" : "DeleteSchemaRequest",
"documentation" : "",
"simpleType" : "DeleteSchemaRequest",
"variableSetterType" : "DeleteSchemaRequest"
},
"methodName" : "deleteSchema",
"operationName" : "DeleteSchema",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSchemaResponse",
"documentation" : null
},
"syncReturnType" : "DeleteSchemaResponse"
},
"DeleteSolution" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes all versions of a solution and the Solution
object itself. Before deleting a solution, you must delete all campaigns based on the solution. To determine what campaigns are using the solution, call ListCampaigns and supply the Amazon Resource Name (ARN) of the solution. You can't delete a solution if an associated SolutionVersion
is in the CREATE PENDING or IN PROGRESS state. For more information on solutions, see CreateSolution.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSolutionRequest",
"variableName" : "deleteSolutionRequest",
"variableType" : "DeleteSolutionRequest",
"documentation" : "",
"simpleType" : "DeleteSolutionRequest",
"variableSetterType" : "DeleteSolutionRequest"
},
"methodName" : "deleteSolution",
"operationName" : "DeleteSolution",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSolutionResponse",
"documentation" : null
},
"syncReturnType" : "DeleteSolutionResponse"
},
"DescribeAlgorithm" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the given algorithm.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAlgorithmRequest",
"variableName" : "describeAlgorithmRequest",
"variableType" : "DescribeAlgorithmRequest",
"documentation" : "",
"simpleType" : "DescribeAlgorithmRequest",
"variableSetterType" : "DescribeAlgorithmRequest"
},
"methodName" : "describeAlgorithm",
"operationName" : "DescribeAlgorithm",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeAlgorithmResponse",
"documentation" : null
},
"syncReturnType" : "DescribeAlgorithmResponse"
},
"DescribeCampaign" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the given campaign, including its status.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
When the status
is CREATE FAILED
, the response includes the failureReason
key, which describes why.
For more information on campaigns, see CreateCampaign.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeCampaignRequest",
"variableName" : "describeCampaignRequest",
"variableType" : "DescribeCampaignRequest",
"documentation" : "",
"simpleType" : "DescribeCampaignRequest",
"variableSetterType" : "DescribeCampaignRequest"
},
"methodName" : "describeCampaign",
"operationName" : "DescribeCampaign",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeCampaignResponse",
"documentation" : null
},
"syncReturnType" : "DescribeCampaignResponse"
},
"DescribeDataset" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the given dataset. For more information on datasets, see CreateDataset.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeDatasetRequest",
"variableName" : "describeDatasetRequest",
"variableType" : "DescribeDatasetRequest",
"documentation" : "",
"simpleType" : "DescribeDatasetRequest",
"variableSetterType" : "DescribeDatasetRequest"
},
"methodName" : "describeDataset",
"operationName" : "DescribeDataset",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeDatasetResponse",
"documentation" : null
},
"syncReturnType" : "DescribeDatasetResponse"
},
"DescribeDatasetGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the given dataset group. For more information on dataset groups, see CreateDatasetGroup.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeDatasetGroupRequest",
"variableName" : "describeDatasetGroupRequest",
"variableType" : "DescribeDatasetGroupRequest",
"documentation" : "",
"simpleType" : "DescribeDatasetGroupRequest",
"variableSetterType" : "DescribeDatasetGroupRequest"
},
"methodName" : "describeDatasetGroup",
"operationName" : "DescribeDatasetGroup",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeDatasetGroupResponse",
"documentation" : null
},
"syncReturnType" : "DescribeDatasetGroupResponse"
},
"DescribeDatasetImportJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the dataset import job created by CreateDatasetImportJob, including the import job status.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeDatasetImportJobRequest",
"variableName" : "describeDatasetImportJobRequest",
"variableType" : "DescribeDatasetImportJobRequest",
"documentation" : "",
"simpleType" : "DescribeDatasetImportJobRequest",
"variableSetterType" : "DescribeDatasetImportJobRequest"
},
"methodName" : "describeDatasetImportJob",
"operationName" : "DescribeDatasetImportJob",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeDatasetImportJobResponse",
"documentation" : null
},
"syncReturnType" : "DescribeDatasetImportJobResponse"
},
"DescribeEventTracker" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes an event tracker. The response includes the trackingId
and status
of the event tracker. For more information on event trackers, see CreateEventTracker.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEventTrackerRequest",
"variableName" : "describeEventTrackerRequest",
"variableType" : "DescribeEventTrackerRequest",
"documentation" : "",
"simpleType" : "DescribeEventTrackerRequest",
"variableSetterType" : "DescribeEventTrackerRequest"
},
"methodName" : "describeEventTracker",
"operationName" : "DescribeEventTracker",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeEventTrackerResponse",
"documentation" : null
},
"syncReturnType" : "DescribeEventTrackerResponse"
},
"DescribeFeatureTransformation" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the given feature transformation.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeFeatureTransformationRequest",
"variableName" : "describeFeatureTransformationRequest",
"variableType" : "DescribeFeatureTransformationRequest",
"documentation" : "",
"simpleType" : "DescribeFeatureTransformationRequest",
"variableSetterType" : "DescribeFeatureTransformationRequest"
},
"methodName" : "describeFeatureTransformation",
"operationName" : "DescribeFeatureTransformation",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeFeatureTransformationResponse",
"documentation" : null
},
"syncReturnType" : "DescribeFeatureTransformationResponse"
},
"DescribeRecipe" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes a recipe.
A recipe contains three items:
-
An algorithm that trains a model.
-
Hyperparameters that govern the training.
-
Feature transformation information for modifying the input data before training.
Amazon Personalize provides a set of predefined recipes. You specify a recipe when you create a solution with the CreateSolution API. CreateSolution
trains a model by using the algorithm in the specified recipe and a training dataset. The solution, when deployed as a campaign, can provide recommendations using the GetRecommendations API.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeRecipeRequest",
"variableName" : "describeRecipeRequest",
"variableType" : "DescribeRecipeRequest",
"documentation" : "",
"simpleType" : "DescribeRecipeRequest",
"variableSetterType" : "DescribeRecipeRequest"
},
"methodName" : "describeRecipe",
"operationName" : "DescribeRecipe",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeRecipeResponse",
"documentation" : null
},
"syncReturnType" : "DescribeRecipeResponse"
},
"DescribeSchema" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes a schema. For more information on schemas, see CreateSchema.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSchemaRequest",
"variableName" : "describeSchemaRequest",
"variableType" : "DescribeSchemaRequest",
"documentation" : "",
"simpleType" : "DescribeSchemaRequest",
"variableSetterType" : "DescribeSchemaRequest"
},
"methodName" : "describeSchema",
"operationName" : "DescribeSchema",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeSchemaResponse",
"documentation" : null
},
"syncReturnType" : "DescribeSchemaResponse"
},
"DescribeSolution" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes a solution. For more information on solutions, see CreateSolution.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSolutionRequest",
"variableName" : "describeSolutionRequest",
"variableType" : "DescribeSolutionRequest",
"documentation" : "",
"simpleType" : "DescribeSolutionRequest",
"variableSetterType" : "DescribeSolutionRequest"
},
"methodName" : "describeSolution",
"operationName" : "DescribeSolution",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeSolutionResponse",
"documentation" : null
},
"syncReturnType" : "DescribeSolutionResponse"
},
"DescribeSolutionVersion" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes a specific version of a solution. For more information on solutions, see CreateSolution.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSolutionVersionRequest",
"variableName" : "describeSolutionVersionRequest",
"variableType" : "DescribeSolutionVersionRequest",
"documentation" : "",
"simpleType" : "DescribeSolutionVersionRequest",
"variableSetterType" : "DescribeSolutionVersionRequest"
},
"methodName" : "describeSolutionVersion",
"operationName" : "DescribeSolutionVersion",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeSolutionVersionResponse",
"documentation" : null
},
"syncReturnType" : "DescribeSolutionVersionResponse"
},
"GetSolutionMetrics" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the metrics for the specified solution version.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSolutionMetricsRequest",
"variableName" : "getSolutionMetricsRequest",
"variableType" : "GetSolutionMetricsRequest",
"documentation" : "",
"simpleType" : "GetSolutionMetricsRequest",
"variableSetterType" : "GetSolutionMetricsRequest"
},
"methodName" : "getSolutionMetrics",
"operationName" : "GetSolutionMetrics",
"paginated" : false,
"returnType" : {
"returnType" : "GetSolutionMetricsResponse",
"documentation" : null
},
"syncReturnType" : "GetSolutionMetricsResponse"
},
"ListCampaigns" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of campaigns that use the given solution. When a solution is not specified, all the campaigns associated with the account are listed. The response provides the properties for each campaign, including the Amazon Resource Name (ARN). For more information on campaigns, see CreateCampaign.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The token is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListCampaignsRequest",
"variableName" : "listCampaignsRequest",
"variableType" : "ListCampaignsRequest",
"documentation" : "",
"simpleType" : "ListCampaignsRequest",
"variableSetterType" : "ListCampaignsRequest"
},
"methodName" : "listCampaigns",
"operationName" : "ListCampaigns",
"paginated" : true,
"returnType" : {
"returnType" : "ListCampaignsResponse",
"documentation" : null
},
"syncReturnType" : "ListCampaignsResponse"
},
"ListDatasetGroups" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of dataset groups. The response provides the properties for each dataset group, including the Amazon Resource Name (ARN). For more information on dataset groups, see CreateDatasetGroup.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The token is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDatasetGroupsRequest",
"variableName" : "listDatasetGroupsRequest",
"variableType" : "ListDatasetGroupsRequest",
"documentation" : "",
"simpleType" : "ListDatasetGroupsRequest",
"variableSetterType" : "ListDatasetGroupsRequest"
},
"methodName" : "listDatasetGroups",
"operationName" : "ListDatasetGroups",
"paginated" : true,
"returnType" : {
"returnType" : "ListDatasetGroupsResponse",
"documentation" : null
},
"syncReturnType" : "ListDatasetGroupsResponse"
},
"ListDatasetImportJobs" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of dataset import jobs that use the given dataset. When a dataset is not specified, all the dataset import jobs associated with the account are listed. The response provides the properties for each dataset import job, including the Amazon Resource Name (ARN). For more information on dataset import jobs, see CreateDatasetImportJob. For more information on datasets, see CreateDataset.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The token is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDatasetImportJobsRequest",
"variableName" : "listDatasetImportJobsRequest",
"variableType" : "ListDatasetImportJobsRequest",
"documentation" : "",
"simpleType" : "ListDatasetImportJobsRequest",
"variableSetterType" : "ListDatasetImportJobsRequest"
},
"methodName" : "listDatasetImportJobs",
"operationName" : "ListDatasetImportJobs",
"paginated" : true,
"returnType" : {
"returnType" : "ListDatasetImportJobsResponse",
"documentation" : null
},
"syncReturnType" : "ListDatasetImportJobsResponse"
},
"ListDatasets" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the list of datasets contained in the given dataset group. The response provides the properties for each dataset, including the Amazon Resource Name (ARN). For more information on datasets, see CreateDataset.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The token is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDatasetsRequest",
"variableName" : "listDatasetsRequest",
"variableType" : "ListDatasetsRequest",
"documentation" : "",
"simpleType" : "ListDatasetsRequest",
"variableSetterType" : "ListDatasetsRequest"
},
"methodName" : "listDatasets",
"operationName" : "ListDatasets",
"paginated" : true,
"returnType" : {
"returnType" : "ListDatasetsResponse",
"documentation" : null
},
"syncReturnType" : "ListDatasetsResponse"
},
"ListEventTrackers" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the list of event trackers associated with the account. The response provides the properties for each event tracker, including the Amazon Resource Name (ARN) and tracking ID. For more information on event trackers, see CreateEventTracker.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The token is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListEventTrackersRequest",
"variableName" : "listEventTrackersRequest",
"variableType" : "ListEventTrackersRequest",
"documentation" : "",
"simpleType" : "ListEventTrackersRequest",
"variableSetterType" : "ListEventTrackersRequest"
},
"methodName" : "listEventTrackers",
"operationName" : "ListEventTrackers",
"paginated" : true,
"returnType" : {
"returnType" : "ListEventTrackersResponse",
"documentation" : null
},
"syncReturnType" : "ListEventTrackersResponse"
},
"ListRecipes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of available recipes. The response provides the properties for each recipe, including the recipe's Amazon Resource Name (ARN).
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The token is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListRecipesRequest",
"variableName" : "listRecipesRequest",
"variableType" : "ListRecipesRequest",
"documentation" : "",
"simpleType" : "ListRecipesRequest",
"variableSetterType" : "ListRecipesRequest"
},
"methodName" : "listRecipes",
"operationName" : "ListRecipes",
"paginated" : true,
"returnType" : {
"returnType" : "ListRecipesResponse",
"documentation" : null
},
"syncReturnType" : "ListRecipesResponse"
},
"ListSchemas" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the list of schemas associated with the account. The response provides the properties for each schema, including the Amazon Resource Name (ARN). For more information on schemas, see CreateSchema.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The token is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSchemasRequest",
"variableName" : "listSchemasRequest",
"variableType" : "ListSchemasRequest",
"documentation" : "",
"simpleType" : "ListSchemasRequest",
"variableSetterType" : "ListSchemasRequest"
},
"methodName" : "listSchemas",
"operationName" : "ListSchemas",
"paginated" : true,
"returnType" : {
"returnType" : "ListSchemasResponse",
"documentation" : null
},
"syncReturnType" : "ListSchemasResponse"
},
"ListSolutionVersions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of solution versions for the given solution. When a solution is not specified, all the solution versions associated with the account are listed. The response provides the properties for each solution version, including the Amazon Resource Name (ARN). For more information on solutions, see CreateSolution.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSolutionVersionsRequest",
"variableName" : "listSolutionVersionsRequest",
"variableType" : "ListSolutionVersionsRequest",
"documentation" : "",
"simpleType" : "ListSolutionVersionsRequest",
"variableSetterType" : "ListSolutionVersionsRequest"
},
"methodName" : "listSolutionVersions",
"operationName" : "ListSolutionVersions",
"paginated" : true,
"returnType" : {
"returnType" : "ListSolutionVersionsResponse",
"documentation" : null
},
"syncReturnType" : "ListSolutionVersionsResponse"
},
"ListSolutions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of solutions that use the given dataset group. When a dataset group is not specified, all the solutions associated with the account are listed. The response provides the properties for each solution, including the Amazon Resource Name (ARN). For more information on solutions, see CreateSolution.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The token is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSolutionsRequest",
"variableName" : "listSolutionsRequest",
"variableType" : "ListSolutionsRequest",
"documentation" : "",
"simpleType" : "ListSolutionsRequest",
"variableSetterType" : "ListSolutionsRequest"
},
"methodName" : "listSolutions",
"operationName" : "ListSolutions",
"paginated" : true,
"returnType" : {
"returnType" : "ListSolutionsResponse",
"documentation" : null
},
"syncReturnType" : "ListSolutionsResponse"
},
"UpdateCampaign" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates a campaign by either deploying a new solution or changing the value of the campaign's minProvisionedTPS
parameter.
To update a campaign, the campaign status must be ACTIVE or CREATE FAILED. Check the campaign status using the DescribeCampaign API.
You must wait until the status
of the updated campaign is ACTIVE
before asking the campaign for recommendations.
For more information on campaigns, see CreateCampaign.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateCampaignRequest",
"variableName" : "updateCampaignRequest",
"variableType" : "UpdateCampaignRequest",
"documentation" : "",
"simpleType" : "UpdateCampaignRequest",
"variableSetterType" : "UpdateCampaignRequest"
},
"methodName" : "updateCampaign",
"operationName" : "UpdateCampaign",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateCampaignResponse",
"documentation" : null
},
"syncReturnType" : "UpdateCampaignResponse"
}
},
"shapes" : {
"Algorithm" : {
"c2jName" : "Algorithm",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes a custom algorithm.
",
"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" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the algorithm.
\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" : "The name of the algorithm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the algorithm.
\n@param name The name of the algorithm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the algorithm.
\n@return The name of the algorithm.",
"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" : "The name of the algorithm.
\n@param name The name of the algorithm.",
"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" : "The name of the algorithm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAlgorithmArn",
"beanStyleSetterMethodName" : "setAlgorithmArn",
"c2jName" : "algorithmArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\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 #algorithmArn(String)}.\n@param algorithmArn 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 #algorithmArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the algorithm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "algorithmArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@param algorithmArn The Amazon Resource Name (ARN) of the algorithm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "algorithmArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@return The Amazon Resource Name (ARN) of the algorithm.",
"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" : "algorithmArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "algorithmArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlgorithmArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@param algorithmArn The Amazon Resource Name (ARN) of the algorithm.",
"setterMethodName" : "setAlgorithmArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the algorithm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAlgorithmImage",
"beanStyleSetterMethodName" : "setAlgorithmImage",
"c2jName" : "algorithmImage",
"c2jShape" : "AlgorithmImage",
"defaultConsumerFluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\nThis is a convenience that creates an instance of the {@link AlgorithmImage.Builder} avoiding the need to create one manually via {@link AlgorithmImage#builder()}.\n\nWhen the {@link Consumer} completes, {@link AlgorithmImage.Builder#build()} is called immediately and its result is passed to {@link #algorithmImage(AlgorithmImage)}.\n@param algorithmImage a consumer that will call methods on {@link AlgorithmImage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #algorithmImage(AlgorithmImage)",
"deprecated" : false,
"documentation" : "The URI of the Docker container for the algorithm image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "algorithmImage",
"fluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param algorithmImage The URI of the Docker container for the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "algorithmImage",
"getterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@return The URI of the Docker container for the algorithm image.",
"getterModel" : {
"returnType" : "AlgorithmImage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "algorithmImage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "algorithmImage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AlgorithmImage",
"sensitive" : false,
"setterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param algorithmImage The URI of the Docker container for the algorithm image.",
"setterMethodName" : "setAlgorithmImage",
"setterModel" : {
"variableDeclarationType" : "AlgorithmImage",
"variableName" : "algorithmImage",
"variableType" : "AlgorithmImage",
"documentation" : null,
"simpleType" : "AlgorithmImage",
"variableSetterType" : "AlgorithmImage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AlgorithmImage",
"variableName" : "algorithmImage",
"variableType" : "AlgorithmImage",
"documentation" : "The URI of the Docker container for the algorithm image.
",
"simpleType" : "AlgorithmImage",
"variableSetterType" : "AlgorithmImage"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDefaultHyperParameters",
"beanStyleSetterMethodName" : "setDefaultHyperParameters",
"c2jName" : "defaultHyperParameters",
"c2jShape" : "HyperParameters",
"defaultConsumerFluentSetterDocumentation" : "Specifies the default hyperparameters.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #defaultHyperParameters(Map)}.\n@param defaultHyperParameters a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultHyperParameters(Map)",
"deprecated" : false,
"documentation" : "Specifies the default hyperparameters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultHyperParameters",
"fluentSetterDocumentation" : "Specifies the default hyperparameters.
\n@param defaultHyperParameters Specifies the default hyperparameters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultHyperParameters",
"getterDocumentation" : "Specifies the default hyperparameters.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Specifies the default hyperparameters.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultHyperParameters",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultHyperParameters",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\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 #key(String)}.\n@param key 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 #key(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"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" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "ParameterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\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 #value(String)}.\n@param value 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 #value(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"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" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "DefaultHyperParameters",
"sensitive" : false,
"setterDocumentation" : "Specifies the default hyperparameters.
\n@param defaultHyperParameters Specifies the default hyperparameters.",
"setterMethodName" : "setDefaultHyperParameters",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultHyperParameters",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultHyperParameters",
"variableType" : "java.util.Map",
"documentation" : "Specifies the default hyperparameters.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDefaultHyperParameterRanges",
"beanStyleSetterMethodName" : "setDefaultHyperParameterRanges",
"c2jName" : "defaultHyperParameterRanges",
"c2jShape" : "DefaultHyperParameterRanges",
"defaultConsumerFluentSetterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\nThis is a convenience that creates an instance of the {@link DefaultHyperParameterRanges.Builder} avoiding the need to create one manually via {@link DefaultHyperParameterRanges#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefaultHyperParameterRanges.Builder#build()} is called immediately and its result is passed to {@link #defaultHyperParameterRanges(DefaultHyperParameterRanges)}.\n@param defaultHyperParameterRanges a consumer that will call methods on {@link DefaultHyperParameterRanges.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultHyperParameterRanges(DefaultHyperParameterRanges)",
"deprecated" : false,
"documentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultHyperParameterRanges",
"fluentSetterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@param defaultHyperParameterRanges Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultHyperParameterRanges",
"getterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@return Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).",
"getterModel" : {
"returnType" : "DefaultHyperParameterRanges",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultHyperParameterRanges",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultHyperParameterRanges",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DefaultHyperParameterRanges",
"sensitive" : false,
"setterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@param defaultHyperParameterRanges Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).",
"setterMethodName" : "setDefaultHyperParameterRanges",
"setterModel" : {
"variableDeclarationType" : "DefaultHyperParameterRanges",
"variableName" : "defaultHyperParameterRanges",
"variableType" : "DefaultHyperParameterRanges",
"documentation" : null,
"simpleType" : "DefaultHyperParameterRanges",
"variableSetterType" : "DefaultHyperParameterRanges"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefaultHyperParameterRanges",
"variableName" : "defaultHyperParameterRanges",
"variableType" : "DefaultHyperParameterRanges",
"documentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
",
"simpleType" : "DefaultHyperParameterRanges",
"variableSetterType" : "DefaultHyperParameterRanges"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDefaultResourceConfig",
"beanStyleSetterMethodName" : "setDefaultResourceConfig",
"c2jName" : "defaultResourceConfig",
"c2jShape" : "ResourceConfig",
"defaultConsumerFluentSetterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #defaultResourceConfig(Map)}.\n@param defaultResourceConfig a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultResourceConfig(Map)",
"deprecated" : false,
"documentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultResourceConfig",
"fluentSetterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n@param defaultResourceConfig Specifies the default maximum number of training jobs and parallel training jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultResourceConfig",
"getterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Specifies the default maximum number of training jobs and parallel training jobs.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultResourceConfig",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultResourceConfig",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\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 #key(String)}.\n@param key 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 #key(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"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" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "ParameterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\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 #value(String)}.\n@param value 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 #value(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"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" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "DefaultResourceConfig",
"sensitive" : false,
"setterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n@param defaultResourceConfig Specifies the default maximum number of training jobs and parallel training jobs.",
"setterMethodName" : "setDefaultResourceConfig",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultResourceConfig",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultResourceConfig",
"variableType" : "java.util.Map",
"documentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTrainingInputMode",
"beanStyleSetterMethodName" : "setTrainingInputMode",
"c2jName" : "trainingInputMode",
"c2jShape" : "TrainingInputMode",
"defaultConsumerFluentSetterDocumentation" : "The training input mode.
\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 #trainingInputMode(String)}.\n@param trainingInputMode 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 #trainingInputMode(String)",
"deprecated" : false,
"documentation" : "The training input mode.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trainingInputMode",
"fluentSetterDocumentation" : "The training input mode.
\n@param trainingInputMode The training input mode.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trainingInputMode",
"getterDocumentation" : "The training input mode.
\n@return The training input mode.",
"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" : "trainingInputMode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "trainingInputMode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TrainingInputMode",
"sensitive" : false,
"setterDocumentation" : "The training input mode.
\n@param trainingInputMode The training input mode.",
"setterMethodName" : "setTrainingInputMode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "trainingInputMode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "trainingInputMode",
"variableType" : "String",
"documentation" : "The training input mode.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRoleArn",
"beanStyleSetterMethodName" : "setRoleArn",
"c2jName" : "roleArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\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 #roleArn(String)}.\n@param roleArn 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 #roleArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the role.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roleArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@param roleArn The Amazon Resource Name (ARN) of the role.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roleArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@return The Amazon Resource Name (ARN) of the role.",
"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" : "roleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoleArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@param roleArn The Amazon Resource Name (ARN) of the role.",
"setterMethodName" : "setRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix time) that the algorithm was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@param creationDateTime The date and time (in Unix time) that the algorithm was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@return The date and time (in Unix time) that the algorithm was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@param creationDateTime The date and time (in Unix time) that the algorithm was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the algorithm was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm 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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix time) that the algorithm was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the algorithm was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@return The date and time (in Unix time) that the algorithm 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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the algorithm was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the algorithm was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AlgorithmArn" : {
"beanStyleGetterMethodName" : "getAlgorithmArn",
"beanStyleSetterMethodName" : "setAlgorithmArn",
"c2jName" : "algorithmArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\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 #algorithmArn(String)}.\n@param algorithmArn 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 #algorithmArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the algorithm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "algorithmArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@param algorithmArn The Amazon Resource Name (ARN) of the algorithm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "algorithmArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@return The Amazon Resource Name (ARN) of the algorithm.",
"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" : "algorithmArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "algorithmArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlgorithmArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@param algorithmArn The Amazon Resource Name (ARN) of the algorithm.",
"setterMethodName" : "setAlgorithmArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the algorithm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"AlgorithmImage" : {
"beanStyleGetterMethodName" : "getAlgorithmImage",
"beanStyleSetterMethodName" : "setAlgorithmImage",
"c2jName" : "algorithmImage",
"c2jShape" : "AlgorithmImage",
"defaultConsumerFluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\nThis is a convenience that creates an instance of the {@link AlgorithmImage.Builder} avoiding the need to create one manually via {@link AlgorithmImage#builder()}.\n\nWhen the {@link Consumer} completes, {@link AlgorithmImage.Builder#build()} is called immediately and its result is passed to {@link #algorithmImage(AlgorithmImage)}.\n@param algorithmImage a consumer that will call methods on {@link AlgorithmImage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #algorithmImage(AlgorithmImage)",
"deprecated" : false,
"documentation" : "The URI of the Docker container for the algorithm image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "algorithmImage",
"fluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param algorithmImage The URI of the Docker container for the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "algorithmImage",
"getterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@return The URI of the Docker container for the algorithm image.",
"getterModel" : {
"returnType" : "AlgorithmImage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "algorithmImage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "algorithmImage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AlgorithmImage",
"sensitive" : false,
"setterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param algorithmImage The URI of the Docker container for the algorithm image.",
"setterMethodName" : "setAlgorithmImage",
"setterModel" : {
"variableDeclarationType" : "AlgorithmImage",
"variableName" : "algorithmImage",
"variableType" : "AlgorithmImage",
"documentation" : null,
"simpleType" : "AlgorithmImage",
"variableSetterType" : "AlgorithmImage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AlgorithmImage",
"variableName" : "algorithmImage",
"variableType" : "AlgorithmImage",
"documentation" : "The URI of the Docker container for the algorithm image.
",
"simpleType" : "AlgorithmImage",
"variableSetterType" : "AlgorithmImage"
},
"xmlNameSpaceUri" : null
},
"CreationDateTime" : {
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix time) that the algorithm was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@param creationDateTime The date and time (in Unix time) that the algorithm was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@return The date and time (in Unix time) that the algorithm was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@param creationDateTime The date and time (in Unix time) that the algorithm was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the algorithm was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"DefaultHyperParameterRanges" : {
"beanStyleGetterMethodName" : "getDefaultHyperParameterRanges",
"beanStyleSetterMethodName" : "setDefaultHyperParameterRanges",
"c2jName" : "defaultHyperParameterRanges",
"c2jShape" : "DefaultHyperParameterRanges",
"defaultConsumerFluentSetterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\nThis is a convenience that creates an instance of the {@link DefaultHyperParameterRanges.Builder} avoiding the need to create one manually via {@link DefaultHyperParameterRanges#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefaultHyperParameterRanges.Builder#build()} is called immediately and its result is passed to {@link #defaultHyperParameterRanges(DefaultHyperParameterRanges)}.\n@param defaultHyperParameterRanges a consumer that will call methods on {@link DefaultHyperParameterRanges.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultHyperParameterRanges(DefaultHyperParameterRanges)",
"deprecated" : false,
"documentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultHyperParameterRanges",
"fluentSetterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@param defaultHyperParameterRanges Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultHyperParameterRanges",
"getterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@return Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).",
"getterModel" : {
"returnType" : "DefaultHyperParameterRanges",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultHyperParameterRanges",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultHyperParameterRanges",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DefaultHyperParameterRanges",
"sensitive" : false,
"setterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@param defaultHyperParameterRanges Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).",
"setterMethodName" : "setDefaultHyperParameterRanges",
"setterModel" : {
"variableDeclarationType" : "DefaultHyperParameterRanges",
"variableName" : "defaultHyperParameterRanges",
"variableType" : "DefaultHyperParameterRanges",
"documentation" : null,
"simpleType" : "DefaultHyperParameterRanges",
"variableSetterType" : "DefaultHyperParameterRanges"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefaultHyperParameterRanges",
"variableName" : "defaultHyperParameterRanges",
"variableType" : "DefaultHyperParameterRanges",
"documentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
",
"simpleType" : "DefaultHyperParameterRanges",
"variableSetterType" : "DefaultHyperParameterRanges"
},
"xmlNameSpaceUri" : null
},
"DefaultHyperParameters" : {
"beanStyleGetterMethodName" : "getDefaultHyperParameters",
"beanStyleSetterMethodName" : "setDefaultHyperParameters",
"c2jName" : "defaultHyperParameters",
"c2jShape" : "HyperParameters",
"defaultConsumerFluentSetterDocumentation" : "Specifies the default hyperparameters.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #defaultHyperParameters(Map)}.\n@param defaultHyperParameters a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultHyperParameters(Map)",
"deprecated" : false,
"documentation" : "Specifies the default hyperparameters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultHyperParameters",
"fluentSetterDocumentation" : "Specifies the default hyperparameters.
\n@param defaultHyperParameters Specifies the default hyperparameters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultHyperParameters",
"getterDocumentation" : "Specifies the default hyperparameters.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Specifies the default hyperparameters.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultHyperParameters",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultHyperParameters",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\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 #key(String)}.\n@param key 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 #key(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"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" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "ParameterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\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 #value(String)}.\n@param value 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 #value(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"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" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "DefaultHyperParameters",
"sensitive" : false,
"setterDocumentation" : "Specifies the default hyperparameters.
\n@param defaultHyperParameters Specifies the default hyperparameters.",
"setterMethodName" : "setDefaultHyperParameters",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultHyperParameters",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultHyperParameters",
"variableType" : "java.util.Map",
"documentation" : "Specifies the default hyperparameters.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
},
"DefaultResourceConfig" : {
"beanStyleGetterMethodName" : "getDefaultResourceConfig",
"beanStyleSetterMethodName" : "setDefaultResourceConfig",
"c2jName" : "defaultResourceConfig",
"c2jShape" : "ResourceConfig",
"defaultConsumerFluentSetterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #defaultResourceConfig(Map)}.\n@param defaultResourceConfig a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultResourceConfig(Map)",
"deprecated" : false,
"documentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultResourceConfig",
"fluentSetterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n@param defaultResourceConfig Specifies the default maximum number of training jobs and parallel training jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultResourceConfig",
"getterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Specifies the default maximum number of training jobs and parallel training jobs.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultResourceConfig",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultResourceConfig",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\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 #key(String)}.\n@param key 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 #key(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"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" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "ParameterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\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 #value(String)}.\n@param value 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 #value(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"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" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "DefaultResourceConfig",
"sensitive" : false,
"setterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n@param defaultResourceConfig Specifies the default maximum number of training jobs and parallel training jobs.",
"setterMethodName" : "setDefaultResourceConfig",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultResourceConfig",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultResourceConfig",
"variableType" : "java.util.Map",
"documentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
},
"LastUpdatedDateTime" : {
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm 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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix time) that the algorithm was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the algorithm was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@return The date and time (in Unix time) that the algorithm 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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the algorithm was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the algorithm was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the algorithm.
\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" : "The name of the algorithm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the algorithm.
\n@param name The name of the algorithm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the algorithm.
\n@return The name of the algorithm.",
"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" : "The name of the algorithm.
\n@param name The name of the algorithm.",
"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" : "The name of the algorithm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleArn" : {
"beanStyleGetterMethodName" : "getRoleArn",
"beanStyleSetterMethodName" : "setRoleArn",
"c2jName" : "roleArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\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 #roleArn(String)}.\n@param roleArn 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 #roleArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the role.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roleArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@param roleArn The Amazon Resource Name (ARN) of the role.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roleArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@return The Amazon Resource Name (ARN) of the role.",
"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" : "roleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoleArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@param roleArn The Amazon Resource Name (ARN) of the role.",
"setterMethodName" : "setRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TrainingInputMode" : {
"beanStyleGetterMethodName" : "getTrainingInputMode",
"beanStyleSetterMethodName" : "setTrainingInputMode",
"c2jName" : "trainingInputMode",
"c2jShape" : "TrainingInputMode",
"defaultConsumerFluentSetterDocumentation" : "The training input mode.
\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 #trainingInputMode(String)}.\n@param trainingInputMode 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 #trainingInputMode(String)",
"deprecated" : false,
"documentation" : "The training input mode.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trainingInputMode",
"fluentSetterDocumentation" : "The training input mode.
\n@param trainingInputMode The training input mode.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trainingInputMode",
"getterDocumentation" : "The training input mode.
\n@return The training input mode.",
"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" : "trainingInputMode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "trainingInputMode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TrainingInputMode",
"sensitive" : false,
"setterDocumentation" : "The training input mode.
\n@param trainingInputMode The training input mode.",
"setterMethodName" : "setTrainingInputMode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "trainingInputMode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "trainingInputMode",
"variableType" : "String",
"documentation" : "The training input mode.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the algorithm.
\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" : "The name of the algorithm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the algorithm.
\n@param name The name of the algorithm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the algorithm.
\n@return The name of the algorithm.",
"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" : "The name of the algorithm.
\n@param name The name of the algorithm.",
"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" : "The name of the algorithm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAlgorithmArn",
"beanStyleSetterMethodName" : "setAlgorithmArn",
"c2jName" : "algorithmArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\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 #algorithmArn(String)}.\n@param algorithmArn 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 #algorithmArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the algorithm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "algorithmArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@param algorithmArn The Amazon Resource Name (ARN) of the algorithm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "algorithmArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@return The Amazon Resource Name (ARN) of the algorithm.",
"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" : "algorithmArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "algorithmArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlgorithmArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@param algorithmArn The Amazon Resource Name (ARN) of the algorithm.",
"setterMethodName" : "setAlgorithmArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the algorithm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAlgorithmImage",
"beanStyleSetterMethodName" : "setAlgorithmImage",
"c2jName" : "algorithmImage",
"c2jShape" : "AlgorithmImage",
"defaultConsumerFluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\nThis is a convenience that creates an instance of the {@link AlgorithmImage.Builder} avoiding the need to create one manually via {@link AlgorithmImage#builder()}.\n\nWhen the {@link Consumer} completes, {@link AlgorithmImage.Builder#build()} is called immediately and its result is passed to {@link #algorithmImage(AlgorithmImage)}.\n@param algorithmImage a consumer that will call methods on {@link AlgorithmImage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #algorithmImage(AlgorithmImage)",
"deprecated" : false,
"documentation" : "The URI of the Docker container for the algorithm image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "algorithmImage",
"fluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param algorithmImage The URI of the Docker container for the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "algorithmImage",
"getterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@return The URI of the Docker container for the algorithm image.",
"getterModel" : {
"returnType" : "AlgorithmImage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "algorithmImage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "algorithmImage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AlgorithmImage",
"sensitive" : false,
"setterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param algorithmImage The URI of the Docker container for the algorithm image.",
"setterMethodName" : "setAlgorithmImage",
"setterModel" : {
"variableDeclarationType" : "AlgorithmImage",
"variableName" : "algorithmImage",
"variableType" : "AlgorithmImage",
"documentation" : null,
"simpleType" : "AlgorithmImage",
"variableSetterType" : "AlgorithmImage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AlgorithmImage",
"variableName" : "algorithmImage",
"variableType" : "AlgorithmImage",
"documentation" : "The URI of the Docker container for the algorithm image.
",
"simpleType" : "AlgorithmImage",
"variableSetterType" : "AlgorithmImage"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDefaultHyperParameters",
"beanStyleSetterMethodName" : "setDefaultHyperParameters",
"c2jName" : "defaultHyperParameters",
"c2jShape" : "HyperParameters",
"defaultConsumerFluentSetterDocumentation" : "Specifies the default hyperparameters.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #defaultHyperParameters(Map)}.\n@param defaultHyperParameters a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultHyperParameters(Map)",
"deprecated" : false,
"documentation" : "Specifies the default hyperparameters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultHyperParameters",
"fluentSetterDocumentation" : "Specifies the default hyperparameters.
\n@param defaultHyperParameters Specifies the default hyperparameters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultHyperParameters",
"getterDocumentation" : "Specifies the default hyperparameters.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Specifies the default hyperparameters.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultHyperParameters",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultHyperParameters",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\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 #key(String)}.\n@param key 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 #key(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"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" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "ParameterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\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 #value(String)}.\n@param value 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 #value(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"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" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "DefaultHyperParameters",
"sensitive" : false,
"setterDocumentation" : "Specifies the default hyperparameters.
\n@param defaultHyperParameters Specifies the default hyperparameters.",
"setterMethodName" : "setDefaultHyperParameters",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultHyperParameters",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultHyperParameters",
"variableType" : "java.util.Map",
"documentation" : "Specifies the default hyperparameters.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDefaultHyperParameterRanges",
"beanStyleSetterMethodName" : "setDefaultHyperParameterRanges",
"c2jName" : "defaultHyperParameterRanges",
"c2jShape" : "DefaultHyperParameterRanges",
"defaultConsumerFluentSetterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\nThis is a convenience that creates an instance of the {@link DefaultHyperParameterRanges.Builder} avoiding the need to create one manually via {@link DefaultHyperParameterRanges#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefaultHyperParameterRanges.Builder#build()} is called immediately and its result is passed to {@link #defaultHyperParameterRanges(DefaultHyperParameterRanges)}.\n@param defaultHyperParameterRanges a consumer that will call methods on {@link DefaultHyperParameterRanges.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultHyperParameterRanges(DefaultHyperParameterRanges)",
"deprecated" : false,
"documentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultHyperParameterRanges",
"fluentSetterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@param defaultHyperParameterRanges Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultHyperParameterRanges",
"getterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@return Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).",
"getterModel" : {
"returnType" : "DefaultHyperParameterRanges",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultHyperParameterRanges",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultHyperParameterRanges",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DefaultHyperParameterRanges",
"sensitive" : false,
"setterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@param defaultHyperParameterRanges Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).",
"setterMethodName" : "setDefaultHyperParameterRanges",
"setterModel" : {
"variableDeclarationType" : "DefaultHyperParameterRanges",
"variableName" : "defaultHyperParameterRanges",
"variableType" : "DefaultHyperParameterRanges",
"documentation" : null,
"simpleType" : "DefaultHyperParameterRanges",
"variableSetterType" : "DefaultHyperParameterRanges"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefaultHyperParameterRanges",
"variableName" : "defaultHyperParameterRanges",
"variableType" : "DefaultHyperParameterRanges",
"documentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
",
"simpleType" : "DefaultHyperParameterRanges",
"variableSetterType" : "DefaultHyperParameterRanges"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDefaultResourceConfig",
"beanStyleSetterMethodName" : "setDefaultResourceConfig",
"c2jName" : "defaultResourceConfig",
"c2jShape" : "ResourceConfig",
"defaultConsumerFluentSetterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #defaultResourceConfig(Map)}.\n@param defaultResourceConfig a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultResourceConfig(Map)",
"deprecated" : false,
"documentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultResourceConfig",
"fluentSetterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n@param defaultResourceConfig Specifies the default maximum number of training jobs and parallel training jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultResourceConfig",
"getterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Specifies the default maximum number of training jobs and parallel training jobs.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultResourceConfig",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultResourceConfig",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\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 #key(String)}.\n@param key 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 #key(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"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" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "ParameterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\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 #value(String)}.\n@param value 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 #value(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"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" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "DefaultResourceConfig",
"sensitive" : false,
"setterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n@param defaultResourceConfig Specifies the default maximum number of training jobs and parallel training jobs.",
"setterMethodName" : "setDefaultResourceConfig",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultResourceConfig",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultResourceConfig",
"variableType" : "java.util.Map",
"documentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTrainingInputMode",
"beanStyleSetterMethodName" : "setTrainingInputMode",
"c2jName" : "trainingInputMode",
"c2jShape" : "TrainingInputMode",
"defaultConsumerFluentSetterDocumentation" : "The training input mode.
\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 #trainingInputMode(String)}.\n@param trainingInputMode 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 #trainingInputMode(String)",
"deprecated" : false,
"documentation" : "The training input mode.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trainingInputMode",
"fluentSetterDocumentation" : "The training input mode.
\n@param trainingInputMode The training input mode.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trainingInputMode",
"getterDocumentation" : "The training input mode.
\n@return The training input mode.",
"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" : "trainingInputMode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "trainingInputMode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TrainingInputMode",
"sensitive" : false,
"setterDocumentation" : "The training input mode.
\n@param trainingInputMode The training input mode.",
"setterMethodName" : "setTrainingInputMode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "trainingInputMode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "trainingInputMode",
"variableType" : "String",
"documentation" : "The training input mode.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRoleArn",
"beanStyleSetterMethodName" : "setRoleArn",
"c2jName" : "roleArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\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 #roleArn(String)}.\n@param roleArn 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 #roleArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the role.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roleArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@param roleArn The Amazon Resource Name (ARN) of the role.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roleArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@return The Amazon Resource Name (ARN) of the role.",
"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" : "roleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoleArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@param roleArn The Amazon Resource Name (ARN) of the role.",
"setterMethodName" : "setRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix time) that the algorithm was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@param creationDateTime The date and time (in Unix time) that the algorithm was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@return The date and time (in Unix time) that the algorithm was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@param creationDateTime The date and time (in Unix time) that the algorithm was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the algorithm was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm 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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix time) that the algorithm was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the algorithm was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@return The date and time (in Unix time) that the algorithm 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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the algorithm was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the algorithm was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Algorithm",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Algorithm",
"variableName" : "algorithm",
"variableType" : "Algorithm",
"documentation" : null,
"simpleType" : "Algorithm",
"variableSetterType" : "Algorithm"
},
"wrapper" : false
},
"AlgorithmImage" : {
"c2jName" : "AlgorithmImage",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes an algorithm image.
",
"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" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the algorithm image.
\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" : "The name of the algorithm image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the algorithm image.
\n@param name The name of the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the algorithm image.
\n@return The name of the algorithm image.",
"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" : "The name of the algorithm image.
\n@param name The name of the algorithm image.",
"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" : "The name of the algorithm image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDockerURI",
"beanStyleSetterMethodName" : "setDockerURI",
"c2jName" : "dockerURI",
"c2jShape" : "DockerURI",
"defaultConsumerFluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\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 #dockerURI(String)}.\n@param dockerURI 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 #dockerURI(String)",
"deprecated" : false,
"documentation" : "The URI of the Docker container for the algorithm image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dockerURI",
"fluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param dockerURI The URI of the Docker container for the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dockerURI",
"getterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@return The URI of the Docker container for the algorithm image.",
"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" : "dockerURI",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "dockerURI",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DockerURI",
"sensitive" : false,
"setterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param dockerURI The URI of the Docker container for the algorithm image.",
"setterMethodName" : "setDockerURI",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dockerURI",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dockerURI",
"variableType" : "String",
"documentation" : "The URI of the Docker container for the algorithm image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DockerURI" : {
"beanStyleGetterMethodName" : "getDockerURI",
"beanStyleSetterMethodName" : "setDockerURI",
"c2jName" : "dockerURI",
"c2jShape" : "DockerURI",
"defaultConsumerFluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\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 #dockerURI(String)}.\n@param dockerURI 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 #dockerURI(String)",
"deprecated" : false,
"documentation" : "The URI of the Docker container for the algorithm image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dockerURI",
"fluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param dockerURI The URI of the Docker container for the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dockerURI",
"getterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@return The URI of the Docker container for the algorithm image.",
"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" : "dockerURI",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "dockerURI",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DockerURI",
"sensitive" : false,
"setterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param dockerURI The URI of the Docker container for the algorithm image.",
"setterMethodName" : "setDockerURI",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dockerURI",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dockerURI",
"variableType" : "String",
"documentation" : "The URI of the Docker container for the algorithm image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the algorithm image.
\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" : "The name of the algorithm image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the algorithm image.
\n@param name The name of the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the algorithm image.
\n@return The name of the algorithm image.",
"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" : "The name of the algorithm image.
\n@param name The name of the algorithm image.",
"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" : "The name of the algorithm image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the algorithm image.
\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" : "The name of the algorithm image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the algorithm image.
\n@param name The name of the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the algorithm image.
\n@return The name of the algorithm image.",
"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" : "The name of the algorithm image.
\n@param name The name of the algorithm image.",
"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" : "The name of the algorithm image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDockerURI",
"beanStyleSetterMethodName" : "setDockerURI",
"c2jName" : "dockerURI",
"c2jShape" : "DockerURI",
"defaultConsumerFluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\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 #dockerURI(String)}.\n@param dockerURI 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 #dockerURI(String)",
"deprecated" : false,
"documentation" : "The URI of the Docker container for the algorithm image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dockerURI",
"fluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param dockerURI The URI of the Docker container for the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dockerURI",
"getterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@return The URI of the Docker container for the algorithm image.",
"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" : "dockerURI",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "dockerURI",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DockerURI",
"sensitive" : false,
"setterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param dockerURI The URI of the Docker container for the algorithm image.",
"setterMethodName" : "setDockerURI",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dockerURI",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dockerURI",
"variableType" : "String",
"documentation" : "The URI of the Docker container for the algorithm image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "dockerURI" ],
"shapeName" : "AlgorithmImage",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AlgorithmImage",
"variableName" : "algorithmImage",
"variableType" : "AlgorithmImage",
"documentation" : null,
"simpleType" : "AlgorithmImage",
"variableSetterType" : "AlgorithmImage"
},
"wrapper" : false
},
"AutoMLConfig" : {
"c2jName" : "AutoMLConfig",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "When the solution performs AutoML (performAutoML
is true in CreateSolution), Amazon Personalize determines which recipe, from the specified list, optimizes the given metric. Amazon Personalize then uses that recipe for the solution.
",
"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" : "getMetricName",
"beanStyleSetterMethodName" : "setMetricName",
"c2jName" : "metricName",
"c2jShape" : "MetricName",
"defaultConsumerFluentSetterDocumentation" : "The metric to optimize.
\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 #metricName(String)}.\n@param metricName 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 #metricName(String)",
"deprecated" : false,
"documentation" : "The metric to optimize.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "metricName",
"fluentSetterDocumentation" : "The metric to optimize.
\n@param metricName The metric to optimize.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "metricName",
"getterDocumentation" : "The metric to optimize.
\n@return The metric to optimize.",
"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" : "metricName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "metricName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MetricName",
"sensitive" : false,
"setterDocumentation" : "The metric to optimize.
\n@param metricName The metric to optimize.",
"setterMethodName" : "setMetricName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : "The metric to optimize.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRecipeList",
"beanStyleSetterMethodName" : "setRecipeList",
"c2jName" : "recipeList",
"c2jShape" : "ArnList",
"defaultConsumerFluentSetterDocumentation" : "The list of candidate recipes.
\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 #recipeList(List)}.\n@param recipeList 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 #recipeList(List)",
"deprecated" : false,
"documentation" : "The list of candidate recipes.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recipeList",
"fluentSetterDocumentation" : "The list of candidate recipes.
\n@param recipeList The list of candidate recipes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recipeList",
"getterDocumentation" : "The list of candidate recipes.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The list of candidate recipes.",
"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" : "recipeList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "recipeList",
"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" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\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 #member(String)}.\n@param member 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 #member(String)",
"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" : "String",
"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" : "STRING",
"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" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "RecipeList",
"sensitive" : false,
"setterDocumentation" : "The list of candidate recipes.
\n@param recipeList The list of candidate recipes.",
"setterMethodName" : "setRecipeList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recipeList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recipeList",
"variableType" : "java.util.List",
"documentation" : "The list of candidate recipes.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MetricName" : {
"beanStyleGetterMethodName" : "getMetricName",
"beanStyleSetterMethodName" : "setMetricName",
"c2jName" : "metricName",
"c2jShape" : "MetricName",
"defaultConsumerFluentSetterDocumentation" : "The metric to optimize.
\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 #metricName(String)}.\n@param metricName 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 #metricName(String)",
"deprecated" : false,
"documentation" : "The metric to optimize.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "metricName",
"fluentSetterDocumentation" : "The metric to optimize.
\n@param metricName The metric to optimize.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "metricName",
"getterDocumentation" : "The metric to optimize.
\n@return The metric to optimize.",
"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" : "metricName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "metricName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MetricName",
"sensitive" : false,
"setterDocumentation" : "The metric to optimize.
\n@param metricName The metric to optimize.",
"setterMethodName" : "setMetricName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : "The metric to optimize.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RecipeList" : {
"beanStyleGetterMethodName" : "getRecipeList",
"beanStyleSetterMethodName" : "setRecipeList",
"c2jName" : "recipeList",
"c2jShape" : "ArnList",
"defaultConsumerFluentSetterDocumentation" : "The list of candidate recipes.
\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 #recipeList(List)}.\n@param recipeList 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 #recipeList(List)",
"deprecated" : false,
"documentation" : "The list of candidate recipes.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recipeList",
"fluentSetterDocumentation" : "The list of candidate recipes.
\n@param recipeList The list of candidate recipes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recipeList",
"getterDocumentation" : "The list of candidate recipes.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The list of candidate recipes.",
"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" : "recipeList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "recipeList",
"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" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\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 #member(String)}.\n@param member 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 #member(String)",
"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" : "String",
"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" : "STRING",
"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" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "RecipeList",
"sensitive" : false,
"setterDocumentation" : "The list of candidate recipes.
\n@param recipeList The list of candidate recipes.",
"setterMethodName" : "setRecipeList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recipeList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recipeList",
"variableType" : "java.util.List",
"documentation" : "The list of candidate recipes.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getMetricName",
"beanStyleSetterMethodName" : "setMetricName",
"c2jName" : "metricName",
"c2jShape" : "MetricName",
"defaultConsumerFluentSetterDocumentation" : "The metric to optimize.
\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 #metricName(String)}.\n@param metricName 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 #metricName(String)",
"deprecated" : false,
"documentation" : "The metric to optimize.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "metricName",
"fluentSetterDocumentation" : "The metric to optimize.
\n@param metricName The metric to optimize.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "metricName",
"getterDocumentation" : "The metric to optimize.
\n@return The metric to optimize.",
"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" : "metricName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "metricName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MetricName",
"sensitive" : false,
"setterDocumentation" : "The metric to optimize.
\n@param metricName The metric to optimize.",
"setterMethodName" : "setMetricName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : "The metric to optimize.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRecipeList",
"beanStyleSetterMethodName" : "setRecipeList",
"c2jName" : "recipeList",
"c2jShape" : "ArnList",
"defaultConsumerFluentSetterDocumentation" : "The list of candidate recipes.
\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 #recipeList(List)}.\n@param recipeList 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 #recipeList(List)",
"deprecated" : false,
"documentation" : "The list of candidate recipes.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recipeList",
"fluentSetterDocumentation" : "The list of candidate recipes.
\n@param recipeList The list of candidate recipes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recipeList",
"getterDocumentation" : "The list of candidate recipes.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The list of candidate recipes.",
"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" : "recipeList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "recipeList",
"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" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\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 #member(String)}.\n@param member 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 #member(String)",
"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" : "String",
"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" : "STRING",
"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" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "RecipeList",
"sensitive" : false,
"setterDocumentation" : "The list of candidate recipes.
\n@param recipeList The list of candidate recipes.",
"setterMethodName" : "setRecipeList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recipeList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recipeList",
"variableType" : "java.util.List",
"documentation" : "The list of candidate recipes.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AutoMLConfig",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AutoMLConfig",
"variableName" : "autoMLConfig",
"variableType" : "AutoMLConfig",
"documentation" : null,
"simpleType" : "AutoMLConfig",
"variableSetterType" : "AutoMLConfig"
},
"wrapper" : false
},
"AutoMLResult" : {
"c2jName" : "AutoMLResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "When the solution performs AutoML (performAutoML
is true in CreateSolution), specifies the recipe that best optimized the specified metric.
",
"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" : "getBestRecipeArn",
"beanStyleSetterMethodName" : "setBestRecipeArn",
"c2jName" : "bestRecipeArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\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 #bestRecipeArn(String)}.\n@param bestRecipeArn 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 #bestRecipeArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the best recipe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bestRecipeArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@param bestRecipeArn The Amazon Resource Name (ARN) of the best recipe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bestRecipeArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@return The Amazon Resource Name (ARN) of the best recipe.",
"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" : "bestRecipeArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "bestRecipeArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BestRecipeArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@param bestRecipeArn The Amazon Resource Name (ARN) of the best recipe.",
"setterMethodName" : "setBestRecipeArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bestRecipeArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bestRecipeArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the best recipe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BestRecipeArn" : {
"beanStyleGetterMethodName" : "getBestRecipeArn",
"beanStyleSetterMethodName" : "setBestRecipeArn",
"c2jName" : "bestRecipeArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\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 #bestRecipeArn(String)}.\n@param bestRecipeArn 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 #bestRecipeArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the best recipe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bestRecipeArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@param bestRecipeArn The Amazon Resource Name (ARN) of the best recipe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bestRecipeArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@return The Amazon Resource Name (ARN) of the best recipe.",
"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" : "bestRecipeArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "bestRecipeArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BestRecipeArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@param bestRecipeArn The Amazon Resource Name (ARN) of the best recipe.",
"setterMethodName" : "setBestRecipeArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bestRecipeArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bestRecipeArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the best recipe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getBestRecipeArn",
"beanStyleSetterMethodName" : "setBestRecipeArn",
"c2jName" : "bestRecipeArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\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 #bestRecipeArn(String)}.\n@param bestRecipeArn 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 #bestRecipeArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the best recipe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bestRecipeArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@param bestRecipeArn The Amazon Resource Name (ARN) of the best recipe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bestRecipeArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@return The Amazon Resource Name (ARN) of the best recipe.",
"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" : "bestRecipeArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "bestRecipeArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BestRecipeArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@param bestRecipeArn The Amazon Resource Name (ARN) of the best recipe.",
"setterMethodName" : "setBestRecipeArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bestRecipeArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bestRecipeArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the best recipe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AutoMLResult",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AutoMLResult",
"variableName" : "autoMLResult",
"variableType" : "AutoMLResult",
"documentation" : null,
"simpleType" : "AutoMLResult",
"variableSetterType" : "AutoMLResult"
},
"wrapper" : false
},
"Campaign" : {
"c2jName" : "Campaign",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes a deployed solution version, otherwise known as a campaign. For more information on campaigns, see CreateCampaign.
",
"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" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the campaign.
\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" : "The name of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the campaign.
\n@return The name of the campaign.",
"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" : "The name of the campaign.
\n@param name The name of the campaign.",
"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" : "The name of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCampaignArn",
"beanStyleSetterMethodName" : "setCampaignArn",
"c2jName" : "campaignArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\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 #campaignArn(String)}.\n@param campaignArn 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 #campaignArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "campaignArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "campaignArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.",
"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" : "campaignArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "campaignArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CampaignArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.",
"setterMethodName" : "setCampaignArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\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 #solutionVersionArn(String)}.\n@param solutionVersionArn 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 #solutionVersionArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of a specific version of the solution.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@return The Amazon Resource Name (ARN) of a specific version of the solution.",
"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" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of a specific version of the solution.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMinProvisionedTPS",
"beanStyleSetterMethodName" : "setMinProvisionedTPS",
"c2jName" : "minProvisionedTPS",
"c2jShape" : "TransactionsPerSecond",
"defaultConsumerFluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\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 #minProvisionedTPS(Integer)}.\n@param minProvisionedTPS 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 #minProvisionedTPS(Integer)",
"deprecated" : false,
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minProvisionedTPS",
"fluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minProvisionedTPS",
"getterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second.",
"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" : "minProvisionedTPS",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "minProvisionedTPS",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MinProvisionedTPS",
"sensitive" : false,
"setterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second.",
"setterMethodName" : "setMinProvisionedTPS",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\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 #status(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\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 #failureReason(String)}.\n@param failureReason 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 #failureReason(String)",
"deprecated" : false,
"documentation" : "If a campaign fails, the reason behind the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@return If a campaign fails, the reason behind the failure.",
"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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If a campaign fails, the reason behind the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix format) that the campaign was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@param creationDateTime The date and time (in Unix format) that the campaign was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@return The date and time (in Unix format) that the campaign was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@param creationDateTime The date and time (in Unix format) that the campaign was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix format) that the campaign was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix format) that the campaign 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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix format) that the campaign was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix format) that the campaign was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@return The date and time (in Unix format) that the campaign 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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix format) that the campaign was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix format) that the campaign was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLatestCampaignUpdate",
"beanStyleSetterMethodName" : "setLatestCampaignUpdate",
"c2jName" : "latestCampaignUpdate",
"c2jShape" : "CampaignUpdateSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\nThis is a convenience that creates an instance of the {@link CampaignUpdateSummary.Builder} avoiding the need to create one manually via {@link CampaignUpdateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link CampaignUpdateSummary.Builder#build()} is called immediately and its result is passed to {@link #latestCampaignUpdate(CampaignUpdateSummary)}.\n@param latestCampaignUpdate a consumer that will call methods on {@link CampaignUpdateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #latestCampaignUpdate(CampaignUpdateSummary)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "latestCampaignUpdate",
"fluentSetterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\n@param latestCampaignUpdate The new value for the LatestCampaignUpdate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "latestCampaignUpdate",
"getterDocumentation" : "Returns the value of the LatestCampaignUpdate property for this object.\n@return The value of the LatestCampaignUpdate property for this object.",
"getterModel" : {
"returnType" : "CampaignUpdateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "latestCampaignUpdate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "latestCampaignUpdate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "LatestCampaignUpdate",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\n@param latestCampaignUpdate The new value for the LatestCampaignUpdate property for this object.",
"setterMethodName" : "setLatestCampaignUpdate",
"setterModel" : {
"variableDeclarationType" : "CampaignUpdateSummary",
"variableName" : "latestCampaignUpdate",
"variableType" : "CampaignUpdateSummary",
"documentation" : null,
"simpleType" : "CampaignUpdateSummary",
"variableSetterType" : "CampaignUpdateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CampaignUpdateSummary",
"variableName" : "latestCampaignUpdate",
"variableType" : "CampaignUpdateSummary",
"documentation" : "",
"simpleType" : "CampaignUpdateSummary",
"variableSetterType" : "CampaignUpdateSummary"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CampaignArn" : {
"beanStyleGetterMethodName" : "getCampaignArn",
"beanStyleSetterMethodName" : "setCampaignArn",
"c2jName" : "campaignArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\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 #campaignArn(String)}.\n@param campaignArn 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 #campaignArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "campaignArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "campaignArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.",
"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" : "campaignArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "campaignArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CampaignArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.",
"setterMethodName" : "setCampaignArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CreationDateTime" : {
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix format) that the campaign was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@param creationDateTime The date and time (in Unix format) that the campaign was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@return The date and time (in Unix format) that the campaign was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@param creationDateTime The date and time (in Unix format) that the campaign was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix format) that the campaign was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"FailureReason" : {
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\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 #failureReason(String)}.\n@param failureReason 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 #failureReason(String)",
"deprecated" : false,
"documentation" : "If a campaign fails, the reason behind the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@return If a campaign fails, the reason behind the failure.",
"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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If a campaign fails, the reason behind the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LastUpdatedDateTime" : {
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix format) that the campaign 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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix format) that the campaign was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix format) that the campaign was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@return The date and time (in Unix format) that the campaign 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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix format) that the campaign was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix format) that the campaign was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"LatestCampaignUpdate" : {
"beanStyleGetterMethodName" : "getLatestCampaignUpdate",
"beanStyleSetterMethodName" : "setLatestCampaignUpdate",
"c2jName" : "latestCampaignUpdate",
"c2jShape" : "CampaignUpdateSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\nThis is a convenience that creates an instance of the {@link CampaignUpdateSummary.Builder} avoiding the need to create one manually via {@link CampaignUpdateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link CampaignUpdateSummary.Builder#build()} is called immediately and its result is passed to {@link #latestCampaignUpdate(CampaignUpdateSummary)}.\n@param latestCampaignUpdate a consumer that will call methods on {@link CampaignUpdateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #latestCampaignUpdate(CampaignUpdateSummary)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "latestCampaignUpdate",
"fluentSetterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\n@param latestCampaignUpdate The new value for the LatestCampaignUpdate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "latestCampaignUpdate",
"getterDocumentation" : "Returns the value of the LatestCampaignUpdate property for this object.\n@return The value of the LatestCampaignUpdate property for this object.",
"getterModel" : {
"returnType" : "CampaignUpdateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "latestCampaignUpdate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "latestCampaignUpdate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "LatestCampaignUpdate",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\n@param latestCampaignUpdate The new value for the LatestCampaignUpdate property for this object.",
"setterMethodName" : "setLatestCampaignUpdate",
"setterModel" : {
"variableDeclarationType" : "CampaignUpdateSummary",
"variableName" : "latestCampaignUpdate",
"variableType" : "CampaignUpdateSummary",
"documentation" : null,
"simpleType" : "CampaignUpdateSummary",
"variableSetterType" : "CampaignUpdateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CampaignUpdateSummary",
"variableName" : "latestCampaignUpdate",
"variableType" : "CampaignUpdateSummary",
"documentation" : "",
"simpleType" : "CampaignUpdateSummary",
"variableSetterType" : "CampaignUpdateSummary"
},
"xmlNameSpaceUri" : null
},
"MinProvisionedTPS" : {
"beanStyleGetterMethodName" : "getMinProvisionedTPS",
"beanStyleSetterMethodName" : "setMinProvisionedTPS",
"c2jName" : "minProvisionedTPS",
"c2jShape" : "TransactionsPerSecond",
"defaultConsumerFluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\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 #minProvisionedTPS(Integer)}.\n@param minProvisionedTPS 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 #minProvisionedTPS(Integer)",
"deprecated" : false,
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minProvisionedTPS",
"fluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minProvisionedTPS",
"getterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second.",
"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" : "minProvisionedTPS",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "minProvisionedTPS",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MinProvisionedTPS",
"sensitive" : false,
"setterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second.",
"setterMethodName" : "setMinProvisionedTPS",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the campaign.
\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" : "The name of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the campaign.
\n@return The name of the campaign.",
"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" : "The name of the campaign.
\n@param name The name of the campaign.",
"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" : "The name of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SolutionVersionArn" : {
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\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 #solutionVersionArn(String)}.\n@param solutionVersionArn 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 #solutionVersionArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of a specific version of the solution.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@return The Amazon Resource Name (ARN) of a specific version of the solution.",
"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" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of a specific version of the solution.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\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 #status(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the campaign.
\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" : "The name of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the campaign.
\n@return The name of the campaign.",
"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" : "The name of the campaign.
\n@param name The name of the campaign.",
"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" : "The name of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCampaignArn",
"beanStyleSetterMethodName" : "setCampaignArn",
"c2jName" : "campaignArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\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 #campaignArn(String)}.\n@param campaignArn 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 #campaignArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "campaignArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "campaignArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.",
"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" : "campaignArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "campaignArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CampaignArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.",
"setterMethodName" : "setCampaignArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\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 #solutionVersionArn(String)}.\n@param solutionVersionArn 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 #solutionVersionArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of a specific version of the solution.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@return The Amazon Resource Name (ARN) of a specific version of the solution.",
"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" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of a specific version of the solution.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMinProvisionedTPS",
"beanStyleSetterMethodName" : "setMinProvisionedTPS",
"c2jName" : "minProvisionedTPS",
"c2jShape" : "TransactionsPerSecond",
"defaultConsumerFluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\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 #minProvisionedTPS(Integer)}.\n@param minProvisionedTPS 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 #minProvisionedTPS(Integer)",
"deprecated" : false,
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minProvisionedTPS",
"fluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minProvisionedTPS",
"getterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second.",
"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" : "minProvisionedTPS",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "minProvisionedTPS",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MinProvisionedTPS",
"sensitive" : false,
"setterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second.",
"setterMethodName" : "setMinProvisionedTPS",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\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 #status(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\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 #failureReason(String)}.\n@param failureReason 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 #failureReason(String)",
"deprecated" : false,
"documentation" : "If a campaign fails, the reason behind the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@return If a campaign fails, the reason behind the failure.",
"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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If a campaign fails, the reason behind the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix format) that the campaign was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@param creationDateTime The date and time (in Unix format) that the campaign was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@return The date and time (in Unix format) that the campaign was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@param creationDateTime The date and time (in Unix format) that the campaign was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix format) that the campaign was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix format) that the campaign 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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix format) that the campaign was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix format) that the campaign was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@return The date and time (in Unix format) that the campaign 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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix format) that the campaign was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix format) that the campaign was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLatestCampaignUpdate",
"beanStyleSetterMethodName" : "setLatestCampaignUpdate",
"c2jName" : "latestCampaignUpdate",
"c2jShape" : "CampaignUpdateSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\nThis is a convenience that creates an instance of the {@link CampaignUpdateSummary.Builder} avoiding the need to create one manually via {@link CampaignUpdateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link CampaignUpdateSummary.Builder#build()} is called immediately and its result is passed to {@link #latestCampaignUpdate(CampaignUpdateSummary)}.\n@param latestCampaignUpdate a consumer that will call methods on {@link CampaignUpdateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #latestCampaignUpdate(CampaignUpdateSummary)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "latestCampaignUpdate",
"fluentSetterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\n@param latestCampaignUpdate The new value for the LatestCampaignUpdate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "latestCampaignUpdate",
"getterDocumentation" : "Returns the value of the LatestCampaignUpdate property for this object.\n@return The value of the LatestCampaignUpdate property for this object.",
"getterModel" : {
"returnType" : "CampaignUpdateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "latestCampaignUpdate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "latestCampaignUpdate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "LatestCampaignUpdate",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\n@param latestCampaignUpdate The new value for the LatestCampaignUpdate property for this object.",
"setterMethodName" : "setLatestCampaignUpdate",
"setterModel" : {
"variableDeclarationType" : "CampaignUpdateSummary",
"variableName" : "latestCampaignUpdate",
"variableType" : "CampaignUpdateSummary",
"documentation" : null,
"simpleType" : "CampaignUpdateSummary",
"variableSetterType" : "CampaignUpdateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CampaignUpdateSummary",
"variableName" : "latestCampaignUpdate",
"variableType" : "CampaignUpdateSummary",
"documentation" : "",
"simpleType" : "CampaignUpdateSummary",
"variableSetterType" : "CampaignUpdateSummary"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Campaign",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Campaign",
"variableName" : "campaign",
"variableType" : "Campaign",
"documentation" : null,
"simpleType" : "Campaign",
"variableSetterType" : "Campaign"
},
"wrapper" : false
},
"CampaignSummary" : {
"c2jName" : "CampaignSummary",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides a summary of the properties of a campaign. For a complete listing, call the DescribeCampaign API.
",
"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" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the campaign.
\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" : "The name of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the campaign.
\n@return The name of the campaign.",
"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" : "The name of the campaign.
\n@param name The name of the campaign.",
"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" : "The name of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCampaignArn",
"beanStyleSetterMethodName" : "setCampaignArn",
"c2jName" : "campaignArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\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 #campaignArn(String)}.\n@param campaignArn 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 #campaignArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "campaignArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "campaignArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.",
"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" : "campaignArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "campaignArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CampaignArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.",
"setterMethodName" : "setCampaignArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\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 #status(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix time) that the campaign was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@return The date and time (in Unix time) that the campaign was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign 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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix time) that the campaign was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@return The date and time (in Unix time) that the campaign 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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\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 #failureReason(String)}.\n@param failureReason 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 #failureReason(String)",
"deprecated" : false,
"documentation" : "If a campaign fails, the reason behind the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@return If a campaign fails, the reason behind the failure.",
"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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If a campaign fails, the reason behind the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CampaignArn" : {
"beanStyleGetterMethodName" : "getCampaignArn",
"beanStyleSetterMethodName" : "setCampaignArn",
"c2jName" : "campaignArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\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 #campaignArn(String)}.\n@param campaignArn 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 #campaignArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "campaignArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "campaignArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.",
"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" : "campaignArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "campaignArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CampaignArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.",
"setterMethodName" : "setCampaignArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CreationDateTime" : {
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix time) that the campaign was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@return The date and time (in Unix time) that the campaign was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"FailureReason" : {
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\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 #failureReason(String)}.\n@param failureReason 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 #failureReason(String)",
"deprecated" : false,
"documentation" : "If a campaign fails, the reason behind the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@return If a campaign fails, the reason behind the failure.",
"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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If a campaign fails, the reason behind the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LastUpdatedDateTime" : {
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign 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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix time) that the campaign was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@return The date and time (in Unix time) that the campaign 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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the campaign.
\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" : "The name of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the campaign.
\n@return The name of the campaign.",
"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" : "The name of the campaign.
\n@param name The name of the campaign.",
"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" : "The name of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\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 #status(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the campaign.
\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" : "The name of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the campaign.
\n@return The name of the campaign.",
"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" : "The name of the campaign.
\n@param name The name of the campaign.",
"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" : "The name of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCampaignArn",
"beanStyleSetterMethodName" : "setCampaignArn",
"c2jName" : "campaignArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\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 #campaignArn(String)}.\n@param campaignArn 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 #campaignArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "campaignArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "campaignArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.",
"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" : "campaignArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "campaignArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CampaignArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.",
"setterMethodName" : "setCampaignArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\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 #status(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix time) that the campaign was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@return The date and time (in Unix time) that the campaign was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign 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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix time) that the campaign was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@return The date and time (in Unix time) that the campaign 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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\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 #failureReason(String)}.\n@param failureReason 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 #failureReason(String)",
"deprecated" : false,
"documentation" : "If a campaign fails, the reason behind the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@return If a campaign fails, the reason behind the failure.",
"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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If a campaign fails, the reason behind the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CampaignSummary",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CampaignSummary",
"variableName" : "campaignSummary",
"variableType" : "CampaignSummary",
"documentation" : null,
"simpleType" : "CampaignSummary",
"variableSetterType" : "CampaignSummary"
},
"wrapper" : false
},
"CampaignUpdateSummary" : {
"c2jName" : "CampaignUpdateSummary",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides a summary of the properties of a campaign update. For a complete listing, call the DescribeCampaign API.
",
"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" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\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 #solutionVersionArn(String)}.\n@param solutionVersionArn 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 #solutionVersionArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the deployed solution version.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@return The Amazon Resource Name (ARN) of the deployed solution version.",
"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" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the deployed solution version.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMinProvisionedTPS",
"beanStyleSetterMethodName" : "setMinProvisionedTPS",
"c2jName" : "minProvisionedTPS",
"c2jShape" : "TransactionsPerSecond",
"defaultConsumerFluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\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 #minProvisionedTPS(Integer)}.\n@param minProvisionedTPS 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 #minProvisionedTPS(Integer)",
"deprecated" : false,
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minProvisionedTPS",
"fluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minProvisionedTPS",
"getterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.",
"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" : "minProvisionedTPS",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "minProvisionedTPS",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MinProvisionedTPS",
"sensitive" : false,
"setterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.",
"setterMethodName" : "setMinProvisionedTPS",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\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 #status(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If a campaign update fails, the reason behind the failure.
\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 #failureReason(String)}.\n@param failureReason 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 #failureReason(String)",
"deprecated" : false,
"documentation" : "If a campaign update fails, the reason behind the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@param failureReason If a campaign update fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@return If a campaign update fails, the reason behind the failure.",
"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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@param failureReason If a campaign update fails, the reason behind the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If a campaign update fails, the reason behind the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix time) that the campaign update was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign update was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@return The date and time (in Unix time) that the campaign update was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign update was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign update was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update 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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix time) that the campaign update was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign update was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@return The date and time (in Unix time) that the campaign update 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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign update was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign update was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CreationDateTime" : {
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix time) that the campaign update was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign update was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@return The date and time (in Unix time) that the campaign update was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign update was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign update was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"FailureReason" : {
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If a campaign update fails, the reason behind the failure.
\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 #failureReason(String)}.\n@param failureReason 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 #failureReason(String)",
"deprecated" : false,
"documentation" : "If a campaign update fails, the reason behind the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@param failureReason If a campaign update fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@return If a campaign update fails, the reason behind the failure.",
"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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@param failureReason If a campaign update fails, the reason behind the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If a campaign update fails, the reason behind the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LastUpdatedDateTime" : {
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update 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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix time) that the campaign update was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign update was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@return The date and time (in Unix time) that the campaign update 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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign update was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign update was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"MinProvisionedTPS" : {
"beanStyleGetterMethodName" : "getMinProvisionedTPS",
"beanStyleSetterMethodName" : "setMinProvisionedTPS",
"c2jName" : "minProvisionedTPS",
"c2jShape" : "TransactionsPerSecond",
"defaultConsumerFluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\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 #minProvisionedTPS(Integer)}.\n@param minProvisionedTPS 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 #minProvisionedTPS(Integer)",
"deprecated" : false,
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minProvisionedTPS",
"fluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minProvisionedTPS",
"getterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.",
"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" : "minProvisionedTPS",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "minProvisionedTPS",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MinProvisionedTPS",
"sensitive" : false,
"setterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.",
"setterMethodName" : "setMinProvisionedTPS",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"SolutionVersionArn" : {
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\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 #solutionVersionArn(String)}.\n@param solutionVersionArn 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 #solutionVersionArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the deployed solution version.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@return The Amazon Resource Name (ARN) of the deployed solution version.",
"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" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the deployed solution version.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\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 #status(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\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 #solutionVersionArn(String)}.\n@param solutionVersionArn 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 #solutionVersionArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the deployed solution version.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@return The Amazon Resource Name (ARN) of the deployed solution version.",
"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" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the deployed solution version.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMinProvisionedTPS",
"beanStyleSetterMethodName" : "setMinProvisionedTPS",
"c2jName" : "minProvisionedTPS",
"c2jShape" : "TransactionsPerSecond",
"defaultConsumerFluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\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 #minProvisionedTPS(Integer)}.\n@param minProvisionedTPS 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 #minProvisionedTPS(Integer)",
"deprecated" : false,
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minProvisionedTPS",
"fluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minProvisionedTPS",
"getterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.",
"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" : "minProvisionedTPS",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "minProvisionedTPS",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MinProvisionedTPS",
"sensitive" : false,
"setterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.",
"setterMethodName" : "setMinProvisionedTPS",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\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 #status(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If a campaign update fails, the reason behind the failure.
\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 #failureReason(String)}.\n@param failureReason 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 #failureReason(String)",
"deprecated" : false,
"documentation" : "If a campaign update fails, the reason behind the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@param failureReason If a campaign update fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@return If a campaign update fails, the reason behind the failure.",
"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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@param failureReason If a campaign update fails, the reason behind the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If a campaign update fails, the reason behind the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix time) that the campaign update was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign update was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@return The date and time (in Unix time) that the campaign update was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign update was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign update was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update 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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time (in Unix time) that the campaign update was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign update was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@return The date and time (in Unix time) that the campaign update 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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign update was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign update was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CampaignUpdateSummary",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CampaignUpdateSummary",
"variableName" : "campaignUpdateSummary",
"variableType" : "CampaignUpdateSummary",
"documentation" : null,
"simpleType" : "CampaignUpdateSummary",
"variableSetterType" : "CampaignUpdateSummary"
},
"wrapper" : false
},
"CategoricalHyperParameterRange" : {
"c2jName" : "CategoricalHyperParameterRange",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides the name and range of a categorical hyperparameter.
",
"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" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the hyperparameter.
\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" : "The name of the hyperparameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the hyperparameter.
\n@param name The name of the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the hyperparameter.
\n@return The name of the hyperparameter.",
"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" : "The name of the hyperparameter.
\n@param name The name of the hyperparameter.",
"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" : "The name of the hyperparameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValues",
"beanStyleSetterMethodName" : "setValues",
"c2jName" : "values",
"c2jShape" : "CategoricalValues",
"defaultConsumerFluentSetterDocumentation" : "A list of the categories for the hyperparameter.
\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 #values(List)}.\n@param values 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 #values(List)",
"deprecated" : false,
"documentation" : "A list of the categories for the hyperparameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "values",
"fluentSetterDocumentation" : "A list of the categories for the hyperparameter.
\n@param values A list of the categories for the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "values",
"getterDocumentation" : "A list of the categories for the hyperparameter.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of the categories for the hyperparameter.",
"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" : "values",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "values",
"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" : "CategoricalValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\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 #member(String)}.\n@param member 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 #member(String)",
"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" : "String",
"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" : "STRING",
"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" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Values",
"sensitive" : false,
"setterDocumentation" : "A list of the categories for the hyperparameter.
\n@param values A list of the categories for the hyperparameter.",
"setterMethodName" : "setValues",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "values",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "values",
"variableType" : "java.util.List",
"documentation" : "A list of the categories for the hyperparameter.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the hyperparameter.
\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" : "The name of the hyperparameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the hyperparameter.
\n@param name The name of the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the hyperparameter.
\n@return The name of the hyperparameter.",
"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" : "The name of the hyperparameter.
\n@param name The name of the hyperparameter.",
"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" : "The name of the hyperparameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Values" : {
"beanStyleGetterMethodName" : "getValues",
"beanStyleSetterMethodName" : "setValues",
"c2jName" : "values",
"c2jShape" : "CategoricalValues",
"defaultConsumerFluentSetterDocumentation" : "A list of the categories for the hyperparameter.
\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 #values(List)}.\n@param values 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 #values(List)",
"deprecated" : false,
"documentation" : "A list of the categories for the hyperparameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "values",
"fluentSetterDocumentation" : "A list of the categories for the hyperparameter.
\n@param values A list of the categories for the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "values",
"getterDocumentation" : "A list of the categories for the hyperparameter.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of the categories for the hyperparameter.",
"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" : "values",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "values",
"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" : "CategoricalValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\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 #member(String)}.\n@param member 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 #member(String)",
"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" : "String",
"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" : "STRING",
"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" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Values",
"sensitive" : false,
"setterDocumentation" : "A list of the categories for the hyperparameter.
\n@param values A list of the categories for the hyperparameter.",
"setterMethodName" : "setValues",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "values",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "values",
"variableType" : "java.util.List",
"documentation" : "A list of the categories for the hyperparameter.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the hyperparameter.
\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" : "The name of the hyperparameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the hyperparameter.
\n@param name The name of the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the hyperparameter.
\n@return The name of the hyperparameter.",
"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" : "The name of the hyperparameter.
\n@param name The name of the hyperparameter.",
"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" : "The name of the hyperparameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValues",
"beanStyleSetterMethodName" : "setValues",
"c2jName" : "values",
"c2jShape" : "CategoricalValues",
"defaultConsumerFluentSetterDocumentation" : "A list of the categories for the hyperparameter.
\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 #values(List)}.\n@param values 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 #values(List)",
"deprecated" : false,
"documentation" : "A list of the categories for the hyperparameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "values",
"fluentSetterDocumentation" : "A list of the categories for the hyperparameter.
\n@param values A list of the categories for the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "values",
"getterDocumentation" : "A list of the categories for the hyperparameter.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of the categories for the hyperparameter.",
"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" : "values",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "values",
"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" : "CategoricalValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\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 #member(String)}.\n@param member 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 #member(String)",
"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" : "String",
"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" : "STRING",
"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" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Values",
"sensitive" : false,
"setterDocumentation" : "A list of the categories for the hyperparameter.
\n@param values A list of the categories for the hyperparameter.",
"setterMethodName" : "setValues",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "values",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "values",
"variableType" : "java.util.List",
"documentation" : "A list of the categories for the hyperparameter.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CategoricalHyperParameterRange",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CategoricalHyperParameterRange",
"variableName" : "categoricalHyperParameterRange",
"variableType" : "CategoricalHyperParameterRange",
"documentation" : null,
"simpleType" : "CategoricalHyperParameterRange",
"variableSetterType" : "CategoricalHyperParameterRange"
},
"wrapper" : false
},
"ContinuousHyperParameterRange" : {
"c2jName" : "ContinuousHyperParameterRange",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides the name and range of a continuous hyperparameter.
",
"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" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the hyperparameter.
\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" : "The name of the hyperparameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the hyperparameter.
\n@param name The name of the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the hyperparameter.
\n@return The name of the hyperparameter.",
"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" : "The name of the hyperparameter.
\n@param name The name of the hyperparameter.",
"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" : "The name of the hyperparameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMinValue",
"beanStyleSetterMethodName" : "setMinValue",
"c2jName" : "minValue",
"c2jShape" : "ContinuousMinValue",
"defaultConsumerFluentSetterDocumentation" : "The minimum allowable value for the hyperparameter.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #minValue(Double)}.\n@param minValue a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #minValue(Double)",
"deprecated" : false,
"documentation" : "The minimum allowable value for the hyperparameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minValue",
"fluentSetterDocumentation" : "The minimum allowable value for the hyperparameter.
\n@param minValue The minimum allowable value for the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minValue",
"getterDocumentation" : "The minimum allowable value for the hyperparameter.
\n@return The minimum allowable value for the hyperparameter.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "minValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "minValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "MinValue",
"sensitive" : false,
"setterDocumentation" : "The minimum allowable value for the hyperparameter.
\n@param minValue The minimum allowable value for the hyperparameter.",
"setterMethodName" : "setMinValue",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "minValue",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "minValue",
"variableType" : "Double",
"documentation" : "The minimum allowable value for the hyperparameter.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxValue",
"beanStyleSetterMethodName" : "setMaxValue",
"c2jName" : "maxValue",
"c2jShape" : "ContinuousMaxValue",
"defaultConsumerFluentSetterDocumentation" : "The maximum allowable value for the hyperparameter.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #maxValue(Double)}.\n@param maxValue a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxValue(Double)",
"deprecated" : false,
"documentation" : "The maximum allowable value for the hyperparameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxValue",
"fluentSetterDocumentation" : "The maximum allowable value for the hyperparameter.
\n@param maxValue The maximum allowable value for the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxValue",
"getterDocumentation" : "The maximum allowable value for the hyperparameter.
\n@return The maximum allowable value for the hyperparameter.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "maxValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "MaxValue",
"sensitive" : false,
"setterDocumentation" : "The maximum allowable value for the hyperparameter.
\n@param maxValue The maximum allowable value for the hyperparameter.",
"setterMethodName" : "setMaxValue",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "maxValue",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "maxValue",
"variableType" : "Double",
"documentation" : "The maximum allowable value for the hyperparameter.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxValue" : {
"beanStyleGetterMethodName" : "getMaxValue",
"beanStyleSetterMethodName" : "setMaxValue",
"c2jName" : "maxValue",
"c2jShape" : "ContinuousMaxValue",
"defaultConsumerFluentSetterDocumentation" : "The maximum allowable value for the hyperparameter.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #maxValue(Double)}.\n@param maxValue a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxValue(Double)",
"deprecated" : false,
"documentation" : "The maximum allowable value for the hyperparameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxValue",
"fluentSetterDocumentation" : "The maximum allowable value for the hyperparameter.
\n@param maxValue The maximum allowable value for the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxValue",
"getterDocumentation" : "The maximum allowable value for the hyperparameter.
\n@return The maximum allowable value for the hyperparameter.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "maxValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "MaxValue",
"sensitive" : false,
"setterDocumentation" : "The maximum allowable value for the hyperparameter.
\n@param maxValue The maximum allowable value for the hyperparameter.",
"setterMethodName" : "setMaxValue",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "maxValue",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "maxValue",
"variableType" : "Double",
"documentation" : "The maximum allowable value for the hyperparameter.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
},
"MinValue" : {
"beanStyleGetterMethodName" : "getMinValue",
"beanStyleSetterMethodName" : "setMinValue",
"c2jName" : "minValue",
"c2jShape" : "ContinuousMinValue",
"defaultConsumerFluentSetterDocumentation" : "The minimum allowable value for the hyperparameter.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #minValue(Double)}.\n@param minValue a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #minValue(Double)",
"deprecated" : false,
"documentation" : "The minimum allowable value for the hyperparameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minValue",
"fluentSetterDocumentation" : "The minimum allowable value for the hyperparameter.
\n@param minValue The minimum allowable value for the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minValue",
"getterDocumentation" : "The minimum allowable value for the hyperparameter.
\n@return The minimum allowable value for the hyperparameter.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "minValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "minValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "MinValue",
"sensitive" : false,
"setterDocumentation" : "The minimum allowable value for the hyperparameter.
\n@param minValue The minimum allowable value for the hyperparameter.",
"setterMethodName" : "setMinValue",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "minValue",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "minValue",
"variableType" : "Double",
"documentation" : "The minimum allowable value for the hyperparameter.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the hyperparameter.
\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" : "The name of the hyperparameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the hyperparameter.
\n@param name The name of the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the hyperparameter.
\n@return The name of the hyperparameter.",
"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" : "The name of the hyperparameter.
\n@param name The name of the hyperparameter.",
"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" : "The name of the hyperparameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the hyperparameter.
\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" : "The name of the hyperparameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the hyperparameter.
\n@param name The name of the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the hyperparameter.
\n@return The name of the hyperparameter.",
"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" : "The name of the hyperparameter.
\n@param name The name of the hyperparameter.",
"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" : "The name of the hyperparameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMinValue",
"beanStyleSetterMethodName" : "setMinValue",
"c2jName" : "minValue",
"c2jShape" : "ContinuousMinValue",
"defaultConsumerFluentSetterDocumentation" : "The minimum allowable value for the hyperparameter.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #minValue(Double)}.\n@param minValue a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #minValue(Double)",
"deprecated" : false,
"documentation" : "The minimum allowable value for the hyperparameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minValue",
"fluentSetterDocumentation" : "The minimum allowable value for the hyperparameter.
\n@param minValue The minimum allowable value for the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minValue",
"getterDocumentation" : "The minimum allowable value for the hyperparameter.
\n@return The minimum allowable value for the hyperparameter.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "minValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "minValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "MinValue",
"sensitive" : false,
"setterDocumentation" : "The minimum allowable value for the hyperparameter.
\n@param minValue The minimum allowable value for the hyperparameter.",
"setterMethodName" : "setMinValue",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "minValue",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "minValue",
"variableType" : "Double",
"documentation" : "The minimum allowable value for the hyperparameter.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxValue",
"beanStyleSetterMethodName" : "setMaxValue",
"c2jName" : "maxValue",
"c2jShape" : "ContinuousMaxValue",
"defaultConsumerFluentSetterDocumentation" : "The maximum allowable value for the hyperparameter.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #maxValue(Double)}.\n@param maxValue a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxValue(Double)",
"deprecated" : false,
"documentation" : "The maximum allowable value for the hyperparameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxValue",
"fluentSetterDocumentation" : "The maximum allowable value for the hyperparameter.
\n@param maxValue The maximum allowable value for the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxValue",
"getterDocumentation" : "The maximum allowable value for the hyperparameter.
\n@return The maximum allowable value for the hyperparameter.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "maxValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "MaxValue",
"sensitive" : false,
"setterDocumentation" : "The maximum allowable value for the hyperparameter.
\n@param maxValue The maximum allowable value for the hyperparameter.",
"setterMethodName" : "setMaxValue",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "maxValue",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "maxValue",
"variableType" : "Double",
"documentation" : "The maximum allowable value for the hyperparameter.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ContinuousHyperParameterRange",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ContinuousHyperParameterRange",
"variableName" : "continuousHyperParameterRange",
"variableType" : "ContinuousHyperParameterRange",
"documentation" : null,
"simpleType" : "ContinuousHyperParameterRange",
"variableSetterType" : "ContinuousHyperParameterRange"
},
"wrapper" : false
},
"CreateCampaignRequest" : {
"c2jName" : "CreateCampaignRequest",
"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" : "CreateCampaign",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonPersonalize.CreateCampaign",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "A name for the new campaign. The campaign name must be unique within your account.
\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" : "A name for the new campaign. The campaign name must be unique within your account.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "A name for the new campaign. The campaign name must be unique within your account.
\n@param name A name for the new campaign. The campaign name must be unique within your account.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "A name for the new campaign. The campaign name must be unique within your account.
\n@return A name for the new campaign. The campaign name must be unique within your account.",
"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" : "A name for the new campaign. The campaign name must be unique within your account.
\n@param name A name for the new campaign. The campaign name must be unique within your account.",
"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" : "A name for the new campaign. The campaign name must be unique within your account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution version to deploy.
\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 #solutionVersionArn(String)}.\n@param solutionVersionArn 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 #solutionVersionArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the solution version to deploy.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution version to deploy.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the solution version to deploy.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the solution version to deploy.
\n@return The Amazon Resource Name (ARN) of the solution version to deploy.",
"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" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the solution version to deploy.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the solution version to deploy.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the solution version to deploy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMinProvisionedTPS",
"beanStyleSetterMethodName" : "setMinProvisionedTPS",
"c2jName" : "minProvisionedTPS",
"c2jShape" : "TransactionsPerSecond",
"defaultConsumerFluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\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 #minProvisionedTPS(Integer)}.\n@param minProvisionedTPS 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 #minProvisionedTPS(Integer)",
"deprecated" : false,
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minProvisionedTPS",
"fluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minProvisionedTPS",
"getterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.",
"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" : "minProvisionedTPS",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "minProvisionedTPS",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MinProvisionedTPS",
"sensitive" : false,
"setterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.",
"setterMethodName" : "setMinProvisionedTPS",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MinProvisionedTPS" : {
"beanStyleGetterMethodName" : "getMinProvisionedTPS",
"beanStyleSetterMethodName" : "setMinProvisionedTPS",
"c2jName" : "minProvisionedTPS",
"c2jShape" : "TransactionsPerSecond",
"defaultConsumerFluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\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 #minProvisionedTPS(Integer)}.\n@param minProvisionedTPS 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 #minProvisionedTPS(Integer)",
"deprecated" : false,
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minProvisionedTPS",
"fluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minProvisionedTPS",
"getterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.",
"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" : "minProvisionedTPS",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "minProvisionedTPS",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MinProvisionedTPS",
"sensitive" : false,
"setterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.",
"setterMethodName" : "setMinProvisionedTPS",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "A name for the new campaign. The campaign name must be unique within your account.
\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" : "A name for the new campaign. The campaign name must be unique within your account.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "A name for the new campaign. The campaign name must be unique within your account.
\n@param name A name for the new campaign. The campaign name must be unique within your account.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "A name for the new campaign. The campaign name must be unique within your account.
\n@return A name for the new campaign. The campaign name must be unique within your account.",
"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" : "A name for the new campaign. The campaign name must be unique within your account.
\n@param name A name for the new campaign. The campaign name must be unique within your account.",
"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" : "A name for the new campaign. The campaign name must be unique within your account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SolutionVersionArn" : {
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution version to deploy.
\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 #solutionVersionArn(String)}.\n@param solutionVersionArn 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 #solutionVersionArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the solution version to deploy.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution version to deploy.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the solution version to deploy.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the solution version to deploy.
\n@return The Amazon Resource Name (ARN) of the solution version to deploy.",
"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" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the solution version to deploy.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the solution version to deploy.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the solution version to deploy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "A name for the new campaign. The campaign name must be unique within your account.
\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" : "A name for the new campaign. The campaign name must be unique within your account.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "A name for the new campaign. The campaign name must be unique within your account.
\n@param name A name for the new campaign. The campaign name must be unique within your account.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "A name for the new campaign. The campaign name must be unique within your account.
\n@return A name for the new campaign. The campaign name must be unique within your account.",
"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" : "A name for the new campaign. The campaign name must be unique within your account.
\n@param name A name for the new campaign. The campaign name must be unique within your account.",
"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" : "A name for the new campaign. The campaign name must be unique within your account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution version to deploy.
\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 #solutionVersionArn(String)}.\n@param solutionVersionArn 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 #solutionVersionArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the solution version to deploy.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution version to deploy.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the solution version to deploy.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the solution version to deploy.
\n@return The Amazon Resource Name (ARN) of the solution version to deploy.",
"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" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the solution version to deploy.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the solution version to deploy.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the solution version to deploy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMinProvisionedTPS",
"beanStyleSetterMethodName" : "setMinProvisionedTPS",
"c2jName" : "minProvisionedTPS",
"c2jShape" : "TransactionsPerSecond",
"defaultConsumerFluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\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 #minProvisionedTPS(Integer)}.\n@param minProvisionedTPS 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 #minProvisionedTPS(Integer)",
"deprecated" : false,
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minProvisionedTPS",
"fluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minProvisionedTPS",
"getterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.",
"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" : "minProvisionedTPS",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "minProvisionedTPS",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MinProvisionedTPS",
"sensitive" : false,
"setterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.",
"setterMethodName" : "setMinProvisionedTPS",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "name", "solutionVersionArn", "minProvisionedTPS" ],
"shapeName" : "CreateCampaignRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateCampaignRequest",
"variableName" : "createCampaignRequest",
"variableType" : "CreateCampaignRequest",
"documentation" : null,
"simpleType" : "CreateCampaignRequest",
"variableSetterType" : "CreateCampaignRequest"
},
"wrapper" : false
},
"CreateCampaignResponse" : {
"c2jName" : "CreateCampaignResponse",
"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" : "getCampaignArn",
"beanStyleSetterMethodName" : "setCampaignArn",
"c2jName" : "campaignArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\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 #campaignArn(String)}.\n@param campaignArn 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 #campaignArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "campaignArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "campaignArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.",
"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" : "campaignArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "campaignArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CampaignArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.",
"setterMethodName" : "setCampaignArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CampaignArn" : {
"beanStyleGetterMethodName" : "getCampaignArn",
"beanStyleSetterMethodName" : "setCampaignArn",
"c2jName" : "campaignArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\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 #campaignArn(String)}.\n@param campaignArn 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 #campaignArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "campaignArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "campaignArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.",
"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" : "campaignArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "campaignArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CampaignArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.",
"setterMethodName" : "setCampaignArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getCampaignArn",
"beanStyleSetterMethodName" : "setCampaignArn",
"c2jName" : "campaignArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\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 #campaignArn(String)}.\n@param campaignArn 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 #campaignArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "campaignArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "campaignArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.",
"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" : "campaignArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "campaignArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CampaignArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.",
"setterMethodName" : "setCampaignArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateCampaignResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateCampaignResponse",
"variableName" : "createCampaignResponse",
"variableType" : "CreateCampaignResponse",
"documentation" : null,
"simpleType" : "CreateCampaignResponse",
"variableSetterType" : "CreateCampaignResponse"
},
"wrapper" : false
},
"CreateDatasetGroupRequest" : {
"c2jName" : "CreateDatasetGroupRequest",
"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" : "CreateDatasetGroup",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonPersonalize.CreateDatasetGroup",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name for the new dataset group.
\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" : "The name for the new dataset group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name for the new dataset group.
\n@param name The name for the new dataset group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name for the new dataset group.
\n@return The name for the new dataset group.",
"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" : "The name for the new dataset group.
\n@param name The name for the new dataset group.",
"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" : "The name for the new dataset group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRoleArn",
"beanStyleSetterMethodName" : "setRoleArn",
"c2jName" : "roleArn",
"c2jShape" : "RoleArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.
\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 #roleArn(String)}.\n@param roleArn 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 #roleArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roleArn",
"fluentSetterDocumentation" : "The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.
\n@param roleArn The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roleArn",
"getterDocumentation" : "The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.
\n@return The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.",
"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" : "roleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoleArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.
\n@param roleArn The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.",
"setterMethodName" : "setRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKmsKeyArn",
"beanStyleSetterMethodName" : "setKmsKeyArn",
"c2jName" : "kmsKeyArn",
"c2jShape" : "KmsKeyArn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.
\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 #kmsKeyArn(String)}.\n@param kmsKeyArn 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 #kmsKeyArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.
\n@param kmsKeyArn The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kmsKeyArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.
\n@return The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.",
"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" : "kmsKeyArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "kmsKeyArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "KmsKeyArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.
\n@param kmsKeyArn The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.",
"setterMethodName" : "setKmsKeyArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"KmsKeyArn" : {
"beanStyleGetterMethodName" : "getKmsKeyArn",
"beanStyleSetterMethodName" : "setKmsKeyArn",
"c2jName" : "kmsKeyArn",
"c2jShape" : "KmsKeyArn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.
\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 #kmsKeyArn(String)}.\n@param kmsKeyArn 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 #kmsKeyArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.
\n@param kmsKeyArn The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kmsKeyArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.
\n@return The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.",
"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" : "kmsKeyArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "kmsKeyArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "KmsKeyArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.
\n@param kmsKeyArn The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.",
"setterMethodName" : "setKmsKeyArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name for the new dataset group.
\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" : "The name for the new dataset group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name for the new dataset group.
\n@param name The name for the new dataset group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name for the new dataset group.
\n@return The name for the new dataset group.",
"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" : "The name for the new dataset group.
\n@param name The name for the new dataset group.",
"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" : "The name for the new dataset group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleArn" : {
"beanStyleGetterMethodName" : "getRoleArn",
"beanStyleSetterMethodName" : "setRoleArn",
"c2jName" : "roleArn",
"c2jShape" : "RoleArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.
\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 #roleArn(String)}.\n@param roleArn 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 #roleArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roleArn",
"fluentSetterDocumentation" : "The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.
\n@param roleArn The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roleArn",
"getterDocumentation" : "The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.
\n@return The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.",
"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" : "roleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoleArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.
\n@param roleArn The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.",
"setterMethodName" : "setRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name for the new dataset group.
\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" : "The name for the new dataset group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name for the new dataset group.
\n@param name The name for the new dataset group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name for the new dataset group.
\n@return The name for the new dataset group.",
"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" : "The name for the new dataset group.
\n@param name The name for the new dataset group.",
"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" : "The name for the new dataset group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRoleArn",
"beanStyleSetterMethodName" : "setRoleArn",
"c2jName" : "roleArn",
"c2jShape" : "RoleArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.
\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 #roleArn(String)}.\n@param roleArn 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 #roleArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roleArn",
"fluentSetterDocumentation" : "The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.
\n@param roleArn The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roleArn",
"getterDocumentation" : "The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.
\n@return The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.",
"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" : "roleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoleArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.
\n@param roleArn The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.",
"setterMethodName" : "setRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The ARN of the IAM role that has permissions to access the KMS key. Supplying an IAM role is only valid when also specifying a KMS key.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKmsKeyArn",
"beanStyleSetterMethodName" : "setKmsKeyArn",
"c2jName" : "kmsKeyArn",
"c2jShape" : "KmsKeyArn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.
\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 #kmsKeyArn(String)}.\n@param kmsKeyArn 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 #kmsKeyArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.
\n@param kmsKeyArn The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kmsKeyArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.
\n@return The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.",
"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" : "kmsKeyArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "kmsKeyArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "KmsKeyArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.
\n@param kmsKeyArn The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.",
"setterMethodName" : "setKmsKeyArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of a KMS key used to encrypt the datasets.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "name" ],
"shapeName" : "CreateDatasetGroupRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateDatasetGroupRequest",
"variableName" : "createDatasetGroupRequest",
"variableType" : "CreateDatasetGroupRequest",
"documentation" : null,
"simpleType" : "CreateDatasetGroupRequest",
"variableSetterType" : "CreateDatasetGroupRequest"
},
"wrapper" : false
},
"CreateDatasetGroupResponse" : {
"c2jName" : "CreateDatasetGroupResponse",
"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" : "getDatasetGroupArn",
"beanStyleSetterMethodName" : "setDatasetGroupArn",
"c2jName" : "datasetGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the new dataset group.
\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 #datasetGroupArn(String)}.\n@param datasetGroupArn 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 #datasetGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the new dataset group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the new dataset group.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the new dataset group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the new dataset group.
\n@return The Amazon Resource Name (ARN) of the new dataset group.",
"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" : "datasetGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the new dataset group.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the new dataset group.",
"setterMethodName" : "setDatasetGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the new dataset group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DatasetGroupArn" : {
"beanStyleGetterMethodName" : "getDatasetGroupArn",
"beanStyleSetterMethodName" : "setDatasetGroupArn",
"c2jName" : "datasetGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the new dataset group.
\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 #datasetGroupArn(String)}.\n@param datasetGroupArn 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 #datasetGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the new dataset group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the new dataset group.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the new dataset group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the new dataset group.
\n@return The Amazon Resource Name (ARN) of the new dataset group.",
"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" : "datasetGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the new dataset group.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the new dataset group.",
"setterMethodName" : "setDatasetGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the new dataset group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDatasetGroupArn",
"beanStyleSetterMethodName" : "setDatasetGroupArn",
"c2jName" : "datasetGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the new dataset group.
\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 #datasetGroupArn(String)}.\n@param datasetGroupArn 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 #datasetGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the new dataset group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the new dataset group.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the new dataset group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the new dataset group.
\n@return The Amazon Resource Name (ARN) of the new dataset group.",
"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" : "datasetGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the new dataset group.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the new dataset group.",
"setterMethodName" : "setDatasetGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the new dataset group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateDatasetGroupResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateDatasetGroupResponse",
"variableName" : "createDatasetGroupResponse",
"variableType" : "CreateDatasetGroupResponse",
"documentation" : null,
"simpleType" : "CreateDatasetGroupResponse",
"variableSetterType" : "CreateDatasetGroupResponse"
},
"wrapper" : false
},
"CreateDatasetImportJobRequest" : {
"c2jName" : "CreateDatasetImportJobRequest",
"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" : "CreateDatasetImportJob",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonPersonalize.CreateDatasetImportJob",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getJobName",
"beanStyleSetterMethodName" : "setJobName",
"c2jName" : "jobName",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name for the dataset import job.
\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 #jobName(String)}.\n@param jobName 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 #jobName(String)",
"deprecated" : false,
"documentation" : "The name for the dataset import job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobName",
"fluentSetterDocumentation" : "The name for the dataset import job.
\n@param jobName The name for the dataset import job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobName",
"getterDocumentation" : "The name for the dataset import job.
\n@return The name for the dataset import job.",
"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" : "jobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobName",
"sensitive" : false,
"setterDocumentation" : "The name for the dataset import job.
\n@param jobName The name for the dataset import job.",
"setterMethodName" : "setJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobName",
"variableType" : "String",
"documentation" : "The name for the dataset import job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDatasetArn",
"beanStyleSetterMethodName" : "setDatasetArn",
"c2jName" : "datasetArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the dataset that receives the imported data.
\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 #datasetArn(String)}.\n@param datasetArn 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 #datasetArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the dataset that receives the imported data.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetArn",
"fluentSetterDocumentation" : "The ARN of the dataset that receives the imported data.
\n@param datasetArn The ARN of the dataset that receives the imported data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetArn",
"getterDocumentation" : "The ARN of the dataset that receives the imported data.
\n@return The ARN of the dataset that receives the imported data.",
"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" : "datasetArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the dataset that receives the imported data.
\n@param datasetArn The ARN of the dataset that receives the imported data.",
"setterMethodName" : "setDatasetArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetArn",
"variableType" : "String",
"documentation" : "The ARN of the dataset that receives the imported data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDataSource",
"beanStyleSetterMethodName" : "setDataSource",
"c2jName" : "dataSource",
"c2jShape" : "DataSource",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 bucket that contains the training data to import.
\nThis is a convenience that creates an instance of the {@link DataSource.Builder} avoiding the need to create one manually via {@link DataSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link DataSource.Builder#build()} is called immediately and its result is passed to {@link #dataSource(DataSource)}.\n@param dataSource a consumer that will call methods on {@link DataSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataSource(DataSource)",
"deprecated" : false,
"documentation" : "The Amazon S3 bucket that contains the training data to import.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataSource",
"fluentSetterDocumentation" : "The Amazon S3 bucket that contains the training data to import.
\n@param dataSource The Amazon S3 bucket that contains the training data to import.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataSource",
"getterDocumentation" : "The Amazon S3 bucket that contains the training data to import.
\n@return The Amazon S3 bucket that contains the training data to import.",
"getterModel" : {
"returnType" : "DataSource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "dataSource",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "dataSource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DataSource",
"sensitive" : false,
"setterDocumentation" : "The Amazon S3 bucket that contains the training data to import.
\n@param dataSource The Amazon S3 bucket that contains the training data to import.",
"setterMethodName" : "setDataSource",
"setterModel" : {
"variableDeclarationType" : "DataSource",
"variableName" : "dataSource",
"variableType" : "DataSource",
"documentation" : null,
"simpleType" : "DataSource",
"variableSetterType" : "DataSource"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DataSource",
"variableName" : "dataSource",
"variableType" : "DataSource",
"documentation" : "The Amazon S3 bucket that contains the training data to import.
",
"simpleType" : "DataSource",
"variableSetterType" : "DataSource"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRoleArn",
"beanStyleSetterMethodName" : "setRoleArn",
"c2jName" : "roleArn",
"c2jShape" : "RoleArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
\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 #roleArn(String)}.\n@param roleArn 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 #roleArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roleArn",
"fluentSetterDocumentation" : "The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
\n@param roleArn The ARN of the IAM role that has permissions to read from the Amazon S3 data source.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roleArn",
"getterDocumentation" : "The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
\n@return The ARN of the IAM role that has permissions to read from the Amazon S3 data source.",
"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" : "roleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoleArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
\n@param roleArn The ARN of the IAM role that has permissions to read from the Amazon S3 data source.",
"setterMethodName" : "setRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DataSource" : {
"beanStyleGetterMethodName" : "getDataSource",
"beanStyleSetterMethodName" : "setDataSource",
"c2jName" : "dataSource",
"c2jShape" : "DataSource",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 bucket that contains the training data to import.
\nThis is a convenience that creates an instance of the {@link DataSource.Builder} avoiding the need to create one manually via {@link DataSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link DataSource.Builder#build()} is called immediately and its result is passed to {@link #dataSource(DataSource)}.\n@param dataSource a consumer that will call methods on {@link DataSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataSource(DataSource)",
"deprecated" : false,
"documentation" : "The Amazon S3 bucket that contains the training data to import.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataSource",
"fluentSetterDocumentation" : "The Amazon S3 bucket that contains the training data to import.
\n@param dataSource The Amazon S3 bucket that contains the training data to import.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataSource",
"getterDocumentation" : "The Amazon S3 bucket that contains the training data to import.
\n@return The Amazon S3 bucket that contains the training data to import.",
"getterModel" : {
"returnType" : "DataSource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "dataSource",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "dataSource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DataSource",
"sensitive" : false,
"setterDocumentation" : "The Amazon S3 bucket that contains the training data to import.
\n@param dataSource The Amazon S3 bucket that contains the training data to import.",
"setterMethodName" : "setDataSource",
"setterModel" : {
"variableDeclarationType" : "DataSource",
"variableName" : "dataSource",
"variableType" : "DataSource",
"documentation" : null,
"simpleType" : "DataSource",
"variableSetterType" : "DataSource"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DataSource",
"variableName" : "dataSource",
"variableType" : "DataSource",
"documentation" : "The Amazon S3 bucket that contains the training data to import.
",
"simpleType" : "DataSource",
"variableSetterType" : "DataSource"
},
"xmlNameSpaceUri" : null
},
"DatasetArn" : {
"beanStyleGetterMethodName" : "getDatasetArn",
"beanStyleSetterMethodName" : "setDatasetArn",
"c2jName" : "datasetArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the dataset that receives the imported data.
\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 #datasetArn(String)}.\n@param datasetArn 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 #datasetArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the dataset that receives the imported data.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetArn",
"fluentSetterDocumentation" : "The ARN of the dataset that receives the imported data.
\n@param datasetArn The ARN of the dataset that receives the imported data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetArn",
"getterDocumentation" : "The ARN of the dataset that receives the imported data.
\n@return The ARN of the dataset that receives the imported data.",
"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" : "datasetArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the dataset that receives the imported data.
\n@param datasetArn The ARN of the dataset that receives the imported data.",
"setterMethodName" : "setDatasetArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetArn",
"variableType" : "String",
"documentation" : "The ARN of the dataset that receives the imported data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"JobName" : {
"beanStyleGetterMethodName" : "getJobName",
"beanStyleSetterMethodName" : "setJobName",
"c2jName" : "jobName",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name for the dataset import job.
\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 #jobName(String)}.\n@param jobName 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 #jobName(String)",
"deprecated" : false,
"documentation" : "The name for the dataset import job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobName",
"fluentSetterDocumentation" : "The name for the dataset import job.
\n@param jobName The name for the dataset import job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobName",
"getterDocumentation" : "The name for the dataset import job.
\n@return The name for the dataset import job.",
"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" : "jobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobName",
"sensitive" : false,
"setterDocumentation" : "The name for the dataset import job.
\n@param jobName The name for the dataset import job.",
"setterMethodName" : "setJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobName",
"variableType" : "String",
"documentation" : "The name for the dataset import job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleArn" : {
"beanStyleGetterMethodName" : "getRoleArn",
"beanStyleSetterMethodName" : "setRoleArn",
"c2jName" : "roleArn",
"c2jShape" : "RoleArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
\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 #roleArn(String)}.\n@param roleArn 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 #roleArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roleArn",
"fluentSetterDocumentation" : "The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
\n@param roleArn The ARN of the IAM role that has permissions to read from the Amazon S3 data source.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roleArn",
"getterDocumentation" : "The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
\n@return The ARN of the IAM role that has permissions to read from the Amazon S3 data source.",
"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" : "roleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoleArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
\n@param roleArn The ARN of the IAM role that has permissions to read from the Amazon S3 data source.",
"setterMethodName" : "setRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getJobName",
"beanStyleSetterMethodName" : "setJobName",
"c2jName" : "jobName",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name for the dataset import job.
\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 #jobName(String)}.\n@param jobName 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 #jobName(String)",
"deprecated" : false,
"documentation" : "The name for the dataset import job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobName",
"fluentSetterDocumentation" : "The name for the dataset import job.
\n@param jobName The name for the dataset import job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobName",
"getterDocumentation" : "The name for the dataset import job.
\n@return The name for the dataset import job.",
"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" : "jobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobName",
"sensitive" : false,
"setterDocumentation" : "The name for the dataset import job.
\n@param jobName The name for the dataset import job.",
"setterMethodName" : "setJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobName",
"variableType" : "String",
"documentation" : "The name for the dataset import job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDatasetArn",
"beanStyleSetterMethodName" : "setDatasetArn",
"c2jName" : "datasetArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the dataset that receives the imported data.
\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 #datasetArn(String)}.\n@param datasetArn 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 #datasetArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the dataset that receives the imported data.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetArn",
"fluentSetterDocumentation" : "The ARN of the dataset that receives the imported data.
\n@param datasetArn The ARN of the dataset that receives the imported data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetArn",
"getterDocumentation" : "The ARN of the dataset that receives the imported data.
\n@return The ARN of the dataset that receives the imported data.",
"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" : "datasetArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the dataset that receives the imported data.
\n@param datasetArn The ARN of the dataset that receives the imported data.",
"setterMethodName" : "setDatasetArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetArn",
"variableType" : "String",
"documentation" : "The ARN of the dataset that receives the imported data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDataSource",
"beanStyleSetterMethodName" : "setDataSource",
"c2jName" : "dataSource",
"c2jShape" : "DataSource",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 bucket that contains the training data to import.
\nThis is a convenience that creates an instance of the {@link DataSource.Builder} avoiding the need to create one manually via {@link DataSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link DataSource.Builder#build()} is called immediately and its result is passed to {@link #dataSource(DataSource)}.\n@param dataSource a consumer that will call methods on {@link DataSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataSource(DataSource)",
"deprecated" : false,
"documentation" : "The Amazon S3 bucket that contains the training data to import.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataSource",
"fluentSetterDocumentation" : "The Amazon S3 bucket that contains the training data to import.
\n@param dataSource The Amazon S3 bucket that contains the training data to import.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataSource",
"getterDocumentation" : "The Amazon S3 bucket that contains the training data to import.
\n@return The Amazon S3 bucket that contains the training data to import.",
"getterModel" : {
"returnType" : "DataSource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "dataSource",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "dataSource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DataSource",
"sensitive" : false,
"setterDocumentation" : "The Amazon S3 bucket that contains the training data to import.
\n@param dataSource The Amazon S3 bucket that contains the training data to import.",
"setterMethodName" : "setDataSource",
"setterModel" : {
"variableDeclarationType" : "DataSource",
"variableName" : "dataSource",
"variableType" : "DataSource",
"documentation" : null,
"simpleType" : "DataSource",
"variableSetterType" : "DataSource"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DataSource",
"variableName" : "dataSource",
"variableType" : "DataSource",
"documentation" : "The Amazon S3 bucket that contains the training data to import.
",
"simpleType" : "DataSource",
"variableSetterType" : "DataSource"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRoleArn",
"beanStyleSetterMethodName" : "setRoleArn",
"c2jName" : "roleArn",
"c2jShape" : "RoleArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
\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 #roleArn(String)}.\n@param roleArn 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 #roleArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roleArn",
"fluentSetterDocumentation" : "The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
\n@param roleArn The ARN of the IAM role that has permissions to read from the Amazon S3 data source.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roleArn",
"getterDocumentation" : "The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
\n@return The ARN of the IAM role that has permissions to read from the Amazon S3 data source.",
"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" : "roleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoleArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
\n@param roleArn The ARN of the IAM role that has permissions to read from the Amazon S3 data source.",
"setterMethodName" : "setRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "jobName", "datasetArn", "dataSource", "roleArn" ],
"shapeName" : "CreateDatasetImportJobRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateDatasetImportJobRequest",
"variableName" : "createDatasetImportJobRequest",
"variableType" : "CreateDatasetImportJobRequest",
"documentation" : null,
"simpleType" : "CreateDatasetImportJobRequest",
"variableSetterType" : "CreateDatasetImportJobRequest"
},
"wrapper" : false
},
"CreateDatasetImportJobResponse" : {
"c2jName" : "CreateDatasetImportJobResponse",
"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" : "getDatasetImportJobArn",
"beanStyleSetterMethodName" : "setDatasetImportJobArn",
"c2jName" : "datasetImportJobArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the dataset import job.
\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 #datasetImportJobArn(String)}.\n@param datasetImportJobArn 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 #datasetImportJobArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the dataset import job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetImportJobArn",
"fluentSetterDocumentation" : "The ARN of the dataset import job.
\n@param datasetImportJobArn The ARN of the dataset import job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetImportJobArn",
"getterDocumentation" : "The ARN of the dataset import job.
\n@return The ARN of the dataset import job.",
"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" : "datasetImportJobArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetImportJobArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetImportJobArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the dataset import job.
\n@param datasetImportJobArn The ARN of the dataset import job.",
"setterMethodName" : "setDatasetImportJobArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetImportJobArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetImportJobArn",
"variableType" : "String",
"documentation" : "The ARN of the dataset import job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DatasetImportJobArn" : {
"beanStyleGetterMethodName" : "getDatasetImportJobArn",
"beanStyleSetterMethodName" : "setDatasetImportJobArn",
"c2jName" : "datasetImportJobArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the dataset import job.
\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 #datasetImportJobArn(String)}.\n@param datasetImportJobArn 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 #datasetImportJobArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the dataset import job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetImportJobArn",
"fluentSetterDocumentation" : "The ARN of the dataset import job.
\n@param datasetImportJobArn The ARN of the dataset import job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetImportJobArn",
"getterDocumentation" : "The ARN of the dataset import job.
\n@return The ARN of the dataset import job.",
"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" : "datasetImportJobArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetImportJobArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetImportJobArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the dataset import job.
\n@param datasetImportJobArn The ARN of the dataset import job.",
"setterMethodName" : "setDatasetImportJobArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetImportJobArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetImportJobArn",
"variableType" : "String",
"documentation" : "The ARN of the dataset import job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDatasetImportJobArn",
"beanStyleSetterMethodName" : "setDatasetImportJobArn",
"c2jName" : "datasetImportJobArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the dataset import job.
\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 #datasetImportJobArn(String)}.\n@param datasetImportJobArn 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 #datasetImportJobArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the dataset import job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetImportJobArn",
"fluentSetterDocumentation" : "The ARN of the dataset import job.
\n@param datasetImportJobArn The ARN of the dataset import job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetImportJobArn",
"getterDocumentation" : "The ARN of the dataset import job.
\n@return The ARN of the dataset import job.",
"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" : "datasetImportJobArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetImportJobArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetImportJobArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the dataset import job.
\n@param datasetImportJobArn The ARN of the dataset import job.",
"setterMethodName" : "setDatasetImportJobArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetImportJobArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetImportJobArn",
"variableType" : "String",
"documentation" : "The ARN of the dataset import job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateDatasetImportJobResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateDatasetImportJobResponse",
"variableName" : "createDatasetImportJobResponse",
"variableType" : "CreateDatasetImportJobResponse",
"documentation" : null,
"simpleType" : "CreateDatasetImportJobResponse",
"variableSetterType" : "CreateDatasetImportJobResponse"
},
"wrapper" : false
},
"CreateDatasetRequest" : {
"c2jName" : "CreateDatasetRequest",
"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" : "CreateDataset",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonPersonalize.CreateDataset",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name for the dataset.
\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" : "The name for the dataset.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name for the dataset.
\n@param name The name for the dataset.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name for the dataset.
\n@return The name for the dataset.",
"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" : "The name for the dataset.
\n@param name The name for the dataset.",
"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" : "The name for the dataset.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSchemaArn",
"beanStyleSetterMethodName" : "setSchemaArn",
"c2jName" : "schemaArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
\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 #schemaArn(String)}.\n@param schemaArn 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 #schemaArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "schemaArn",
"fluentSetterDocumentation" : "The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
\n@param schemaArn The ARN of the schema to associate with the dataset. The schema defines the dataset fields.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "schemaArn",
"getterDocumentation" : "The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
\n@return The ARN of the schema to associate with the dataset. The schema defines the dataset fields.",
"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" : "schemaArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "schemaArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SchemaArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
\n@param schemaArn The ARN of the schema to associate with the dataset. The schema defines the dataset fields.",
"setterMethodName" : "setSchemaArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "schemaArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "schemaArn",
"variableType" : "String",
"documentation" : "The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDatasetGroupArn",
"beanStyleSetterMethodName" : "setDatasetGroupArn",
"c2jName" : "datasetGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
\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 #datasetGroupArn(String)}.\n@param datasetGroupArn 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 #datasetGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group to add the dataset to.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
\n@return The Amazon Resource Name (ARN) of the dataset group to add the dataset to.",
"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" : "datasetGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group to add the dataset to.",
"setterMethodName" : "setDatasetGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDatasetType",
"beanStyleSetterMethodName" : "setDatasetType",
"c2jName" : "datasetType",
"c2jShape" : "DatasetType",
"defaultConsumerFluentSetterDocumentation" : "The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
\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 #datasetType(String)}.\n@param datasetType 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 #datasetType(String)",
"deprecated" : false,
"documentation" : "The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetType",
"fluentSetterDocumentation" : "The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
\n@param datasetType The type of dataset. One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetType",
"getterDocumentation" : "The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
\n@return The type of dataset. One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
",
"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" : "datasetType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetType",
"sensitive" : false,
"setterDocumentation" : "The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
\n@param datasetType The type of dataset. One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
",
"setterMethodName" : "setDatasetType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetType",
"variableType" : "String",
"documentation" : "The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DatasetGroupArn" : {
"beanStyleGetterMethodName" : "getDatasetGroupArn",
"beanStyleSetterMethodName" : "setDatasetGroupArn",
"c2jName" : "datasetGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
\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 #datasetGroupArn(String)}.\n@param datasetGroupArn 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 #datasetGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group to add the dataset to.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
\n@return The Amazon Resource Name (ARN) of the dataset group to add the dataset to.",
"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" : "datasetGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group to add the dataset to.",
"setterMethodName" : "setDatasetGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DatasetType" : {
"beanStyleGetterMethodName" : "getDatasetType",
"beanStyleSetterMethodName" : "setDatasetType",
"c2jName" : "datasetType",
"c2jShape" : "DatasetType",
"defaultConsumerFluentSetterDocumentation" : "The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
\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 #datasetType(String)}.\n@param datasetType 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 #datasetType(String)",
"deprecated" : false,
"documentation" : "The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetType",
"fluentSetterDocumentation" : "The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
\n@param datasetType The type of dataset. One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetType",
"getterDocumentation" : "The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
\n@return The type of dataset. One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
",
"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" : "datasetType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetType",
"sensitive" : false,
"setterDocumentation" : "The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
\n@param datasetType The type of dataset. One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
",
"setterMethodName" : "setDatasetType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetType",
"variableType" : "String",
"documentation" : "The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name for the dataset.
\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" : "The name for the dataset.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name for the dataset.
\n@param name The name for the dataset.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name for the dataset.
\n@return The name for the dataset.",
"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" : "The name for the dataset.
\n@param name The name for the dataset.",
"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" : "The name for the dataset.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SchemaArn" : {
"beanStyleGetterMethodName" : "getSchemaArn",
"beanStyleSetterMethodName" : "setSchemaArn",
"c2jName" : "schemaArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
\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 #schemaArn(String)}.\n@param schemaArn 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 #schemaArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "schemaArn",
"fluentSetterDocumentation" : "The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
\n@param schemaArn The ARN of the schema to associate with the dataset. The schema defines the dataset fields.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "schemaArn",
"getterDocumentation" : "The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
\n@return The ARN of the schema to associate with the dataset. The schema defines the dataset fields.",
"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" : "schemaArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "schemaArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SchemaArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
\n@param schemaArn The ARN of the schema to associate with the dataset. The schema defines the dataset fields.",
"setterMethodName" : "setSchemaArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "schemaArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "schemaArn",
"variableType" : "String",
"documentation" : "The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name for the dataset.
\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" : "The name for the dataset.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name for the dataset.
\n@param name The name for the dataset.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name for the dataset.
\n@return The name for the dataset.",
"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" : "The name for the dataset.
\n@param name The name for the dataset.",
"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" : "The name for the dataset.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSchemaArn",
"beanStyleSetterMethodName" : "setSchemaArn",
"c2jName" : "schemaArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
\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 #schemaArn(String)}.\n@param schemaArn 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 #schemaArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "schemaArn",
"fluentSetterDocumentation" : "The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
\n@param schemaArn The ARN of the schema to associate with the dataset. The schema defines the dataset fields.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "schemaArn",
"getterDocumentation" : "The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
\n@return The ARN of the schema to associate with the dataset. The schema defines the dataset fields.",
"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" : "schemaArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "schemaArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SchemaArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
\n@param schemaArn The ARN of the schema to associate with the dataset. The schema defines the dataset fields.",
"setterMethodName" : "setSchemaArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "schemaArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "schemaArn",
"variableType" : "String",
"documentation" : "The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDatasetGroupArn",
"beanStyleSetterMethodName" : "setDatasetGroupArn",
"c2jName" : "datasetGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
\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 #datasetGroupArn(String)}.\n@param datasetGroupArn 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 #datasetGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group to add the dataset to.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
\n@return The Amazon Resource Name (ARN) of the dataset group to add the dataset to.",
"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" : "datasetGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group to add the dataset to.",
"setterMethodName" : "setDatasetGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDatasetType",
"beanStyleSetterMethodName" : "setDatasetType",
"c2jName" : "datasetType",
"c2jShape" : "DatasetType",
"defaultConsumerFluentSetterDocumentation" : "The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
\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 #datasetType(String)}.\n@param datasetType 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 #datasetType(String)",
"deprecated" : false,
"documentation" : "The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetType",
"fluentSetterDocumentation" : "The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
\n@param datasetType The type of dataset. One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetType",
"getterDocumentation" : "The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
\n@return The type of dataset. One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
",
"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" : "datasetType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetType",
"sensitive" : false,
"setterDocumentation" : "The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
\n@param datasetType The type of dataset. One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
",
"setterMethodName" : "setDatasetType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetType",
"variableType" : "String",
"documentation" : "The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "name", "schemaArn", "datasetGroupArn", "datasetType" ],
"shapeName" : "CreateDatasetRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateDatasetRequest",
"variableName" : "createDatasetRequest",
"variableType" : "CreateDatasetRequest",
"documentation" : null,
"simpleType" : "CreateDatasetRequest",
"variableSetterType" : "CreateDatasetRequest"
},
"wrapper" : false
},
"CreateDatasetResponse" : {
"c2jName" : "CreateDatasetResponse",
"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" : "getDatasetArn",
"beanStyleSetterMethodName" : "setDatasetArn",
"c2jName" : "datasetArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the dataset.
\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 #datasetArn(String)}.\n@param datasetArn 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 #datasetArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the dataset.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetArn",
"fluentSetterDocumentation" : "The ARN of the dataset.
\n@param datasetArn The ARN of the dataset.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetArn",
"getterDocumentation" : "The ARN of the dataset.
\n@return The ARN of the dataset.",
"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" : "datasetArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the dataset.
\n@param datasetArn The ARN of the dataset.",
"setterMethodName" : "setDatasetArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetArn",
"variableType" : "String",
"documentation" : "The ARN of the dataset.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DatasetArn" : {
"beanStyleGetterMethodName" : "getDatasetArn",
"beanStyleSetterMethodName" : "setDatasetArn",
"c2jName" : "datasetArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the dataset.
\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 #datasetArn(String)}.\n@param datasetArn 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 #datasetArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the dataset.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetArn",
"fluentSetterDocumentation" : "The ARN of the dataset.
\n@param datasetArn The ARN of the dataset.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetArn",
"getterDocumentation" : "The ARN of the dataset.
\n@return The ARN of the dataset.",
"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" : "datasetArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the dataset.
\n@param datasetArn The ARN of the dataset.",
"setterMethodName" : "setDatasetArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetArn",
"variableType" : "String",
"documentation" : "The ARN of the dataset.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDatasetArn",
"beanStyleSetterMethodName" : "setDatasetArn",
"c2jName" : "datasetArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the dataset.
\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 #datasetArn(String)}.\n@param datasetArn 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 #datasetArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the dataset.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetArn",
"fluentSetterDocumentation" : "The ARN of the dataset.
\n@param datasetArn The ARN of the dataset.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetArn",
"getterDocumentation" : "The ARN of the dataset.
\n@return The ARN of the dataset.",
"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" : "datasetArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the dataset.
\n@param datasetArn The ARN of the dataset.",
"setterMethodName" : "setDatasetArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetArn",
"variableType" : "String",
"documentation" : "The ARN of the dataset.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateDatasetResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateDatasetResponse",
"variableName" : "createDatasetResponse",
"variableType" : "CreateDatasetResponse",
"documentation" : null,
"simpleType" : "CreateDatasetResponse",
"variableSetterType" : "CreateDatasetResponse"
},
"wrapper" : false
},
"CreateEventTrackerRequest" : {
"c2jName" : "CreateEventTrackerRequest",
"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" : "CreateEventTracker",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonPersonalize.CreateEventTracker",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name for the event tracker.
\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" : "The name for the event tracker.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name for the event tracker.
\n@param name The name for the event tracker.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name for the event tracker.
\n@return The name for the event tracker.",
"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" : "The name for the event tracker.
\n@param name The name for the event tracker.",
"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" : "The name for the event tracker.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDatasetGroupArn",
"beanStyleSetterMethodName" : "setDatasetGroupArn",
"c2jName" : "datasetGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that receives the event data.
\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 #datasetGroupArn(String)}.\n@param datasetGroupArn 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 #datasetGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the dataset group that receives the event data.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that receives the event data.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group that receives the event data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that receives the event data.
\n@return The Amazon Resource Name (ARN) of the dataset group that receives the event data.",
"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" : "datasetGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that receives the event data.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group that receives the event data.",
"setterMethodName" : "setDatasetGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the dataset group that receives the event data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DatasetGroupArn" : {
"beanStyleGetterMethodName" : "getDatasetGroupArn",
"beanStyleSetterMethodName" : "setDatasetGroupArn",
"c2jName" : "datasetGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that receives the event data.
\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 #datasetGroupArn(String)}.\n@param datasetGroupArn 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 #datasetGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the dataset group that receives the event data.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that receives the event data.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group that receives the event data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that receives the event data.
\n@return The Amazon Resource Name (ARN) of the dataset group that receives the event data.",
"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" : "datasetGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that receives the event data.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group that receives the event data.",
"setterMethodName" : "setDatasetGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the dataset group that receives the event data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name for the event tracker.
\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" : "The name for the event tracker.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name for the event tracker.
\n@param name The name for the event tracker.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name for the event tracker.
\n@return The name for the event tracker.",
"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" : "The name for the event tracker.
\n@param name The name for the event tracker.",
"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" : "The name for the event tracker.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name for the event tracker.
\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" : "The name for the event tracker.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name for the event tracker.
\n@param name The name for the event tracker.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name for the event tracker.
\n@return The name for the event tracker.",
"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" : "The name for the event tracker.
\n@param name The name for the event tracker.",
"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" : "The name for the event tracker.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDatasetGroupArn",
"beanStyleSetterMethodName" : "setDatasetGroupArn",
"c2jName" : "datasetGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that receives the event data.
\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 #datasetGroupArn(String)}.\n@param datasetGroupArn 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 #datasetGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the dataset group that receives the event data.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that receives the event data.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group that receives the event data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that receives the event data.
\n@return The Amazon Resource Name (ARN) of the dataset group that receives the event data.",
"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" : "datasetGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that receives the event data.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group that receives the event data.",
"setterMethodName" : "setDatasetGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the dataset group that receives the event data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "name", "datasetGroupArn" ],
"shapeName" : "CreateEventTrackerRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateEventTrackerRequest",
"variableName" : "createEventTrackerRequest",
"variableType" : "CreateEventTrackerRequest",
"documentation" : null,
"simpleType" : "CreateEventTrackerRequest",
"variableSetterType" : "CreateEventTrackerRequest"
},
"wrapper" : false
},
"CreateEventTrackerResponse" : {
"c2jName" : "CreateEventTrackerResponse",
"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" : "getEventTrackerArn",
"beanStyleSetterMethodName" : "setEventTrackerArn",
"c2jName" : "eventTrackerArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the event tracker.
\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 #eventTrackerArn(String)}.\n@param eventTrackerArn 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 #eventTrackerArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the event tracker.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "eventTrackerArn",
"fluentSetterDocumentation" : "The ARN of the event tracker.
\n@param eventTrackerArn The ARN of the event tracker.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "eventTrackerArn",
"getterDocumentation" : "The ARN of the event tracker.
\n@return The ARN of the event tracker.",
"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" : "eventTrackerArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "eventTrackerArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EventTrackerArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the event tracker.
\n@param eventTrackerArn The ARN of the event tracker.",
"setterMethodName" : "setEventTrackerArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventTrackerArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventTrackerArn",
"variableType" : "String",
"documentation" : "The ARN of the event tracker.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTrackingId",
"beanStyleSetterMethodName" : "setTrackingId",
"c2jName" : "trackingId",
"c2jShape" : "TrackingId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the event tracker. Include this ID in requests to the PutEvents API.
\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 #trackingId(String)}.\n@param trackingId 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 #trackingId(String)",
"deprecated" : false,
"documentation" : "The ID of the event tracker. Include this ID in requests to the PutEvents API.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trackingId",
"fluentSetterDocumentation" : "The ID of the event tracker. Include this ID in requests to the PutEvents API.
\n@param trackingId The ID of the event tracker. Include this ID in requests to the PutEvents API.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trackingId",
"getterDocumentation" : "The ID of the event tracker. Include this ID in requests to the PutEvents API.
\n@return The ID of the event tracker. Include this ID in requests to the PutEvents API.",
"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" : "trackingId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "trackingId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TrackingId",
"sensitive" : false,
"setterDocumentation" : "The ID of the event tracker. Include this ID in requests to the PutEvents API.
\n@param trackingId The ID of the event tracker. Include this ID in requests to the PutEvents API.",
"setterMethodName" : "setTrackingId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "trackingId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "trackingId",
"variableType" : "String",
"documentation" : "The ID of the event tracker. Include this ID in requests to the PutEvents API.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EventTrackerArn" : {
"beanStyleGetterMethodName" : "getEventTrackerArn",
"beanStyleSetterMethodName" : "setEventTrackerArn",
"c2jName" : "eventTrackerArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the event tracker.
\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 #eventTrackerArn(String)}.\n@param eventTrackerArn 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 #eventTrackerArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the event tracker.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "eventTrackerArn",
"fluentSetterDocumentation" : "The ARN of the event tracker.
\n@param eventTrackerArn The ARN of the event tracker.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "eventTrackerArn",
"getterDocumentation" : "The ARN of the event tracker.
\n@return The ARN of the event tracker.",
"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" : "eventTrackerArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "eventTrackerArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EventTrackerArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the event tracker.
\n@param eventTrackerArn The ARN of the event tracker.",
"setterMethodName" : "setEventTrackerArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventTrackerArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventTrackerArn",
"variableType" : "String",
"documentation" : "The ARN of the event tracker.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TrackingId" : {
"beanStyleGetterMethodName" : "getTrackingId",
"beanStyleSetterMethodName" : "setTrackingId",
"c2jName" : "trackingId",
"c2jShape" : "TrackingId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the event tracker. Include this ID in requests to the PutEvents API.
\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 #trackingId(String)}.\n@param trackingId 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 #trackingId(String)",
"deprecated" : false,
"documentation" : "The ID of the event tracker. Include this ID in requests to the PutEvents API.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trackingId",
"fluentSetterDocumentation" : "The ID of the event tracker. Include this ID in requests to the PutEvents API.
\n@param trackingId The ID of the event tracker. Include this ID in requests to the PutEvents API.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trackingId",
"getterDocumentation" : "The ID of the event tracker. Include this ID in requests to the PutEvents API.
\n@return The ID of the event tracker. Include this ID in requests to the PutEvents API.",
"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" : "trackingId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "trackingId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TrackingId",
"sensitive" : false,
"setterDocumentation" : "The ID of the event tracker. Include this ID in requests to the PutEvents API.
\n@param trackingId The ID of the event tracker. Include this ID in requests to the PutEvents API.",
"setterMethodName" : "setTrackingId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "trackingId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "trackingId",
"variableType" : "String",
"documentation" : "The ID of the event tracker. Include this ID in requests to the PutEvents API.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getEventTrackerArn",
"beanStyleSetterMethodName" : "setEventTrackerArn",
"c2jName" : "eventTrackerArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the event tracker.
\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 #eventTrackerArn(String)}.\n@param eventTrackerArn 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 #eventTrackerArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the event tracker.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "eventTrackerArn",
"fluentSetterDocumentation" : "The ARN of the event tracker.
\n@param eventTrackerArn The ARN of the event tracker.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "eventTrackerArn",
"getterDocumentation" : "The ARN of the event tracker.
\n@return The ARN of the event tracker.",
"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" : "eventTrackerArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "eventTrackerArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EventTrackerArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the event tracker.
\n@param eventTrackerArn The ARN of the event tracker.",
"setterMethodName" : "setEventTrackerArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventTrackerArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventTrackerArn",
"variableType" : "String",
"documentation" : "The ARN of the event tracker.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTrackingId",
"beanStyleSetterMethodName" : "setTrackingId",
"c2jName" : "trackingId",
"c2jShape" : "TrackingId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the event tracker. Include this ID in requests to the PutEvents API.
\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 #trackingId(String)}.\n@param trackingId 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 #trackingId(String)",
"deprecated" : false,
"documentation" : "The ID of the event tracker. Include this ID in requests to the PutEvents API.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trackingId",
"fluentSetterDocumentation" : "The ID of the event tracker. Include this ID in requests to the PutEvents API.
\n@param trackingId The ID of the event tracker. Include this ID in requests to the PutEvents API.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trackingId",
"getterDocumentation" : "The ID of the event tracker. Include this ID in requests to the PutEvents API.
\n@return The ID of the event tracker. Include this ID in requests to the PutEvents API.",
"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" : "trackingId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "trackingId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TrackingId",
"sensitive" : false,
"setterDocumentation" : "The ID of the event tracker. Include this ID in requests to the PutEvents API.
\n@param trackingId The ID of the event tracker. Include this ID in requests to the PutEvents API.",
"setterMethodName" : "setTrackingId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "trackingId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "trackingId",
"variableType" : "String",
"documentation" : "The ID of the event tracker. Include this ID in requests to the PutEvents API.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateEventTrackerResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateEventTrackerResponse",
"variableName" : "createEventTrackerResponse",
"variableType" : "CreateEventTrackerResponse",
"documentation" : null,
"simpleType" : "CreateEventTrackerResponse",
"variableSetterType" : "CreateEventTrackerResponse"
},
"wrapper" : false
},
"CreateSchemaRequest" : {
"c2jName" : "CreateSchemaRequest",
"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" : "CreateSchema",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonPersonalize.CreateSchema",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name for the schema.
\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" : "The name for the schema.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name for the schema.
\n@param name The name for the schema.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name for the schema.
\n@return The name for the schema.",
"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" : "The name for the schema.
\n@param name The name for the schema.",
"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" : "The name for the schema.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSchema",
"beanStyleSetterMethodName" : "setSchema",
"c2jName" : "schema",
"c2jShape" : "AvroSchema",
"defaultConsumerFluentSetterDocumentation" : "A schema in Avro JSON format.
\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 #schema(String)}.\n@param schema 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 #schema(String)",
"deprecated" : false,
"documentation" : "A schema in Avro JSON format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "schema",
"fluentSetterDocumentation" : "A schema in Avro JSON format.
\n@param schema A schema in Avro JSON format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "schema",
"getterDocumentation" : "A schema in Avro JSON format.
\n@return A schema in Avro JSON format.",
"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" : "schema",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "schema",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Schema",
"sensitive" : false,
"setterDocumentation" : "A schema in Avro JSON format.
\n@param schema A schema in Avro JSON format.",
"setterMethodName" : "setSchema",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "schema",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "schema",
"variableType" : "String",
"documentation" : "A schema in Avro JSON format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name for the schema.
\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" : "The name for the schema.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name for the schema.
\n@param name The name for the schema.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name for the schema.
\n@return The name for the schema.",
"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" : "The name for the schema.
\n@param name The name for the schema.",
"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" : "The name for the schema.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Schema" : {
"beanStyleGetterMethodName" : "getSchema",
"beanStyleSetterMethodName" : "setSchema",
"c2jName" : "schema",
"c2jShape" : "AvroSchema",
"defaultConsumerFluentSetterDocumentation" : "A schema in Avro JSON format.
\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 #schema(String)}.\n@param schema 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 #schema(String)",
"deprecated" : false,
"documentation" : "A schema in Avro JSON format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "schema",
"fluentSetterDocumentation" : "A schema in Avro JSON format.
\n@param schema A schema in Avro JSON format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "schema",
"getterDocumentation" : "A schema in Avro JSON format.
\n@return A schema in Avro JSON format.",
"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" : "schema",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "schema",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Schema",
"sensitive" : false,
"setterDocumentation" : "A schema in Avro JSON format.
\n@param schema A schema in Avro JSON format.",
"setterMethodName" : "setSchema",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "schema",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "schema",
"variableType" : "String",
"documentation" : "A schema in Avro JSON format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name for the schema.
\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" : "The name for the schema.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name for the schema.
\n@param name The name for the schema.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name for the schema.
\n@return The name for the schema.",
"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" : "The name for the schema.
\n@param name The name for the schema.",
"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" : "The name for the schema.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSchema",
"beanStyleSetterMethodName" : "setSchema",
"c2jName" : "schema",
"c2jShape" : "AvroSchema",
"defaultConsumerFluentSetterDocumentation" : "A schema in Avro JSON format.
\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 #schema(String)}.\n@param schema 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 #schema(String)",
"deprecated" : false,
"documentation" : "A schema in Avro JSON format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "schema",
"fluentSetterDocumentation" : "A schema in Avro JSON format.
\n@param schema A schema in Avro JSON format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "schema",
"getterDocumentation" : "A schema in Avro JSON format.
\n@return A schema in Avro JSON format.",
"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" : "schema",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "schema",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Schema",
"sensitive" : false,
"setterDocumentation" : "A schema in Avro JSON format.
\n@param schema A schema in Avro JSON format.",
"setterMethodName" : "setSchema",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "schema",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "schema",
"variableType" : "String",
"documentation" : "A schema in Avro JSON format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "name", "schema" ],
"shapeName" : "CreateSchemaRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateSchemaRequest",
"variableName" : "createSchemaRequest",
"variableType" : "CreateSchemaRequest",
"documentation" : null,
"simpleType" : "CreateSchemaRequest",
"variableSetterType" : "CreateSchemaRequest"
},
"wrapper" : false
},
"CreateSchemaResponse" : {
"c2jName" : "CreateSchemaResponse",
"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" : "getSchemaArn",
"beanStyleSetterMethodName" : "setSchemaArn",
"c2jName" : "schemaArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the created schema.
\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 #schemaArn(String)}.\n@param schemaArn 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 #schemaArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the created schema.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "schemaArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the created schema.
\n@param schemaArn The Amazon Resource Name (ARN) of the created schema.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "schemaArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the created schema.
\n@return The Amazon Resource Name (ARN) of the created schema.",
"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" : "schemaArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "schemaArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SchemaArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the created schema.
\n@param schemaArn The Amazon Resource Name (ARN) of the created schema.",
"setterMethodName" : "setSchemaArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "schemaArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "schemaArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the created schema.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SchemaArn" : {
"beanStyleGetterMethodName" : "getSchemaArn",
"beanStyleSetterMethodName" : "setSchemaArn",
"c2jName" : "schemaArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the created schema.
\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 #schemaArn(String)}.\n@param schemaArn 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 #schemaArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the created schema.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "schemaArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the created schema.
\n@param schemaArn The Amazon Resource Name (ARN) of the created schema.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "schemaArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the created schema.
\n@return The Amazon Resource Name (ARN) of the created schema.",
"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" : "schemaArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "schemaArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SchemaArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the created schema.
\n@param schemaArn The Amazon Resource Name (ARN) of the created schema.",
"setterMethodName" : "setSchemaArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "schemaArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "schemaArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the created schema.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSchemaArn",
"beanStyleSetterMethodName" : "setSchemaArn",
"c2jName" : "schemaArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the created schema.
\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 #schemaArn(String)}.\n@param schemaArn 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 #schemaArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the created schema.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "schemaArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the created schema.
\n@param schemaArn The Amazon Resource Name (ARN) of the created schema.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "schemaArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the created schema.
\n@return The Amazon Resource Name (ARN) of the created schema.",
"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" : "schemaArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "schemaArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SchemaArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the created schema.
\n@param schemaArn The Amazon Resource Name (ARN) of the created schema.",
"setterMethodName" : "setSchemaArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "schemaArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "schemaArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the created schema.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateSchemaResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateSchemaResponse",
"variableName" : "createSchemaResponse",
"variableType" : "CreateSchemaResponse",
"documentation" : null,
"simpleType" : "CreateSchemaResponse",
"variableSetterType" : "CreateSchemaResponse"
},
"wrapper" : false
},
"CreateSolutionRequest" : {
"c2jName" : "CreateSolutionRequest",
"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" : "CreateSolution",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonPersonalize.CreateSolution",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name for the solution.
\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" : "The name for the solution.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name for the solution.
\n@param name The name for the solution.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name for the solution.
\n@return The name for the solution.",
"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" : "The name for the solution.
\n@param name The name for the solution.",
"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" : "The name for the solution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPerformHPO",
"beanStyleSetterMethodName" : "setPerformHPO",
"c2jName" : "performHPO",
"c2jShape" : "PerformHPO",
"defaultConsumerFluentSetterDocumentation" : "Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should not set it to false
.
\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 #performHPO(Boolean)}.\n@param performHPO 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 #performHPO(Boolean)",
"deprecated" : false,
"documentation" : "Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should not set it to false
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "performHPO",
"fluentSetterDocumentation" : "Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should not set it to false
.
\n@param performHPO Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
. When performing AutoML, this parameter is always true
and you should not set it to false
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "performHPO",
"getterDocumentation" : "
Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should not set it to false
.
\n@return Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
. When performing AutoML, this parameter is always true
and you should not set it to false
.",
"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" : "performHPO",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "performHPO",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "PerformHPO",
"sensitive" : false,
"setterDocumentation" : "
Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should not set it to false
.
\n@param performHPO Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
. When performing AutoML, this parameter is always true
and you should not set it to false
.",
"setterMethodName" : "setPerformHPO",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "performHPO",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "performHPO",
"variableType" : "Boolean",
"documentation" : "
Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should not set it to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPerformAutoML",
"beanStyleSetterMethodName" : "setPerformAutoML",
"c2jName" : "performAutoML",
"c2jShape" : "PerformAutoML",
"defaultConsumerFluentSetterDocumentation" : "Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.
\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 #performAutoML(Boolean)}.\n@param performAutoML 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 #performAutoML(Boolean)",
"deprecated" : false,
"documentation" : "Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "performAutoML",
"fluentSetterDocumentation" : "Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.
\n@param performAutoML Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
. When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "performAutoML",
"getterDocumentation" : "
Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.
\n@return Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
. When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.",
"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" : "performAutoML",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "performAutoML",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "PerformAutoML",
"sensitive" : false,
"setterDocumentation" : "
Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.
\n@param performAutoML Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
. When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.",
"setterMethodName" : "setPerformAutoML",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "performAutoML",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "performAutoML",
"variableType" : "Boolean",
"documentation" : "
Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRecipeArn",
"beanStyleSetterMethodName" : "setRecipeArn",
"c2jName" : "recipeArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the recipe to use for model training. Only specified when performAutoML
is false.
\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 #recipeArn(String)}.\n@param recipeArn 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 #recipeArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the recipe to use for model training. Only specified when performAutoML
is false.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recipeArn",
"fluentSetterDocumentation" : "The ARN of the recipe to use for model training. Only specified when performAutoML
is false.
\n@param recipeArn The ARN of the recipe to use for model training. Only specified when performAutoML
is false.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recipeArn",
"getterDocumentation" : "The ARN of the recipe to use for model training. Only specified when performAutoML
is false.
\n@return The ARN of the recipe to use for model training. Only specified when performAutoML
is false.",
"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" : "recipeArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "recipeArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RecipeArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the recipe to use for model training. Only specified when performAutoML
is false.
\n@param recipeArn The ARN of the recipe to use for model training. Only specified when performAutoML
is false.",
"setterMethodName" : "setRecipeArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recipeArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recipeArn",
"variableType" : "String",
"documentation" : "The ARN of the recipe to use for model training. Only specified when performAutoML
is false.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDatasetGroupArn",
"beanStyleSetterMethodName" : "setDatasetGroupArn",
"c2jName" : "datasetGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that provides the training data.
\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 #datasetGroupArn(String)}.\n@param datasetGroupArn 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 #datasetGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the dataset group that provides the training data.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that provides the training data.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group that provides the training data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that provides the training data.
\n@return The Amazon Resource Name (ARN) of the dataset group that provides the training data.",
"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" : "datasetGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that provides the training data.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group that provides the training data.",
"setterMethodName" : "setDatasetGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the dataset group that provides the training data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEventType",
"beanStyleSetterMethodName" : "setEventType",
"c2jName" : "eventType",
"c2jShape" : "EventType",
"defaultConsumerFluentSetterDocumentation" : "When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.
\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 #eventType(String)}.\n@param eventType 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 #eventType(String)",
"deprecated" : false,
"documentation" : "When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "eventType",
"fluentSetterDocumentation" : "When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.
\n@param eventType When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "eventType",
"getterDocumentation" : "When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.
\n@return When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.",
"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" : "eventType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "eventType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EventType",
"sensitive" : false,
"setterDocumentation" : "When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.
\n@param eventType When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.",
"setterMethodName" : "setEventType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventType",
"variableType" : "String",
"documentation" : "When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSolutionConfig",
"beanStyleSetterMethodName" : "setSolutionConfig",
"c2jName" : "solutionConfig",
"c2jShape" : "SolutionConfig",
"defaultConsumerFluentSetterDocumentation" : "The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.
\nThis is a convenience that creates an instance of the {@link SolutionConfig.Builder} avoiding the need to create one manually via {@link SolutionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link SolutionConfig.Builder#build()} is called immediately and its result is passed to {@link #solutionConfig(SolutionConfig)}.\n@param solutionConfig a consumer that will call methods on {@link SolutionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #solutionConfig(SolutionConfig)",
"deprecated" : false,
"documentation" : "The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionConfig",
"fluentSetterDocumentation" : "The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.
\n@param solutionConfig The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionConfig",
"getterDocumentation" : "The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.
\n@return The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.",
"getterModel" : {
"returnType" : "SolutionConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "solutionConfig",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionConfig",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SolutionConfig",
"sensitive" : false,
"setterDocumentation" : "The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.
\n@param solutionConfig The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.",
"setterMethodName" : "setSolutionConfig",
"setterModel" : {
"variableDeclarationType" : "SolutionConfig",
"variableName" : "solutionConfig",
"variableType" : "SolutionConfig",
"documentation" : null,
"simpleType" : "SolutionConfig",
"variableSetterType" : "SolutionConfig"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SolutionConfig",
"variableName" : "solutionConfig",
"variableType" : "SolutionConfig",
"documentation" : "The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.
",
"simpleType" : "SolutionConfig",
"variableSetterType" : "SolutionConfig"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DatasetGroupArn" : {
"beanStyleGetterMethodName" : "getDatasetGroupArn",
"beanStyleSetterMethodName" : "setDatasetGroupArn",
"c2jName" : "datasetGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that provides the training data.
\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 #datasetGroupArn(String)}.\n@param datasetGroupArn 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 #datasetGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the dataset group that provides the training data.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that provides the training data.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group that provides the training data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that provides the training data.
\n@return The Amazon Resource Name (ARN) of the dataset group that provides the training data.",
"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" : "datasetGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that provides the training data.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group that provides the training data.",
"setterMethodName" : "setDatasetGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the dataset group that provides the training data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EventType" : {
"beanStyleGetterMethodName" : "getEventType",
"beanStyleSetterMethodName" : "setEventType",
"c2jName" : "eventType",
"c2jShape" : "EventType",
"defaultConsumerFluentSetterDocumentation" : "When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.
\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 #eventType(String)}.\n@param eventType 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 #eventType(String)",
"deprecated" : false,
"documentation" : "When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "eventType",
"fluentSetterDocumentation" : "When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.
\n@param eventType When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "eventType",
"getterDocumentation" : "When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.
\n@return When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.",
"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" : "eventType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "eventType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EventType",
"sensitive" : false,
"setterDocumentation" : "When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.
\n@param eventType When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.",
"setterMethodName" : "setEventType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventType",
"variableType" : "String",
"documentation" : "When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name for the solution.
\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" : "The name for the solution.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name for the solution.
\n@param name The name for the solution.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name for the solution.
\n@return The name for the solution.",
"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" : "The name for the solution.
\n@param name The name for the solution.",
"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" : "The name for the solution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PerformAutoML" : {
"beanStyleGetterMethodName" : "getPerformAutoML",
"beanStyleSetterMethodName" : "setPerformAutoML",
"c2jName" : "performAutoML",
"c2jShape" : "PerformAutoML",
"defaultConsumerFluentSetterDocumentation" : "Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.
\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 #performAutoML(Boolean)}.\n@param performAutoML 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 #performAutoML(Boolean)",
"deprecated" : false,
"documentation" : "Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "performAutoML",
"fluentSetterDocumentation" : "Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.
\n@param performAutoML Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
. When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "performAutoML",
"getterDocumentation" : "
Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.
\n@return Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
. When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.",
"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" : "performAutoML",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "performAutoML",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "PerformAutoML",
"sensitive" : false,
"setterDocumentation" : "
Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.
\n@param performAutoML Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
. When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.",
"setterMethodName" : "setPerformAutoML",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "performAutoML",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "performAutoML",
"variableType" : "Boolean",
"documentation" : "
Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"PerformHPO" : {
"beanStyleGetterMethodName" : "getPerformHPO",
"beanStyleSetterMethodName" : "setPerformHPO",
"c2jName" : "performHPO",
"c2jShape" : "PerformHPO",
"defaultConsumerFluentSetterDocumentation" : "Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should not set it to false
.
\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 #performHPO(Boolean)}.\n@param performHPO 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 #performHPO(Boolean)",
"deprecated" : false,
"documentation" : "Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should not set it to false
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "performHPO",
"fluentSetterDocumentation" : "Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should not set it to false
.
\n@param performHPO Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
. When performing AutoML, this parameter is always true
and you should not set it to false
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "performHPO",
"getterDocumentation" : "
Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should not set it to false
.
\n@return Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
. When performing AutoML, this parameter is always true
and you should not set it to false
.",
"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" : "performHPO",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "performHPO",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "PerformHPO",
"sensitive" : false,
"setterDocumentation" : "
Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should not set it to false
.
\n@param performHPO Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
. When performing AutoML, this parameter is always true
and you should not set it to false
.",
"setterMethodName" : "setPerformHPO",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "performHPO",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "performHPO",
"variableType" : "Boolean",
"documentation" : "
Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should not set it to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"RecipeArn" : {
"beanStyleGetterMethodName" : "getRecipeArn",
"beanStyleSetterMethodName" : "setRecipeArn",
"c2jName" : "recipeArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the recipe to use for model training. Only specified when performAutoML
is false.
\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 #recipeArn(String)}.\n@param recipeArn 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 #recipeArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the recipe to use for model training. Only specified when performAutoML
is false.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recipeArn",
"fluentSetterDocumentation" : "The ARN of the recipe to use for model training. Only specified when performAutoML
is false.
\n@param recipeArn The ARN of the recipe to use for model training. Only specified when performAutoML
is false.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recipeArn",
"getterDocumentation" : "The ARN of the recipe to use for model training. Only specified when performAutoML
is false.
\n@return The ARN of the recipe to use for model training. Only specified when performAutoML
is false.",
"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" : "recipeArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "recipeArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RecipeArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the recipe to use for model training. Only specified when performAutoML
is false.
\n@param recipeArn The ARN of the recipe to use for model training. Only specified when performAutoML
is false.",
"setterMethodName" : "setRecipeArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recipeArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recipeArn",
"variableType" : "String",
"documentation" : "The ARN of the recipe to use for model training. Only specified when performAutoML
is false.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SolutionConfig" : {
"beanStyleGetterMethodName" : "getSolutionConfig",
"beanStyleSetterMethodName" : "setSolutionConfig",
"c2jName" : "solutionConfig",
"c2jShape" : "SolutionConfig",
"defaultConsumerFluentSetterDocumentation" : "The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.
\nThis is a convenience that creates an instance of the {@link SolutionConfig.Builder} avoiding the need to create one manually via {@link SolutionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link SolutionConfig.Builder#build()} is called immediately and its result is passed to {@link #solutionConfig(SolutionConfig)}.\n@param solutionConfig a consumer that will call methods on {@link SolutionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #solutionConfig(SolutionConfig)",
"deprecated" : false,
"documentation" : "The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionConfig",
"fluentSetterDocumentation" : "The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.
\n@param solutionConfig The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionConfig",
"getterDocumentation" : "The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.
\n@return The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.",
"getterModel" : {
"returnType" : "SolutionConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "solutionConfig",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionConfig",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SolutionConfig",
"sensitive" : false,
"setterDocumentation" : "The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.
\n@param solutionConfig The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.",
"setterMethodName" : "setSolutionConfig",
"setterModel" : {
"variableDeclarationType" : "SolutionConfig",
"variableName" : "solutionConfig",
"variableType" : "SolutionConfig",
"documentation" : null,
"simpleType" : "SolutionConfig",
"variableSetterType" : "SolutionConfig"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SolutionConfig",
"variableName" : "solutionConfig",
"variableType" : "SolutionConfig",
"documentation" : "The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.
",
"simpleType" : "SolutionConfig",
"variableSetterType" : "SolutionConfig"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name for the solution.
\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" : "The name for the solution.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name for the solution.
\n@param name The name for the solution.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name for the solution.
\n@return The name for the solution.",
"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" : "The name for the solution.
\n@param name The name for the solution.",
"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" : "The name for the solution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPerformHPO",
"beanStyleSetterMethodName" : "setPerformHPO",
"c2jName" : "performHPO",
"c2jShape" : "PerformHPO",
"defaultConsumerFluentSetterDocumentation" : "Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should not set it to false
.
\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 #performHPO(Boolean)}.\n@param performHPO 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 #performHPO(Boolean)",
"deprecated" : false,
"documentation" : "Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should not set it to false
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "performHPO",
"fluentSetterDocumentation" : "Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should not set it to false
.
\n@param performHPO Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
. When performing AutoML, this parameter is always true
and you should not set it to false
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "performHPO",
"getterDocumentation" : "
Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should not set it to false
.
\n@return Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
. When performing AutoML, this parameter is always true
and you should not set it to false
.",
"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" : "performHPO",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "performHPO",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "PerformHPO",
"sensitive" : false,
"setterDocumentation" : "
Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should not set it to false
.
\n@param performHPO Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
. When performing AutoML, this parameter is always true
and you should not set it to false
.",
"setterMethodName" : "setPerformHPO",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "performHPO",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "performHPO",
"variableType" : "Boolean",
"documentation" : "
Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
When performing AutoML, this parameter is always true
and you should not set it to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPerformAutoML",
"beanStyleSetterMethodName" : "setPerformAutoML",
"c2jName" : "performAutoML",
"c2jShape" : "PerformAutoML",
"defaultConsumerFluentSetterDocumentation" : "Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.
\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 #performAutoML(Boolean)}.\n@param performAutoML 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 #performAutoML(Boolean)",
"deprecated" : false,
"documentation" : "Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "performAutoML",
"fluentSetterDocumentation" : "Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.
\n@param performAutoML Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
. When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "performAutoML",
"getterDocumentation" : "
Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.
\n@return Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
. When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.",
"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" : "performAutoML",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "performAutoML",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "PerformAutoML",
"sensitive" : false,
"setterDocumentation" : "
Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.
\n@param performAutoML Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
. When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.",
"setterMethodName" : "setPerformAutoML",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "performAutoML",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "performAutoML",
"variableType" : "Boolean",
"documentation" : "
Whether to perform automated machine learning (AutoML). The default is false
. For this case, you must specify recipeArn
.
When set to true
, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit recipeArn
. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRecipeArn",
"beanStyleSetterMethodName" : "setRecipeArn",
"c2jName" : "recipeArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the recipe to use for model training. Only specified when performAutoML
is false.
\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 #recipeArn(String)}.\n@param recipeArn 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 #recipeArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the recipe to use for model training. Only specified when performAutoML
is false.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recipeArn",
"fluentSetterDocumentation" : "The ARN of the recipe to use for model training. Only specified when performAutoML
is false.
\n@param recipeArn The ARN of the recipe to use for model training. Only specified when performAutoML
is false.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recipeArn",
"getterDocumentation" : "The ARN of the recipe to use for model training. Only specified when performAutoML
is false.
\n@return The ARN of the recipe to use for model training. Only specified when performAutoML
is false.",
"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" : "recipeArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "recipeArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RecipeArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the recipe to use for model training. Only specified when performAutoML
is false.
\n@param recipeArn The ARN of the recipe to use for model training. Only specified when performAutoML
is false.",
"setterMethodName" : "setRecipeArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recipeArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recipeArn",
"variableType" : "String",
"documentation" : "The ARN of the recipe to use for model training. Only specified when performAutoML
is false.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDatasetGroupArn",
"beanStyleSetterMethodName" : "setDatasetGroupArn",
"c2jName" : "datasetGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that provides the training data.
\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 #datasetGroupArn(String)}.\n@param datasetGroupArn 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 #datasetGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the dataset group that provides the training data.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that provides the training data.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group that provides the training data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that provides the training data.
\n@return The Amazon Resource Name (ARN) of the dataset group that provides the training data.",
"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" : "datasetGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group that provides the training data.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group that provides the training data.",
"setterMethodName" : "setDatasetGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the dataset group that provides the training data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEventType",
"beanStyleSetterMethodName" : "setEventType",
"c2jName" : "eventType",
"c2jShape" : "EventType",
"defaultConsumerFluentSetterDocumentation" : "When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.
\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 #eventType(String)}.\n@param eventType 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 #eventType(String)",
"deprecated" : false,
"documentation" : "When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "eventType",
"fluentSetterDocumentation" : "When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.
\n@param eventType When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "eventType",
"getterDocumentation" : "When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.
\n@return When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.",
"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" : "eventType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "eventType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EventType",
"sensitive" : false,
"setterDocumentation" : "When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.
\n@param eventType When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.",
"setterMethodName" : "setEventType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventType",
"variableType" : "String",
"documentation" : "When your have multiple event types (using an EVENT_TYPE
schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSolutionConfig",
"beanStyleSetterMethodName" : "setSolutionConfig",
"c2jName" : "solutionConfig",
"c2jShape" : "SolutionConfig",
"defaultConsumerFluentSetterDocumentation" : "The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.
\nThis is a convenience that creates an instance of the {@link SolutionConfig.Builder} avoiding the need to create one manually via {@link SolutionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link SolutionConfig.Builder#build()} is called immediately and its result is passed to {@link #solutionConfig(SolutionConfig)}.\n@param solutionConfig a consumer that will call methods on {@link SolutionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #solutionConfig(SolutionConfig)",
"deprecated" : false,
"documentation" : "The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionConfig",
"fluentSetterDocumentation" : "The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.
\n@param solutionConfig The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionConfig",
"getterDocumentation" : "The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.
\n@return The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.",
"getterModel" : {
"returnType" : "SolutionConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "solutionConfig",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionConfig",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SolutionConfig",
"sensitive" : false,
"setterDocumentation" : "The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.
\n@param solutionConfig The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.",
"setterMethodName" : "setSolutionConfig",
"setterModel" : {
"variableDeclarationType" : "SolutionConfig",
"variableName" : "solutionConfig",
"variableType" : "SolutionConfig",
"documentation" : null,
"simpleType" : "SolutionConfig",
"variableSetterType" : "SolutionConfig"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SolutionConfig",
"variableName" : "solutionConfig",
"variableType" : "SolutionConfig",
"documentation" : "The configuration to use with the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.
",
"simpleType" : "SolutionConfig",
"variableSetterType" : "SolutionConfig"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "name", "datasetGroupArn" ],
"shapeName" : "CreateSolutionRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateSolutionRequest",
"variableName" : "createSolutionRequest",
"variableType" : "CreateSolutionRequest",
"documentation" : null,
"simpleType" : "CreateSolutionRequest",
"variableSetterType" : "CreateSolutionRequest"
},
"wrapper" : false
},
"CreateSolutionResponse" : {
"c2jName" : "CreateSolutionResponse",
"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" : "getSolutionArn",
"beanStyleSetterMethodName" : "setSolutionArn",
"c2jName" : "solutionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the solution.
\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 #solutionArn(String)}.\n@param solutionArn 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 #solutionArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the solution.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionArn",
"fluentSetterDocumentation" : "The ARN of the solution.
\n@param solutionArn The ARN of the solution.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionArn",
"getterDocumentation" : "The ARN of the solution.
\n@return The ARN of the solution.",
"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" : "solutionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the solution.
\n@param solutionArn The ARN of the solution.",
"setterMethodName" : "setSolutionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionArn",
"variableType" : "String",
"documentation" : "The ARN of the solution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SolutionArn" : {
"beanStyleGetterMethodName" : "getSolutionArn",
"beanStyleSetterMethodName" : "setSolutionArn",
"c2jName" : "solutionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the solution.
\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 #solutionArn(String)}.\n@param solutionArn 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 #solutionArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the solution.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionArn",
"fluentSetterDocumentation" : "The ARN of the solution.
\n@param solutionArn The ARN of the solution.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionArn",
"getterDocumentation" : "The ARN of the solution.
\n@return The ARN of the solution.",
"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" : "solutionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the solution.
\n@param solutionArn The ARN of the solution.",
"setterMethodName" : "setSolutionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionArn",
"variableType" : "String",
"documentation" : "The ARN of the solution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSolutionArn",
"beanStyleSetterMethodName" : "setSolutionArn",
"c2jName" : "solutionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the solution.
\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 #solutionArn(String)}.\n@param solutionArn 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 #solutionArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the solution.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionArn",
"fluentSetterDocumentation" : "The ARN of the solution.
\n@param solutionArn The ARN of the solution.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionArn",
"getterDocumentation" : "The ARN of the solution.
\n@return The ARN of the solution.",
"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" : "solutionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the solution.
\n@param solutionArn The ARN of the solution.",
"setterMethodName" : "setSolutionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionArn",
"variableType" : "String",
"documentation" : "The ARN of the solution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateSolutionResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateSolutionResponse",
"variableName" : "createSolutionResponse",
"variableType" : "CreateSolutionResponse",
"documentation" : null,
"simpleType" : "CreateSolutionResponse",
"variableSetterType" : "CreateSolutionResponse"
},
"wrapper" : false
},
"CreateSolutionVersionRequest" : {
"c2jName" : "CreateSolutionVersionRequest",
"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" : "CreateSolutionVersion",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonPersonalize.CreateSolutionVersion",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getSolutionArn",
"beanStyleSetterMethodName" : "setSolutionArn",
"c2jName" : "solutionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution containing the training configuration information.
\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 #solutionArn(String)}.\n@param solutionArn 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 #solutionArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the solution containing the training configuration information.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution containing the training configuration information.
\n@param solutionArn The Amazon Resource Name (ARN) of the solution containing the training configuration information.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the solution containing the training configuration information.
\n@return The Amazon Resource Name (ARN) of the solution containing the training configuration information.",
"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" : "solutionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the solution containing the training configuration information.
\n@param solutionArn The Amazon Resource Name (ARN) of the solution containing the training configuration information.",
"setterMethodName" : "setSolutionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the solution containing the training configuration information.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SolutionArn" : {
"beanStyleGetterMethodName" : "getSolutionArn",
"beanStyleSetterMethodName" : "setSolutionArn",
"c2jName" : "solutionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution containing the training configuration information.
\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 #solutionArn(String)}.\n@param solutionArn 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 #solutionArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the solution containing the training configuration information.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution containing the training configuration information.
\n@param solutionArn The Amazon Resource Name (ARN) of the solution containing the training configuration information.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the solution containing the training configuration information.
\n@return The Amazon Resource Name (ARN) of the solution containing the training configuration information.",
"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" : "solutionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the solution containing the training configuration information.
\n@param solutionArn The Amazon Resource Name (ARN) of the solution containing the training configuration information.",
"setterMethodName" : "setSolutionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the solution containing the training configuration information.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSolutionArn",
"beanStyleSetterMethodName" : "setSolutionArn",
"c2jName" : "solutionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution containing the training configuration information.
\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 #solutionArn(String)}.\n@param solutionArn 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 #solutionArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the solution containing the training configuration information.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution containing the training configuration information.
\n@param solutionArn The Amazon Resource Name (ARN) of the solution containing the training configuration information.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the solution containing the training configuration information.
\n@return The Amazon Resource Name (ARN) of the solution containing the training configuration information.",
"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" : "solutionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the solution containing the training configuration information.
\n@param solutionArn The Amazon Resource Name (ARN) of the solution containing the training configuration information.",
"setterMethodName" : "setSolutionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the solution containing the training configuration information.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "solutionArn" ],
"shapeName" : "CreateSolutionVersionRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateSolutionVersionRequest",
"variableName" : "createSolutionVersionRequest",
"variableType" : "CreateSolutionVersionRequest",
"documentation" : null,
"simpleType" : "CreateSolutionVersionRequest",
"variableSetterType" : "CreateSolutionVersionRequest"
},
"wrapper" : false
},
"CreateSolutionVersionResponse" : {
"c2jName" : "CreateSolutionVersionResponse",
"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" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the new solution version.
\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 #solutionVersionArn(String)}.\n@param solutionVersionArn 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 #solutionVersionArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the new solution version.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The ARN of the new solution version.
\n@param solutionVersionArn The ARN of the new solution version.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The ARN of the new solution version.
\n@return The ARN of the new solution version.",
"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" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the new solution version.
\n@param solutionVersionArn The ARN of the new solution version.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The ARN of the new solution version.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SolutionVersionArn" : {
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the new solution version.
\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 #solutionVersionArn(String)}.\n@param solutionVersionArn 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 #solutionVersionArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the new solution version.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The ARN of the new solution version.
\n@param solutionVersionArn The ARN of the new solution version.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The ARN of the new solution version.
\n@return The ARN of the new solution version.",
"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" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the new solution version.
\n@param solutionVersionArn The ARN of the new solution version.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The ARN of the new solution version.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the new solution version.
\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 #solutionVersionArn(String)}.\n@param solutionVersionArn 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 #solutionVersionArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the new solution version.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The ARN of the new solution version.
\n@param solutionVersionArn The ARN of the new solution version.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The ARN of the new solution version.
\n@return The ARN of the new solution version.",
"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" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the new solution version.
\n@param solutionVersionArn The ARN of the new solution version.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The ARN of the new solution version.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateSolutionVersionResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateSolutionVersionResponse",
"variableName" : "createSolutionVersionResponse",
"variableType" : "CreateSolutionVersionResponse",
"documentation" : null,
"simpleType" : "CreateSolutionVersionResponse",
"variableSetterType" : "CreateSolutionVersionResponse"
},
"wrapper" : false
},
"DataSource" : {
"c2jName" : "DataSource",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes the data source that contains the data to upload to a dataset.
",
"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" : "getDataLocation",
"beanStyleSetterMethodName" : "setDataLocation",
"c2jName" : "dataLocation",
"c2jShape" : "S3Location",
"defaultConsumerFluentSetterDocumentation" : "The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/training-data.csv
\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 #dataLocation(String)}.\n@param dataLocation 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 #dataLocation(String)",
"deprecated" : false,
"documentation" : "The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/training-data.csv
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataLocation",
"fluentSetterDocumentation" : "The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/training-data.csv
\n@param dataLocation The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example: s3://bucket-name/training-data.csv
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataLocation",
"getterDocumentation" : "
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/training-data.csv
\n@return The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example: s3://bucket-name/training-data.csv
",
"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" : "dataLocation",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "dataLocation",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DataLocation",
"sensitive" : false,
"setterDocumentation" : "
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/training-data.csv
\n@param dataLocation The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example: s3://bucket-name/training-data.csv
",
"setterMethodName" : "setDataLocation",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dataLocation",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dataLocation",
"variableType" : "String",
"documentation" : "
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/training-data.csv
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DataLocation" : {
"beanStyleGetterMethodName" : "getDataLocation",
"beanStyleSetterMethodName" : "setDataLocation",
"c2jName" : "dataLocation",
"c2jShape" : "S3Location",
"defaultConsumerFluentSetterDocumentation" : "The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/training-data.csv
\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 #dataLocation(String)}.\n@param dataLocation 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 #dataLocation(String)",
"deprecated" : false,
"documentation" : "The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/training-data.csv
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataLocation",
"fluentSetterDocumentation" : "The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/training-data.csv
\n@param dataLocation The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example: s3://bucket-name/training-data.csv
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataLocation",
"getterDocumentation" : "
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/training-data.csv
\n@return The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example: s3://bucket-name/training-data.csv
",
"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" : "dataLocation",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "dataLocation",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DataLocation",
"sensitive" : false,
"setterDocumentation" : "
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/training-data.csv
\n@param dataLocation The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example: s3://bucket-name/training-data.csv
",
"setterMethodName" : "setDataLocation",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dataLocation",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dataLocation",
"variableType" : "String",
"documentation" : "
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/training-data.csv
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDataLocation",
"beanStyleSetterMethodName" : "setDataLocation",
"c2jName" : "dataLocation",
"c2jShape" : "S3Location",
"defaultConsumerFluentSetterDocumentation" : "The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/training-data.csv
\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 #dataLocation(String)}.\n@param dataLocation 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 #dataLocation(String)",
"deprecated" : false,
"documentation" : "The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/training-data.csv
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataLocation",
"fluentSetterDocumentation" : "The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/training-data.csv
\n@param dataLocation The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example: s3://bucket-name/training-data.csv
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataLocation",
"getterDocumentation" : "
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/training-data.csv
\n@return The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example: s3://bucket-name/training-data.csv
",
"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" : "dataLocation",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "dataLocation",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DataLocation",
"sensitive" : false,
"setterDocumentation" : "
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/training-data.csv
\n@param dataLocation The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example: s3://bucket-name/training-data.csv
",
"setterMethodName" : "setDataLocation",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dataLocation",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dataLocation",
"variableType" : "String",
"documentation" : "
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/training-data.csv
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DataSource",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DataSource",
"variableName" : "dataSource",
"variableType" : "DataSource",
"documentation" : null,
"simpleType" : "DataSource",
"variableSetterType" : "DataSource"
},
"wrapper" : false
},
"Dataset" : {
"c2jName" : "Dataset",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides metadata for a dataset.
",
"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" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the dataset.
\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" : "The name of the dataset.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the dataset.
\n@param name The name of the dataset.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the dataset.
\n@return The name of the dataset.",
"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" : "The name of the dataset.
\n@param name The name of the dataset.",
"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" : "The name of the dataset.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDatasetArn",
"beanStyleSetterMethodName" : "setDatasetArn",
"c2jName" : "datasetArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset that you want metadata for.
\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 #datasetArn(String)}.\n@param datasetArn 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 #datasetArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the dataset that you want metadata for.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset that you want metadata for.
\n@param datasetArn The Amazon Resource Name (ARN) of the dataset that you want metadata for.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the dataset that you want metadata for.
\n@return The Amazon Resource Name (ARN) of the dataset that you want metadata for.",
"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" : "datasetArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the dataset that you want metadata for.
\n@param datasetArn The Amazon Resource Name (ARN) of the dataset that you want metadata for.",
"setterMethodName" : "setDatasetArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the dataset that you want metadata for.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDatasetGroupArn",
"beanStyleSetterMethodName" : "setDatasetGroupArn",
"c2jName" : "datasetGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group.
\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 #datasetGroupArn(String)}.\n@param datasetGroupArn 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 #datasetGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the dataset group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group.
\n@return The Amazon Resource Name (ARN) of the dataset group.",
"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" : "datasetGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group.",
"setterMethodName" : "setDatasetGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the dataset group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDatasetType",
"beanStyleSetterMethodName" : "setDatasetType",
"c2jName" : "datasetType",
"c2jShape" : "DatasetType",
"defaultConsumerFluentSetterDocumentation" : "One of the following values:
-
Interactions
-
Items
-
Users
\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 #datasetType(String)}.\n@param datasetType 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 #datasetType(String)",
"deprecated" : false,
"documentation" : "One of the following values:
-
Interactions
-
Items
-
Users
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetType",
"fluentSetterDocumentation" : "One of the following values:
-
Interactions
-
Items
-
Users
\n@param datasetType One of the following values: -
Interactions
-
Items
-
Users
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetType",
"getterDocumentation" : "One of the following values:
-
Interactions
-
Items
-
Users
\n@return One of the following values: -
Interactions
-
Items
-
Users
",
"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" : "datasetType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetType",
"sensitive" : false,
"setterDocumentation" : "One of the following values:
-
Interactions
-
Items
-
Users
\n@param datasetType One of the following values: -
Interactions
-
Items
-
Users
",
"setterMethodName" : "setDatasetType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetType",
"variableType" : "String",
"documentation" : "One of the following values:
-
Interactions
-
Items
-
Users
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSchemaArn",
"beanStyleSetterMethodName" : "setSchemaArn",
"c2jName" : "schemaArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the associated schema.
\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 #schemaArn(String)}.\n@param schemaArn 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 #schemaArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the associated schema.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "schemaArn",
"fluentSetterDocumentation" : "The ARN of the associated schema.
\n@param schemaArn The ARN of the associated schema.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "schemaArn",
"getterDocumentation" : "The ARN of the associated schema.
\n@return The ARN of the associated schema.",
"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" : "schemaArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "schemaArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SchemaArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the associated schema.
\n@param schemaArn The ARN of the associated schema.",
"setterMethodName" : "setSchemaArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "schemaArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "schemaArn",
"variableType" : "String",
"documentation" : "The ARN of the associated schema.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the dataset.
A dataset can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\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 #status(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "The status of the dataset.
A dataset can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the dataset.
A dataset can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the dataset. A dataset can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the dataset.
A dataset can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the dataset. A dataset can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the dataset.
A dataset can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the dataset. A dataset can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the dataset.
A dataset can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The creation date and time (in Unix time) of the dataset.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"documentation" : "The creation date and time (in Unix time) of the dataset.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The creation date and time (in Unix time) of the dataset.
\n@param creationDateTime The creation date and time (in Unix time) of the dataset.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The creation date and time (in Unix time) of the dataset.
\n@return The creation date and time (in Unix time) of the dataset.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The creation date and time (in Unix time) of the dataset.
\n@param creationDateTime The creation date and time (in Unix time) of the dataset.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The creation date and time (in Unix time) of the dataset.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "A time stamp that shows when the dataset was 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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"documentation" : "A time stamp that shows when the dataset was updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "A time stamp that shows when the dataset was updated.
\n@param lastUpdatedDateTime A time stamp that shows when the dataset was updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "A time stamp that shows when the dataset was updated.
\n@return A time stamp that shows when the dataset was 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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "A time stamp that shows when the dataset was updated.
\n@param lastUpdatedDateTime A time stamp that shows when the dataset was updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "A time stamp that shows when the dataset was updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CreationDateTime" : {
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The creation date and time (in Unix time) of the dataset.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"documentation" : "The creation date and time (in Unix time) of the dataset.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The creation date and time (in Unix time) of the dataset.
\n@param creationDateTime The creation date and time (in Unix time) of the dataset.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The creation date and time (in Unix time) of the dataset.
\n@return The creation date and time (in Unix time) of the dataset.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The creation date and time (in Unix time) of the dataset.
\n@param creationDateTime The creation date and time (in Unix time) of the dataset.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The creation date and time (in Unix time) of the dataset.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"DatasetArn" : {
"beanStyleGetterMethodName" : "getDatasetArn",
"beanStyleSetterMethodName" : "setDatasetArn",
"c2jName" : "datasetArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset that you want metadata for.
\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 #datasetArn(String)}.\n@param datasetArn 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 #datasetArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the dataset that you want metadata for.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset that you want metadata for.
\n@param datasetArn The Amazon Resource Name (ARN) of the dataset that you want metadata for.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the dataset that you want metadata for.
\n@return The Amazon Resource Name (ARN) of the dataset that you want metadata for.",
"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" : "datasetArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the dataset that you want metadata for.
\n@param datasetArn The Amazon Resource Name (ARN) of the dataset that you want metadata for.",
"setterMethodName" : "setDatasetArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the dataset that you want metadata for.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DatasetGroupArn" : {
"beanStyleGetterMethodName" : "getDatasetGroupArn",
"beanStyleSetterMethodName" : "setDatasetGroupArn",
"c2jName" : "datasetGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group.
\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 #datasetGroupArn(String)}.\n@param datasetGroupArn 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 #datasetGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the dataset group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group.
\n@return The Amazon Resource Name (ARN) of the dataset group.",
"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" : "datasetGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the dataset group.
\n@param datasetGroupArn The Amazon Resource Name (ARN) of the dataset group.",
"setterMethodName" : "setDatasetGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the dataset group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DatasetType" : {
"beanStyleGetterMethodName" : "getDatasetType",
"beanStyleSetterMethodName" : "setDatasetType",
"c2jName" : "datasetType",
"c2jShape" : "DatasetType",
"defaultConsumerFluentSetterDocumentation" : "One of the following values:
-
Interactions
-
Items
-
Users
\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 #datasetType(String)}.\n@param datasetType 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 #datasetType(String)",
"deprecated" : false,
"documentation" : "One of the following values:
-
Interactions
-
Items
-
Users
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetType",
"fluentSetterDocumentation" : "One of the following values:
-
Interactions
-
Items
-
Users
\n@param datasetType One of the following values: -
Interactions
-
Items
-
Users
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetType",
"getterDocumentation" : "One of the following values:
-
Interactions
-
Items
-
Users
\n@return One of the following values: -
Interactions
-
Items
-
Users
",
"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" : "datasetType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetType",
"sensitive" : false,
"setterDocumentation" : "One of the following values:
-