All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.servicecatalog-2015-12-10-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Service Catalog module holds the client classes that are used for communicating with AWS Service Catalog

There is a newer version: 1.12.788
Show newest version
{
  "metadata" : {
    "apiVersion" : "2015-12-10",
    "protocol" : "json",
    "checksumFormat" : null,
    "documentation" : "AWS Service Catalog 

Overview

AWS Service Catalog allows organizations to create and manage catalogs of IT services that are approved for use on AWS. This documentation provides reference material for the AWS Service Catalog end user API. To get the most out of this documentation, you need to be familiar with the terminology discussed in AWS Service Catalog Concepts.

Additional Resources

", "defaultEndpoint" : "servicecatalog.us-east-1.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "servicecatalog.us-east-1.amazonaws.com", "syncInterface" : "AWSServiceCatalog", "syncClient" : "AWSServiceCatalogClient", "asyncInterface" : "AWSServiceCatalogAsync", "asyncClient" : "AWSServiceCatalogAsyncClient", "packageName" : "com.amazonaws.services.servicecatalog", "packagePath" : "com/amazonaws/services/servicecatalog", "serviceAbbreviation" : null, "serviceFullName" : "AWS Service Catalog", "hasApiWithStreamInput" : false, "contentType" : null, "jsonVersion" : "1.1", "endpointPrefix" : "servicecatalog", "signingName" : "servicecatalog", "syncClientBuilderClassName" : "AWSServiceCatalogClientBuilder", "asyncClientBuilderClassName" : "AWSServiceCatalogAsyncClientBuilder", "serviceName" : "AWS Service Catalog", "cborProtocol" : false, "xmlProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller", "protocolDefaultExceptionUmarshallerImpl" : null, "jsonProtocol" : true }, "operations" : { "DescribeProduct" : { "documentation" : "

Retrieves information about a specified product.

This operation is functionally identical to DescribeProductView except that it takes as input ProductId instead of ProductViewId.

", "operationName" : "DescribeProduct", "deprecated" : false, "input" : { "variableName" : "describeProductRequest", "variableType" : "DescribeProductRequest", "variableDeclarationType" : "DescribeProductRequest", "documentation" : "", "simpleType" : "DescribeProductRequest", "variableSetterType" : "DescribeProductRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeProductResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource was not found.

" }, { "exceptionName" : "InvalidParametersException", "documentation" : "

One or more parameters provided to the operation are invalid.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeProductResult", "asyncReturnType" : "DescribeProductResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeProduct" }, "DescribeProductView" : { "documentation" : "

Retrieves information about a specified product.

This operation is functionally identical to DescribeProduct except that it takes as input ProductViewId instead of ProductId.

", "operationName" : "DescribeProductView", "deprecated" : false, "input" : { "variableName" : "describeProductViewRequest", "variableType" : "DescribeProductViewRequest", "variableDeclarationType" : "DescribeProductViewRequest", "documentation" : "", "simpleType" : "DescribeProductViewRequest", "variableSetterType" : "DescribeProductViewRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeProductViewResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource was not found.

" }, { "exceptionName" : "InvalidParametersException", "documentation" : "

One or more parameters provided to the operation are invalid.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeProductViewResult", "asyncReturnType" : "DescribeProductViewResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeProductView" }, "DescribeProvisioningParameters" : { "documentation" : "

Provides information about parameters required to provision a specified product in a specified manner. Use this operation to obtain the list of ProvisioningArtifactParameters parameters available to call the ProvisionProduct operation for the specified product.

", "operationName" : "DescribeProvisioningParameters", "deprecated" : false, "input" : { "variableName" : "describeProvisioningParametersRequest", "variableType" : "DescribeProvisioningParametersRequest", "variableDeclarationType" : "DescribeProvisioningParametersRequest", "documentation" : "", "simpleType" : "DescribeProvisioningParametersRequest", "variableSetterType" : "DescribeProvisioningParametersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeProvisioningParametersResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParametersException", "documentation" : "

One or more parameters provided to the operation are invalid.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource was not found.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeProvisioningParametersResult", "asyncReturnType" : "DescribeProvisioningParametersResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeProvisioningParameters" }, "DescribeRecord" : { "documentation" : "

Retrieves a paginated list of the full details of a specific request. Use this operation after calling a request operation (ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).

", "operationName" : "DescribeRecord", "deprecated" : false, "input" : { "variableName" : "describeRecordRequest", "variableType" : "DescribeRecordRequest", "variableDeclarationType" : "DescribeRecordRequest", "documentation" : "", "simpleType" : "DescribeRecordRequest", "variableSetterType" : "DescribeRecordRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeRecordResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource was not found.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeRecordResult", "asyncReturnType" : "DescribeRecordResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeRecord" }, "ListLaunchPaths" : { "documentation" : "

Returns a paginated list of all paths to a specified product. A path is how the user has access to a specified product, and is necessary when provisioning a product. A path also determines the constraints put on the product.

", "operationName" : "ListLaunchPaths", "deprecated" : false, "input" : { "variableName" : "listLaunchPathsRequest", "variableType" : "ListLaunchPathsRequest", "variableDeclarationType" : "ListLaunchPathsRequest", "documentation" : "", "simpleType" : "ListLaunchPathsRequest", "variableSetterType" : "ListLaunchPathsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListLaunchPathsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParametersException", "documentation" : "

One or more parameters provided to the operation are invalid.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource was not found.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "ListLaunchPathsResult", "asyncReturnType" : "ListLaunchPathsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "listLaunchPaths" }, "ListRecordHistory" : { "documentation" : "

Returns a paginated list of all performed requests, in the form of RecordDetails objects that are filtered as specified.

", "operationName" : "ListRecordHistory", "deprecated" : false, "input" : { "variableName" : "listRecordHistoryRequest", "variableType" : "ListRecordHistoryRequest", "variableDeclarationType" : "ListRecordHistoryRequest", "documentation" : "", "simpleType" : "ListRecordHistoryRequest", "variableSetterType" : "ListRecordHistoryRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListRecordHistoryResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParametersException", "documentation" : "

One or more parameters provided to the operation are invalid.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "ListRecordHistoryResult", "asyncReturnType" : "ListRecordHistoryResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "listRecordHistory" }, "ProvisionProduct" : { "documentation" : "

Requests a Provision of a specified product. A ProvisionedProduct is a resourced instance for a product. For example, provisioning a CloudFormation-template-backed product results in launching a CloudFormation stack and all the underlying resources that come with it.

You can check the status of this request using the DescribeRecord operation.

", "operationName" : "ProvisionProduct", "deprecated" : false, "input" : { "variableName" : "provisionProductRequest", "variableType" : "ProvisionProductRequest", "variableDeclarationType" : "ProvisionProductRequest", "documentation" : "", "simpleType" : "ProvisionProductRequest", "variableSetterType" : "ProvisionProductRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ProvisionProductResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParametersException", "documentation" : "

One or more parameters provided to the operation are invalid.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource was not found.

" }, { "exceptionName" : "DuplicateResourceException", "documentation" : "

The specified resource is a duplicate.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "ProvisionProductResult", "asyncReturnType" : "ProvisionProductResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "provisionProduct" }, "ScanProvisionedProducts" : { "documentation" : "

Returns a paginated list of all the ProvisionedProduct objects that are currently available (not terminated).

", "operationName" : "ScanProvisionedProducts", "deprecated" : false, "input" : { "variableName" : "scanProvisionedProductsRequest", "variableType" : "ScanProvisionedProductsRequest", "variableDeclarationType" : "ScanProvisionedProductsRequest", "documentation" : "", "simpleType" : "ScanProvisionedProductsRequest", "variableSetterType" : "ScanProvisionedProductsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ScanProvisionedProductsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParametersException", "documentation" : "

One or more parameters provided to the operation are invalid.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "ScanProvisionedProductsResult", "asyncReturnType" : "ScanProvisionedProductsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "scanProvisionedProducts" }, "SearchProducts" : { "documentation" : "

Returns a paginated list all of the Products objects to which the caller has access.

The output of this operation can be used as input for other operations, such as DescribeProductView.

", "operationName" : "SearchProducts", "deprecated" : false, "input" : { "variableName" : "searchProductsRequest", "variableType" : "SearchProductsRequest", "variableDeclarationType" : "SearchProductsRequest", "documentation" : "", "simpleType" : "SearchProductsRequest", "variableSetterType" : "SearchProductsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SearchProductsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParametersException", "documentation" : "

One or more parameters provided to the operation are invalid.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "SearchProductsResult", "asyncReturnType" : "SearchProductsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "searchProducts" }, "TerminateProvisionedProduct" : { "documentation" : "

Requests termination of an existing ProvisionedProduct object. If there are Tags associated with the object, they are terminated when the ProvisionedProduct object is terminated.

This operation does not delete any records associated with the ProvisionedProduct object.

You can check the status of this request using the DescribeRecord operation.

", "operationName" : "TerminateProvisionedProduct", "deprecated" : false, "input" : { "variableName" : "terminateProvisionedProductRequest", "variableType" : "TerminateProvisionedProductRequest", "variableDeclarationType" : "TerminateProvisionedProductRequest", "documentation" : "", "simpleType" : "TerminateProvisionedProductRequest", "variableSetterType" : "TerminateProvisionedProductRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "TerminateProvisionedProductResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource was not found.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "TerminateProvisionedProductResult", "asyncReturnType" : "TerminateProvisionedProductResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "terminateProvisionedProduct" }, "UpdateProvisionedProduct" : { "documentation" : "

Requests updates to the configuration of an existing ProvisionedProduct object. If there are tags associated with the object, they cannot be updated or added with this operation. Depending on the specific updates requested, this operation may update with no interruption, with some interruption, or replace the ProvisionedProduct object entirely.

You can check the status of this request using the DescribeRecord operation.

", "operationName" : "UpdateProvisionedProduct", "deprecated" : false, "input" : { "variableName" : "updateProvisionedProductRequest", "variableType" : "UpdateProvisionedProductRequest", "variableDeclarationType" : "UpdateProvisionedProductRequest", "documentation" : "", "simpleType" : "UpdateProvisionedProductRequest", "variableSetterType" : "UpdateProvisionedProductRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateProvisionedProductResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParametersException", "documentation" : "

One or more parameters provided to the operation are invalid.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource was not found.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "UpdateProvisionedProductResult", "asyncReturnType" : "UpdateProvisionedProductResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "updateProvisionedProduct" } }, "shapes" : { "RecordTag" : { "c2jName" : "RecordTag", "documentation" : "

A tag associated with the record, stored as a key-value pair.

", "shapeName" : "RecordTag", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The key for this tag.

", "name" : "Key", "c2jName" : "Key", "c2jShape" : "RecordTagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The key for this tag.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The key for this tag.

\n@param key The key for this tag.*/", "getterDocumentation" : "/**

The key for this tag.

\n@return The key for this tag.*/", "fluentSetterDocumentation" : "/**

The key for this tag.

\n@param key The key for this tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The key for this tag.

\n@param key The key for this tag.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The value for this tag.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "RecordTagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value for this tag.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value for this tag.

\n@param value The value for this tag.*/", "getterDocumentation" : "/**

The value for this tag.

\n@return The value for this tag.*/", "fluentSetterDocumentation" : "/**

The value for this tag.

\n@param value The value for this tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value for this tag.

\n@param value The value for this tag.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "recordTag", "variableType" : "RecordTag", "variableDeclarationType" : "RecordTag", "documentation" : null, "simpleType" : "RecordTag", "variableSetterType" : "RecordTag" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

The value for this tag.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "RecordTagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value for this tag.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value for this tag.

\n@param value The value for this tag.*/", "getterDocumentation" : "/**

The value for this tag.

\n@return The value for this tag.*/", "fluentSetterDocumentation" : "/**

The value for this tag.

\n@param value The value for this tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value for this tag.

\n@param value The value for this tag.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

The key for this tag.

", "name" : "Key", "c2jName" : "Key", "c2jShape" : "RecordTagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The key for this tag.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The key for this tag.

\n@param key The key for this tag.*/", "getterDocumentation" : "/**

The key for this tag.

\n@return The key for this tag.*/", "fluentSetterDocumentation" : "/**

The key for this tag.

\n@param key The key for this tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The key for this tag.

\n@param key The key for this tag.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ProvisionProductRequest" : { "c2jName" : "ProvisionProductInput", "documentation" : "", "shapeName" : "ProvisionProductRequest", "deprecated" : false, "required" : [ "ProductId", "ProvisioningArtifactId", "ProvisionedProductName", "ProvisionToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the product.

", "name" : "ProductId", "c2jName" : "ProductId", "c2jShape" : "Id", "variable" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductId", "marshallLocationName" : "ProductId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the product.

\n@param productId The identifier of the product.*/", "getterDocumentation" : "/**

The identifier of the product.

\n@return The identifier of the product.*/", "fluentSetterDocumentation" : "/**

The identifier of the product.

\n@param productId The identifier of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the product.

\n@param productId The identifier of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The provisioning artifact identifier for this product.

", "name" : "ProvisioningArtifactId", "c2jName" : "ProvisioningArtifactId", "c2jShape" : "Id", "variable" : { "variableName" : "provisioningArtifactId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The provisioning artifact identifier for this product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisioningArtifactId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisioningArtifactId", "marshallLocationName" : "ProvisioningArtifactId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.*/", "getterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@return The provisioning artifact identifier for this product.*/", "fluentSetterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

", "name" : "PathId", "c2jName" : "PathId", "c2jShape" : "Id", "variable" : { "variableName" : "pathId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PathId", "marshallLocationName" : "PathId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@param pathId The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.*/", "getterDocumentation" : "/**

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@return The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.*/", "fluentSetterDocumentation" : "/**

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@param pathId The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@param pathId The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.

", "name" : "ProvisionedProductName", "c2jName" : "ProvisionedProductName", "c2jShape" : "ProvisionedProductName", "variable" : { "variableName" : "provisionedProductName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisionedProductName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionedProductName", "marshallLocationName" : "ProvisionedProductName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.

\n@param provisionedProductName A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.*/", "getterDocumentation" : "/**

A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.

\n@return A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.*/", "fluentSetterDocumentation" : "/**

A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.

\n@param provisionedProductName A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.

\n@param provisionedProductName A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Parameters specified by the administrator that are required for provisioning the product.

", "name" : "ProvisioningParameters", "c2jName" : "ProvisioningParameters", "c2jShape" : "ProvisioningParameters", "variable" : { "variableName" : "provisioningParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Parameters specified by the administrator that are required for provisioning the product.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "provisioningParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisioningParameters", "marshallLocationName" : "ProvisioningParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ProvisioningParameter", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ProvisioningParameter", "variable" : { "variableName" : "member", "variableType" : "ProvisioningParameter", "variableDeclarationType" : "ProvisioningParameter", "documentation" : "", "simpleType" : "ProvisioningParameter", "variableSetterType" : "ProvisioningParameter" }, "setterModel" : { "variableName" : "member", "variableType" : "ProvisioningParameter", "variableDeclarationType" : "ProvisioningParameter", "documentation" : "", "simpleType" : "ProvisioningParameter", "variableSetterType" : "ProvisioningParameter" }, "getterModel" : { "returnType" : "ProvisioningParameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ProvisioningParameter", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Parameters specified by the administrator that are required for provisioning the product.

\n@param provisioningParameters Parameters specified by the administrator that are required for provisioning the product.*/", "getterDocumentation" : "/**

Parameters specified by the administrator that are required for provisioning the product.

\n@return Parameters specified by the administrator that are required for provisioning the product.*/", "fluentSetterDocumentation" : "/**

Parameters specified by the administrator that are required for provisioning the product.

\n@param provisioningParameters Parameters specified by the administrator that are required for provisioning the product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Parameters specified by the administrator that are required for provisioning the product.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setProvisioningParameters(java.util.Collection)} or {@link #withProvisioningParameters(java.util.Collection)} if you want to override the existing values.

\n@param provisioningParameters Parameters specified by the administrator that are required for provisioning the product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

(Optional) A list of tags to use as provisioning options.

", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

(Optional) A list of tags to use as provisioning options.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

(Optional) A list of tags to use as provisioning options.

\n@param tags (Optional) A list of tags to use as provisioning options.*/", "getterDocumentation" : "/**

(Optional) A list of tags to use as provisioning options.

\n@return (Optional) A list of tags to use as provisioning options.*/", "fluentSetterDocumentation" : "/**

(Optional) A list of tags to use as provisioning options.

\n@param tags (Optional) A list of tags to use as provisioning options.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) A list of tags to use as provisioning options.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags (Optional) A list of tags to use as provisioning options.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

", "name" : "NotificationArns", "c2jName" : "NotificationArns", "c2jShape" : "NotificationArns", "variable" : { "variableName" : "notificationArns", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "notificationArns", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationArns", "marshallLocationName" : "NotificationArns", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "NotificationArn", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

\n@param notificationArns Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.*/", "getterDocumentation" : "/**

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

\n@return Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.*/", "fluentSetterDocumentation" : "/**

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

\n@param notificationArns Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setNotificationArns(java.util.Collection)} or {@link #withNotificationArns(java.util.Collection)} if you want to override the existing values.

\n@param notificationArns Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An idempotency token that uniquely identifies the provisioning request.

", "name" : "ProvisionToken", "c2jName" : "ProvisionToken", "c2jShape" : "IdempotencyToken", "variable" : { "variableName" : "provisionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An idempotency token that uniquely identifies the provisioning request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionToken", "marshallLocationName" : "ProvisionToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : true, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An idempotency token that uniquely identifies the provisioning request.

\n@param provisionToken An idempotency token that uniquely identifies the provisioning request.*/", "getterDocumentation" : "/**

An idempotency token that uniquely identifies the provisioning request.

\n@return An idempotency token that uniquely identifies the provisioning request.*/", "fluentSetterDocumentation" : "/**

An idempotency token that uniquely identifies the provisioning request.

\n@param provisionToken An idempotency token that uniquely identifies the provisioning request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An idempotency token that uniquely identifies the provisioning request.

\n@param provisionToken An idempotency token that uniquely identifies the provisioning request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "provisionProductRequest", "variableType" : "ProvisionProductRequest", "variableDeclarationType" : "ProvisionProductRequest", "documentation" : null, "simpleType" : "ProvisionProductRequest", "variableSetterType" : "ProvisionProductRequest" }, "marshaller" : { "action" : "ProvisionProduct", "verb" : "POST", "target" : "AWS242ServiceCatalogService.ProvisionProduct", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PathId" : { "documentation" : "

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

", "name" : "PathId", "c2jName" : "PathId", "c2jShape" : "Id", "variable" : { "variableName" : "pathId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PathId", "marshallLocationName" : "PathId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@param pathId The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.*/", "getterDocumentation" : "/**

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@return The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.*/", "fluentSetterDocumentation" : "/**

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@param pathId The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@param pathId The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProvisioningParameters" : { "documentation" : "

Parameters specified by the administrator that are required for provisioning the product.

", "name" : "ProvisioningParameters", "c2jName" : "ProvisioningParameters", "c2jShape" : "ProvisioningParameters", "variable" : { "variableName" : "provisioningParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Parameters specified by the administrator that are required for provisioning the product.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "provisioningParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisioningParameters", "marshallLocationName" : "ProvisioningParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ProvisioningParameter", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ProvisioningParameter", "variable" : { "variableName" : "member", "variableType" : "ProvisioningParameter", "variableDeclarationType" : "ProvisioningParameter", "documentation" : "", "simpleType" : "ProvisioningParameter", "variableSetterType" : "ProvisioningParameter" }, "setterModel" : { "variableName" : "member", "variableType" : "ProvisioningParameter", "variableDeclarationType" : "ProvisioningParameter", "documentation" : "", "simpleType" : "ProvisioningParameter", "variableSetterType" : "ProvisioningParameter" }, "getterModel" : { "returnType" : "ProvisioningParameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ProvisioningParameter", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Parameters specified by the administrator that are required for provisioning the product.

\n@param provisioningParameters Parameters specified by the administrator that are required for provisioning the product.*/", "getterDocumentation" : "/**

Parameters specified by the administrator that are required for provisioning the product.

\n@return Parameters specified by the administrator that are required for provisioning the product.*/", "fluentSetterDocumentation" : "/**

Parameters specified by the administrator that are required for provisioning the product.

\n@param provisioningParameters Parameters specified by the administrator that are required for provisioning the product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Parameters specified by the administrator that are required for provisioning the product.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setProvisioningParameters(java.util.Collection)} or {@link #withProvisioningParameters(java.util.Collection)} if you want to override the existing values.

\n@param provisioningParameters Parameters specified by the administrator that are required for provisioning the product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NotificationArns" : { "documentation" : "

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

", "name" : "NotificationArns", "c2jName" : "NotificationArns", "c2jShape" : "NotificationArns", "variable" : { "variableName" : "notificationArns", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "notificationArns", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationArns", "marshallLocationName" : "NotificationArns", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "NotificationArn", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

\n@param notificationArns Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.*/", "getterDocumentation" : "/**

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

\n@return Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.*/", "fluentSetterDocumentation" : "/**

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

\n@param notificationArns Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setNotificationArns(java.util.Collection)} or {@link #withNotificationArns(java.util.Collection)} if you want to override the existing values.

\n@param notificationArns Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AcceptLanguage" : { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProductId" : { "documentation" : "

The identifier of the product.

", "name" : "ProductId", "c2jName" : "ProductId", "c2jShape" : "Id", "variable" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductId", "marshallLocationName" : "ProductId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the product.

\n@param productId The identifier of the product.*/", "getterDocumentation" : "/**

The identifier of the product.

\n@return The identifier of the product.*/", "fluentSetterDocumentation" : "/**

The identifier of the product.

\n@param productId The identifier of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the product.

\n@param productId The identifier of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProvisionToken" : { "documentation" : "

An idempotency token that uniquely identifies the provisioning request.

", "name" : "ProvisionToken", "c2jName" : "ProvisionToken", "c2jShape" : "IdempotencyToken", "variable" : { "variableName" : "provisionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An idempotency token that uniquely identifies the provisioning request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionToken", "marshallLocationName" : "ProvisionToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : true, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An idempotency token that uniquely identifies the provisioning request.

\n@param provisionToken An idempotency token that uniquely identifies the provisioning request.*/", "getterDocumentation" : "/**

An idempotency token that uniquely identifies the provisioning request.

\n@return An idempotency token that uniquely identifies the provisioning request.*/", "fluentSetterDocumentation" : "/**

An idempotency token that uniquely identifies the provisioning request.

\n@param provisionToken An idempotency token that uniquely identifies the provisioning request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An idempotency token that uniquely identifies the provisioning request.

\n@param provisionToken An idempotency token that uniquely identifies the provisioning request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

(Optional) A list of tags to use as provisioning options.

", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

(Optional) A list of tags to use as provisioning options.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

(Optional) A list of tags to use as provisioning options.

\n@param tags (Optional) A list of tags to use as provisioning options.*/", "getterDocumentation" : "/**

(Optional) A list of tags to use as provisioning options.

\n@return (Optional) A list of tags to use as provisioning options.*/", "fluentSetterDocumentation" : "/**

(Optional) A list of tags to use as provisioning options.

\n@param tags (Optional) A list of tags to use as provisioning options.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) A list of tags to use as provisioning options.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags (Optional) A list of tags to use as provisioning options.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProvisioningArtifactId" : { "documentation" : "

The provisioning artifact identifier for this product.

", "name" : "ProvisioningArtifactId", "c2jName" : "ProvisioningArtifactId", "c2jShape" : "Id", "variable" : { "variableName" : "provisioningArtifactId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The provisioning artifact identifier for this product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisioningArtifactId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisioningArtifactId", "marshallLocationName" : "ProvisioningArtifactId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.*/", "getterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@return The provisioning artifact identifier for this product.*/", "fluentSetterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProvisionedProductName" : { "documentation" : "

A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.

", "name" : "ProvisionedProductName", "c2jName" : "ProvisionedProductName", "c2jShape" : "ProvisionedProductName", "variable" : { "variableName" : "provisionedProductName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisionedProductName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionedProductName", "marshallLocationName" : "ProvisionedProductName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.

\n@param provisionedProductName A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.*/", "getterDocumentation" : "/**

A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.

\n@return A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.*/", "fluentSetterDocumentation" : "/**

A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.

\n@param provisionedProductName A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.

\n@param provisionedProductName A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeProvisioningParametersResult" : { "c2jName" : "DescribeProvisioningParametersOutput", "documentation" : "", "shapeName" : "DescribeProvisioningParametersResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.

", "name" : "ProvisioningArtifactParameters", "c2jName" : "ProvisioningArtifactParameters", "c2jShape" : "ProvisioningArtifactParameters", "variable" : { "variableName" : "provisioningArtifactParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "provisioningArtifactParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisioningArtifactParameters", "marshallLocationName" : "ProvisioningArtifactParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ProvisioningArtifactParameter", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ProvisioningArtifactParameter", "variable" : { "variableName" : "member", "variableType" : "ProvisioningArtifactParameter", "variableDeclarationType" : "ProvisioningArtifactParameter", "documentation" : "", "simpleType" : "ProvisioningArtifactParameter", "variableSetterType" : "ProvisioningArtifactParameter" }, "setterModel" : { "variableName" : "member", "variableType" : "ProvisioningArtifactParameter", "variableDeclarationType" : "ProvisioningArtifactParameter", "documentation" : "", "simpleType" : "ProvisioningArtifactParameter", "variableSetterType" : "ProvisioningArtifactParameter" }, "getterModel" : { "returnType" : "ProvisioningArtifactParameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ProvisioningArtifactParameter", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.

\n@param provisioningArtifactParameters The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.*/", "getterDocumentation" : "/**

The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.

\n@return The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.*/", "fluentSetterDocumentation" : "/**

The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.

\n@param provisioningArtifactParameters The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setProvisioningArtifactParameters(java.util.Collection)} or {@link #withProvisioningArtifactParameters(java.util.Collection)} if you want to override the existing values.

\n@param provisioningArtifactParameters The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The list of constraint summaries that apply to provisioning this product.

", "name" : "ConstraintSummaries", "c2jName" : "ConstraintSummaries", "c2jShape" : "ConstraintSummaries", "variable" : { "variableName" : "constraintSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The list of constraint summaries that apply to provisioning this product.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "constraintSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConstraintSummaries", "marshallLocationName" : "ConstraintSummaries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ConstraintSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ConstraintSummary", "variable" : { "variableName" : "member", "variableType" : "ConstraintSummary", "variableDeclarationType" : "ConstraintSummary", "documentation" : "", "simpleType" : "ConstraintSummary", "variableSetterType" : "ConstraintSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "ConstraintSummary", "variableDeclarationType" : "ConstraintSummary", "documentation" : "", "simpleType" : "ConstraintSummary", "variableSetterType" : "ConstraintSummary" }, "getterModel" : { "returnType" : "ConstraintSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ConstraintSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of constraint summaries that apply to provisioning this product.

\n@param constraintSummaries The list of constraint summaries that apply to provisioning this product.*/", "getterDocumentation" : "/**

The list of constraint summaries that apply to provisioning this product.

\n@return The list of constraint summaries that apply to provisioning this product.*/", "fluentSetterDocumentation" : "/**

The list of constraint summaries that apply to provisioning this product.

\n@param constraintSummaries The list of constraint summaries that apply to provisioning this product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of constraint summaries that apply to provisioning this product.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setConstraintSummaries(java.util.Collection)} or {@link #withConstraintSummaries(java.util.Collection)} if you want to override the existing values.

\n@param constraintSummaries The list of constraint summaries that apply to provisioning this product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.

", "name" : "UsageInstructions", "c2jName" : "UsageInstructions", "c2jShape" : "UsageInstructions", "variable" : { "variableName" : "usageInstructions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "usageInstructions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "UsageInstructions", "marshallLocationName" : "UsageInstructions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "UsageInstruction", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "UsageInstruction", "variable" : { "variableName" : "member", "variableType" : "UsageInstruction", "variableDeclarationType" : "UsageInstruction", "documentation" : "", "simpleType" : "UsageInstruction", "variableSetterType" : "UsageInstruction" }, "setterModel" : { "variableName" : "member", "variableType" : "UsageInstruction", "variableDeclarationType" : "UsageInstruction", "documentation" : "", "simpleType" : "UsageInstruction", "variableSetterType" : "UsageInstruction" }, "getterModel" : { "returnType" : "UsageInstruction", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "UsageInstruction", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.

\n@param usageInstructions Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.*/", "getterDocumentation" : "/**

Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.

\n@return Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.*/", "fluentSetterDocumentation" : "/**

Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.

\n@param usageInstructions Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setUsageInstructions(java.util.Collection)} or {@link #withUsageInstructions(java.util.Collection)} if you want to override the existing values.

\n@param usageInstructions Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeProvisioningParametersResult", "variableType" : "DescribeProvisioningParametersResult", "variableDeclarationType" : "DescribeProvisioningParametersResult", "documentation" : null, "simpleType" : "DescribeProvisioningParametersResult", "variableSetterType" : "DescribeProvisioningParametersResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "UsageInstructions" : { "documentation" : "

Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.

", "name" : "UsageInstructions", "c2jName" : "UsageInstructions", "c2jShape" : "UsageInstructions", "variable" : { "variableName" : "usageInstructions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "usageInstructions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "UsageInstructions", "marshallLocationName" : "UsageInstructions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "UsageInstruction", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "UsageInstruction", "variable" : { "variableName" : "member", "variableType" : "UsageInstruction", "variableDeclarationType" : "UsageInstruction", "documentation" : "", "simpleType" : "UsageInstruction", "variableSetterType" : "UsageInstruction" }, "setterModel" : { "variableName" : "member", "variableType" : "UsageInstruction", "variableDeclarationType" : "UsageInstruction", "documentation" : "", "simpleType" : "UsageInstruction", "variableSetterType" : "UsageInstruction" }, "getterModel" : { "returnType" : "UsageInstruction", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "UsageInstruction", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.

\n@param usageInstructions Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.*/", "getterDocumentation" : "/**

Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.

\n@return Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.*/", "fluentSetterDocumentation" : "/**

Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.

\n@param usageInstructions Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setUsageInstructions(java.util.Collection)} or {@link #withUsageInstructions(java.util.Collection)} if you want to override the existing values.

\n@param usageInstructions Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProvisioningArtifactParameters" : { "documentation" : "

The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.

", "name" : "ProvisioningArtifactParameters", "c2jName" : "ProvisioningArtifactParameters", "c2jShape" : "ProvisioningArtifactParameters", "variable" : { "variableName" : "provisioningArtifactParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "provisioningArtifactParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisioningArtifactParameters", "marshallLocationName" : "ProvisioningArtifactParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ProvisioningArtifactParameter", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ProvisioningArtifactParameter", "variable" : { "variableName" : "member", "variableType" : "ProvisioningArtifactParameter", "variableDeclarationType" : "ProvisioningArtifactParameter", "documentation" : "", "simpleType" : "ProvisioningArtifactParameter", "variableSetterType" : "ProvisioningArtifactParameter" }, "setterModel" : { "variableName" : "member", "variableType" : "ProvisioningArtifactParameter", "variableDeclarationType" : "ProvisioningArtifactParameter", "documentation" : "", "simpleType" : "ProvisioningArtifactParameter", "variableSetterType" : "ProvisioningArtifactParameter" }, "getterModel" : { "returnType" : "ProvisioningArtifactParameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ProvisioningArtifactParameter", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.

\n@param provisioningArtifactParameters The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.*/", "getterDocumentation" : "/**

The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.

\n@return The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.*/", "fluentSetterDocumentation" : "/**

The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.

\n@param provisioningArtifactParameters The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setProvisioningArtifactParameters(java.util.Collection)} or {@link #withProvisioningArtifactParameters(java.util.Collection)} if you want to override the existing values.

\n@param provisioningArtifactParameters The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConstraintSummaries" : { "documentation" : "

The list of constraint summaries that apply to provisioning this product.

", "name" : "ConstraintSummaries", "c2jName" : "ConstraintSummaries", "c2jShape" : "ConstraintSummaries", "variable" : { "variableName" : "constraintSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The list of constraint summaries that apply to provisioning this product.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "constraintSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConstraintSummaries", "marshallLocationName" : "ConstraintSummaries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ConstraintSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ConstraintSummary", "variable" : { "variableName" : "member", "variableType" : "ConstraintSummary", "variableDeclarationType" : "ConstraintSummary", "documentation" : "", "simpleType" : "ConstraintSummary", "variableSetterType" : "ConstraintSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "ConstraintSummary", "variableDeclarationType" : "ConstraintSummary", "documentation" : "", "simpleType" : "ConstraintSummary", "variableSetterType" : "ConstraintSummary" }, "getterModel" : { "returnType" : "ConstraintSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ConstraintSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of constraint summaries that apply to provisioning this product.

\n@param constraintSummaries The list of constraint summaries that apply to provisioning this product.*/", "getterDocumentation" : "/**

The list of constraint summaries that apply to provisioning this product.

\n@return The list of constraint summaries that apply to provisioning this product.*/", "fluentSetterDocumentation" : "/**

The list of constraint summaries that apply to provisioning this product.

\n@param constraintSummaries The list of constraint summaries that apply to provisioning this product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of constraint summaries that apply to provisioning this product.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setConstraintSummaries(java.util.Collection)} or {@link #withConstraintSummaries(java.util.Collection)} if you want to override the existing values.

\n@param constraintSummaries The list of constraint summaries that apply to provisioning this product.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ProductViewFilterBy" : { "c2jName" : "ProductViewFilterBy", "documentation" : "", "shapeName" : "ProductViewFilterBy", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "FullTextSearch", "value" : "FullTextSearch" }, { "name" : "Owner", "value" : "Owner" }, { "name" : "ProductType", "value" : "ProductType" } ], "variable" : { "variableName" : "productViewFilterBy", "variableType" : "ProductViewFilterBy", "variableDeclarationType" : "ProductViewFilterBy", "documentation" : null, "simpleType" : "ProductViewFilterBy", "variableSetterType" : "ProductViewFilterBy" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "LaunchPathSummary" : { "c2jName" : "LaunchPathSummary", "documentation" : "

Summary information about a path for a user to have access to a specified product.

", "shapeName" : "LaunchPathSummary", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The unique identifier of the product path.

", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier of the product path.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier of the product path.

\n@param id The unique identifier of the product path.*/", "getterDocumentation" : "/**

The unique identifier of the product path.

\n@return The unique identifier of the product path.*/", "fluentSetterDocumentation" : "/**

The unique identifier of the product path.

\n@param id The unique identifier of the product path.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique identifier of the product path.

\n@param id The unique identifier of the product path.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

List of constraints on the portfolio-product relationship.

", "name" : "ConstraintSummaries", "c2jName" : "ConstraintSummaries", "c2jShape" : "ConstraintSummaries", "variable" : { "variableName" : "constraintSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

List of constraints on the portfolio-product relationship.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "constraintSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConstraintSummaries", "marshallLocationName" : "ConstraintSummaries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ConstraintSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ConstraintSummary", "variable" : { "variableName" : "member", "variableType" : "ConstraintSummary", "variableDeclarationType" : "ConstraintSummary", "documentation" : "", "simpleType" : "ConstraintSummary", "variableSetterType" : "ConstraintSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "ConstraintSummary", "variableDeclarationType" : "ConstraintSummary", "documentation" : "", "simpleType" : "ConstraintSummary", "variableSetterType" : "ConstraintSummary" }, "getterModel" : { "returnType" : "ConstraintSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ConstraintSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of constraints on the portfolio-product relationship.

\n@param constraintSummaries List of constraints on the portfolio-product relationship.*/", "getterDocumentation" : "/**

List of constraints on the portfolio-product relationship.

\n@return List of constraints on the portfolio-product relationship.*/", "fluentSetterDocumentation" : "/**

List of constraints on the portfolio-product relationship.

\n@param constraintSummaries List of constraints on the portfolio-product relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of constraints on the portfolio-product relationship.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setConstraintSummaries(java.util.Collection)} or {@link #withConstraintSummaries(java.util.Collection)} if you want to override the existing values.

\n@param constraintSummaries List of constraints on the portfolio-product relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

List of tags used by this launch path.

", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

List of tags used by this launch path.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of tags used by this launch path.

\n@param tags List of tags used by this launch path.*/", "getterDocumentation" : "/**

List of tags used by this launch path.

\n@return List of tags used by this launch path.*/", "fluentSetterDocumentation" : "/**

List of tags used by this launch path.

\n@param tags List of tags used by this launch path.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of tags used by this launch path.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags List of tags used by this launch path.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Corresponds to the name of the portfolio to which the user was assigned.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "PortfolioName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Corresponds to the name of the portfolio to which the user was assigned.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Corresponds to the name of the portfolio to which the user was assigned.

\n@param name Corresponds to the name of the portfolio to which the user was assigned.*/", "getterDocumentation" : "/**

Corresponds to the name of the portfolio to which the user was assigned.

\n@return Corresponds to the name of the portfolio to which the user was assigned.*/", "fluentSetterDocumentation" : "/**

Corresponds to the name of the portfolio to which the user was assigned.

\n@param name Corresponds to the name of the portfolio to which the user was assigned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Corresponds to the name of the portfolio to which the user was assigned.

\n@param name Corresponds to the name of the portfolio to which the user was assigned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "launchPathSummary", "variableType" : "LaunchPathSummary", "variableDeclarationType" : "LaunchPathSummary", "documentation" : null, "simpleType" : "LaunchPathSummary", "variableSetterType" : "LaunchPathSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "

The unique identifier of the product path.

", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier of the product path.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier of the product path.

\n@param id The unique identifier of the product path.*/", "getterDocumentation" : "/**

The unique identifier of the product path.

\n@return The unique identifier of the product path.*/", "fluentSetterDocumentation" : "/**

The unique identifier of the product path.

\n@param id The unique identifier of the product path.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique identifier of the product path.

\n@param id The unique identifier of the product path.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

List of tags used by this launch path.

", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

List of tags used by this launch path.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of tags used by this launch path.

\n@param tags List of tags used by this launch path.*/", "getterDocumentation" : "/**

List of tags used by this launch path.

\n@return List of tags used by this launch path.*/", "fluentSetterDocumentation" : "/**

List of tags used by this launch path.

\n@param tags List of tags used by this launch path.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of tags used by this launch path.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags List of tags used by this launch path.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConstraintSummaries" : { "documentation" : "

List of constraints on the portfolio-product relationship.

", "name" : "ConstraintSummaries", "c2jName" : "ConstraintSummaries", "c2jShape" : "ConstraintSummaries", "variable" : { "variableName" : "constraintSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

List of constraints on the portfolio-product relationship.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "constraintSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConstraintSummaries", "marshallLocationName" : "ConstraintSummaries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ConstraintSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ConstraintSummary", "variable" : { "variableName" : "member", "variableType" : "ConstraintSummary", "variableDeclarationType" : "ConstraintSummary", "documentation" : "", "simpleType" : "ConstraintSummary", "variableSetterType" : "ConstraintSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "ConstraintSummary", "variableDeclarationType" : "ConstraintSummary", "documentation" : "", "simpleType" : "ConstraintSummary", "variableSetterType" : "ConstraintSummary" }, "getterModel" : { "returnType" : "ConstraintSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ConstraintSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of constraints on the portfolio-product relationship.

\n@param constraintSummaries List of constraints on the portfolio-product relationship.*/", "getterDocumentation" : "/**

List of constraints on the portfolio-product relationship.

\n@return List of constraints on the portfolio-product relationship.*/", "fluentSetterDocumentation" : "/**

List of constraints on the portfolio-product relationship.

\n@param constraintSummaries List of constraints on the portfolio-product relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of constraints on the portfolio-product relationship.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setConstraintSummaries(java.util.Collection)} or {@link #withConstraintSummaries(java.util.Collection)} if you want to override the existing values.

\n@param constraintSummaries List of constraints on the portfolio-product relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

Corresponds to the name of the portfolio to which the user was assigned.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "PortfolioName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Corresponds to the name of the portfolio to which the user was assigned.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Corresponds to the name of the portfolio to which the user was assigned.

\n@param name Corresponds to the name of the portfolio to which the user was assigned.*/", "getterDocumentation" : "/**

Corresponds to the name of the portfolio to which the user was assigned.

\n@return Corresponds to the name of the portfolio to which the user was assigned.*/", "fluentSetterDocumentation" : "/**

Corresponds to the name of the portfolio to which the user was assigned.

\n@param name Corresponds to the name of the portfolio to which the user was assigned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Corresponds to the name of the portfolio to which the user was assigned.

\n@param name Corresponds to the name of the portfolio to which the user was assigned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RecordOutput" : { "c2jName" : "RecordOutput", "documentation" : "

An output for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.

", "shapeName" : "RecordOutput", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The output key.

", "name" : "OutputKey", "c2jName" : "OutputKey", "c2jShape" : "OutputKey", "variable" : { "variableName" : "outputKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The output key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputKey", "marshallLocationName" : "OutputKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The output key.

\n@param outputKey The output key.*/", "getterDocumentation" : "/**

The output key.

\n@return The output key.*/", "fluentSetterDocumentation" : "/**

The output key.

\n@param outputKey The output key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The output key.

\n@param outputKey The output key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The output value.

", "name" : "OutputValue", "c2jName" : "OutputValue", "c2jShape" : "OutputValue", "variable" : { "variableName" : "outputValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The output value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputValue", "marshallLocationName" : "OutputValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The output value.

\n@param outputValue The output value.*/", "getterDocumentation" : "/**

The output value.

\n@return The output value.*/", "fluentSetterDocumentation" : "/**

The output value.

\n@param outputValue The output value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The output value.

\n@param outputValue The output value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The text description of the output.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The text description of the output.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The text description of the output.

\n@param description The text description of the output.*/", "getterDocumentation" : "/**

The text description of the output.

\n@return The text description of the output.*/", "fluentSetterDocumentation" : "/**

The text description of the output.

\n@param description The text description of the output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The text description of the output.

\n@param description The text description of the output.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "recordOutput", "variableType" : "RecordOutput", "variableDeclarationType" : "RecordOutput", "documentation" : null, "simpleType" : "RecordOutput", "variableSetterType" : "RecordOutput" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The text description of the output.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The text description of the output.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The text description of the output.

\n@param description The text description of the output.*/", "getterDocumentation" : "/**

The text description of the output.

\n@return The text description of the output.*/", "fluentSetterDocumentation" : "/**

The text description of the output.

\n@param description The text description of the output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The text description of the output.

\n@param description The text description of the output.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OutputKey" : { "documentation" : "

The output key.

", "name" : "OutputKey", "c2jName" : "OutputKey", "c2jShape" : "OutputKey", "variable" : { "variableName" : "outputKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The output key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputKey", "marshallLocationName" : "OutputKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The output key.

\n@param outputKey The output key.*/", "getterDocumentation" : "/**

The output key.

\n@return The output key.*/", "fluentSetterDocumentation" : "/**

The output key.

\n@param outputKey The output key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The output key.

\n@param outputKey The output key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OutputValue" : { "documentation" : "

The output value.

", "name" : "OutputValue", "c2jName" : "OutputValue", "c2jShape" : "OutputValue", "variable" : { "variableName" : "outputValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The output value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputValue", "marshallLocationName" : "OutputValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The output value.

\n@param outputValue The output value.*/", "getterDocumentation" : "/**

The output value.

\n@return The output value.*/", "fluentSetterDocumentation" : "/**

The output value.

\n@param outputValue The output value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The output value.

\n@param outputValue The output value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeRecordResult" : { "c2jName" : "DescribeRecordOutput", "documentation" : "", "shapeName" : "DescribeRecordResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Detailed record information for the specified product.

", "name" : "RecordDetail", "c2jName" : "RecordDetail", "c2jShape" : "RecordDetail", "variable" : { "variableName" : "recordDetail", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "

Detailed record information for the specified product.

", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "setterModel" : { "variableName" : "recordDetail", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "getterModel" : { "returnType" : "RecordDetail", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordDetail", "marshallLocationName" : "RecordDetail", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Detailed record information for the specified product.

\n@param recordDetail Detailed record information for the specified product.*/", "getterDocumentation" : "/**

Detailed record information for the specified product.

\n@return Detailed record information for the specified product.*/", "fluentSetterDocumentation" : "/**

Detailed record information for the specified product.

\n@param recordDetail Detailed record information for the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Detailed record information for the specified product.

\n@param recordDetail Detailed record information for the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.

", "name" : "RecordOutputs", "c2jName" : "RecordOutputs", "c2jShape" : "RecordOutputs", "variable" : { "variableName" : "recordOutputs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "recordOutputs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordOutputs", "marshallLocationName" : "RecordOutputs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecordOutput", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecordOutput", "variable" : { "variableName" : "member", "variableType" : "RecordOutput", "variableDeclarationType" : "RecordOutput", "documentation" : "", "simpleType" : "RecordOutput", "variableSetterType" : "RecordOutput" }, "setterModel" : { "variableName" : "member", "variableType" : "RecordOutput", "variableDeclarationType" : "RecordOutput", "documentation" : "", "simpleType" : "RecordOutput", "variableSetterType" : "RecordOutput" }, "getterModel" : { "returnType" : "RecordOutput", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RecordOutput", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.

\n@param recordOutputs A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.*/", "getterDocumentation" : "/**

A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.

\n@return A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.*/", "fluentSetterDocumentation" : "/**

A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.

\n@param recordOutputs A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRecordOutputs(java.util.Collection)} or {@link #withRecordOutputs(java.util.Collection)} if you want to override the existing values.

\n@param recordOutputs A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "name" : "NextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextPageToken", "marshallLocationName" : "NextPageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "fluentSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeRecordResult", "variableType" : "DescribeRecordResult", "variableDeclarationType" : "DescribeRecordResult", "documentation" : null, "simpleType" : "DescribeRecordResult", "variableSetterType" : "DescribeRecordResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RecordOutputs" : { "documentation" : "

A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.

", "name" : "RecordOutputs", "c2jName" : "RecordOutputs", "c2jShape" : "RecordOutputs", "variable" : { "variableName" : "recordOutputs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "recordOutputs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordOutputs", "marshallLocationName" : "RecordOutputs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecordOutput", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecordOutput", "variable" : { "variableName" : "member", "variableType" : "RecordOutput", "variableDeclarationType" : "RecordOutput", "documentation" : "", "simpleType" : "RecordOutput", "variableSetterType" : "RecordOutput" }, "setterModel" : { "variableName" : "member", "variableType" : "RecordOutput", "variableDeclarationType" : "RecordOutput", "documentation" : "", "simpleType" : "RecordOutput", "variableSetterType" : "RecordOutput" }, "getterModel" : { "returnType" : "RecordOutput", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RecordOutput", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.

\n@param recordOutputs A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.*/", "getterDocumentation" : "/**

A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.

\n@return A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.*/", "fluentSetterDocumentation" : "/**

A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.

\n@param recordOutputs A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRecordOutputs(java.util.Collection)} or {@link #withRecordOutputs(java.util.Collection)} if you want to override the existing values.

\n@param recordOutputs A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextPageToken" : { "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "name" : "NextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextPageToken", "marshallLocationName" : "NextPageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "fluentSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RecordDetail" : { "documentation" : "

Detailed record information for the specified product.

", "name" : "RecordDetail", "c2jName" : "RecordDetail", "c2jShape" : "RecordDetail", "variable" : { "variableName" : "recordDetail", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "

Detailed record information for the specified product.

", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "setterModel" : { "variableName" : "recordDetail", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "getterModel" : { "returnType" : "RecordDetail", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordDetail", "marshallLocationName" : "RecordDetail", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Detailed record information for the specified product.

\n@param recordDetail Detailed record information for the specified product.*/", "getterDocumentation" : "/**

Detailed record information for the specified product.

\n@return Detailed record information for the specified product.*/", "fluentSetterDocumentation" : "/**

Detailed record information for the specified product.

\n@param recordDetail Detailed record information for the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Detailed record information for the specified product.

\n@param recordDetail Detailed record information for the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TerminateProvisionedProductResult" : { "c2jName" : "TerminateProvisionedProductOutput", "documentation" : "", "shapeName" : "TerminateProvisionedProductResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

", "name" : "RecordDetail", "c2jName" : "RecordDetail", "c2jShape" : "RecordDetail", "variable" : { "variableName" : "recordDetail", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "

The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "setterModel" : { "variableName" : "recordDetail", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "getterModel" : { "returnType" : "RecordDetail", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordDetail", "marshallLocationName" : "RecordDetail", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

\n@param recordDetail The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.*/", "getterDocumentation" : "/**

The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

\n@return The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.*/", "fluentSetterDocumentation" : "/**

The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

\n@param recordDetail The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

\n@param recordDetail The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "terminateProvisionedProductResult", "variableType" : "TerminateProvisionedProductResult", "variableDeclarationType" : "TerminateProvisionedProductResult", "documentation" : null, "simpleType" : "TerminateProvisionedProductResult", "variableSetterType" : "TerminateProvisionedProductResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RecordDetail" : { "documentation" : "

The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

", "name" : "RecordDetail", "c2jName" : "RecordDetail", "c2jShape" : "RecordDetail", "variable" : { "variableName" : "recordDetail", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "

The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "setterModel" : { "variableName" : "recordDetail", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "getterModel" : { "returnType" : "RecordDetail", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordDetail", "marshallLocationName" : "RecordDetail", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

\n@param recordDetail The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.*/", "getterDocumentation" : "/**

The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

\n@return The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.*/", "fluentSetterDocumentation" : "/**

The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

\n@param recordDetail The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

\n@param recordDetail The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeProductViewResult" : { "c2jName" : "DescribeProductViewOutput", "documentation" : "", "shapeName" : "DescribeProductViewResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The summary metadata about the specified product.

", "name" : "ProductViewSummary", "c2jName" : "ProductViewSummary", "c2jShape" : "ProductViewSummary", "variable" : { "variableName" : "productViewSummary", "variableType" : "ProductViewSummary", "variableDeclarationType" : "ProductViewSummary", "documentation" : "

The summary metadata about the specified product.

", "simpleType" : "ProductViewSummary", "variableSetterType" : "ProductViewSummary" }, "setterModel" : { "variableName" : "productViewSummary", "variableType" : "ProductViewSummary", "variableDeclarationType" : "ProductViewSummary", "documentation" : "", "simpleType" : "ProductViewSummary", "variableSetterType" : "ProductViewSummary" }, "getterModel" : { "returnType" : "ProductViewSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductViewSummary", "marshallLocationName" : "ProductViewSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The summary metadata about the specified product.

\n@param productViewSummary The summary metadata about the specified product.*/", "getterDocumentation" : "/**

The summary metadata about the specified product.

\n@return The summary metadata about the specified product.*/", "fluentSetterDocumentation" : "/**

The summary metadata about the specified product.

\n@param productViewSummary The summary metadata about the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The summary metadata about the specified product.

\n@param productViewSummary The summary metadata about the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.

", "name" : "ProvisioningArtifacts", "c2jName" : "ProvisioningArtifacts", "c2jShape" : "ProvisioningArtifacts", "variable" : { "variableName" : "provisioningArtifacts", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "provisioningArtifacts", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisioningArtifacts", "marshallLocationName" : "ProvisioningArtifacts", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ProvisioningArtifact", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ProvisioningArtifact", "variable" : { "variableName" : "member", "variableType" : "ProvisioningArtifact", "variableDeclarationType" : "ProvisioningArtifact", "documentation" : "", "simpleType" : "ProvisioningArtifact", "variableSetterType" : "ProvisioningArtifact" }, "setterModel" : { "variableName" : "member", "variableType" : "ProvisioningArtifact", "variableDeclarationType" : "ProvisioningArtifact", "documentation" : "", "simpleType" : "ProvisioningArtifact", "variableSetterType" : "ProvisioningArtifact" }, "getterModel" : { "returnType" : "ProvisioningArtifact", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ProvisioningArtifact", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.

\n@param provisioningArtifacts A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.*/", "getterDocumentation" : "/**

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.

\n@return A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.*/", "fluentSetterDocumentation" : "/**

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.

\n@param provisioningArtifacts A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setProvisioningArtifacts(java.util.Collection)} or {@link #withProvisioningArtifacts(java.util.Collection)} if you want to override the existing values.

\n@param provisioningArtifacts A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeProductViewResult", "variableType" : "DescribeProductViewResult", "variableDeclarationType" : "DescribeProductViewResult", "documentation" : null, "simpleType" : "DescribeProductViewResult", "variableSetterType" : "DescribeProductViewResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ProvisioningArtifacts" : { "documentation" : "

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.

", "name" : "ProvisioningArtifacts", "c2jName" : "ProvisioningArtifacts", "c2jShape" : "ProvisioningArtifacts", "variable" : { "variableName" : "provisioningArtifacts", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "provisioningArtifacts", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisioningArtifacts", "marshallLocationName" : "ProvisioningArtifacts", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ProvisioningArtifact", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ProvisioningArtifact", "variable" : { "variableName" : "member", "variableType" : "ProvisioningArtifact", "variableDeclarationType" : "ProvisioningArtifact", "documentation" : "", "simpleType" : "ProvisioningArtifact", "variableSetterType" : "ProvisioningArtifact" }, "setterModel" : { "variableName" : "member", "variableType" : "ProvisioningArtifact", "variableDeclarationType" : "ProvisioningArtifact", "documentation" : "", "simpleType" : "ProvisioningArtifact", "variableSetterType" : "ProvisioningArtifact" }, "getterModel" : { "returnType" : "ProvisioningArtifact", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ProvisioningArtifact", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.

\n@param provisioningArtifacts A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.*/", "getterDocumentation" : "/**

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.

\n@return A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.*/", "fluentSetterDocumentation" : "/**

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.

\n@param provisioningArtifacts A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setProvisioningArtifacts(java.util.Collection)} or {@link #withProvisioningArtifacts(java.util.Collection)} if you want to override the existing values.

\n@param provisioningArtifacts A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProductViewSummary" : { "documentation" : "

The summary metadata about the specified product.

", "name" : "ProductViewSummary", "c2jName" : "ProductViewSummary", "c2jShape" : "ProductViewSummary", "variable" : { "variableName" : "productViewSummary", "variableType" : "ProductViewSummary", "variableDeclarationType" : "ProductViewSummary", "documentation" : "

The summary metadata about the specified product.

", "simpleType" : "ProductViewSummary", "variableSetterType" : "ProductViewSummary" }, "setterModel" : { "variableName" : "productViewSummary", "variableType" : "ProductViewSummary", "variableDeclarationType" : "ProductViewSummary", "documentation" : "", "simpleType" : "ProductViewSummary", "variableSetterType" : "ProductViewSummary" }, "getterModel" : { "returnType" : "ProductViewSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductViewSummary", "marshallLocationName" : "ProductViewSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The summary metadata about the specified product.

\n@param productViewSummary The summary metadata about the specified product.*/", "getterDocumentation" : "/**

The summary metadata about the specified product.

\n@return The summary metadata about the specified product.*/", "fluentSetterDocumentation" : "/**

The summary metadata about the specified product.

\n@param productViewSummary The summary metadata about the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The summary metadata about the specified product.

\n@param productViewSummary The summary metadata about the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListRecordHistorySearchFilter" : { "c2jName" : "ListRecordHistorySearchFilter", "documentation" : "

The search filter to limit results when listing request history records.

", "shapeName" : "ListRecordHistorySearchFilter", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The filter key.

", "name" : "Key", "c2jName" : "Key", "c2jShape" : "SearchFilterKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The filter key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The filter key.

\n@param key The filter key.*/", "getterDocumentation" : "/**

The filter key.

\n@return The filter key.*/", "fluentSetterDocumentation" : "/**

The filter key.

\n@param key The filter key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The filter key.

\n@param key The filter key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The filter value for Key.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "SearchFilterValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The filter value for Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The filter value for Key.

\n@param value The filter value for Key.*/", "getterDocumentation" : "/**

The filter value for Key.

\n@return The filter value for Key.*/", "fluentSetterDocumentation" : "/**

The filter value for Key.

\n@param value The filter value for Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The filter value for Key.

\n@param value The filter value for Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listRecordHistorySearchFilter", "variableType" : "ListRecordHistorySearchFilter", "variableDeclarationType" : "ListRecordHistorySearchFilter", "documentation" : null, "simpleType" : "ListRecordHistorySearchFilter", "variableSetterType" : "ListRecordHistorySearchFilter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

The filter value for Key.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "SearchFilterValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The filter value for Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The filter value for Key.

\n@param value The filter value for Key.*/", "getterDocumentation" : "/**

The filter value for Key.

\n@return The filter value for Key.*/", "fluentSetterDocumentation" : "/**

The filter value for Key.

\n@param value The filter value for Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The filter value for Key.

\n@param value The filter value for Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

The filter key.

", "name" : "Key", "c2jName" : "Key", "c2jShape" : "SearchFilterKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The filter key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The filter key.

\n@param key The filter key.*/", "getterDocumentation" : "/**

The filter key.

\n@return The filter key.*/", "fluentSetterDocumentation" : "/**

The filter key.

\n@param key The filter key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The filter key.

\n@param key The filter key.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ProvisionedProductDetail" : { "c2jName" : "ProvisionedProductDetail", "documentation" : "

Detailed information about a ProvisionedProduct object.

", "shapeName" : "ProvisionedProductDetail", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The user-friendly name of the ProvisionedProduct object.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ProvisionedProductNameOrArn", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The user-friendly name of the ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The user-friendly name of the ProvisionedProduct object.

\n@param name The user-friendly name of the ProvisionedProduct object.*/", "getterDocumentation" : "/**

The user-friendly name of the ProvisionedProduct object.

\n@return The user-friendly name of the ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

The user-friendly name of the ProvisionedProduct object.

\n@param name The user-friendly name of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The user-friendly name of the ProvisionedProduct object.

\n@param name The user-friendly name of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ARN associated with the ProvisionedProduct object.

", "name" : "Arn", "c2jName" : "Arn", "c2jShape" : "ProvisionedProductNameOrArn", "variable" : { "variableName" : "arn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN associated with the ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "arn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Arn", "marshallLocationName" : "Arn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ARN associated with the ProvisionedProduct object.

\n@param arn The ARN associated with the ProvisionedProduct object.*/", "getterDocumentation" : "/**

The ARN associated with the ProvisionedProduct object.

\n@return The ARN associated with the ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

The ARN associated with the ProvisionedProduct object.

\n@param arn The ARN associated with the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN associated with the ProvisionedProduct object.

\n@param arn The ARN associated with the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The type of the ProvisionedProduct object.

", "name" : "Type", "c2jName" : "Type", "c2jShape" : "ProvisionedProductType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of the ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of the ProvisionedProduct object.

\n@param type The type of the ProvisionedProduct object.*/", "getterDocumentation" : "/**

The type of the ProvisionedProduct object.

\n@return The type of the ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

The type of the ProvisionedProduct object.

\n@param type The type of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type of the ProvisionedProduct object.

\n@param type The type of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the ProvisionedProduct object.

", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ProvisionedProductId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@param id The identifier of the ProvisionedProduct object.*/", "getterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@return The identifier of the ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@param id The identifier of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@param id The identifier of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The current status of the ProvisionedProduct.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "RecordStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The current status of the ProvisionedProduct.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RecordStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current status of the ProvisionedProduct.

\n@param status The current status of the ProvisionedProduct.\n@see RecordStatus*/", "getterDocumentation" : "/**

The current status of the ProvisionedProduct.

\n@return The current status of the ProvisionedProduct.\n@see RecordStatus*/", "fluentSetterDocumentation" : "/**

The current status of the ProvisionedProduct.

\n@param status The current status of the ProvisionedProduct.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordStatus*/", "varargSetterDocumentation" : "/**

The current status of the ProvisionedProduct.

\n@param status The current status of the ProvisionedProduct.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordStatus*/" }, { "documentation" : "

The current status message of the ProvisionedProduct.

", "name" : "StatusMessage", "c2jName" : "StatusMessage", "c2jShape" : "ProvisionedProductStatusMessage", "variable" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The current status message of the ProvisionedProduct.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatusMessage", "marshallLocationName" : "StatusMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current status message of the ProvisionedProduct.

\n@param statusMessage The current status message of the ProvisionedProduct.*/", "getterDocumentation" : "/**

The current status message of the ProvisionedProduct.

\n@return The current status message of the ProvisionedProduct.*/", "fluentSetterDocumentation" : "/**

The current status message of the ProvisionedProduct.

\n@param statusMessage The current status message of the ProvisionedProduct.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current status message of the ProvisionedProduct.

\n@param statusMessage The current status message of the ProvisionedProduct.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time the ProvisionedProduct was created.

", "name" : "CreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "CreatedTime", "variable" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time the ProvisionedProduct was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreatedTime", "marshallLocationName" : "CreatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time the ProvisionedProduct was created.

\n@param createdTime The time the ProvisionedProduct was created.*/", "getterDocumentation" : "/**

The time the ProvisionedProduct was created.

\n@return The time the ProvisionedProduct was created.*/", "fluentSetterDocumentation" : "/**

The time the ProvisionedProduct was created.

\n@param createdTime The time the ProvisionedProduct was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time the ProvisionedProduct was created.

\n@param createdTime The time the ProvisionedProduct was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An idempotency token that uniquely identifies this ProvisionedProduct.

", "name" : "IdempotencyToken", "c2jName" : "IdempotencyToken", "c2jShape" : "IdempotencyToken", "variable" : { "variableName" : "idempotencyToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An idempotency token that uniquely identifies this ProvisionedProduct.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "idempotencyToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdempotencyToken", "marshallLocationName" : "IdempotencyToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An idempotency token that uniquely identifies this ProvisionedProduct.

\n@param idempotencyToken An idempotency token that uniquely identifies this ProvisionedProduct.*/", "getterDocumentation" : "/**

An idempotency token that uniquely identifies this ProvisionedProduct.

\n@return An idempotency token that uniquely identifies this ProvisionedProduct.*/", "fluentSetterDocumentation" : "/**

An idempotency token that uniquely identifies this ProvisionedProduct.

\n@param idempotencyToken An idempotency token that uniquely identifies this ProvisionedProduct.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An idempotency token that uniquely identifies this ProvisionedProduct.

\n@param idempotencyToken An idempotency token that uniquely identifies this ProvisionedProduct.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The record identifier of the last request performed on this ProvisionedProduct object.

", "name" : "LastRecordId", "c2jName" : "LastRecordId", "c2jShape" : "LastRequestId", "variable" : { "variableName" : "lastRecordId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The record identifier of the last request performed on this ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastRecordId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastRecordId", "marshallLocationName" : "LastRecordId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The record identifier of the last request performed on this ProvisionedProduct object.

\n@param lastRecordId The record identifier of the last request performed on this ProvisionedProduct object.*/", "getterDocumentation" : "/**

The record identifier of the last request performed on this ProvisionedProduct object.

\n@return The record identifier of the last request performed on this ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

The record identifier of the last request performed on this ProvisionedProduct object.

\n@param lastRecordId The record identifier of the last request performed on this ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The record identifier of the last request performed on this ProvisionedProduct object.

\n@param lastRecordId The record identifier of the last request performed on this ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "provisionedProductDetail", "variableType" : "ProvisionedProductDetail", "variableDeclarationType" : "ProvisionedProductDetail", "documentation" : null, "simpleType" : "ProvisionedProductDetail", "variableSetterType" : "ProvisionedProductDetail" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The current status of the ProvisionedProduct.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "RecordStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The current status of the ProvisionedProduct.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RecordStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current status of the ProvisionedProduct.

\n@param status The current status of the ProvisionedProduct.\n@see RecordStatus*/", "getterDocumentation" : "/**

The current status of the ProvisionedProduct.

\n@return The current status of the ProvisionedProduct.\n@see RecordStatus*/", "fluentSetterDocumentation" : "/**

The current status of the ProvisionedProduct.

\n@param status The current status of the ProvisionedProduct.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordStatus*/", "varargSetterDocumentation" : "/**

The current status of the ProvisionedProduct.

\n@param status The current status of the ProvisionedProduct.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordStatus*/" }, "IdempotencyToken" : { "documentation" : "

An idempotency token that uniquely identifies this ProvisionedProduct.

", "name" : "IdempotencyToken", "c2jName" : "IdempotencyToken", "c2jShape" : "IdempotencyToken", "variable" : { "variableName" : "idempotencyToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An idempotency token that uniquely identifies this ProvisionedProduct.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "idempotencyToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdempotencyToken", "marshallLocationName" : "IdempotencyToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An idempotency token that uniquely identifies this ProvisionedProduct.

\n@param idempotencyToken An idempotency token that uniquely identifies this ProvisionedProduct.*/", "getterDocumentation" : "/**

An idempotency token that uniquely identifies this ProvisionedProduct.

\n@return An idempotency token that uniquely identifies this ProvisionedProduct.*/", "fluentSetterDocumentation" : "/**

An idempotency token that uniquely identifies this ProvisionedProduct.

\n@param idempotencyToken An idempotency token that uniquely identifies this ProvisionedProduct.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An idempotency token that uniquely identifies this ProvisionedProduct.

\n@param idempotencyToken An idempotency token that uniquely identifies this ProvisionedProduct.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Type" : { "documentation" : "

The type of the ProvisionedProduct object.

", "name" : "Type", "c2jName" : "Type", "c2jShape" : "ProvisionedProductType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of the ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of the ProvisionedProduct object.

\n@param type The type of the ProvisionedProduct object.*/", "getterDocumentation" : "/**

The type of the ProvisionedProduct object.

\n@return The type of the ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

The type of the ProvisionedProduct object.

\n@param type The type of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type of the ProvisionedProduct object.

\n@param type The type of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedTime" : { "documentation" : "

The time the ProvisionedProduct was created.

", "name" : "CreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "CreatedTime", "variable" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time the ProvisionedProduct was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreatedTime", "marshallLocationName" : "CreatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time the ProvisionedProduct was created.

\n@param createdTime The time the ProvisionedProduct was created.*/", "getterDocumentation" : "/**

The time the ProvisionedProduct was created.

\n@return The time the ProvisionedProduct was created.*/", "fluentSetterDocumentation" : "/**

The time the ProvisionedProduct was created.

\n@param createdTime The time the ProvisionedProduct was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time the ProvisionedProduct was created.

\n@param createdTime The time the ProvisionedProduct was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastRecordId" : { "documentation" : "

The record identifier of the last request performed on this ProvisionedProduct object.

", "name" : "LastRecordId", "c2jName" : "LastRecordId", "c2jShape" : "LastRequestId", "variable" : { "variableName" : "lastRecordId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The record identifier of the last request performed on this ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastRecordId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastRecordId", "marshallLocationName" : "LastRecordId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The record identifier of the last request performed on this ProvisionedProduct object.

\n@param lastRecordId The record identifier of the last request performed on this ProvisionedProduct object.*/", "getterDocumentation" : "/**

The record identifier of the last request performed on this ProvisionedProduct object.

\n@return The record identifier of the last request performed on this ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

The record identifier of the last request performed on this ProvisionedProduct object.

\n@param lastRecordId The record identifier of the last request performed on this ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The record identifier of the last request performed on this ProvisionedProduct object.

\n@param lastRecordId The record identifier of the last request performed on this ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The identifier of the ProvisionedProduct object.

", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ProvisionedProductId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@param id The identifier of the ProvisionedProduct object.*/", "getterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@return The identifier of the ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@param id The identifier of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@param id The identifier of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Arn" : { "documentation" : "

The ARN associated with the ProvisionedProduct object.

", "name" : "Arn", "c2jName" : "Arn", "c2jShape" : "ProvisionedProductNameOrArn", "variable" : { "variableName" : "arn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN associated with the ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "arn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Arn", "marshallLocationName" : "Arn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ARN associated with the ProvisionedProduct object.

\n@param arn The ARN associated with the ProvisionedProduct object.*/", "getterDocumentation" : "/**

The ARN associated with the ProvisionedProduct object.

\n@return The ARN associated with the ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

The ARN associated with the ProvisionedProduct object.

\n@param arn The ARN associated with the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN associated with the ProvisionedProduct object.

\n@param arn The ARN associated with the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The user-friendly name of the ProvisionedProduct object.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ProvisionedProductNameOrArn", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The user-friendly name of the ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The user-friendly name of the ProvisionedProduct object.

\n@param name The user-friendly name of the ProvisionedProduct object.*/", "getterDocumentation" : "/**

The user-friendly name of the ProvisionedProduct object.

\n@return The user-friendly name of the ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

The user-friendly name of the ProvisionedProduct object.

\n@param name The user-friendly name of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The user-friendly name of the ProvisionedProduct object.

\n@param name The user-friendly name of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusMessage" : { "documentation" : "

The current status message of the ProvisionedProduct.

", "name" : "StatusMessage", "c2jName" : "StatusMessage", "c2jShape" : "ProvisionedProductStatusMessage", "variable" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The current status message of the ProvisionedProduct.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatusMessage", "marshallLocationName" : "StatusMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current status message of the ProvisionedProduct.

\n@param statusMessage The current status message of the ProvisionedProduct.*/", "getterDocumentation" : "/**

The current status message of the ProvisionedProduct.

\n@return The current status message of the ProvisionedProduct.*/", "fluentSetterDocumentation" : "/**

The current status message of the ProvisionedProduct.

\n@param statusMessage The current status message of the ProvisionedProduct.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current status message of the ProvisionedProduct.

\n@param statusMessage The current status message of the ProvisionedProduct.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ScanProvisionedProductsResult" : { "c2jName" : "ScanProvisionedProductsOutput", "documentation" : "", "shapeName" : "ScanProvisionedProductsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A list of ProvisionedProduct detail objects.

", "name" : "ProvisionedProducts", "c2jName" : "ProvisionedProducts", "c2jShape" : "ProvisionedProductDetails", "variable" : { "variableName" : "provisionedProducts", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of ProvisionedProduct detail objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "provisionedProducts", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionedProducts", "marshallLocationName" : "ProvisionedProducts", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ProvisionedProductDetail", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ProvisionedProductDetail", "variable" : { "variableName" : "member", "variableType" : "ProvisionedProductDetail", "variableDeclarationType" : "ProvisionedProductDetail", "documentation" : "", "simpleType" : "ProvisionedProductDetail", "variableSetterType" : "ProvisionedProductDetail" }, "setterModel" : { "variableName" : "member", "variableType" : "ProvisionedProductDetail", "variableDeclarationType" : "ProvisionedProductDetail", "documentation" : "", "simpleType" : "ProvisionedProductDetail", "variableSetterType" : "ProvisionedProductDetail" }, "getterModel" : { "returnType" : "ProvisionedProductDetail", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ProvisionedProductDetail", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of ProvisionedProduct detail objects.

\n@param provisionedProducts A list of ProvisionedProduct detail objects.*/", "getterDocumentation" : "/**

A list of ProvisionedProduct detail objects.

\n@return A list of ProvisionedProduct detail objects.*/", "fluentSetterDocumentation" : "/**

A list of ProvisionedProduct detail objects.

\n@param provisionedProducts A list of ProvisionedProduct detail objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of ProvisionedProduct detail objects.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setProvisionedProducts(java.util.Collection)} or {@link #withProvisionedProducts(java.util.Collection)} if you want to override the existing values.

\n@param provisionedProducts A list of ProvisionedProduct detail objects.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "name" : "NextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextPageToken", "marshallLocationName" : "NextPageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "fluentSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "scanProvisionedProductsResult", "variableType" : "ScanProvisionedProductsResult", "variableDeclarationType" : "ScanProvisionedProductsResult", "documentation" : null, "simpleType" : "ScanProvisionedProductsResult", "variableSetterType" : "ScanProvisionedProductsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ProvisionedProducts" : { "documentation" : "

A list of ProvisionedProduct detail objects.

", "name" : "ProvisionedProducts", "c2jName" : "ProvisionedProducts", "c2jShape" : "ProvisionedProductDetails", "variable" : { "variableName" : "provisionedProducts", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of ProvisionedProduct detail objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "provisionedProducts", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionedProducts", "marshallLocationName" : "ProvisionedProducts", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ProvisionedProductDetail", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ProvisionedProductDetail", "variable" : { "variableName" : "member", "variableType" : "ProvisionedProductDetail", "variableDeclarationType" : "ProvisionedProductDetail", "documentation" : "", "simpleType" : "ProvisionedProductDetail", "variableSetterType" : "ProvisionedProductDetail" }, "setterModel" : { "variableName" : "member", "variableType" : "ProvisionedProductDetail", "variableDeclarationType" : "ProvisionedProductDetail", "documentation" : "", "simpleType" : "ProvisionedProductDetail", "variableSetterType" : "ProvisionedProductDetail" }, "getterModel" : { "returnType" : "ProvisionedProductDetail", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ProvisionedProductDetail", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of ProvisionedProduct detail objects.

\n@param provisionedProducts A list of ProvisionedProduct detail objects.*/", "getterDocumentation" : "/**

A list of ProvisionedProduct detail objects.

\n@return A list of ProvisionedProduct detail objects.*/", "fluentSetterDocumentation" : "/**

A list of ProvisionedProduct detail objects.

\n@param provisionedProducts A list of ProvisionedProduct detail objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of ProvisionedProduct detail objects.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setProvisionedProducts(java.util.Collection)} or {@link #withProvisionedProducts(java.util.Collection)} if you want to override the existing values.

\n@param provisionedProducts A list of ProvisionedProduct detail objects.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextPageToken" : { "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "name" : "NextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextPageToken", "marshallLocationName" : "NextPageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "fluentSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeProvisioningParametersRequest" : { "c2jName" : "DescribeProvisioningParametersInput", "documentation" : "", "shapeName" : "DescribeProvisioningParametersRequest", "deprecated" : false, "required" : [ "ProductId", "ProvisioningArtifactId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the product.

", "name" : "ProductId", "c2jName" : "ProductId", "c2jShape" : "Id", "variable" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductId", "marshallLocationName" : "ProductId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the product.

\n@param productId The identifier of the product.*/", "getterDocumentation" : "/**

The identifier of the product.

\n@return The identifier of the product.*/", "fluentSetterDocumentation" : "/**

The identifier of the product.

\n@param productId The identifier of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the product.

\n@param productId The identifier of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The provisioning artifact identifier for this product.

", "name" : "ProvisioningArtifactId", "c2jName" : "ProvisioningArtifactId", "c2jShape" : "Id", "variable" : { "variableName" : "provisioningArtifactId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The provisioning artifact identifier for this product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisioningArtifactId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisioningArtifactId", "marshallLocationName" : "ProvisioningArtifactId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.*/", "getterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@return The provisioning artifact identifier for this product.*/", "fluentSetterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

", "name" : "PathId", "c2jName" : "PathId", "c2jShape" : "Id", "variable" : { "variableName" : "pathId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PathId", "marshallLocationName" : "PathId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@param pathId The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.*/", "getterDocumentation" : "/**

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@return The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.*/", "fluentSetterDocumentation" : "/**

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@param pathId The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@param pathId The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeProvisioningParametersRequest", "variableType" : "DescribeProvisioningParametersRequest", "variableDeclarationType" : "DescribeProvisioningParametersRequest", "documentation" : null, "simpleType" : "DescribeProvisioningParametersRequest", "variableSetterType" : "DescribeProvisioningParametersRequest" }, "marshaller" : { "action" : "DescribeProvisioningParameters", "verb" : "POST", "target" : "AWS242ServiceCatalogService.DescribeProvisioningParameters", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PathId" : { "documentation" : "

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

", "name" : "PathId", "c2jName" : "PathId", "c2jShape" : "Id", "variable" : { "variableName" : "pathId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PathId", "marshallLocationName" : "PathId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@param pathId The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.*/", "getterDocumentation" : "/**

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@return The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.*/", "fluentSetterDocumentation" : "/**

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@param pathId The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@param pathId The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AcceptLanguage" : { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProductId" : { "documentation" : "

The identifier of the product.

", "name" : "ProductId", "c2jName" : "ProductId", "c2jShape" : "Id", "variable" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductId", "marshallLocationName" : "ProductId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the product.

\n@param productId The identifier of the product.*/", "getterDocumentation" : "/**

The identifier of the product.

\n@return The identifier of the product.*/", "fluentSetterDocumentation" : "/**

The identifier of the product.

\n@param productId The identifier of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the product.

\n@param productId The identifier of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProvisioningArtifactId" : { "documentation" : "

The provisioning artifact identifier for this product.

", "name" : "ProvisioningArtifactId", "c2jName" : "ProvisioningArtifactId", "c2jShape" : "Id", "variable" : { "variableName" : "provisioningArtifactId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The provisioning artifact identifier for this product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisioningArtifactId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisioningArtifactId", "marshallLocationName" : "ProvisioningArtifactId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.*/", "getterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@return The provisioning artifact identifier for this product.*/", "fluentSetterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SearchProductsResult" : { "c2jName" : "SearchProductsOutput", "documentation" : "", "shapeName" : "SearchProductsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A list of the product view summary objects.

", "name" : "ProductViewSummaries", "c2jName" : "ProductViewSummaries", "c2jShape" : "ProductViewSummaries", "variable" : { "variableName" : "productViewSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of the product view summary objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "productViewSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductViewSummaries", "marshallLocationName" : "ProductViewSummaries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ProductViewSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ProductViewSummary", "variable" : { "variableName" : "member", "variableType" : "ProductViewSummary", "variableDeclarationType" : "ProductViewSummary", "documentation" : "", "simpleType" : "ProductViewSummary", "variableSetterType" : "ProductViewSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "ProductViewSummary", "variableDeclarationType" : "ProductViewSummary", "documentation" : "", "simpleType" : "ProductViewSummary", "variableSetterType" : "ProductViewSummary" }, "getterModel" : { "returnType" : "ProductViewSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ProductViewSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of the product view summary objects.

\n@param productViewSummaries A list of the product view summary objects.*/", "getterDocumentation" : "/**

A list of the product view summary objects.

\n@return A list of the product view summary objects.*/", "fluentSetterDocumentation" : "/**

A list of the product view summary objects.

\n@param productViewSummaries A list of the product view summary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of the product view summary objects.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setProductViewSummaries(java.util.Collection)} or {@link #withProductViewSummaries(java.util.Collection)} if you want to override the existing values.

\n@param productViewSummaries A list of the product view summary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of the product view aggregation value objects.

", "name" : "ProductViewAggregations", "c2jName" : "ProductViewAggregations", "c2jShape" : "ProductViewAggregations", "variable" : { "variableName" : "productViewAggregations", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "

A list of the product view aggregation value objects.

", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "setterModel" : { "variableName" : "productViewAggregations", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductViewAggregations", "marshallLocationName" : "ProductViewAggregations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "java.util.List", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "ProductViewAggregationValues", "variable" : { "variableName" : "value", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "value", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ProductViewAggregationValue", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ProductViewAggregationValue", "variable" : { "variableName" : "member", "variableType" : "ProductViewAggregationValue", "variableDeclarationType" : "ProductViewAggregationValue", "documentation" : "", "simpleType" : "ProductViewAggregationValue", "variableSetterType" : "ProductViewAggregationValue" }, "setterModel" : { "variableName" : "member", "variableType" : "ProductViewAggregationValue", "variableDeclarationType" : "ProductViewAggregationValue", "documentation" : "", "simpleType" : "ProductViewAggregationValue", "variableSetterType" : "ProductViewAggregationValue" }, "getterModel" : { "returnType" : "ProductViewAggregationValue", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ProductViewAggregationValue", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setValue(java.util.Collection)} or {@link #withValue(java.util.Collection)} if you want to override the existing values.

\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map>", "templateImplType" : "java.util.HashMap>", "keySimple" : true, "valueSimple" : false, "valueList" : true, "entryType" : "Map.Entry>" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A list of the product view aggregation value objects.

\n@param productViewAggregations A list of the product view aggregation value objects.*/", "getterDocumentation" : "/**

A list of the product view aggregation value objects.

\n@return A list of the product view aggregation value objects.*/", "fluentSetterDocumentation" : "/**

A list of the product view aggregation value objects.

\n@param productViewAggregations A list of the product view aggregation value objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of the product view aggregation value objects.

\n@param productViewAggregations A list of the product view aggregation value objects.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "name" : "NextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextPageToken", "marshallLocationName" : "NextPageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "fluentSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "searchProductsResult", "variableType" : "SearchProductsResult", "variableDeclarationType" : "SearchProductsResult", "documentation" : null, "simpleType" : "SearchProductsResult", "variableSetterType" : "SearchProductsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextPageToken" : { "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "name" : "NextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextPageToken", "marshallLocationName" : "NextPageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "fluentSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProductViewAggregations" : { "documentation" : "

A list of the product view aggregation value objects.

", "name" : "ProductViewAggregations", "c2jName" : "ProductViewAggregations", "c2jShape" : "ProductViewAggregations", "variable" : { "variableName" : "productViewAggregations", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "

A list of the product view aggregation value objects.

", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "setterModel" : { "variableName" : "productViewAggregations", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductViewAggregations", "marshallLocationName" : "ProductViewAggregations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "java.util.List", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "ProductViewAggregationValues", "variable" : { "variableName" : "value", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "value", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ProductViewAggregationValue", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ProductViewAggregationValue", "variable" : { "variableName" : "member", "variableType" : "ProductViewAggregationValue", "variableDeclarationType" : "ProductViewAggregationValue", "documentation" : "", "simpleType" : "ProductViewAggregationValue", "variableSetterType" : "ProductViewAggregationValue" }, "setterModel" : { "variableName" : "member", "variableType" : "ProductViewAggregationValue", "variableDeclarationType" : "ProductViewAggregationValue", "documentation" : "", "simpleType" : "ProductViewAggregationValue", "variableSetterType" : "ProductViewAggregationValue" }, "getterModel" : { "returnType" : "ProductViewAggregationValue", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ProductViewAggregationValue", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setValue(java.util.Collection)} or {@link #withValue(java.util.Collection)} if you want to override the existing values.

\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map>", "templateImplType" : "java.util.HashMap>", "keySimple" : true, "valueSimple" : false, "valueList" : true, "entryType" : "Map.Entry>" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A list of the product view aggregation value objects.

\n@param productViewAggregations A list of the product view aggregation value objects.*/", "getterDocumentation" : "/**

A list of the product view aggregation value objects.

\n@return A list of the product view aggregation value objects.*/", "fluentSetterDocumentation" : "/**

A list of the product view aggregation value objects.

\n@param productViewAggregations A list of the product view aggregation value objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of the product view aggregation value objects.

\n@param productViewAggregations A list of the product view aggregation value objects.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProductViewSummaries" : { "documentation" : "

A list of the product view summary objects.

", "name" : "ProductViewSummaries", "c2jName" : "ProductViewSummaries", "c2jShape" : "ProductViewSummaries", "variable" : { "variableName" : "productViewSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of the product view summary objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "productViewSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductViewSummaries", "marshallLocationName" : "ProductViewSummaries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ProductViewSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ProductViewSummary", "variable" : { "variableName" : "member", "variableType" : "ProductViewSummary", "variableDeclarationType" : "ProductViewSummary", "documentation" : "", "simpleType" : "ProductViewSummary", "variableSetterType" : "ProductViewSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "ProductViewSummary", "variableDeclarationType" : "ProductViewSummary", "documentation" : "", "simpleType" : "ProductViewSummary", "variableSetterType" : "ProductViewSummary" }, "getterModel" : { "returnType" : "ProductViewSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ProductViewSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of the product view summary objects.

\n@param productViewSummaries A list of the product view summary objects.*/", "getterDocumentation" : "/**

A list of the product view summary objects.

\n@return A list of the product view summary objects.*/", "fluentSetterDocumentation" : "/**

A list of the product view summary objects.

\n@param productViewSummaries A list of the product view summary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of the product view summary objects.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setProductViewSummaries(java.util.Collection)} or {@link #withProductViewSummaries(java.util.Collection)} if you want to override the existing values.

\n@param productViewSummaries A list of the product view summary objects.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RecordError" : { "c2jName" : "RecordError", "documentation" : "

The error code and description resulting from an operation.

", "shapeName" : "RecordError", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The numeric value of the error.

", "name" : "Code", "c2jName" : "Code", "c2jShape" : "ErrorCode", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The numeric value of the error.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Code", "marshallLocationName" : "Code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The numeric value of the error.

\n@param code The numeric value of the error.*/", "getterDocumentation" : "/**

The numeric value of the error.

\n@return The numeric value of the error.*/", "fluentSetterDocumentation" : "/**

The numeric value of the error.

\n@param code The numeric value of the error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The numeric value of the error.

\n@param code The numeric value of the error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The text description of the error.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "ErrorDescription", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The text description of the error.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The text description of the error.

\n@param description The text description of the error.*/", "getterDocumentation" : "/**

The text description of the error.

\n@return The text description of the error.*/", "fluentSetterDocumentation" : "/**

The text description of the error.

\n@param description The text description of the error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The text description of the error.

\n@param description The text description of the error.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "recordError", "variableType" : "RecordError", "variableDeclarationType" : "RecordError", "documentation" : null, "simpleType" : "RecordError", "variableSetterType" : "RecordError" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The text description of the error.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "ErrorDescription", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The text description of the error.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The text description of the error.

\n@param description The text description of the error.*/", "getterDocumentation" : "/**

The text description of the error.

\n@return The text description of the error.*/", "fluentSetterDocumentation" : "/**

The text description of the error.

\n@param description The text description of the error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The text description of the error.

\n@param description The text description of the error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Code" : { "documentation" : "

The numeric value of the error.

", "name" : "Code", "c2jName" : "Code", "c2jShape" : "ErrorCode", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The numeric value of the error.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Code", "marshallLocationName" : "Code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The numeric value of the error.

\n@param code The numeric value of the error.*/", "getterDocumentation" : "/**

The numeric value of the error.

\n@return The numeric value of the error.*/", "fluentSetterDocumentation" : "/**

The numeric value of the error.

\n@param code The numeric value of the error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The numeric value of the error.

\n@param code The numeric value of the error.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListLaunchPathsRequest" : { "c2jName" : "ListLaunchPathsInput", "documentation" : "", "shapeName" : "ListLaunchPathsRequest", "deprecated" : false, "required" : [ "ProductId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Identifies the product for which to retrieve LaunchPathSummaries information.

", "name" : "ProductId", "c2jName" : "ProductId", "c2jShape" : "Id", "variable" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Identifies the product for which to retrieve LaunchPathSummaries information.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductId", "marshallLocationName" : "ProductId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Identifies the product for which to retrieve LaunchPathSummaries information.

\n@param productId Identifies the product for which to retrieve LaunchPathSummaries information.*/", "getterDocumentation" : "/**

Identifies the product for which to retrieve LaunchPathSummaries information.

\n@return Identifies the product for which to retrieve LaunchPathSummaries information.*/", "fluentSetterDocumentation" : "/**

Identifies the product for which to retrieve LaunchPathSummaries information.

\n@param productId Identifies the product for which to retrieve LaunchPathSummaries information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Identifies the product for which to retrieve LaunchPathSummaries information.

\n@param productId Identifies the product for which to retrieve LaunchPathSummaries information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "name" : "PageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageSize", "marshallLocationName" : "PageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "getterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@return The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "fluentSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "name" : "PageToken", "c2jName" : "PageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageToken", "marshallLocationName" : "PageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "getterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@return The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "fluentSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listLaunchPathsRequest", "variableType" : "ListLaunchPathsRequest", "variableDeclarationType" : "ListLaunchPathsRequest", "documentation" : null, "simpleType" : "ListLaunchPathsRequest", "variableSetterType" : "ListLaunchPathsRequest" }, "marshaller" : { "action" : "ListLaunchPaths", "verb" : "POST", "target" : "AWS242ServiceCatalogService.ListLaunchPaths", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PageSize" : { "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "name" : "PageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageSize", "marshallLocationName" : "PageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "getterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@return The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "fluentSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AcceptLanguage" : { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PageToken" : { "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "name" : "PageToken", "c2jName" : "PageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageToken", "marshallLocationName" : "PageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "getterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@return The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "fluentSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProductId" : { "documentation" : "

Identifies the product for which to retrieve LaunchPathSummaries information.

", "name" : "ProductId", "c2jName" : "ProductId", "c2jShape" : "Id", "variable" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Identifies the product for which to retrieve LaunchPathSummaries information.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductId", "marshallLocationName" : "ProductId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Identifies the product for which to retrieve LaunchPathSummaries information.

\n@param productId Identifies the product for which to retrieve LaunchPathSummaries information.*/", "getterDocumentation" : "/**

Identifies the product for which to retrieve LaunchPathSummaries information.

\n@return Identifies the product for which to retrieve LaunchPathSummaries information.*/", "fluentSetterDocumentation" : "/**

Identifies the product for which to retrieve LaunchPathSummaries information.

\n@param productId Identifies the product for which to retrieve LaunchPathSummaries information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Identifies the product for which to retrieve LaunchPathSummaries information.

\n@param productId Identifies the product for which to retrieve LaunchPathSummaries information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ProvisioningParameter" : { "c2jName" : "ProvisioningParameter", "documentation" : "

The arameter key/value pairs used to provision a product.

", "shapeName" : "ProvisioningParameter", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

", "name" : "Key", "c2jName" : "Key", "c2jShape" : "ParameterKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

\n@param key The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.*/", "getterDocumentation" : "/**

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

\n@return The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.*/", "fluentSetterDocumentation" : "/**

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

\n@param key The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

\n@param key The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "ParameterValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.

\n@param value The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.*/", "getterDocumentation" : "/**

The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.

\n@return The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.*/", "fluentSetterDocumentation" : "/**

The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.

\n@param value The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.

\n@param value The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "provisioningParameter", "variableType" : "ProvisioningParameter", "variableDeclarationType" : "ProvisioningParameter", "documentation" : null, "simpleType" : "ProvisioningParameter", "variableSetterType" : "ProvisioningParameter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "ParameterValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.

\n@param value The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.*/", "getterDocumentation" : "/**

The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.

\n@return The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.*/", "fluentSetterDocumentation" : "/**

The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.

\n@param value The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.

\n@param value The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

", "name" : "Key", "c2jName" : "Key", "c2jShape" : "ParameterKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

\n@param key The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.*/", "getterDocumentation" : "/**

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

\n@return The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.*/", "fluentSetterDocumentation" : "/**

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

\n@param key The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

\n@param key The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RecordDetail" : { "c2jName" : "RecordDetail", "documentation" : "

The full details of a specific ProvisionedProduct object.

", "shapeName" : "RecordDetail", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the ProvisionedProduct object record.

", "name" : "RecordId", "c2jName" : "RecordId", "c2jShape" : "Id", "variable" : { "variableName" : "recordId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ProvisionedProduct object record.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "recordId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordId", "marshallLocationName" : "RecordId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ProvisionedProduct object record.

\n@param recordId The identifier of the ProvisionedProduct object record.*/", "getterDocumentation" : "/**

The identifier of the ProvisionedProduct object record.

\n@return The identifier of the ProvisionedProduct object record.*/", "fluentSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object record.

\n@param recordId The identifier of the ProvisionedProduct object record.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object record.

\n@param recordId The identifier of the ProvisionedProduct object record.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The user-friendly name of the ProvisionedProduct object.

", "name" : "ProvisionedProductName", "c2jName" : "ProvisionedProductName", "c2jShape" : "ProvisionedProductName", "variable" : { "variableName" : "provisionedProductName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The user-friendly name of the ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisionedProductName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionedProductName", "marshallLocationName" : "ProvisionedProductName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The user-friendly name of the ProvisionedProduct object.

\n@param provisionedProductName The user-friendly name of the ProvisionedProduct object.*/", "getterDocumentation" : "/**

The user-friendly name of the ProvisionedProduct object.

\n@return The user-friendly name of the ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

The user-friendly name of the ProvisionedProduct object.

\n@param provisionedProductName The user-friendly name of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The user-friendly name of the ProvisionedProduct object.

\n@param provisionedProductName The user-friendly name of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of the ProvisionedProduct object.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "RecordStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RecordStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the ProvisionedProduct object.

\n@param status The status of the ProvisionedProduct object.\n@see RecordStatus*/", "getterDocumentation" : "/**

The status of the ProvisionedProduct object.

\n@return The status of the ProvisionedProduct object.\n@see RecordStatus*/", "fluentSetterDocumentation" : "/**

The status of the ProvisionedProduct object.

\n@param status The status of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordStatus*/", "varargSetterDocumentation" : "/**

The status of the ProvisionedProduct object.

\n@param status The status of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordStatus*/" }, { "documentation" : "

The time when the record for the ProvisionedProduct object was created.

", "name" : "CreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "CreatedTime", "variable" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time when the record for the ProvisionedProduct object was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreatedTime", "marshallLocationName" : "CreatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time when the record for the ProvisionedProduct object was created.

\n@param createdTime The time when the record for the ProvisionedProduct object was created.*/", "getterDocumentation" : "/**

The time when the record for the ProvisionedProduct object was created.

\n@return The time when the record for the ProvisionedProduct object was created.*/", "fluentSetterDocumentation" : "/**

The time when the record for the ProvisionedProduct object was created.

\n@param createdTime The time when the record for the ProvisionedProduct object was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time when the record for the ProvisionedProduct object was created.

\n@param createdTime The time when the record for the ProvisionedProduct object was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time when the record for the ProvisionedProduct object was last updated.

", "name" : "UpdatedTime", "c2jName" : "UpdatedTime", "c2jShape" : "UpdatedTime", "variable" : { "variableName" : "updatedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time when the record for the ProvisionedProduct object was last updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "updatedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "UpdatedTime", "marshallLocationName" : "UpdatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time when the record for the ProvisionedProduct object was last updated.

\n@param updatedTime The time when the record for the ProvisionedProduct object was last updated.*/", "getterDocumentation" : "/**

The time when the record for the ProvisionedProduct object was last updated.

\n@return The time when the record for the ProvisionedProduct object was last updated.*/", "fluentSetterDocumentation" : "/**

The time when the record for the ProvisionedProduct object was last updated.

\n@param updatedTime The time when the record for the ProvisionedProduct object was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time when the record for the ProvisionedProduct object was last updated.

\n@param updatedTime The time when the record for the ProvisionedProduct object was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The type of the ProvisionedProduct object.

", "name" : "ProvisionedProductType", "c2jName" : "ProvisionedProductType", "c2jShape" : "ProvisionedProductType", "variable" : { "variableName" : "provisionedProductType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of the ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisionedProductType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionedProductType", "marshallLocationName" : "ProvisionedProductType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of the ProvisionedProduct object.

\n@param provisionedProductType The type of the ProvisionedProduct object.*/", "getterDocumentation" : "/**

The type of the ProvisionedProduct object.

\n@return The type of the ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

The type of the ProvisionedProduct object.

\n@param provisionedProductType The type of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type of the ProvisionedProduct object.

\n@param provisionedProductType The type of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The record type for this record.

", "name" : "RecordType", "c2jName" : "RecordType", "c2jShape" : "RecordType", "variable" : { "variableName" : "recordType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The record type for this record.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "recordType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordType", "marshallLocationName" : "RecordType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The record type for this record.

\n@param recordType The record type for this record.*/", "getterDocumentation" : "/**

The record type for this record.

\n@return The record type for this record.*/", "fluentSetterDocumentation" : "/**

The record type for this record.

\n@param recordType The record type for this record.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The record type for this record.

\n@param recordType The record type for this record.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the ProvisionedProduct object.

", "name" : "ProvisionedProductId", "c2jName" : "ProvisionedProductId", "c2jShape" : "Id", "variable" : { "variableName" : "provisionedProductId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisionedProductId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionedProductId", "marshallLocationName" : "ProvisionedProductId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@param provisionedProductId The identifier of the ProvisionedProduct object.*/", "getterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@return The identifier of the ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@param provisionedProductId The identifier of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@param provisionedProductId The identifier of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the product.

", "name" : "ProductId", "c2jName" : "ProductId", "c2jShape" : "Id", "variable" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductId", "marshallLocationName" : "ProductId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the product.

\n@param productId The identifier of the product.*/", "getterDocumentation" : "/**

The identifier of the product.

\n@return The identifier of the product.*/", "fluentSetterDocumentation" : "/**

The identifier of the product.

\n@param productId The identifier of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the product.

\n@param productId The identifier of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The provisioning artifact identifier for this product.

", "name" : "ProvisioningArtifactId", "c2jName" : "ProvisioningArtifactId", "c2jShape" : "Id", "variable" : { "variableName" : "provisioningArtifactId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The provisioning artifact identifier for this product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisioningArtifactId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisioningArtifactId", "marshallLocationName" : "ProvisioningArtifactId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.*/", "getterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@return The provisioning artifact identifier for this product.*/", "fluentSetterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the path for this product's provisioning.

", "name" : "PathId", "c2jName" : "PathId", "c2jShape" : "Id", "variable" : { "variableName" : "pathId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the path for this product's provisioning.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PathId", "marshallLocationName" : "PathId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the path for this product's provisioning.

\n@param pathId The identifier of the path for this product's provisioning.*/", "getterDocumentation" : "/**

The identifier of the path for this product's provisioning.

\n@return The identifier of the path for this product's provisioning.*/", "fluentSetterDocumentation" : "/**

The identifier of the path for this product's provisioning.

\n@param pathId The identifier of the path for this product's provisioning.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the path for this product's provisioning.

\n@param pathId The identifier of the path for this product's provisioning.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of errors that occurred while processing the request.

", "name" : "RecordErrors", "c2jName" : "RecordErrors", "c2jShape" : "RecordErrors", "variable" : { "variableName" : "recordErrors", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of errors that occurred while processing the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "recordErrors", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordErrors", "marshallLocationName" : "RecordErrors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecordError", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecordError", "variable" : { "variableName" : "member", "variableType" : "RecordError", "variableDeclarationType" : "RecordError", "documentation" : "", "simpleType" : "RecordError", "variableSetterType" : "RecordError" }, "setterModel" : { "variableName" : "member", "variableType" : "RecordError", "variableDeclarationType" : "RecordError", "documentation" : "", "simpleType" : "RecordError", "variableSetterType" : "RecordError" }, "getterModel" : { "returnType" : "RecordError", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RecordError", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of errors that occurred while processing the request.

\n@param recordErrors A list of errors that occurred while processing the request.*/", "getterDocumentation" : "/**

A list of errors that occurred while processing the request.

\n@return A list of errors that occurred while processing the request.*/", "fluentSetterDocumentation" : "/**

A list of errors that occurred while processing the request.

\n@param recordErrors A list of errors that occurred while processing the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of errors that occurred while processing the request.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRecordErrors(java.util.Collection)} or {@link #withRecordErrors(java.util.Collection)} if you want to override the existing values.

\n@param recordErrors A list of errors that occurred while processing the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

List of tags associated with this record.

", "name" : "RecordTags", "c2jName" : "RecordTags", "c2jShape" : "RecordTags", "variable" : { "variableName" : "recordTags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

List of tags associated with this record.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "recordTags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordTags", "marshallLocationName" : "RecordTags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecordTag", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecordTag", "variable" : { "variableName" : "member", "variableType" : "RecordTag", "variableDeclarationType" : "RecordTag", "documentation" : "", "simpleType" : "RecordTag", "variableSetterType" : "RecordTag" }, "setterModel" : { "variableName" : "member", "variableType" : "RecordTag", "variableDeclarationType" : "RecordTag", "documentation" : "", "simpleType" : "RecordTag", "variableSetterType" : "RecordTag" }, "getterModel" : { "returnType" : "RecordTag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RecordTag", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of tags associated with this record.

\n@param recordTags List of tags associated with this record.*/", "getterDocumentation" : "/**

List of tags associated with this record.

\n@return List of tags associated with this record.*/", "fluentSetterDocumentation" : "/**

List of tags associated with this record.

\n@param recordTags List of tags associated with this record.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of tags associated with this record.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRecordTags(java.util.Collection)} or {@link #withRecordTags(java.util.Collection)} if you want to override the existing values.

\n@param recordTags List of tags associated with this record.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "recordDetail", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : null, "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The status of the ProvisionedProduct object.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "RecordStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RecordStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the ProvisionedProduct object.

\n@param status The status of the ProvisionedProduct object.\n@see RecordStatus*/", "getterDocumentation" : "/**

The status of the ProvisionedProduct object.

\n@return The status of the ProvisionedProduct object.\n@see RecordStatus*/", "fluentSetterDocumentation" : "/**

The status of the ProvisionedProduct object.

\n@param status The status of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordStatus*/", "varargSetterDocumentation" : "/**

The status of the ProvisionedProduct object.

\n@param status The status of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordStatus*/" }, "CreatedTime" : { "documentation" : "

The time when the record for the ProvisionedProduct object was created.

", "name" : "CreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "CreatedTime", "variable" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time when the record for the ProvisionedProduct object was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreatedTime", "marshallLocationName" : "CreatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time when the record for the ProvisionedProduct object was created.

\n@param createdTime The time when the record for the ProvisionedProduct object was created.*/", "getterDocumentation" : "/**

The time when the record for the ProvisionedProduct object was created.

\n@return The time when the record for the ProvisionedProduct object was created.*/", "fluentSetterDocumentation" : "/**

The time when the record for the ProvisionedProduct object was created.

\n@param createdTime The time when the record for the ProvisionedProduct object was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time when the record for the ProvisionedProduct object was created.

\n@param createdTime The time when the record for the ProvisionedProduct object was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProvisionedProductType" : { "documentation" : "

The type of the ProvisionedProduct object.

", "name" : "ProvisionedProductType", "c2jName" : "ProvisionedProductType", "c2jShape" : "ProvisionedProductType", "variable" : { "variableName" : "provisionedProductType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of the ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisionedProductType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionedProductType", "marshallLocationName" : "ProvisionedProductType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of the ProvisionedProduct object.

\n@param provisionedProductType The type of the ProvisionedProduct object.*/", "getterDocumentation" : "/**

The type of the ProvisionedProduct object.

\n@return The type of the ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

The type of the ProvisionedProduct object.

\n@param provisionedProductType The type of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type of the ProvisionedProduct object.

\n@param provisionedProductType The type of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProductId" : { "documentation" : "

The identifier of the product.

", "name" : "ProductId", "c2jName" : "ProductId", "c2jShape" : "Id", "variable" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductId", "marshallLocationName" : "ProductId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the product.

\n@param productId The identifier of the product.*/", "getterDocumentation" : "/**

The identifier of the product.

\n@return The identifier of the product.*/", "fluentSetterDocumentation" : "/**

The identifier of the product.

\n@param productId The identifier of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the product.

\n@param productId The identifier of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PathId" : { "documentation" : "

The identifier of the path for this product's provisioning.

", "name" : "PathId", "c2jName" : "PathId", "c2jShape" : "Id", "variable" : { "variableName" : "pathId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the path for this product's provisioning.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PathId", "marshallLocationName" : "PathId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the path for this product's provisioning.

\n@param pathId The identifier of the path for this product's provisioning.*/", "getterDocumentation" : "/**

The identifier of the path for this product's provisioning.

\n@return The identifier of the path for this product's provisioning.*/", "fluentSetterDocumentation" : "/**

The identifier of the path for this product's provisioning.

\n@param pathId The identifier of the path for this product's provisioning.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the path for this product's provisioning.

\n@param pathId The identifier of the path for this product's provisioning.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RecordType" : { "documentation" : "

The record type for this record.

", "name" : "RecordType", "c2jName" : "RecordType", "c2jShape" : "RecordType", "variable" : { "variableName" : "recordType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The record type for this record.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "recordType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordType", "marshallLocationName" : "RecordType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The record type for this record.

\n@param recordType The record type for this record.*/", "getterDocumentation" : "/**

The record type for this record.

\n@return The record type for this record.*/", "fluentSetterDocumentation" : "/**

The record type for this record.

\n@param recordType The record type for this record.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The record type for this record.

\n@param recordType The record type for this record.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RecordTags" : { "documentation" : "

List of tags associated with this record.

", "name" : "RecordTags", "c2jName" : "RecordTags", "c2jShape" : "RecordTags", "variable" : { "variableName" : "recordTags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

List of tags associated with this record.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "recordTags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordTags", "marshallLocationName" : "RecordTags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecordTag", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecordTag", "variable" : { "variableName" : "member", "variableType" : "RecordTag", "variableDeclarationType" : "RecordTag", "documentation" : "", "simpleType" : "RecordTag", "variableSetterType" : "RecordTag" }, "setterModel" : { "variableName" : "member", "variableType" : "RecordTag", "variableDeclarationType" : "RecordTag", "documentation" : "", "simpleType" : "RecordTag", "variableSetterType" : "RecordTag" }, "getterModel" : { "returnType" : "RecordTag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RecordTag", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of tags associated with this record.

\n@param recordTags List of tags associated with this record.*/", "getterDocumentation" : "/**

List of tags associated with this record.

\n@return List of tags associated with this record.*/", "fluentSetterDocumentation" : "/**

List of tags associated with this record.

\n@param recordTags List of tags associated with this record.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of tags associated with this record.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRecordTags(java.util.Collection)} or {@link #withRecordTags(java.util.Collection)} if you want to override the existing values.

\n@param recordTags List of tags associated with this record.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProvisionedProductId" : { "documentation" : "

The identifier of the ProvisionedProduct object.

", "name" : "ProvisionedProductId", "c2jName" : "ProvisionedProductId", "c2jShape" : "Id", "variable" : { "variableName" : "provisionedProductId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisionedProductId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionedProductId", "marshallLocationName" : "ProvisionedProductId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@param provisionedProductId The identifier of the ProvisionedProduct object.*/", "getterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@return The identifier of the ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@param provisionedProductId The identifier of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@param provisionedProductId The identifier of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RecordId" : { "documentation" : "

The identifier of the ProvisionedProduct object record.

", "name" : "RecordId", "c2jName" : "RecordId", "c2jShape" : "Id", "variable" : { "variableName" : "recordId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ProvisionedProduct object record.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "recordId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordId", "marshallLocationName" : "RecordId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ProvisionedProduct object record.

\n@param recordId The identifier of the ProvisionedProduct object record.*/", "getterDocumentation" : "/**

The identifier of the ProvisionedProduct object record.

\n@return The identifier of the ProvisionedProduct object record.*/", "fluentSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object record.

\n@param recordId The identifier of the ProvisionedProduct object record.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object record.

\n@param recordId The identifier of the ProvisionedProduct object record.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UpdatedTime" : { "documentation" : "

The time when the record for the ProvisionedProduct object was last updated.

", "name" : "UpdatedTime", "c2jName" : "UpdatedTime", "c2jShape" : "UpdatedTime", "variable" : { "variableName" : "updatedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time when the record for the ProvisionedProduct object was last updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "updatedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "UpdatedTime", "marshallLocationName" : "UpdatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time when the record for the ProvisionedProduct object was last updated.

\n@param updatedTime The time when the record for the ProvisionedProduct object was last updated.*/", "getterDocumentation" : "/**

The time when the record for the ProvisionedProduct object was last updated.

\n@return The time when the record for the ProvisionedProduct object was last updated.*/", "fluentSetterDocumentation" : "/**

The time when the record for the ProvisionedProduct object was last updated.

\n@param updatedTime The time when the record for the ProvisionedProduct object was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time when the record for the ProvisionedProduct object was last updated.

\n@param updatedTime The time when the record for the ProvisionedProduct object was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProvisionedProductName" : { "documentation" : "

The user-friendly name of the ProvisionedProduct object.

", "name" : "ProvisionedProductName", "c2jName" : "ProvisionedProductName", "c2jShape" : "ProvisionedProductName", "variable" : { "variableName" : "provisionedProductName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The user-friendly name of the ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisionedProductName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionedProductName", "marshallLocationName" : "ProvisionedProductName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The user-friendly name of the ProvisionedProduct object.

\n@param provisionedProductName The user-friendly name of the ProvisionedProduct object.*/", "getterDocumentation" : "/**

The user-friendly name of the ProvisionedProduct object.

\n@return The user-friendly name of the ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

The user-friendly name of the ProvisionedProduct object.

\n@param provisionedProductName The user-friendly name of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The user-friendly name of the ProvisionedProduct object.

\n@param provisionedProductName The user-friendly name of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProvisioningArtifactId" : { "documentation" : "

The provisioning artifact identifier for this product.

", "name" : "ProvisioningArtifactId", "c2jName" : "ProvisioningArtifactId", "c2jShape" : "Id", "variable" : { "variableName" : "provisioningArtifactId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The provisioning artifact identifier for this product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisioningArtifactId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisioningArtifactId", "marshallLocationName" : "ProvisioningArtifactId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.*/", "getterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@return The provisioning artifact identifier for this product.*/", "fluentSetterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RecordErrors" : { "documentation" : "

A list of errors that occurred while processing the request.

", "name" : "RecordErrors", "c2jName" : "RecordErrors", "c2jShape" : "RecordErrors", "variable" : { "variableName" : "recordErrors", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of errors that occurred while processing the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "recordErrors", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordErrors", "marshallLocationName" : "RecordErrors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecordError", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecordError", "variable" : { "variableName" : "member", "variableType" : "RecordError", "variableDeclarationType" : "RecordError", "documentation" : "", "simpleType" : "RecordError", "variableSetterType" : "RecordError" }, "setterModel" : { "variableName" : "member", "variableType" : "RecordError", "variableDeclarationType" : "RecordError", "documentation" : "", "simpleType" : "RecordError", "variableSetterType" : "RecordError" }, "getterModel" : { "returnType" : "RecordError", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RecordError", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of errors that occurred while processing the request.

\n@param recordErrors A list of errors that occurred while processing the request.*/", "getterDocumentation" : "/**

A list of errors that occurred while processing the request.

\n@return A list of errors that occurred while processing the request.*/", "fluentSetterDocumentation" : "/**

A list of errors that occurred while processing the request.

\n@param recordErrors A list of errors that occurred while processing the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of errors that occurred while processing the request.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRecordErrors(java.util.Collection)} or {@link #withRecordErrors(java.util.Collection)} if you want to override the existing values.

\n@param recordErrors A list of errors that occurred while processing the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ProductViewSortBy" : { "c2jName" : "ProductViewSortBy", "documentation" : "", "shapeName" : "ProductViewSortBy", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Title", "value" : "Title" }, { "name" : "VersionCount", "value" : "VersionCount" }, { "name" : "CreationDate", "value" : "CreationDate" } ], "variable" : { "variableName" : "productViewSortBy", "variableType" : "ProductViewSortBy", "variableDeclarationType" : "ProductViewSortBy", "documentation" : null, "simpleType" : "ProductViewSortBy", "variableSetterType" : "ProductViewSortBy" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListRecordHistoryResult" : { "c2jName" : "ListRecordHistoryOutput", "documentation" : "", "shapeName" : "ListRecordHistoryResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A list of record detail objects, listed in reverse chronological order.

", "name" : "RecordDetails", "c2jName" : "RecordDetails", "c2jShape" : "RecordDetails", "variable" : { "variableName" : "recordDetails", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of record detail objects, listed in reverse chronological order.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "recordDetails", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordDetails", "marshallLocationName" : "RecordDetails", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecordDetail", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecordDetail", "variable" : { "variableName" : "member", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "setterModel" : { "variableName" : "member", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "getterModel" : { "returnType" : "RecordDetail", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RecordDetail", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of record detail objects, listed in reverse chronological order.

\n@param recordDetails A list of record detail objects, listed in reverse chronological order.*/", "getterDocumentation" : "/**

A list of record detail objects, listed in reverse chronological order.

\n@return A list of record detail objects, listed in reverse chronological order.*/", "fluentSetterDocumentation" : "/**

A list of record detail objects, listed in reverse chronological order.

\n@param recordDetails A list of record detail objects, listed in reverse chronological order.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of record detail objects, listed in reverse chronological order.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRecordDetails(java.util.Collection)} or {@link #withRecordDetails(java.util.Collection)} if you want to override the existing values.

\n@param recordDetails A list of record detail objects, listed in reverse chronological order.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "name" : "NextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextPageToken", "marshallLocationName" : "NextPageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "fluentSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listRecordHistoryResult", "variableType" : "ListRecordHistoryResult", "variableDeclarationType" : "ListRecordHistoryResult", "documentation" : null, "simpleType" : "ListRecordHistoryResult", "variableSetterType" : "ListRecordHistoryResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextPageToken" : { "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "name" : "NextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextPageToken", "marshallLocationName" : "NextPageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "fluentSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RecordDetails" : { "documentation" : "

A list of record detail objects, listed in reverse chronological order.

", "name" : "RecordDetails", "c2jName" : "RecordDetails", "c2jShape" : "RecordDetails", "variable" : { "variableName" : "recordDetails", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of record detail objects, listed in reverse chronological order.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "recordDetails", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordDetails", "marshallLocationName" : "RecordDetails", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecordDetail", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecordDetail", "variable" : { "variableName" : "member", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "setterModel" : { "variableName" : "member", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "getterModel" : { "returnType" : "RecordDetail", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RecordDetail", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of record detail objects, listed in reverse chronological order.

\n@param recordDetails A list of record detail objects, listed in reverse chronological order.*/", "getterDocumentation" : "/**

A list of record detail objects, listed in reverse chronological order.

\n@return A list of record detail objects, listed in reverse chronological order.*/", "fluentSetterDocumentation" : "/**

A list of record detail objects, listed in reverse chronological order.

\n@param recordDetails A list of record detail objects, listed in reverse chronological order.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of record detail objects, listed in reverse chronological order.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRecordDetails(java.util.Collection)} or {@link #withRecordDetails(java.util.Collection)} if you want to override the existing values.

\n@param recordDetails A list of record detail objects, listed in reverse chronological order.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "documentation" : "

The specified resource was not found.

", "shapeName" : "ResourceNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "variableDeclarationType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateProvisionedProductRequest" : { "c2jName" : "UpdateProvisionedProductInput", "documentation" : "", "shapeName" : "UpdateProvisionedProductRequest", "deprecated" : false, "required" : [ "UpdateToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

", "name" : "ProvisionedProductName", "c2jName" : "ProvisionedProductName", "c2jShape" : "ProvisionedProductNameOrArn", "variable" : { "variableName" : "provisionedProductName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisionedProductName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionedProductName", "marshallLocationName" : "ProvisionedProductName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductName The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.*/", "getterDocumentation" : "/**

The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@return The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.*/", "fluentSetterDocumentation" : "/**

The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductName The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductName The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

", "name" : "ProvisionedProductId", "c2jName" : "ProvisionedProductId", "c2jShape" : "Id", "variable" : { "variableName" : "provisionedProductId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisionedProductId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionedProductId", "marshallLocationName" : "ProvisionedProductId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductId The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.*/", "getterDocumentation" : "/**

The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@return The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.*/", "fluentSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductId The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductId The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the ProvisionedProduct object.

", "name" : "ProductId", "c2jName" : "ProductId", "c2jShape" : "Id", "variable" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductId", "marshallLocationName" : "ProductId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@param productId The identifier of the ProvisionedProduct object.*/", "getterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@return The identifier of the ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@param productId The identifier of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@param productId The identifier of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The provisioning artifact identifier for this product.

", "name" : "ProvisioningArtifactId", "c2jName" : "ProvisioningArtifactId", "c2jShape" : "Id", "variable" : { "variableName" : "provisioningArtifactId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The provisioning artifact identifier for this product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisioningArtifactId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisioningArtifactId", "marshallLocationName" : "ProvisioningArtifactId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.*/", "getterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@return The provisioning artifact identifier for this product.*/", "fluentSetterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

", "name" : "PathId", "c2jName" : "PathId", "c2jShape" : "Id", "variable" : { "variableName" : "pathId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PathId", "marshallLocationName" : "PathId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@param pathId The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.*/", "getterDocumentation" : "/**

The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@return The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.*/", "fluentSetterDocumentation" : "/**

The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@param pathId The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@param pathId The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of ProvisioningParameter objects used to update the ProvisionedProduct object.

", "name" : "ProvisioningParameters", "c2jName" : "ProvisioningParameters", "c2jShape" : "UpdateProvisioningParameters", "variable" : { "variableName" : "provisioningParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of ProvisioningParameter objects used to update the ProvisionedProduct object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "provisioningParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisioningParameters", "marshallLocationName" : "ProvisioningParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "UpdateProvisioningParameter", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "UpdateProvisioningParameter", "variable" : { "variableName" : "member", "variableType" : "UpdateProvisioningParameter", "variableDeclarationType" : "UpdateProvisioningParameter", "documentation" : "", "simpleType" : "UpdateProvisioningParameter", "variableSetterType" : "UpdateProvisioningParameter" }, "setterModel" : { "variableName" : "member", "variableType" : "UpdateProvisioningParameter", "variableDeclarationType" : "UpdateProvisioningParameter", "documentation" : "", "simpleType" : "UpdateProvisioningParameter", "variableSetterType" : "UpdateProvisioningParameter" }, "getterModel" : { "returnType" : "UpdateProvisioningParameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "UpdateProvisioningParameter", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of ProvisioningParameter objects used to update the ProvisionedProduct object.

\n@param provisioningParameters A list of ProvisioningParameter objects used to update the ProvisionedProduct object.*/", "getterDocumentation" : "/**

A list of ProvisioningParameter objects used to update the ProvisionedProduct object.

\n@return A list of ProvisioningParameter objects used to update the ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

A list of ProvisioningParameter objects used to update the ProvisionedProduct object.

\n@param provisioningParameters A list of ProvisioningParameter objects used to update the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of ProvisioningParameter objects used to update the ProvisionedProduct object.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setProvisioningParameters(java.util.Collection)} or {@link #withProvisioningParameters(java.util.Collection)} if you want to override the existing values.

\n@param provisioningParameters A list of ProvisioningParameter objects used to update the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The idempotency token that uniquely identifies the provisioning update request.

", "name" : "UpdateToken", "c2jName" : "UpdateToken", "c2jShape" : "IdempotencyToken", "variable" : { "variableName" : "updateToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The idempotency token that uniquely identifies the provisioning update request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "updateToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "UpdateToken", "marshallLocationName" : "UpdateToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : true, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The idempotency token that uniquely identifies the provisioning update request.

\n@param updateToken The idempotency token that uniquely identifies the provisioning update request.*/", "getterDocumentation" : "/**

The idempotency token that uniquely identifies the provisioning update request.

\n@return The idempotency token that uniquely identifies the provisioning update request.*/", "fluentSetterDocumentation" : "/**

The idempotency token that uniquely identifies the provisioning update request.

\n@param updateToken The idempotency token that uniquely identifies the provisioning update request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The idempotency token that uniquely identifies the provisioning update request.

\n@param updateToken The idempotency token that uniquely identifies the provisioning update request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateProvisionedProductRequest", "variableType" : "UpdateProvisionedProductRequest", "variableDeclarationType" : "UpdateProvisionedProductRequest", "documentation" : null, "simpleType" : "UpdateProvisionedProductRequest", "variableSetterType" : "UpdateProvisionedProductRequest" }, "marshaller" : { "action" : "UpdateProvisionedProduct", "verb" : "POST", "target" : "AWS242ServiceCatalogService.UpdateProvisionedProduct", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PathId" : { "documentation" : "

The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

", "name" : "PathId", "c2jName" : "PathId", "c2jShape" : "Id", "variable" : { "variableName" : "pathId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PathId", "marshallLocationName" : "PathId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@param pathId The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.*/", "getterDocumentation" : "/**

The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@return The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.*/", "fluentSetterDocumentation" : "/**

The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@param pathId The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

\n@param pathId The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProvisioningParameters" : { "documentation" : "

A list of ProvisioningParameter objects used to update the ProvisionedProduct object.

", "name" : "ProvisioningParameters", "c2jName" : "ProvisioningParameters", "c2jShape" : "UpdateProvisioningParameters", "variable" : { "variableName" : "provisioningParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of ProvisioningParameter objects used to update the ProvisionedProduct object.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "provisioningParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisioningParameters", "marshallLocationName" : "ProvisioningParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "UpdateProvisioningParameter", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "UpdateProvisioningParameter", "variable" : { "variableName" : "member", "variableType" : "UpdateProvisioningParameter", "variableDeclarationType" : "UpdateProvisioningParameter", "documentation" : "", "simpleType" : "UpdateProvisioningParameter", "variableSetterType" : "UpdateProvisioningParameter" }, "setterModel" : { "variableName" : "member", "variableType" : "UpdateProvisioningParameter", "variableDeclarationType" : "UpdateProvisioningParameter", "documentation" : "", "simpleType" : "UpdateProvisioningParameter", "variableSetterType" : "UpdateProvisioningParameter" }, "getterModel" : { "returnType" : "UpdateProvisioningParameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "UpdateProvisioningParameter", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of ProvisioningParameter objects used to update the ProvisionedProduct object.

\n@param provisioningParameters A list of ProvisioningParameter objects used to update the ProvisionedProduct object.*/", "getterDocumentation" : "/**

A list of ProvisioningParameter objects used to update the ProvisionedProduct object.

\n@return A list of ProvisioningParameter objects used to update the ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

A list of ProvisioningParameter objects used to update the ProvisionedProduct object.

\n@param provisioningParameters A list of ProvisioningParameter objects used to update the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of ProvisioningParameter objects used to update the ProvisionedProduct object.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setProvisioningParameters(java.util.Collection)} or {@link #withProvisioningParameters(java.util.Collection)} if you want to override the existing values.

\n@param provisioningParameters A list of ProvisioningParameter objects used to update the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AcceptLanguage" : { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProvisionedProductId" : { "documentation" : "

The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

", "name" : "ProvisionedProductId", "c2jName" : "ProvisionedProductId", "c2jShape" : "Id", "variable" : { "variableName" : "provisionedProductId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisionedProductId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionedProductId", "marshallLocationName" : "ProvisionedProductId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductId The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.*/", "getterDocumentation" : "/**

The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@return The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.*/", "fluentSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductId The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductId The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProductId" : { "documentation" : "

The identifier of the ProvisionedProduct object.

", "name" : "ProductId", "c2jName" : "ProductId", "c2jShape" : "Id", "variable" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ProvisionedProduct object.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductId", "marshallLocationName" : "ProductId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@param productId The identifier of the ProvisionedProduct object.*/", "getterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@return The identifier of the ProvisionedProduct object.*/", "fluentSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@param productId The identifier of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object.

\n@param productId The identifier of the ProvisionedProduct object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UpdateToken" : { "documentation" : "

The idempotency token that uniquely identifies the provisioning update request.

", "name" : "UpdateToken", "c2jName" : "UpdateToken", "c2jShape" : "IdempotencyToken", "variable" : { "variableName" : "updateToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The idempotency token that uniquely identifies the provisioning update request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "updateToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "UpdateToken", "marshallLocationName" : "UpdateToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : true, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The idempotency token that uniquely identifies the provisioning update request.

\n@param updateToken The idempotency token that uniquely identifies the provisioning update request.*/", "getterDocumentation" : "/**

The idempotency token that uniquely identifies the provisioning update request.

\n@return The idempotency token that uniquely identifies the provisioning update request.*/", "fluentSetterDocumentation" : "/**

The idempotency token that uniquely identifies the provisioning update request.

\n@param updateToken The idempotency token that uniquely identifies the provisioning update request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The idempotency token that uniquely identifies the provisioning update request.

\n@param updateToken The idempotency token that uniquely identifies the provisioning update request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProvisionedProductName" : { "documentation" : "

The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

", "name" : "ProvisionedProductName", "c2jName" : "ProvisionedProductName", "c2jShape" : "ProvisionedProductNameOrArn", "variable" : { "variableName" : "provisionedProductName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisionedProductName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionedProductName", "marshallLocationName" : "ProvisionedProductName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductName The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.*/", "getterDocumentation" : "/**

The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@return The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.*/", "fluentSetterDocumentation" : "/**

The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductName The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductName The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProvisioningArtifactId" : { "documentation" : "

The provisioning artifact identifier for this product.

", "name" : "ProvisioningArtifactId", "c2jName" : "ProvisioningArtifactId", "c2jShape" : "Id", "variable" : { "variableName" : "provisioningArtifactId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The provisioning artifact identifier for this product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisioningArtifactId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisioningArtifactId", "marshallLocationName" : "ProvisioningArtifactId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.*/", "getterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@return The provisioning artifact identifier for this product.*/", "fluentSetterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The provisioning artifact identifier for this product.

\n@param provisioningArtifactId The provisioning artifact identifier for this product.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RecordStatus" : { "c2jName" : "RecordStatus", "documentation" : "", "shapeName" : "RecordStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "IN_PROGRESS", "value" : "IN_PROGRESS" }, { "name" : "SUCCEEDED", "value" : "SUCCEEDED" }, { "name" : "ERROR", "value" : "ERROR" } ], "variable" : { "variableName" : "recordStatus", "variableType" : "RecordStatus", "variableDeclarationType" : "RecordStatus", "documentation" : null, "simpleType" : "RecordStatus", "variableSetterType" : "RecordStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ProductViewAggregationValue" : { "c2jName" : "ProductViewAggregationValue", "documentation" : "

A single product view aggregation value/count pair, containing metadata about each product to which the calling user has access.

", "shapeName" : "ProductViewAggregationValue", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The value of the product view aggregation.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "AttributeValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value of the product view aggregation.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value of the product view aggregation.

\n@param value The value of the product view aggregation.*/", "getterDocumentation" : "/**

The value of the product view aggregation.

\n@return The value of the product view aggregation.*/", "fluentSetterDocumentation" : "/**

The value of the product view aggregation.

\n@param value The value of the product view aggregation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value of the product view aggregation.

\n@param value The value of the product view aggregation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An approximate count of the products that match the value.

", "name" : "ApproximateCount", "c2jName" : "ApproximateCount", "c2jShape" : "ApproximateCount", "variable" : { "variableName" : "approximateCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

An approximate count of the products that match the value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "approximateCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApproximateCount", "marshallLocationName" : "ApproximateCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An approximate count of the products that match the value.

\n@param approximateCount An approximate count of the products that match the value.*/", "getterDocumentation" : "/**

An approximate count of the products that match the value.

\n@return An approximate count of the products that match the value.*/", "fluentSetterDocumentation" : "/**

An approximate count of the products that match the value.

\n@param approximateCount An approximate count of the products that match the value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An approximate count of the products that match the value.

\n@param approximateCount An approximate count of the products that match the value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "productViewAggregationValue", "variableType" : "ProductViewAggregationValue", "variableDeclarationType" : "ProductViewAggregationValue", "documentation" : null, "simpleType" : "ProductViewAggregationValue", "variableSetterType" : "ProductViewAggregationValue" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApproximateCount" : { "documentation" : "

An approximate count of the products that match the value.

", "name" : "ApproximateCount", "c2jName" : "ApproximateCount", "c2jShape" : "ApproximateCount", "variable" : { "variableName" : "approximateCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

An approximate count of the products that match the value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "approximateCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApproximateCount", "marshallLocationName" : "ApproximateCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An approximate count of the products that match the value.

\n@param approximateCount An approximate count of the products that match the value.*/", "getterDocumentation" : "/**

An approximate count of the products that match the value.

\n@return An approximate count of the products that match the value.*/", "fluentSetterDocumentation" : "/**

An approximate count of the products that match the value.

\n@param approximateCount An approximate count of the products that match the value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An approximate count of the products that match the value.

\n@param approximateCount An approximate count of the products that match the value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Value" : { "documentation" : "

The value of the product view aggregation.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "AttributeValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value of the product view aggregation.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value of the product view aggregation.

\n@param value The value of the product view aggregation.*/", "getterDocumentation" : "/**

The value of the product view aggregation.

\n@return The value of the product view aggregation.*/", "fluentSetterDocumentation" : "/**

The value of the product view aggregation.

\n@param value The value of the product view aggregation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value of the product view aggregation.

\n@param value The value of the product view aggregation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ProductViewSummary" : { "c2jName" : "ProductViewSummary", "documentation" : "

The summary metadata about the specified product.

", "shapeName" : "ProductViewSummary", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The product view identifier.

", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The product view identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The product view identifier.

\n@param id The product view identifier.*/", "getterDocumentation" : "/**

The product view identifier.

\n@return The product view identifier.*/", "fluentSetterDocumentation" : "/**

The product view identifier.

\n@param id The product view identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The product view identifier.

\n@param id The product view identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The product identifier.

", "name" : "ProductId", "c2jName" : "ProductId", "c2jShape" : "Id", "variable" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The product identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductId", "marshallLocationName" : "ProductId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The product identifier.

\n@param productId The product identifier.*/", "getterDocumentation" : "/**

The product identifier.

\n@return The product identifier.*/", "fluentSetterDocumentation" : "/**

The product identifier.

\n@param productId The product identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The product identifier.

\n@param productId The product identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the product.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ProductViewName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the product.

\n@param name The name of the product.*/", "getterDocumentation" : "/**

The name of the product.

\n@return The name of the product.*/", "fluentSetterDocumentation" : "/**

The name of the product.

\n@param name The name of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the product.

\n@param name The name of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The owner of the product. Contact the product administrator for the significance of this value.

", "name" : "Owner", "c2jName" : "Owner", "c2jShape" : "ProductViewOwner", "variable" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The owner of the product. Contact the product administrator for the significance of this value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Owner", "marshallLocationName" : "Owner", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The owner of the product. Contact the product administrator for the significance of this value.

\n@param owner The owner of the product. Contact the product administrator for the significance of this value.*/", "getterDocumentation" : "/**

The owner of the product. Contact the product administrator for the significance of this value.

\n@return The owner of the product. Contact the product administrator for the significance of this value.*/", "fluentSetterDocumentation" : "/**

The owner of the product. Contact the product administrator for the significance of this value.

\n@param owner The owner of the product. Contact the product administrator for the significance of this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The owner of the product. Contact the product administrator for the significance of this value.

\n@param owner The owner of the product. Contact the product administrator for the significance of this value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Short description of the product.

", "name" : "ShortDescription", "c2jName" : "ShortDescription", "c2jShape" : "ProductViewShortDescription", "variable" : { "variableName" : "shortDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Short description of the product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "shortDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShortDescription", "marshallLocationName" : "ShortDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Short description of the product.

\n@param shortDescription Short description of the product.*/", "getterDocumentation" : "/**

Short description of the product.

\n@return Short description of the product.*/", "fluentSetterDocumentation" : "/**

Short description of the product.

\n@param shortDescription Short description of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Short description of the product.

\n@param shortDescription Short description of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The product type. Contact the product administrator for the significance of this value.

", "name" : "Type", "c2jName" : "Type", "c2jShape" : "ProductType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The product type. Contact the product administrator for the significance of this value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The product type. Contact the product administrator for the significance of this value.

\n@param type The product type. Contact the product administrator for the significance of this value.*/", "getterDocumentation" : "/**

The product type. Contact the product administrator for the significance of this value.

\n@return The product type. Contact the product administrator for the significance of this value.*/", "fluentSetterDocumentation" : "/**

The product type. Contact the product administrator for the significance of this value.

\n@param type The product type. Contact the product administrator for the significance of this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The product type. Contact the product administrator for the significance of this value.

\n@param type The product type. Contact the product administrator for the significance of this value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The distributor of the product. Contact the product administrator for the significance of this value.

", "name" : "Distributor", "c2jName" : "Distributor", "c2jShape" : "ProductViewDistributor", "variable" : { "variableName" : "distributor", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The distributor of the product. Contact the product administrator for the significance of this value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "distributor", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Distributor", "marshallLocationName" : "Distributor", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The distributor of the product. Contact the product administrator for the significance of this value.

\n@param distributor The distributor of the product. Contact the product administrator for the significance of this value.*/", "getterDocumentation" : "/**

The distributor of the product. Contact the product administrator for the significance of this value.

\n@return The distributor of the product. Contact the product administrator for the significance of this value.*/", "fluentSetterDocumentation" : "/**

The distributor of the product. Contact the product administrator for the significance of this value.

\n@param distributor The distributor of the product. Contact the product administrator for the significance of this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The distributor of the product. Contact the product administrator for the significance of this value.

\n@param distributor The distributor of the product. Contact the product administrator for the significance of this value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.

", "name" : "HasDefaultPath", "c2jName" : "HasDefaultPath", "c2jShape" : "HasDefaultPath", "variable" : { "variableName" : "hasDefaultPath", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "hasDefaultPath", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "HasDefaultPath", "marshallLocationName" : "HasDefaultPath", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.

\n@param hasDefaultPath A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.*/", "getterDocumentation" : "/**

A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.

\n@return A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.*/", "fluentSetterDocumentation" : "/**

A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.

\n@param hasDefaultPath A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.

\n@param hasDefaultPath A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The email contact information to obtain support for this Product.

", "name" : "SupportEmail", "c2jName" : "SupportEmail", "c2jShape" : "SupportEmail", "variable" : { "variableName" : "supportEmail", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The email contact information to obtain support for this Product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "supportEmail", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportEmail", "marshallLocationName" : "SupportEmail", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The email contact information to obtain support for this Product.

\n@param supportEmail The email contact information to obtain support for this Product.*/", "getterDocumentation" : "/**

The email contact information to obtain support for this Product.

\n@return The email contact information to obtain support for this Product.*/", "fluentSetterDocumentation" : "/**

The email contact information to obtain support for this Product.

\n@param supportEmail The email contact information to obtain support for this Product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The email contact information to obtain support for this Product.

\n@param supportEmail The email contact information to obtain support for this Product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the support for this Product.

", "name" : "SupportDescription", "c2jName" : "SupportDescription", "c2jShape" : "SupportDescription", "variable" : { "variableName" : "supportDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the support for this Product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "supportDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportDescription", "marshallLocationName" : "SupportDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the support for this Product.

\n@param supportDescription The description of the support for this Product.*/", "getterDocumentation" : "/**

The description of the support for this Product.

\n@return The description of the support for this Product.*/", "fluentSetterDocumentation" : "/**

The description of the support for this Product.

\n@param supportDescription The description of the support for this Product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the support for this Product.

\n@param supportDescription The description of the support for this Product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The URL information to obtain support for this Product.

", "name" : "SupportUrl", "c2jName" : "SupportUrl", "c2jShape" : "SupportUrl", "variable" : { "variableName" : "supportUrl", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The URL information to obtain support for this Product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "supportUrl", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportUrl", "marshallLocationName" : "SupportUrl", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The URL information to obtain support for this Product.

\n@param supportUrl The URL information to obtain support for this Product.*/", "getterDocumentation" : "/**

The URL information to obtain support for this Product.

\n@return The URL information to obtain support for this Product.*/", "fluentSetterDocumentation" : "/**

The URL information to obtain support for this Product.

\n@param supportUrl The URL information to obtain support for this Product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The URL information to obtain support for this Product.

\n@param supportUrl The URL information to obtain support for this Product.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "productViewSummary", "variableType" : "ProductViewSummary", "variableDeclarationType" : "ProductViewSummary", "documentation" : null, "simpleType" : "ProductViewSummary", "variableSetterType" : "ProductViewSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Owner" : { "documentation" : "

The owner of the product. Contact the product administrator for the significance of this value.

", "name" : "Owner", "c2jName" : "Owner", "c2jShape" : "ProductViewOwner", "variable" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The owner of the product. Contact the product administrator for the significance of this value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Owner", "marshallLocationName" : "Owner", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The owner of the product. Contact the product administrator for the significance of this value.

\n@param owner The owner of the product. Contact the product administrator for the significance of this value.*/", "getterDocumentation" : "/**

The owner of the product. Contact the product administrator for the significance of this value.

\n@return The owner of the product. Contact the product administrator for the significance of this value.*/", "fluentSetterDocumentation" : "/**

The owner of the product. Contact the product administrator for the significance of this value.

\n@param owner The owner of the product. Contact the product administrator for the significance of this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The owner of the product. Contact the product administrator for the significance of this value.

\n@param owner The owner of the product. Contact the product administrator for the significance of this value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Type" : { "documentation" : "

The product type. Contact the product administrator for the significance of this value.

", "name" : "Type", "c2jName" : "Type", "c2jShape" : "ProductType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The product type. Contact the product administrator for the significance of this value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The product type. Contact the product administrator for the significance of this value.

\n@param type The product type. Contact the product administrator for the significance of this value.*/", "getterDocumentation" : "/**

The product type. Contact the product administrator for the significance of this value.

\n@return The product type. Contact the product administrator for the significance of this value.*/", "fluentSetterDocumentation" : "/**

The product type. Contact the product administrator for the significance of this value.

\n@param type The product type. Contact the product administrator for the significance of this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The product type. Contact the product administrator for the significance of this value.

\n@param type The product type. Contact the product administrator for the significance of this value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SupportDescription" : { "documentation" : "

The description of the support for this Product.

", "name" : "SupportDescription", "c2jName" : "SupportDescription", "c2jShape" : "SupportDescription", "variable" : { "variableName" : "supportDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the support for this Product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "supportDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportDescription", "marshallLocationName" : "SupportDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the support for this Product.

\n@param supportDescription The description of the support for this Product.*/", "getterDocumentation" : "/**

The description of the support for this Product.

\n@return The description of the support for this Product.*/", "fluentSetterDocumentation" : "/**

The description of the support for this Product.

\n@param supportDescription The description of the support for this Product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the support for this Product.

\n@param supportDescription The description of the support for this Product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Distributor" : { "documentation" : "

The distributor of the product. Contact the product administrator for the significance of this value.

", "name" : "Distributor", "c2jName" : "Distributor", "c2jShape" : "ProductViewDistributor", "variable" : { "variableName" : "distributor", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The distributor of the product. Contact the product administrator for the significance of this value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "distributor", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Distributor", "marshallLocationName" : "Distributor", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The distributor of the product. Contact the product administrator for the significance of this value.

\n@param distributor The distributor of the product. Contact the product administrator for the significance of this value.*/", "getterDocumentation" : "/**

The distributor of the product. Contact the product administrator for the significance of this value.

\n@return The distributor of the product. Contact the product administrator for the significance of this value.*/", "fluentSetterDocumentation" : "/**

The distributor of the product. Contact the product administrator for the significance of this value.

\n@param distributor The distributor of the product. Contact the product administrator for the significance of this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The distributor of the product. Contact the product administrator for the significance of this value.

\n@param distributor The distributor of the product. Contact the product administrator for the significance of this value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HasDefaultPath" : { "documentation" : "

A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.

", "name" : "HasDefaultPath", "c2jName" : "HasDefaultPath", "c2jShape" : "HasDefaultPath", "variable" : { "variableName" : "hasDefaultPath", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "hasDefaultPath", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "HasDefaultPath", "marshallLocationName" : "HasDefaultPath", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.

\n@param hasDefaultPath A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.*/", "getterDocumentation" : "/**

A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.

\n@return A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.*/", "fluentSetterDocumentation" : "/**

A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.

\n@param hasDefaultPath A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.

\n@param hasDefaultPath A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SupportEmail" : { "documentation" : "

The email contact information to obtain support for this Product.

", "name" : "SupportEmail", "c2jName" : "SupportEmail", "c2jShape" : "SupportEmail", "variable" : { "variableName" : "supportEmail", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The email contact information to obtain support for this Product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "supportEmail", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportEmail", "marshallLocationName" : "SupportEmail", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The email contact information to obtain support for this Product.

\n@param supportEmail The email contact information to obtain support for this Product.*/", "getterDocumentation" : "/**

The email contact information to obtain support for this Product.

\n@return The email contact information to obtain support for this Product.*/", "fluentSetterDocumentation" : "/**

The email contact information to obtain support for this Product.

\n@param supportEmail The email contact information to obtain support for this Product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The email contact information to obtain support for this Product.

\n@param supportEmail The email contact information to obtain support for this Product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProductId" : { "documentation" : "

The product identifier.

", "name" : "ProductId", "c2jName" : "ProductId", "c2jShape" : "Id", "variable" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The product identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductId", "marshallLocationName" : "ProductId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The product identifier.

\n@param productId The product identifier.*/", "getterDocumentation" : "/**

The product identifier.

\n@return The product identifier.*/", "fluentSetterDocumentation" : "/**

The product identifier.

\n@param productId The product identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The product identifier.

\n@param productId The product identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SupportUrl" : { "documentation" : "

The URL information to obtain support for this Product.

", "name" : "SupportUrl", "c2jName" : "SupportUrl", "c2jShape" : "SupportUrl", "variable" : { "variableName" : "supportUrl", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The URL information to obtain support for this Product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "supportUrl", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportUrl", "marshallLocationName" : "SupportUrl", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The URL information to obtain support for this Product.

\n@param supportUrl The URL information to obtain support for this Product.*/", "getterDocumentation" : "/**

The URL information to obtain support for this Product.

\n@return The URL information to obtain support for this Product.*/", "fluentSetterDocumentation" : "/**

The URL information to obtain support for this Product.

\n@param supportUrl The URL information to obtain support for this Product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The URL information to obtain support for this Product.

\n@param supportUrl The URL information to obtain support for this Product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The product view identifier.

", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The product view identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The product view identifier.

\n@param id The product view identifier.*/", "getterDocumentation" : "/**

The product view identifier.

\n@return The product view identifier.*/", "fluentSetterDocumentation" : "/**

The product view identifier.

\n@param id The product view identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The product view identifier.

\n@param id The product view identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The name of the product.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ProductViewName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the product.

\n@param name The name of the product.*/", "getterDocumentation" : "/**

The name of the product.

\n@return The name of the product.*/", "fluentSetterDocumentation" : "/**

The name of the product.

\n@param name The name of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the product.

\n@param name The name of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ShortDescription" : { "documentation" : "

Short description of the product.

", "name" : "ShortDescription", "c2jName" : "ShortDescription", "c2jShape" : "ProductViewShortDescription", "variable" : { "variableName" : "shortDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Short description of the product.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "shortDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShortDescription", "marshallLocationName" : "ShortDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Short description of the product.

\n@param shortDescription Short description of the product.*/", "getterDocumentation" : "/**

Short description of the product.

\n@return Short description of the product.*/", "fluentSetterDocumentation" : "/**

Short description of the product.

\n@param shortDescription Short description of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Short description of the product.

\n@param shortDescription Short description of the product.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListRecordHistoryRequest" : { "c2jName" : "ListRecordHistoryInput", "documentation" : "", "shapeName" : "ListRecordHistoryRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

(Optional) The filter to limit search results.

", "name" : "SearchFilter", "c2jName" : "SearchFilter", "c2jShape" : "ListRecordHistorySearchFilter", "variable" : { "variableName" : "searchFilter", "variableType" : "ListRecordHistorySearchFilter", "variableDeclarationType" : "ListRecordHistorySearchFilter", "documentation" : "

(Optional) The filter to limit search results.

", "simpleType" : "ListRecordHistorySearchFilter", "variableSetterType" : "ListRecordHistorySearchFilter" }, "setterModel" : { "variableName" : "searchFilter", "variableType" : "ListRecordHistorySearchFilter", "variableDeclarationType" : "ListRecordHistorySearchFilter", "documentation" : "", "simpleType" : "ListRecordHistorySearchFilter", "variableSetterType" : "ListRecordHistorySearchFilter" }, "getterModel" : { "returnType" : "ListRecordHistorySearchFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "SearchFilter", "marshallLocationName" : "SearchFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

(Optional) The filter to limit search results.

\n@param searchFilter (Optional) The filter to limit search results.*/", "getterDocumentation" : "/**

(Optional) The filter to limit search results.

\n@return (Optional) The filter to limit search results.*/", "fluentSetterDocumentation" : "/**

(Optional) The filter to limit search results.

\n@param searchFilter (Optional) The filter to limit search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) The filter to limit search results.

\n@param searchFilter (Optional) The filter to limit search results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "name" : "PageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageSize", "marshallLocationName" : "PageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "getterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@return The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "fluentSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "name" : "PageToken", "c2jName" : "PageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageToken", "marshallLocationName" : "PageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "getterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@return The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "fluentSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listRecordHistoryRequest", "variableType" : "ListRecordHistoryRequest", "variableDeclarationType" : "ListRecordHistoryRequest", "documentation" : null, "simpleType" : "ListRecordHistoryRequest", "variableSetterType" : "ListRecordHistoryRequest" }, "marshaller" : { "action" : "ListRecordHistory", "verb" : "POST", "target" : "AWS242ServiceCatalogService.ListRecordHistory", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PageSize" : { "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "name" : "PageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageSize", "marshallLocationName" : "PageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "getterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@return The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "fluentSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AcceptLanguage" : { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PageToken" : { "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "name" : "PageToken", "c2jName" : "PageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageToken", "marshallLocationName" : "PageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "getterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@return The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "fluentSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SearchFilter" : { "documentation" : "

(Optional) The filter to limit search results.

", "name" : "SearchFilter", "c2jName" : "SearchFilter", "c2jShape" : "ListRecordHistorySearchFilter", "variable" : { "variableName" : "searchFilter", "variableType" : "ListRecordHistorySearchFilter", "variableDeclarationType" : "ListRecordHistorySearchFilter", "documentation" : "

(Optional) The filter to limit search results.

", "simpleType" : "ListRecordHistorySearchFilter", "variableSetterType" : "ListRecordHistorySearchFilter" }, "setterModel" : { "variableName" : "searchFilter", "variableType" : "ListRecordHistorySearchFilter", "variableDeclarationType" : "ListRecordHistorySearchFilter", "documentation" : "", "simpleType" : "ListRecordHistorySearchFilter", "variableSetterType" : "ListRecordHistorySearchFilter" }, "getterModel" : { "returnType" : "ListRecordHistorySearchFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "SearchFilter", "marshallLocationName" : "SearchFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

(Optional) The filter to limit search results.

\n@param searchFilter (Optional) The filter to limit search results.*/", "getterDocumentation" : "/**

(Optional) The filter to limit search results.

\n@return (Optional) The filter to limit search results.*/", "fluentSetterDocumentation" : "/**

(Optional) The filter to limit search results.

\n@param searchFilter (Optional) The filter to limit search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) The filter to limit search results.

\n@param searchFilter (Optional) The filter to limit search results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeRecordRequest" : { "c2jName" : "DescribeRecordInput", "documentation" : "", "shapeName" : "DescribeRecordRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.

", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.

\n@param id The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.*/", "getterDocumentation" : "/**

The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.

\n@return The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.*/", "fluentSetterDocumentation" : "/**

The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.

\n@param id The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.

\n@param id The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "name" : "PageToken", "c2jName" : "PageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageToken", "marshallLocationName" : "PageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "getterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@return The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "fluentSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "name" : "PageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageSize", "marshallLocationName" : "PageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "getterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@return The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "fluentSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeRecordRequest", "variableType" : "DescribeRecordRequest", "variableDeclarationType" : "DescribeRecordRequest", "documentation" : null, "simpleType" : "DescribeRecordRequest", "variableSetterType" : "DescribeRecordRequest" }, "marshaller" : { "action" : "DescribeRecord", "verb" : "POST", "target" : "AWS242ServiceCatalogService.DescribeRecord", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PageSize" : { "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "name" : "PageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageSize", "marshallLocationName" : "PageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "getterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@return The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "fluentSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AcceptLanguage" : { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PageToken" : { "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "name" : "PageToken", "c2jName" : "PageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageToken", "marshallLocationName" : "PageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "getterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@return The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "fluentSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.

", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.

\n@param id The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.*/", "getterDocumentation" : "/**

The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.

\n@return The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.*/", "fluentSetterDocumentation" : "/**

The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.

\n@param id The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.

\n@param id The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ConstraintSummary" : { "c2jName" : "ConstraintSummary", "documentation" : "

An administrator-specified constraint to apply when provisioning a product.

", "shapeName" : "ConstraintSummary", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The type of the constraint.

", "name" : "Type", "c2jName" : "Type", "c2jShape" : "ConstraintType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of the constraint.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of the constraint.

\n@param type The type of the constraint.*/", "getterDocumentation" : "/**

The type of the constraint.

\n@return The type of the constraint.*/", "fluentSetterDocumentation" : "/**

The type of the constraint.

\n@param type The type of the constraint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type of the constraint.

\n@param type The type of the constraint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The text description of the constraint.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "ConstraintDescription", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The text description of the constraint.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The text description of the constraint.

\n@param description The text description of the constraint.*/", "getterDocumentation" : "/**

The text description of the constraint.

\n@return The text description of the constraint.*/", "fluentSetterDocumentation" : "/**

The text description of the constraint.

\n@param description The text description of the constraint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The text description of the constraint.

\n@param description The text description of the constraint.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "constraintSummary", "variableType" : "ConstraintSummary", "variableDeclarationType" : "ConstraintSummary", "documentation" : null, "simpleType" : "ConstraintSummary", "variableSetterType" : "ConstraintSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Type" : { "documentation" : "

The type of the constraint.

", "name" : "Type", "c2jName" : "Type", "c2jShape" : "ConstraintType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of the constraint.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of the constraint.

\n@param type The type of the constraint.*/", "getterDocumentation" : "/**

The type of the constraint.

\n@return The type of the constraint.*/", "fluentSetterDocumentation" : "/**

The type of the constraint.

\n@param type The type of the constraint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type of the constraint.

\n@param type The type of the constraint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The text description of the constraint.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "ConstraintDescription", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The text description of the constraint.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The text description of the constraint.

\n@param description The text description of the constraint.*/", "getterDocumentation" : "/**

The text description of the constraint.

\n@return The text description of the constraint.*/", "fluentSetterDocumentation" : "/**

The text description of the constraint.

\n@param description The text description of the constraint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The text description of the constraint.

\n@param description The text description of the constraint.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TerminateProvisionedProductRequest" : { "c2jName" : "TerminateProvisionedProductInput", "documentation" : "", "shapeName" : "TerminateProvisionedProductRequest", "deprecated" : false, "required" : [ "TerminateToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

", "name" : "ProvisionedProductName", "c2jName" : "ProvisionedProductName", "c2jShape" : "ProvisionedProductNameOrArn", "variable" : { "variableName" : "provisionedProductName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisionedProductName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionedProductName", "marshallLocationName" : "ProvisionedProductName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductName The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.*/", "getterDocumentation" : "/**

The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@return The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.*/", "fluentSetterDocumentation" : "/**

The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductName The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductName The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

", "name" : "ProvisionedProductId", "c2jName" : "ProvisionedProductId", "c2jShape" : "Id", "variable" : { "variableName" : "provisionedProductId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisionedProductId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionedProductId", "marshallLocationName" : "ProvisionedProductId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductId The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.*/", "getterDocumentation" : "/**

The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@return The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.*/", "fluentSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductId The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductId The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.

", "name" : "TerminateToken", "c2jName" : "TerminateToken", "c2jShape" : "IdempotencyToken", "variable" : { "variableName" : "terminateToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "terminateToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TerminateToken", "marshallLocationName" : "TerminateToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : true, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.

\n@param terminateToken An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.*/", "getterDocumentation" : "/**

An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.

\n@return An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.*/", "fluentSetterDocumentation" : "/**

An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.

\n@param terminateToken An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.

\n@param terminateToken An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.

", "name" : "IgnoreErrors", "c2jName" : "IgnoreErrors", "c2jShape" : "IgnoreErrors", "variable" : { "variableName" : "ignoreErrors", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "ignoreErrors", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IgnoreErrors", "marshallLocationName" : "IgnoreErrors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.

\n@param ignoreErrors Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.*/", "getterDocumentation" : "/**

Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.

\n@return Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.*/", "fluentSetterDocumentation" : "/**

Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.

\n@param ignoreErrors Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.

\n@param ignoreErrors Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "terminateProvisionedProductRequest", "variableType" : "TerminateProvisionedProductRequest", "variableDeclarationType" : "TerminateProvisionedProductRequest", "documentation" : null, "simpleType" : "TerminateProvisionedProductRequest", "variableSetterType" : "TerminateProvisionedProductRequest" }, "marshaller" : { "action" : "TerminateProvisionedProduct", "verb" : "POST", "target" : "AWS242ServiceCatalogService.TerminateProvisionedProduct", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IgnoreErrors" : { "documentation" : "

Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.

", "name" : "IgnoreErrors", "c2jName" : "IgnoreErrors", "c2jShape" : "IgnoreErrors", "variable" : { "variableName" : "ignoreErrors", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "ignoreErrors", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IgnoreErrors", "marshallLocationName" : "IgnoreErrors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.

\n@param ignoreErrors Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.*/", "getterDocumentation" : "/**

Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.

\n@return Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.*/", "fluentSetterDocumentation" : "/**

Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.

\n@param ignoreErrors Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.

\n@param ignoreErrors Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TerminateToken" : { "documentation" : "

An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.

", "name" : "TerminateToken", "c2jName" : "TerminateToken", "c2jShape" : "IdempotencyToken", "variable" : { "variableName" : "terminateToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "terminateToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TerminateToken", "marshallLocationName" : "TerminateToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : true, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.

\n@param terminateToken An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.*/", "getterDocumentation" : "/**

An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.

\n@return An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.*/", "fluentSetterDocumentation" : "/**

An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.

\n@param terminateToken An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.

\n@param terminateToken An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AcceptLanguage" : { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProvisionedProductId" : { "documentation" : "

The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

", "name" : "ProvisionedProductId", "c2jName" : "ProvisionedProductId", "c2jShape" : "Id", "variable" : { "variableName" : "provisionedProductId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisionedProductId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionedProductId", "marshallLocationName" : "ProvisionedProductId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductId The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.*/", "getterDocumentation" : "/**

The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@return The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.*/", "fluentSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductId The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductId The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProvisionedProductName" : { "documentation" : "

The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

", "name" : "ProvisionedProductName", "c2jName" : "ProvisionedProductName", "c2jShape" : "ProvisionedProductNameOrArn", "variable" : { "variableName" : "provisionedProductName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "provisionedProductName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisionedProductName", "marshallLocationName" : "ProvisionedProductName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductName The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.*/", "getterDocumentation" : "/**

The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@return The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.*/", "fluentSetterDocumentation" : "/**

The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductName The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

\n@param provisionedProductName The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateProvisioningParameter" : { "c2jName" : "UpdateProvisioningParameter", "documentation" : "

The parameter key/value pair used to update a ProvisionedProduct object. If UsePreviousValue is set to true, Value is ignored and the value for Key is kept as previously set (current value).

", "shapeName" : "UpdateProvisioningParameter", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

", "name" : "Key", "c2jName" : "Key", "c2jShape" : "ParameterKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

\n@param key The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.*/", "getterDocumentation" : "/**

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

\n@return The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.*/", "fluentSetterDocumentation" : "/**

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

\n@param key The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

\n@param key The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "ParameterValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.

\n@param value The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.*/", "getterDocumentation" : "/**

The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.

\n@return The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.*/", "fluentSetterDocumentation" : "/**

The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.

\n@param value The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.

\n@param value The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.

", "name" : "UsePreviousValue", "c2jName" : "UsePreviousValue", "c2jShape" : "UsePreviousValue", "variable" : { "variableName" : "usePreviousValue", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "usePreviousValue", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "UsePreviousValue", "marshallLocationName" : "UsePreviousValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.

\n@param usePreviousValue If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.*/", "getterDocumentation" : "/**

If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.

\n@return If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.*/", "fluentSetterDocumentation" : "/**

If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.

\n@param usePreviousValue If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.

\n@param usePreviousValue If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateProvisioningParameter", "variableType" : "UpdateProvisioningParameter", "variableDeclarationType" : "UpdateProvisioningParameter", "documentation" : null, "simpleType" : "UpdateProvisioningParameter", "variableSetterType" : "UpdateProvisioningParameter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "UsePreviousValue" : { "documentation" : "

If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.

", "name" : "UsePreviousValue", "c2jName" : "UsePreviousValue", "c2jShape" : "UsePreviousValue", "variable" : { "variableName" : "usePreviousValue", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "usePreviousValue", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "UsePreviousValue", "marshallLocationName" : "UsePreviousValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.

\n@param usePreviousValue If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.*/", "getterDocumentation" : "/**

If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.

\n@return If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.*/", "fluentSetterDocumentation" : "/**

If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.

\n@param usePreviousValue If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.

\n@param usePreviousValue If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Value" : { "documentation" : "

The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "ParameterValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.

\n@param value The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.*/", "getterDocumentation" : "/**

The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.

\n@return The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.*/", "fluentSetterDocumentation" : "/**

The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.

\n@param value The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.

\n@param value The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

", "name" : "Key", "c2jName" : "Key", "c2jShape" : "ParameterKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

\n@param key The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.*/", "getterDocumentation" : "/**

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

\n@return The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.*/", "fluentSetterDocumentation" : "/**

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

\n@param key The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

\n@param key The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListLaunchPathsResult" : { "c2jName" : "ListLaunchPathsOutput", "documentation" : "", "shapeName" : "ListLaunchPathsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

List of launch path information summaries for the specified PageToken.

", "name" : "LaunchPathSummaries", "c2jName" : "LaunchPathSummaries", "c2jShape" : "LaunchPathSummaries", "variable" : { "variableName" : "launchPathSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

List of launch path information summaries for the specified PageToken.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "launchPathSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchPathSummaries", "marshallLocationName" : "LaunchPathSummaries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "LaunchPathSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "LaunchPathSummary", "variable" : { "variableName" : "member", "variableType" : "LaunchPathSummary", "variableDeclarationType" : "LaunchPathSummary", "documentation" : "", "simpleType" : "LaunchPathSummary", "variableSetterType" : "LaunchPathSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "LaunchPathSummary", "variableDeclarationType" : "LaunchPathSummary", "documentation" : "", "simpleType" : "LaunchPathSummary", "variableSetterType" : "LaunchPathSummary" }, "getterModel" : { "returnType" : "LaunchPathSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "LaunchPathSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of launch path information summaries for the specified PageToken.

\n@param launchPathSummaries List of launch path information summaries for the specified PageToken.*/", "getterDocumentation" : "/**

List of launch path information summaries for the specified PageToken.

\n@return List of launch path information summaries for the specified PageToken.*/", "fluentSetterDocumentation" : "/**

List of launch path information summaries for the specified PageToken.

\n@param launchPathSummaries List of launch path information summaries for the specified PageToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of launch path information summaries for the specified PageToken.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setLaunchPathSummaries(java.util.Collection)} or {@link #withLaunchPathSummaries(java.util.Collection)} if you want to override the existing values.

\n@param launchPathSummaries List of launch path information summaries for the specified PageToken.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "name" : "NextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextPageToken", "marshallLocationName" : "NextPageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "fluentSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listLaunchPathsResult", "variableType" : "ListLaunchPathsResult", "variableDeclarationType" : "ListLaunchPathsResult", "documentation" : null, "simpleType" : "ListLaunchPathsResult", "variableSetterType" : "ListLaunchPathsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextPageToken" : { "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "name" : "NextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextPageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextPageToken", "marshallLocationName" : "NextPageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "fluentSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextPageToken The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LaunchPathSummaries" : { "documentation" : "

List of launch path information summaries for the specified PageToken.

", "name" : "LaunchPathSummaries", "c2jName" : "LaunchPathSummaries", "c2jShape" : "LaunchPathSummaries", "variable" : { "variableName" : "launchPathSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

List of launch path information summaries for the specified PageToken.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "launchPathSummaries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchPathSummaries", "marshallLocationName" : "LaunchPathSummaries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "LaunchPathSummary", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "LaunchPathSummary", "variable" : { "variableName" : "member", "variableType" : "LaunchPathSummary", "variableDeclarationType" : "LaunchPathSummary", "documentation" : "", "simpleType" : "LaunchPathSummary", "variableSetterType" : "LaunchPathSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "LaunchPathSummary", "variableDeclarationType" : "LaunchPathSummary", "documentation" : "", "simpleType" : "LaunchPathSummary", "variableSetterType" : "LaunchPathSummary" }, "getterModel" : { "returnType" : "LaunchPathSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "LaunchPathSummary", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of launch path information summaries for the specified PageToken.

\n@param launchPathSummaries List of launch path information summaries for the specified PageToken.*/", "getterDocumentation" : "/**

List of launch path information summaries for the specified PageToken.

\n@return List of launch path information summaries for the specified PageToken.*/", "fluentSetterDocumentation" : "/**

List of launch path information summaries for the specified PageToken.

\n@param launchPathSummaries List of launch path information summaries for the specified PageToken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of launch path information summaries for the specified PageToken.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setLaunchPathSummaries(java.util.Collection)} or {@link #withLaunchPathSummaries(java.util.Collection)} if you want to override the existing values.

\n@param launchPathSummaries List of launch path information summaries for the specified PageToken.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SortOrder" : { "c2jName" : "SortOrder", "documentation" : "", "shapeName" : "SortOrder", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "ASCENDING", "value" : "ASCENDING" }, { "name" : "DESCENDING", "value" : "DESCENDING" } ], "variable" : { "variableName" : "sortOrder", "variableType" : "SortOrder", "variableDeclarationType" : "SortOrder", "documentation" : null, "simpleType" : "SortOrder", "variableSetterType" : "SortOrder" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidParametersException" : { "c2jName" : "InvalidParametersException", "documentation" : "

One or more parameters provided to the operation are invalid.

", "shapeName" : "InvalidParametersException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidParametersException", "variableType" : "InvalidParametersException", "variableDeclarationType" : "InvalidParametersException", "documentation" : null, "simpleType" : "InvalidParametersException", "variableSetterType" : "InvalidParametersException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidParametersException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeProductResult" : { "c2jName" : "DescribeProductOutput", "documentation" : "", "shapeName" : "DescribeProductResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The summary metadata about the specified product.

", "name" : "ProductViewSummary", "c2jName" : "ProductViewSummary", "c2jShape" : "ProductViewSummary", "variable" : { "variableName" : "productViewSummary", "variableType" : "ProductViewSummary", "variableDeclarationType" : "ProductViewSummary", "documentation" : "

The summary metadata about the specified product.

", "simpleType" : "ProductViewSummary", "variableSetterType" : "ProductViewSummary" }, "setterModel" : { "variableName" : "productViewSummary", "variableType" : "ProductViewSummary", "variableDeclarationType" : "ProductViewSummary", "documentation" : "", "simpleType" : "ProductViewSummary", "variableSetterType" : "ProductViewSummary" }, "getterModel" : { "returnType" : "ProductViewSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductViewSummary", "marshallLocationName" : "ProductViewSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The summary metadata about the specified product.

\n@param productViewSummary The summary metadata about the specified product.*/", "getterDocumentation" : "/**

The summary metadata about the specified product.

\n@return The summary metadata about the specified product.*/", "fluentSetterDocumentation" : "/**

The summary metadata about the specified product.

\n@param productViewSummary The summary metadata about the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The summary metadata about the specified product.

\n@param productViewSummary The summary metadata about the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.

", "name" : "ProvisioningArtifacts", "c2jName" : "ProvisioningArtifacts", "c2jShape" : "ProvisioningArtifacts", "variable" : { "variableName" : "provisioningArtifacts", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "provisioningArtifacts", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisioningArtifacts", "marshallLocationName" : "ProvisioningArtifacts", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ProvisioningArtifact", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ProvisioningArtifact", "variable" : { "variableName" : "member", "variableType" : "ProvisioningArtifact", "variableDeclarationType" : "ProvisioningArtifact", "documentation" : "", "simpleType" : "ProvisioningArtifact", "variableSetterType" : "ProvisioningArtifact" }, "setterModel" : { "variableName" : "member", "variableType" : "ProvisioningArtifact", "variableDeclarationType" : "ProvisioningArtifact", "documentation" : "", "simpleType" : "ProvisioningArtifact", "variableSetterType" : "ProvisioningArtifact" }, "getterModel" : { "returnType" : "ProvisioningArtifact", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ProvisioningArtifact", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.

\n@param provisioningArtifacts A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.*/", "getterDocumentation" : "/**

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.

\n@return A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.*/", "fluentSetterDocumentation" : "/**

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.

\n@param provisioningArtifacts A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setProvisioningArtifacts(java.util.Collection)} or {@link #withProvisioningArtifacts(java.util.Collection)} if you want to override the existing values.

\n@param provisioningArtifacts A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeProductResult", "variableType" : "DescribeProductResult", "variableDeclarationType" : "DescribeProductResult", "documentation" : null, "simpleType" : "DescribeProductResult", "variableSetterType" : "DescribeProductResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ProvisioningArtifacts" : { "documentation" : "

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.

", "name" : "ProvisioningArtifacts", "c2jName" : "ProvisioningArtifacts", "c2jShape" : "ProvisioningArtifacts", "variable" : { "variableName" : "provisioningArtifacts", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "provisioningArtifacts", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProvisioningArtifacts", "marshallLocationName" : "ProvisioningArtifacts", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ProvisioningArtifact", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ProvisioningArtifact", "variable" : { "variableName" : "member", "variableType" : "ProvisioningArtifact", "variableDeclarationType" : "ProvisioningArtifact", "documentation" : "", "simpleType" : "ProvisioningArtifact", "variableSetterType" : "ProvisioningArtifact" }, "setterModel" : { "variableName" : "member", "variableType" : "ProvisioningArtifact", "variableDeclarationType" : "ProvisioningArtifact", "documentation" : "", "simpleType" : "ProvisioningArtifact", "variableSetterType" : "ProvisioningArtifact" }, "getterModel" : { "returnType" : "ProvisioningArtifact", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ProvisioningArtifact", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.

\n@param provisioningArtifacts A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.*/", "getterDocumentation" : "/**

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.

\n@return A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.*/", "fluentSetterDocumentation" : "/**

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.

\n@param provisioningArtifacts A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setProvisioningArtifacts(java.util.Collection)} or {@link #withProvisioningArtifacts(java.util.Collection)} if you want to override the existing values.

\n@param provisioningArtifacts A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProductViewSummary" : { "documentation" : "

The summary metadata about the specified product.

", "name" : "ProductViewSummary", "c2jName" : "ProductViewSummary", "c2jShape" : "ProductViewSummary", "variable" : { "variableName" : "productViewSummary", "variableType" : "ProductViewSummary", "variableDeclarationType" : "ProductViewSummary", "documentation" : "

The summary metadata about the specified product.

", "simpleType" : "ProductViewSummary", "variableSetterType" : "ProductViewSummary" }, "setterModel" : { "variableName" : "productViewSummary", "variableType" : "ProductViewSummary", "variableDeclarationType" : "ProductViewSummary", "documentation" : "", "simpleType" : "ProductViewSummary", "variableSetterType" : "ProductViewSummary" }, "getterModel" : { "returnType" : "ProductViewSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductViewSummary", "marshallLocationName" : "ProductViewSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The summary metadata about the specified product.

\n@param productViewSummary The summary metadata about the specified product.*/", "getterDocumentation" : "/**

The summary metadata about the specified product.

\n@return The summary metadata about the specified product.*/", "fluentSetterDocumentation" : "/**

The summary metadata about the specified product.

\n@param productViewSummary The summary metadata about the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The summary metadata about the specified product.

\n@param productViewSummary The summary metadata about the specified product.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DuplicateResourceException" : { "c2jName" : "DuplicateResourceException", "documentation" : "

The specified resource is a duplicate.

", "shapeName" : "DuplicateResourceException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "duplicateResourceException", "variableType" : "DuplicateResourceException", "variableDeclarationType" : "DuplicateResourceException", "documentation" : null, "simpleType" : "DuplicateResourceException", "variableSetterType" : "DuplicateResourceException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DuplicateResourceException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateProvisionedProductResult" : { "c2jName" : "UpdateProvisionedProductOutput", "documentation" : "", "shapeName" : "UpdateProvisionedProductResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

", "name" : "RecordDetail", "c2jName" : "RecordDetail", "c2jShape" : "RecordDetail", "variable" : { "variableName" : "recordDetail", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "

The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "setterModel" : { "variableName" : "recordDetail", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "getterModel" : { "returnType" : "RecordDetail", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordDetail", "marshallLocationName" : "RecordDetail", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

\n@param recordDetail The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.*/", "getterDocumentation" : "/**

The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

\n@return The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.*/", "fluentSetterDocumentation" : "/**

The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

\n@param recordDetail The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

\n@param recordDetail The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateProvisionedProductResult", "variableType" : "UpdateProvisionedProductResult", "variableDeclarationType" : "UpdateProvisionedProductResult", "documentation" : null, "simpleType" : "UpdateProvisionedProductResult", "variableSetterType" : "UpdateProvisionedProductResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RecordDetail" : { "documentation" : "

The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

", "name" : "RecordDetail", "c2jName" : "RecordDetail", "c2jShape" : "RecordDetail", "variable" : { "variableName" : "recordDetail", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "

The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "setterModel" : { "variableName" : "recordDetail", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "getterModel" : { "returnType" : "RecordDetail", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordDetail", "marshallLocationName" : "RecordDetail", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

\n@param recordDetail The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.*/", "getterDocumentation" : "/**

The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

\n@return The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.*/", "fluentSetterDocumentation" : "/**

The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

\n@param recordDetail The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

\n@param recordDetail The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ScanProvisionedProductsRequest" : { "c2jName" : "ScanProvisionedProductsInput", "documentation" : "", "shapeName" : "ScanProvisionedProductsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "name" : "PageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageSize", "marshallLocationName" : "PageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "getterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@return The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "fluentSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "name" : "PageToken", "c2jName" : "PageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageToken", "marshallLocationName" : "PageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "getterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@return The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "fluentSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "scanProvisionedProductsRequest", "variableType" : "ScanProvisionedProductsRequest", "variableDeclarationType" : "ScanProvisionedProductsRequest", "documentation" : null, "simpleType" : "ScanProvisionedProductsRequest", "variableSetterType" : "ScanProvisionedProductsRequest" }, "marshaller" : { "action" : "ScanProvisionedProducts", "verb" : "POST", "target" : "AWS242ServiceCatalogService.ScanProvisionedProducts", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PageSize" : { "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "name" : "PageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageSize", "marshallLocationName" : "PageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "getterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@return The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "fluentSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AcceptLanguage" : { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PageToken" : { "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "name" : "PageToken", "c2jName" : "PageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageToken", "marshallLocationName" : "PageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "getterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@return The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "fluentSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SearchProductsRequest" : { "c2jName" : "SearchProductsInput", "documentation" : "", "shapeName" : "SearchProductsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

(Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.

", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "ProductViewFilters", "variable" : { "variableName" : "filters", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "

(Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.

", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filters", "marshallLocationName" : "Filters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : { "documentation" : "", "name" : "Key", "c2jName" : "key", "c2jShape" : "ProductViewFilterBy", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "key", "marshallLocationName" : "key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ProductViewFilterBy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param key \n@see ProductViewFilterBy*/", "getterDocumentation" : "/**\n@return \n@see ProductViewFilterBy*/", "fluentSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see ProductViewFilterBy*/", "varargSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see ProductViewFilterBy*/" }, "valueType" : "java.util.List", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "ProductViewFilterValues", "variable" : { "variableName" : "value", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "value", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ProductViewFilterValue", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setValue(java.util.Collection)} or {@link #withValue(java.util.Collection)} if you want to override the existing values.

\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map>", "templateImplType" : "java.util.HashMap>", "keySimple" : true, "valueSimple" : false, "valueList" : true, "entryType" : "Map.Entry>" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

(Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.

\n@param filters (Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.*/", "getterDocumentation" : "/**

(Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.

\n@return (Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.*/", "fluentSetterDocumentation" : "/**

(Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.

\n@param filters (Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.

\n@param filters (Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "name" : "PageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageSize", "marshallLocationName" : "PageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "getterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@return The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "fluentSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

(Optional) The sort field specifier. If no value is specified, results are not sorted.

", "name" : "SortBy", "c2jName" : "SortBy", "c2jShape" : "ProductViewSortBy", "variable" : { "variableName" : "sortBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

(Optional) The sort field specifier. If no value is specified, results are not sorted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sortBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SortBy", "marshallLocationName" : "SortBy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ProductViewSortBy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

(Optional) The sort field specifier. If no value is specified, results are not sorted.

\n@param sortBy (Optional) The sort field specifier. If no value is specified, results are not sorted.\n@see ProductViewSortBy*/", "getterDocumentation" : "/**

(Optional) The sort field specifier. If no value is specified, results are not sorted.

\n@return (Optional) The sort field specifier. If no value is specified, results are not sorted.\n@see ProductViewSortBy*/", "fluentSetterDocumentation" : "/**

(Optional) The sort field specifier. If no value is specified, results are not sorted.

\n@param sortBy (Optional) The sort field specifier. If no value is specified, results are not sorted.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProductViewSortBy*/", "varargSetterDocumentation" : "/**

(Optional) The sort field specifier. If no value is specified, results are not sorted.

\n@param sortBy (Optional) The sort field specifier. If no value is specified, results are not sorted.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProductViewSortBy*/" }, { "documentation" : "

(Optional) The sort order specifier. If no value is specified, results are not sorted.

", "name" : "SortOrder", "c2jName" : "SortOrder", "c2jShape" : "SortOrder", "variable" : { "variableName" : "sortOrder", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

(Optional) The sort order specifier. If no value is specified, results are not sorted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sortOrder", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SortOrder", "marshallLocationName" : "SortOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "SortOrder", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

(Optional) The sort order specifier. If no value is specified, results are not sorted.

\n@param sortOrder (Optional) The sort order specifier. If no value is specified, results are not sorted.\n@see SortOrder*/", "getterDocumentation" : "/**

(Optional) The sort order specifier. If no value is specified, results are not sorted.

\n@return (Optional) The sort order specifier. If no value is specified, results are not sorted.\n@see SortOrder*/", "fluentSetterDocumentation" : "/**

(Optional) The sort order specifier. If no value is specified, results are not sorted.

\n@param sortOrder (Optional) The sort order specifier. If no value is specified, results are not sorted.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/", "varargSetterDocumentation" : "/**

(Optional) The sort order specifier. If no value is specified, results are not sorted.

\n@param sortOrder (Optional) The sort order specifier. If no value is specified, results are not sorted.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/" }, { "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "name" : "PageToken", "c2jName" : "PageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageToken", "marshallLocationName" : "PageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "getterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@return The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "fluentSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "searchProductsRequest", "variableType" : "SearchProductsRequest", "variableDeclarationType" : "SearchProductsRequest", "documentation" : null, "simpleType" : "SearchProductsRequest", "variableSetterType" : "SearchProductsRequest" }, "marshaller" : { "action" : "SearchProducts", "verb" : "POST", "target" : "AWS242ServiceCatalogService.SearchProducts", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Filters" : { "documentation" : "

(Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.

", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "ProductViewFilters", "variable" : { "variableName" : "filters", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "

(Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.

", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filters", "marshallLocationName" : "Filters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : { "documentation" : "", "name" : "Key", "c2jName" : "key", "c2jShape" : "ProductViewFilterBy", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "key", "marshallLocationName" : "key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ProductViewFilterBy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param key \n@see ProductViewFilterBy*/", "getterDocumentation" : "/**\n@return \n@see ProductViewFilterBy*/", "fluentSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see ProductViewFilterBy*/", "varargSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.\n@see ProductViewFilterBy*/" }, "valueType" : "java.util.List", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "ProductViewFilterValues", "variable" : { "variableName" : "value", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "value", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ProductViewFilterValue", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setValue(java.util.Collection)} or {@link #withValue(java.util.Collection)} if you want to override the existing values.

\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map>", "templateImplType" : "java.util.HashMap>", "keySimple" : true, "valueSimple" : false, "valueList" : true, "entryType" : "Map.Entry>" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

(Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.

\n@param filters (Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.*/", "getterDocumentation" : "/**

(Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.

\n@return (Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.*/", "fluentSetterDocumentation" : "/**

(Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.

\n@param filters (Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.

\n@param filters (Optional) The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PageSize" : { "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "name" : "PageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageSize", "marshallLocationName" : "PageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "getterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@return The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.*/", "fluentSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

\n@param pageSize The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SortBy" : { "documentation" : "

(Optional) The sort field specifier. If no value is specified, results are not sorted.

", "name" : "SortBy", "c2jName" : "SortBy", "c2jShape" : "ProductViewSortBy", "variable" : { "variableName" : "sortBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

(Optional) The sort field specifier. If no value is specified, results are not sorted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sortBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SortBy", "marshallLocationName" : "SortBy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ProductViewSortBy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

(Optional) The sort field specifier. If no value is specified, results are not sorted.

\n@param sortBy (Optional) The sort field specifier. If no value is specified, results are not sorted.\n@see ProductViewSortBy*/", "getterDocumentation" : "/**

(Optional) The sort field specifier. If no value is specified, results are not sorted.

\n@return (Optional) The sort field specifier. If no value is specified, results are not sorted.\n@see ProductViewSortBy*/", "fluentSetterDocumentation" : "/**

(Optional) The sort field specifier. If no value is specified, results are not sorted.

\n@param sortBy (Optional) The sort field specifier. If no value is specified, results are not sorted.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProductViewSortBy*/", "varargSetterDocumentation" : "/**

(Optional) The sort field specifier. If no value is specified, results are not sorted.

\n@param sortBy (Optional) The sort field specifier. If no value is specified, results are not sorted.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProductViewSortBy*/" }, "AcceptLanguage" : { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SortOrder" : { "documentation" : "

(Optional) The sort order specifier. If no value is specified, results are not sorted.

", "name" : "SortOrder", "c2jName" : "SortOrder", "c2jShape" : "SortOrder", "variable" : { "variableName" : "sortOrder", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

(Optional) The sort order specifier. If no value is specified, results are not sorted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sortOrder", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SortOrder", "marshallLocationName" : "SortOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "SortOrder", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

(Optional) The sort order specifier. If no value is specified, results are not sorted.

\n@param sortOrder (Optional) The sort order specifier. If no value is specified, results are not sorted.\n@see SortOrder*/", "getterDocumentation" : "/**

(Optional) The sort order specifier. If no value is specified, results are not sorted.

\n@return (Optional) The sort order specifier. If no value is specified, results are not sorted.\n@see SortOrder*/", "fluentSetterDocumentation" : "/**

(Optional) The sort order specifier. If no value is specified, results are not sorted.

\n@param sortOrder (Optional) The sort order specifier. If no value is specified, results are not sorted.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/", "varargSetterDocumentation" : "/**

(Optional) The sort order specifier. If no value is specified, results are not sorted.

\n@param sortOrder (Optional) The sort order specifier. If no value is specified, results are not sorted.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/" }, "PageToken" : { "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "name" : "PageToken", "c2jName" : "PageToken", "c2jShape" : "PageToken", "variable" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageToken", "marshallLocationName" : "PageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "getterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@return The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.*/", "fluentSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.

\n@param pageToken The page token of the first page retrieve. If null, this retrieves the first page of size PageSize.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UsageInstruction" : { "c2jName" : "UsageInstruction", "documentation" : "

Additional information provided by the administrator.

", "shapeName" : "UsageInstruction", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The usage instruction type for the value.

", "name" : "Type", "c2jName" : "Type", "c2jShape" : "InstructionType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The usage instruction type for the value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The usage instruction type for the value.

\n@param type The usage instruction type for the value.*/", "getterDocumentation" : "/**

The usage instruction type for the value.

\n@return The usage instruction type for the value.*/", "fluentSetterDocumentation" : "/**

The usage instruction type for the value.

\n@param type The usage instruction type for the value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The usage instruction type for the value.

\n@param type The usage instruction type for the value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The usage instruction value for this type.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "InstructionValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The usage instruction value for this type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The usage instruction value for this type.

\n@param value The usage instruction value for this type.*/", "getterDocumentation" : "/**

The usage instruction value for this type.

\n@return The usage instruction value for this type.*/", "fluentSetterDocumentation" : "/**

The usage instruction value for this type.

\n@param value The usage instruction value for this type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The usage instruction value for this type.

\n@param value The usage instruction value for this type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "usageInstruction", "variableType" : "UsageInstruction", "variableDeclarationType" : "UsageInstruction", "documentation" : null, "simpleType" : "UsageInstruction", "variableSetterType" : "UsageInstruction" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Type" : { "documentation" : "

The usage instruction type for the value.

", "name" : "Type", "c2jName" : "Type", "c2jShape" : "InstructionType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The usage instruction type for the value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The usage instruction type for the value.

\n@param type The usage instruction type for the value.*/", "getterDocumentation" : "/**

The usage instruction type for the value.

\n@return The usage instruction type for the value.*/", "fluentSetterDocumentation" : "/**

The usage instruction type for the value.

\n@param type The usage instruction type for the value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The usage instruction type for the value.

\n@param type The usage instruction type for the value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Value" : { "documentation" : "

The usage instruction value for this type.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "InstructionValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The usage instruction value for this type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The usage instruction value for this type.

\n@param value The usage instruction value for this type.*/", "getterDocumentation" : "/**

The usage instruction value for this type.

\n@return The usage instruction value for this type.*/", "fluentSetterDocumentation" : "/**

The usage instruction value for this type.

\n@param value The usage instruction value for this type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The usage instruction value for this type.

\n@param value The usage instruction value for this type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ProvisioningArtifactParameter" : { "c2jName" : "ProvisioningArtifactParameter", "documentation" : "

A parameter used to successfully provision the product. This value includes a list of allowable values and additional metadata.

", "shapeName" : "ProvisioningArtifactParameter", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The parameter key.

", "name" : "ParameterKey", "c2jName" : "ParameterKey", "c2jShape" : "ParameterKey", "variable" : { "variableName" : "parameterKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The parameter key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterKey", "marshallLocationName" : "ParameterKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The parameter key.

\n@param parameterKey The parameter key.*/", "getterDocumentation" : "/**

The parameter key.

\n@return The parameter key.*/", "fluentSetterDocumentation" : "/**

The parameter key.

\n@param parameterKey The parameter key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The parameter key.

\n@param parameterKey The parameter key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The default value for this parameter.

", "name" : "DefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "DefaultValue", "variable" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The default value for this parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultValue", "marshallLocationName" : "DefaultValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The default value for this parameter.

\n@param defaultValue The default value for this parameter.*/", "getterDocumentation" : "/**

The default value for this parameter.

\n@return The default value for this parameter.*/", "fluentSetterDocumentation" : "/**

The default value for this parameter.

\n@param defaultValue The default value for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The default value for this parameter.

\n@param defaultValue The default value for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The parameter type.

", "name" : "ParameterType", "c2jName" : "ParameterType", "c2jShape" : "ParameterType", "variable" : { "variableName" : "parameterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The parameter type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterType", "marshallLocationName" : "ParameterType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The parameter type.

\n@param parameterType The parameter type.*/", "getterDocumentation" : "/**

The parameter type.

\n@return The parameter type.*/", "fluentSetterDocumentation" : "/**

The parameter type.

\n@param parameterType The parameter type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The parameter type.

\n@param parameterType The parameter type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.

", "name" : "IsNoEcho", "c2jName" : "IsNoEcho", "c2jShape" : "NoEcho", "variable" : { "variableName" : "isNoEcho", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isNoEcho", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsNoEcho", "marshallLocationName" : "IsNoEcho", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.

\n@param isNoEcho If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.*/", "getterDocumentation" : "/**

If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.

\n@return If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.*/", "fluentSetterDocumentation" : "/**

If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.

\n@param isNoEcho If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.

\n@param isNoEcho If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The text description of the parameter.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The text description of the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The text description of the parameter.

\n@param description The text description of the parameter.*/", "getterDocumentation" : "/**

The text description of the parameter.

\n@return The text description of the parameter.*/", "fluentSetterDocumentation" : "/**

The text description of the parameter.

\n@param description The text description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The text description of the parameter.

\n@param description The text description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The list of constraints that the administrator has put on the parameter.

", "name" : "ParameterConstraints", "c2jName" : "ParameterConstraints", "c2jShape" : "ParameterConstraints", "variable" : { "variableName" : "parameterConstraints", "variableType" : "ParameterConstraints", "variableDeclarationType" : "ParameterConstraints", "documentation" : "

The list of constraints that the administrator has put on the parameter.

", "simpleType" : "ParameterConstraints", "variableSetterType" : "ParameterConstraints" }, "setterModel" : { "variableName" : "parameterConstraints", "variableType" : "ParameterConstraints", "variableDeclarationType" : "ParameterConstraints", "documentation" : "", "simpleType" : "ParameterConstraints", "variableSetterType" : "ParameterConstraints" }, "getterModel" : { "returnType" : "ParameterConstraints", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterConstraints", "marshallLocationName" : "ParameterConstraints", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The list of constraints that the administrator has put on the parameter.

\n@param parameterConstraints The list of constraints that the administrator has put on the parameter.*/", "getterDocumentation" : "/**

The list of constraints that the administrator has put on the parameter.

\n@return The list of constraints that the administrator has put on the parameter.*/", "fluentSetterDocumentation" : "/**

The list of constraints that the administrator has put on the parameter.

\n@param parameterConstraints The list of constraints that the administrator has put on the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of constraints that the administrator has put on the parameter.

\n@param parameterConstraints The list of constraints that the administrator has put on the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "provisioningArtifactParameter", "variableType" : "ProvisioningArtifactParameter", "variableDeclarationType" : "ProvisioningArtifactParameter", "documentation" : null, "simpleType" : "ProvisioningArtifactParameter", "variableSetterType" : "ProvisioningArtifactParameter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DefaultValue" : { "documentation" : "

The default value for this parameter.

", "name" : "DefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "DefaultValue", "variable" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The default value for this parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultValue", "marshallLocationName" : "DefaultValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The default value for this parameter.

\n@param defaultValue The default value for this parameter.*/", "getterDocumentation" : "/**

The default value for this parameter.

\n@return The default value for this parameter.*/", "fluentSetterDocumentation" : "/**

The default value for this parameter.

\n@param defaultValue The default value for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The default value for this parameter.

\n@param defaultValue The default value for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterType" : { "documentation" : "

The parameter type.

", "name" : "ParameterType", "c2jName" : "ParameterType", "c2jShape" : "ParameterType", "variable" : { "variableName" : "parameterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The parameter type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterType", "marshallLocationName" : "ParameterType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The parameter type.

\n@param parameterType The parameter type.*/", "getterDocumentation" : "/**

The parameter type.

\n@return The parameter type.*/", "fluentSetterDocumentation" : "/**

The parameter type.

\n@param parameterType The parameter type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The parameter type.

\n@param parameterType The parameter type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The text description of the parameter.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The text description of the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The text description of the parameter.

\n@param description The text description of the parameter.*/", "getterDocumentation" : "/**

The text description of the parameter.

\n@return The text description of the parameter.*/", "fluentSetterDocumentation" : "/**

The text description of the parameter.

\n@param description The text description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The text description of the parameter.

\n@param description The text description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IsNoEcho" : { "documentation" : "

If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.

", "name" : "IsNoEcho", "c2jName" : "IsNoEcho", "c2jShape" : "NoEcho", "variable" : { "variableName" : "isNoEcho", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isNoEcho", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsNoEcho", "marshallLocationName" : "IsNoEcho", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.

\n@param isNoEcho If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.*/", "getterDocumentation" : "/**

If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.

\n@return If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.*/", "fluentSetterDocumentation" : "/**

If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.

\n@param isNoEcho If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.

\n@param isNoEcho If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterConstraints" : { "documentation" : "

The list of constraints that the administrator has put on the parameter.

", "name" : "ParameterConstraints", "c2jName" : "ParameterConstraints", "c2jShape" : "ParameterConstraints", "variable" : { "variableName" : "parameterConstraints", "variableType" : "ParameterConstraints", "variableDeclarationType" : "ParameterConstraints", "documentation" : "

The list of constraints that the administrator has put on the parameter.

", "simpleType" : "ParameterConstraints", "variableSetterType" : "ParameterConstraints" }, "setterModel" : { "variableName" : "parameterConstraints", "variableType" : "ParameterConstraints", "variableDeclarationType" : "ParameterConstraints", "documentation" : "", "simpleType" : "ParameterConstraints", "variableSetterType" : "ParameterConstraints" }, "getterModel" : { "returnType" : "ParameterConstraints", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterConstraints", "marshallLocationName" : "ParameterConstraints", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The list of constraints that the administrator has put on the parameter.

\n@param parameterConstraints The list of constraints that the administrator has put on the parameter.*/", "getterDocumentation" : "/**

The list of constraints that the administrator has put on the parameter.

\n@return The list of constraints that the administrator has put on the parameter.*/", "fluentSetterDocumentation" : "/**

The list of constraints that the administrator has put on the parameter.

\n@param parameterConstraints The list of constraints that the administrator has put on the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of constraints that the administrator has put on the parameter.

\n@param parameterConstraints The list of constraints that the administrator has put on the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterKey" : { "documentation" : "

The parameter key.

", "name" : "ParameterKey", "c2jName" : "ParameterKey", "c2jShape" : "ParameterKey", "variable" : { "variableName" : "parameterKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The parameter key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterKey", "marshallLocationName" : "ParameterKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The parameter key.

\n@param parameterKey The parameter key.*/", "getterDocumentation" : "/**

The parameter key.

\n@return The parameter key.*/", "fluentSetterDocumentation" : "/**

The parameter key.

\n@param parameterKey The parameter key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The parameter key.

\n@param parameterKey The parameter key.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeProductRequest" : { "c2jName" : "DescribeProductInput", "documentation" : "", "shapeName" : "DescribeProductRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ProductId of the product to describe.

", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ProductId of the product to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ProductId of the product to describe.

\n@param id The ProductId of the product to describe.*/", "getterDocumentation" : "/**

The ProductId of the product to describe.

\n@return The ProductId of the product to describe.*/", "fluentSetterDocumentation" : "/**

The ProductId of the product to describe.

\n@param id The ProductId of the product to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ProductId of the product to describe.

\n@param id The ProductId of the product to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeProductRequest", "variableType" : "DescribeProductRequest", "variableDeclarationType" : "DescribeProductRequest", "documentation" : null, "simpleType" : "DescribeProductRequest", "variableSetterType" : "DescribeProductRequest" }, "marshaller" : { "action" : "DescribeProduct", "verb" : "POST", "target" : "AWS242ServiceCatalogService.DescribeProduct", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AcceptLanguage" : { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The ProductId of the product to describe.

", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ProductId of the product to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ProductId of the product to describe.

\n@param id The ProductId of the product to describe.*/", "getterDocumentation" : "/**

The ProductId of the product to describe.

\n@return The ProductId of the product to describe.*/", "fluentSetterDocumentation" : "/**

The ProductId of the product to describe.

\n@param id The ProductId of the product to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ProductId of the product to describe.

\n@param id The ProductId of the product to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeProductViewRequest" : { "c2jName" : "DescribeProductViewInput", "documentation" : "", "shapeName" : "DescribeProductViewRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ProductViewId of the product to describe.

", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ProductViewId of the product to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ProductViewId of the product to describe.

\n@param id The ProductViewId of the product to describe.*/", "getterDocumentation" : "/**

The ProductViewId of the product to describe.

\n@return The ProductViewId of the product to describe.*/", "fluentSetterDocumentation" : "/**

The ProductViewId of the product to describe.

\n@param id The ProductViewId of the product to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ProductViewId of the product to describe.

\n@param id The ProductViewId of the product to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeProductViewRequest", "variableType" : "DescribeProductViewRequest", "variableDeclarationType" : "DescribeProductViewRequest", "documentation" : null, "simpleType" : "DescribeProductViewRequest", "variableSetterType" : "DescribeProductViewRequest" }, "marshaller" : { "action" : "DescribeProductView", "verb" : "POST", "target" : "AWS242ServiceCatalogService.DescribeProductView", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AcceptLanguage" : { "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "name" : "AcceptLanguage", "c2jName" : "AcceptLanguage", "c2jShape" : "AcceptLanguage", "variable" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptLanguage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AcceptLanguage", "marshallLocationName" : "AcceptLanguage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "getterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@return Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.*/", "fluentSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

\n@param acceptLanguage Optional language code. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The ProductViewId of the product to describe.

", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ProductViewId of the product to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ProductViewId of the product to describe.

\n@param id The ProductViewId of the product to describe.*/", "getterDocumentation" : "/**

The ProductViewId of the product to describe.

\n@return The ProductViewId of the product to describe.*/", "fluentSetterDocumentation" : "/**

The ProductViewId of the product to describe.

\n@param id The ProductViewId of the product to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ProductViewId of the product to describe.

\n@param id The ProductViewId of the product to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ParameterConstraints" : { "c2jName" : "ParameterConstraints", "documentation" : "

The constraints that the administrator has put on the parameter.

", "shapeName" : "ParameterConstraints", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The values that the administrator has allowed for the parameter.

", "name" : "AllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "AllowedValues", "variable" : { "variableName" : "allowedValues", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The values that the administrator has allowed for the parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "allowedValues", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowedValues", "marshallLocationName" : "AllowedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AllowedValue", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The values that the administrator has allowed for the parameter.

\n@param allowedValues The values that the administrator has allowed for the parameter.*/", "getterDocumentation" : "/**

The values that the administrator has allowed for the parameter.

\n@return The values that the administrator has allowed for the parameter.*/", "fluentSetterDocumentation" : "/**

The values that the administrator has allowed for the parameter.

\n@param allowedValues The values that the administrator has allowed for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The values that the administrator has allowed for the parameter.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAllowedValues(java.util.Collection)} or {@link #withAllowedValues(java.util.Collection)} if you want to override the existing values.

\n@param allowedValues The values that the administrator has allowed for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "parameterConstraints", "variableType" : "ParameterConstraints", "variableDeclarationType" : "ParameterConstraints", "documentation" : null, "simpleType" : "ParameterConstraints", "variableSetterType" : "ParameterConstraints" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AllowedValues" : { "documentation" : "

The values that the administrator has allowed for the parameter.

", "name" : "AllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "AllowedValues", "variable" : { "variableName" : "allowedValues", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The values that the administrator has allowed for the parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "allowedValues", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowedValues", "marshallLocationName" : "AllowedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AllowedValue", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The values that the administrator has allowed for the parameter.

\n@param allowedValues The values that the administrator has allowed for the parameter.*/", "getterDocumentation" : "/**

The values that the administrator has allowed for the parameter.

\n@return The values that the administrator has allowed for the parameter.*/", "fluentSetterDocumentation" : "/**

The values that the administrator has allowed for the parameter.

\n@param allowedValues The values that the administrator has allowed for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The values that the administrator has allowed for the parameter.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAllowedValues(java.util.Collection)} or {@link #withAllowedValues(java.util.Collection)} if you want to override the existing values.

\n@param allowedValues The values that the administrator has allowed for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Tag" : { "c2jName" : "Tag", "documentation" : "

Optional key/value pairs to associate with this provisioning. These tags are propagated to the resources created in the provisioning.

", "shapeName" : "Tag", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.

", "name" : "Key", "c2jName" : "Key", "c2jShape" : "TagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.

\n@param key The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.*/", "getterDocumentation" : "/**

The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.

\n@return The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.*/", "fluentSetterDocumentation" : "/**

The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.

\n@param key The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.

\n@param key The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The esired value for this key.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The esired value for this key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The esired value for this key.

\n@param value The esired value for this key.*/", "getterDocumentation" : "/**

The esired value for this key.

\n@return The esired value for this key.*/", "fluentSetterDocumentation" : "/**

The esired value for this key.

\n@param value The esired value for this key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The esired value for this key.

\n@param value The esired value for this key.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

The esired value for this key.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The esired value for this key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The esired value for this key.

\n@param value The esired value for this key.*/", "getterDocumentation" : "/**

The esired value for this key.

\n@return The esired value for this key.*/", "fluentSetterDocumentation" : "/**

The esired value for this key.

\n@param value The esired value for this key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The esired value for this key.

\n@param value The esired value for this key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.

", "name" : "Key", "c2jName" : "Key", "c2jShape" : "TagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.

\n@param key The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.*/", "getterDocumentation" : "/**

The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.

\n@return The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.*/", "fluentSetterDocumentation" : "/**

The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.

\n@param key The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.

\n@param key The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ProvisionProductResult" : { "c2jName" : "ProvisionProductOutput", "documentation" : "", "shapeName" : "ProvisionProductResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.

", "name" : "RecordDetail", "c2jName" : "RecordDetail", "c2jShape" : "RecordDetail", "variable" : { "variableName" : "recordDetail", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "

The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.

", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "setterModel" : { "variableName" : "recordDetail", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "getterModel" : { "returnType" : "RecordDetail", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordDetail", "marshallLocationName" : "RecordDetail", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.

\n@param recordDetail The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.*/", "getterDocumentation" : "/**

The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.

\n@return The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.*/", "fluentSetterDocumentation" : "/**

The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.

\n@param recordDetail The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.

\n@param recordDetail The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "provisionProductResult", "variableType" : "ProvisionProductResult", "variableDeclarationType" : "ProvisionProductResult", "documentation" : null, "simpleType" : "ProvisionProductResult", "variableSetterType" : "ProvisionProductResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RecordDetail" : { "documentation" : "

The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.

", "name" : "RecordDetail", "c2jName" : "RecordDetail", "c2jShape" : "RecordDetail", "variable" : { "variableName" : "recordDetail", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "

The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.

", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "setterModel" : { "variableName" : "recordDetail", "variableType" : "RecordDetail", "variableDeclarationType" : "RecordDetail", "documentation" : "", "simpleType" : "RecordDetail", "variableSetterType" : "RecordDetail" }, "getterModel" : { "returnType" : "RecordDetail", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordDetail", "marshallLocationName" : "RecordDetail", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.

\n@param recordDetail The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.*/", "getterDocumentation" : "/**

The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.

\n@return The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.*/", "fluentSetterDocumentation" : "/**

The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.

\n@param recordDetail The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.

\n@param recordDetail The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ProvisioningArtifact" : { "c2jName" : "ProvisioningArtifact", "documentation" : "

Contains information indicating the ways in which a product can be provisioned.

", "shapeName" : "ProvisioningArtifact", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier for the artifact.

", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the artifact.

\n@param id The identifier for the artifact.*/", "getterDocumentation" : "/**

The identifier for the artifact.

\n@return The identifier for the artifact.*/", "fluentSetterDocumentation" : "/**

The identifier for the artifact.

\n@param id The identifier for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the artifact.

\n@param id The identifier for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the artifact.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ProvisioningArtifactName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the artifact.

\n@param name The name of the artifact.*/", "getterDocumentation" : "/**

The name of the artifact.

\n@return The name of the artifact.*/", "fluentSetterDocumentation" : "/**

The name of the artifact.

\n@param name The name of the artifact.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the artifact.

\n@param name The name of the artifact.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The text description of the artifact.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "ProvisioningArtifactDescription", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The text description of the artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The text description of the artifact.

\n@param description The text description of the artifact.*/", "getterDocumentation" : "/**

The text description of the artifact.

\n@return The text description of the artifact.*/", "fluentSetterDocumentation" : "/**

The text description of the artifact.

\n@param description The text description of the artifact.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The text description of the artifact.

\n@param description The text description of the artifact.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time that the artifact was created by the Administrator.

", "name" : "CreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "ProvisioningArtifactCreatedTime", "variable" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time that the artifact was created by the Administrator.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreatedTime", "marshallLocationName" : "CreatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time that the artifact was created by the Administrator.

\n@param createdTime The time that the artifact was created by the Administrator.*/", "getterDocumentation" : "/**

The time that the artifact was created by the Administrator.

\n@return The time that the artifact was created by the Administrator.*/", "fluentSetterDocumentation" : "/**

The time that the artifact was created by the Administrator.

\n@param createdTime The time that the artifact was created by the Administrator.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time that the artifact was created by the Administrator.

\n@param createdTime The time that the artifact was created by the Administrator.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "provisioningArtifact", "variableType" : "ProvisioningArtifact", "variableDeclarationType" : "ProvisioningArtifact", "documentation" : null, "simpleType" : "ProvisioningArtifact", "variableSetterType" : "ProvisioningArtifact" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The text description of the artifact.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "ProvisioningArtifactDescription", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The text description of the artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The text description of the artifact.

\n@param description The text description of the artifact.*/", "getterDocumentation" : "/**

The text description of the artifact.

\n@return The text description of the artifact.*/", "fluentSetterDocumentation" : "/**

The text description of the artifact.

\n@param description The text description of the artifact.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The text description of the artifact.

\n@param description The text description of the artifact.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedTime" : { "documentation" : "

The time that the artifact was created by the Administrator.

", "name" : "CreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "ProvisioningArtifactCreatedTime", "variable" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time that the artifact was created by the Administrator.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreatedTime", "marshallLocationName" : "CreatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time that the artifact was created by the Administrator.

\n@param createdTime The time that the artifact was created by the Administrator.*/", "getterDocumentation" : "/**

The time that the artifact was created by the Administrator.

\n@return The time that the artifact was created by the Administrator.*/", "fluentSetterDocumentation" : "/**

The time that the artifact was created by the Administrator.

\n@param createdTime The time that the artifact was created by the Administrator.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time that the artifact was created by the Administrator.

\n@param createdTime The time that the artifact was created by the Administrator.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The identifier for the artifact.

", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the artifact.

\n@param id The identifier for the artifact.*/", "getterDocumentation" : "/**

The identifier for the artifact.

\n@return The identifier for the artifact.*/", "fluentSetterDocumentation" : "/**

The identifier for the artifact.

\n@param id The identifier for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the artifact.

\n@param id The identifier for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The name of the artifact.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "ProvisioningArtifactName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the artifact.

\n@param name The name of the artifact.*/", "getterDocumentation" : "/**

The name of the artifact.

\n@return The name of the artifact.*/", "fluentSetterDocumentation" : "/**

The name of the artifact.

\n@param name The name of the artifact.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the artifact.

\n@param name The name of the artifact.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : false, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : null, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : { "skip" : true, "actionPrefix" : null, "fileNamePrefix" : null }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "convenienceTypeOverloads" : [ ] }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "clientConfigFactory" : "ClientConfigurationFactory", "exceptionUnmarshallerImpl" : null }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy