
models.servicecatalog-2015-12-10-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-servicecatalog Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : null,
"authPolicyActions" : {
"actionPrefix" : null,
"fileNamePrefix" : null,
"skip" : true
},
"calculateCRC32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customClientConfigFactory" : null,
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"simpleMethods" : null,
"skipInterfaceAdditions" : false,
"skipSmokeTests" : false,
"useAutoConstructList" : false,
"useAutoConstructMap" : false
},
"metadata" : {
"apiVersion" : "2015-12-10",
"asyncClient" : "AWSServiceCatalogAsyncClient",
"asyncClientBuilderClassName" : "AWSServiceCatalogAsyncClientBuilder",
"asyncInterface" : "AWSServiceCatalogAsync",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : null,
"cucumberModuleInjectorClassName" : "AWSServiceCatalogModuleInjector",
"defaultEndpoint" : "servicecatalog.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "servicecatalog.us-east-1.amazonaws.com",
"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
",
"endpointPrefix" : "servicecatalog",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"packageName" : "com.amazonaws.services.servicecatalog",
"packagePath" : "com/amazonaws/services/servicecatalog",
"protocol" : "json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest",
"serviceAbbreviation" : null,
"serviceFullName" : "AWS Service Catalog",
"serviceName" : "AWS Service Catalog",
"signingName" : "servicecatalog",
"smokeTestsPackageName" : "com.amazonaws.services.servicecatalog.smoketests",
"syncClient" : "AWSServiceCatalogClient",
"syncClientBuilderClassName" : "AWSServiceCatalogClientBuilder",
"syncInterface" : "AWSServiceCatalog",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"DescribeProduct" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeProductResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves information about a specified product.
This operation is functionally identical to DescribeProductView except that it takes as input ProductId
instead of ProductViewId
.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeProductRequest",
"variableName" : "describeProductRequest",
"variableType" : "DescribeProductRequest",
"documentation" : "",
"simpleType" : "DescribeProductRequest",
"variableSetterType" : "DescribeProductRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeProduct",
"operationName" : "DescribeProduct",
"returnType" : {
"returnType" : "DescribeProductResult",
"documentation" : null
},
"syncReturnType" : "DescribeProductResult"
},
"DescribeProductView" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeProductViewResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves information about a specified product.
This operation is functionally identical to DescribeProduct except that it takes as input ProductViewId
instead of ProductId
.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeProductViewRequest",
"variableName" : "describeProductViewRequest",
"variableType" : "DescribeProductViewRequest",
"documentation" : "",
"simpleType" : "DescribeProductViewRequest",
"variableSetterType" : "DescribeProductViewRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeProductView",
"operationName" : "DescribeProductView",
"returnType" : {
"returnType" : "DescribeProductViewResult",
"documentation" : null
},
"syncReturnType" : "DescribeProductViewResult"
},
"DescribeProvisioningParameters" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeProvisioningParametersResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeProvisioningParametersRequest",
"variableName" : "describeProvisioningParametersRequest",
"variableType" : "DescribeProvisioningParametersRequest",
"documentation" : "",
"simpleType" : "DescribeProvisioningParametersRequest",
"variableSetterType" : "DescribeProvisioningParametersRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeProvisioningParameters",
"operationName" : "DescribeProvisioningParameters",
"returnType" : {
"returnType" : "DescribeProvisioningParametersResult",
"documentation" : null
},
"syncReturnType" : "DescribeProvisioningParametersResult"
},
"DescribeRecord" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeRecordResult",
"authenticated" : true,
"deprecated" : false,
"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).
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeRecordRequest",
"variableName" : "describeRecordRequest",
"variableType" : "DescribeRecordRequest",
"documentation" : "",
"simpleType" : "DescribeRecordRequest",
"variableSetterType" : "DescribeRecordRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeRecord",
"operationName" : "DescribeRecord",
"returnType" : {
"returnType" : "DescribeRecordResult",
"documentation" : null
},
"syncReturnType" : "DescribeRecordResult"
},
"ListLaunchPaths" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListLaunchPathsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ListLaunchPathsRequest",
"variableName" : "listLaunchPathsRequest",
"variableType" : "ListLaunchPathsRequest",
"documentation" : "",
"simpleType" : "ListLaunchPathsRequest",
"variableSetterType" : "ListLaunchPathsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listLaunchPaths",
"operationName" : "ListLaunchPaths",
"returnType" : {
"returnType" : "ListLaunchPathsResult",
"documentation" : null
},
"syncReturnType" : "ListLaunchPathsResult"
},
"ListRecordHistory" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListRecordHistoryResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a paginated list of all performed requests, in the form of RecordDetails objects that are filtered as specified.
",
"exceptions" : [ {
"exceptionName" : "InvalidParametersException",
"documentation" : "One or more parameters provided to the operation are invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListRecordHistoryRequest",
"variableName" : "listRecordHistoryRequest",
"variableType" : "ListRecordHistoryRequest",
"documentation" : "",
"simpleType" : "ListRecordHistoryRequest",
"variableSetterType" : "ListRecordHistoryRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listRecordHistory",
"operationName" : "ListRecordHistory",
"returnType" : {
"returnType" : "ListRecordHistoryResult",
"documentation" : null
},
"syncReturnType" : "ListRecordHistoryResult"
},
"ProvisionProduct" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ProvisionProductResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ProvisionProductRequest",
"variableName" : "provisionProductRequest",
"variableType" : "ProvisionProductRequest",
"documentation" : "",
"simpleType" : "ProvisionProductRequest",
"variableSetterType" : "ProvisionProductRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "provisionProduct",
"operationName" : "ProvisionProduct",
"returnType" : {
"returnType" : "ProvisionProductResult",
"documentation" : null
},
"syncReturnType" : "ProvisionProductResult"
},
"ScanProvisionedProducts" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ScanProvisionedProductsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a paginated list of all the ProvisionedProduct objects that are currently available (not terminated).
",
"exceptions" : [ {
"exceptionName" : "InvalidParametersException",
"documentation" : "One or more parameters provided to the operation are invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ScanProvisionedProductsRequest",
"variableName" : "scanProvisionedProductsRequest",
"variableType" : "ScanProvisionedProductsRequest",
"documentation" : "",
"simpleType" : "ScanProvisionedProductsRequest",
"variableSetterType" : "ScanProvisionedProductsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "scanProvisionedProducts",
"operationName" : "ScanProvisionedProducts",
"returnType" : {
"returnType" : "ScanProvisionedProductsResult",
"documentation" : null
},
"syncReturnType" : "ScanProvisionedProductsResult"
},
"SearchProducts" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SearchProductsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InvalidParametersException",
"documentation" : "One or more parameters provided to the operation are invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SearchProductsRequest",
"variableName" : "searchProductsRequest",
"variableType" : "SearchProductsRequest",
"documentation" : "",
"simpleType" : "SearchProductsRequest",
"variableSetterType" : "SearchProductsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "searchProducts",
"operationName" : "SearchProducts",
"returnType" : {
"returnType" : "SearchProductsResult",
"documentation" : null
},
"syncReturnType" : "SearchProductsResult"
},
"TerminateProvisionedProduct" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "TerminateProvisionedProductResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TerminateProvisionedProductRequest",
"variableName" : "terminateProvisionedProductRequest",
"variableType" : "TerminateProvisionedProductRequest",
"documentation" : "",
"simpleType" : "TerminateProvisionedProductRequest",
"variableSetterType" : "TerminateProvisionedProductRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "terminateProvisionedProduct",
"operationName" : "TerminateProvisionedProduct",
"returnType" : {
"returnType" : "TerminateProvisionedProductResult",
"documentation" : null
},
"syncReturnType" : "TerminateProvisionedProductResult"
},
"UpdateProvisionedProduct" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateProvisionedProductResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "UpdateProvisionedProductRequest",
"variableName" : "updateProvisionedProductRequest",
"variableType" : "UpdateProvisionedProductRequest",
"documentation" : "",
"simpleType" : "UpdateProvisionedProductRequest",
"variableSetterType" : "UpdateProvisionedProductRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateProvisionedProduct",
"operationName" : "UpdateProvisionedProduct",
"returnType" : {
"returnType" : "UpdateProvisionedProductResult",
"documentation" : null
},
"syncReturnType" : "UpdateProvisionedProductResult"
}
},
"shapes" : {
"AccessLevelFilter" : {
"c2jName" : "AccessLevelFilter",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The access level to limit results.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Key",
"c2jShape" : "AccessLevelFilterKey",
"deprecated" : false,
"documentation" : "Specifies the access level.
Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.
",
"enumType" : "AccessLevelFilterKey",
"fluentSetterDocumentation" : "/**Specifies the access level.
Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.
\n@param key Specifies the access level. Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccessLevelFilterKey*/",
"getterDocumentation" : "/**
Specifies the access level.
Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.
\n@return Specifies the access level. Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.\n@see AccessLevelFilterKey*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Key",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Key",
"setterDocumentation" : "/**
Specifies the access level.
Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.
\n@param key Specifies the access level. Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.\n@see AccessLevelFilterKey*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Specifies the access level.
Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.
\n@param key Specifies the access level. Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccessLevelFilterKey*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "
Specifies the access level.
Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Value",
"c2jShape" : "AccessLevelFilterValue",
"deprecated" : false,
"documentation" : "Specifies the user to which the access level applies. A value of Self
is currently supported.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies the user to which the access level applies. A value of Self
is currently supported.
\n@param value Specifies the user to which the access level applies. A value of Self
is currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies the user to which the access level applies. A value of Self
is currently supported.
\n@return Specifies the user to which the access level applies. A value of Self
is currently supported.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**Specifies the user to which the access level applies. A value of Self
is currently supported.
\n@param value Specifies the user to which the access level applies. A value of Self
is currently supported.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies the user to which the access level applies. A value of Self
is currently supported.
\n@param value Specifies the user to which the access level applies. A value of Self
is currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "Specifies the user to which the access level applies. A value of Self
is currently supported.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Key" : {
"c2jName" : "Key",
"c2jShape" : "AccessLevelFilterKey",
"deprecated" : false,
"documentation" : "Specifies the access level.
Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.
",
"enumType" : "AccessLevelFilterKey",
"fluentSetterDocumentation" : "/**Specifies the access level.
Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.
\n@param key Specifies the access level. Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccessLevelFilterKey*/",
"getterDocumentation" : "/**
Specifies the access level.
Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.
\n@return Specifies the access level. Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.\n@see AccessLevelFilterKey*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Key",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Key",
"setterDocumentation" : "/**
Specifies the access level.
Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.
\n@param key Specifies the access level. Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.\n@see AccessLevelFilterKey*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Specifies the access level.
Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.
\n@param key Specifies the access level. Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccessLevelFilterKey*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "
Specifies the access level.
Account
allows results at the account level.
Role
allows results based on the federated role of the specified user.
User
allows results limited to the specified user.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Value" : {
"c2jName" : "Value",
"c2jShape" : "AccessLevelFilterValue",
"deprecated" : false,
"documentation" : "Specifies the user to which the access level applies. A value of Self
is currently supported.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies the user to which the access level applies. A value of Self
is currently supported.
\n@param value Specifies the user to which the access level applies. A value of Self
is currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies the user to which the access level applies. A value of Self
is currently supported.
\n@return Specifies the user to which the access level applies. A value of Self
is currently supported.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**Specifies the user to which the access level applies. A value of Self
is currently supported.
\n@param value Specifies the user to which the access level applies. A value of Self
is currently supported.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies the user to which the access level applies. A value of Self
is currently supported.
\n@param value Specifies the user to which the access level applies. A value of Self
is currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "Specifies the user to which the access level applies. A value of Self
is currently supported.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "AccessLevelFilter",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AccessLevelFilter",
"variableName" : "accessLevelFilter",
"variableType" : "AccessLevelFilter",
"documentation" : null,
"simpleType" : "AccessLevelFilter",
"variableSetterType" : "AccessLevelFilter"
},
"wrapper" : false
},
"AccessLevelFilterKey" : {
"c2jName" : "AccessLevelFilterKey",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "Account",
"value" : "Account"
}, {
"name" : "Role",
"value" : "Role"
}, {
"name" : "User",
"value" : "User"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "AccessLevelFilterKey",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AccessLevelFilterKey",
"variableName" : "accessLevelFilterKey",
"variableType" : "AccessLevelFilterKey",
"documentation" : null,
"simpleType" : "AccessLevelFilterKey",
"variableSetterType" : "AccessLevelFilterKey"
},
"wrapper" : false
},
"ConstraintSummary" : {
"c2jName" : "ConstraintSummary",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An administrator-specified constraint to apply when provisioning a product.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Type",
"c2jShape" : "ConstraintType",
"deprecated" : false,
"documentation" : "The type of the constraint.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The type of the constraint.
\n@return The type of the constraint.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Type",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Type",
"setterDocumentation" : "/**The type of the constraint.
\n@param type The type of the constraint.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "The type of the constraint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Description",
"c2jShape" : "ConstraintDescription",
"deprecated" : false,
"documentation" : "The text description of the constraint.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The text description of the constraint.
\n@return The text description of the constraint.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**The text description of the constraint.
\n@param description The text description of the constraint.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The text description of the constraint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Description" : {
"c2jName" : "Description",
"c2jShape" : "ConstraintDescription",
"deprecated" : false,
"documentation" : "The text description of the constraint.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The text description of the constraint.
\n@return The text description of the constraint.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**The text description of the constraint.
\n@param description The text description of the constraint.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The text description of the constraint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Type" : {
"c2jName" : "Type",
"c2jShape" : "ConstraintType",
"deprecated" : false,
"documentation" : "The type of the constraint.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The type of the constraint.
\n@return The type of the constraint.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Type",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Type",
"setterDocumentation" : "/**The type of the constraint.
\n@param type The type of the constraint.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "The type of the constraint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ConstraintSummary",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ConstraintSummary",
"variableName" : "constraintSummary",
"variableType" : "ConstraintSummary",
"documentation" : null,
"simpleType" : "ConstraintSummary",
"variableSetterType" : "ConstraintSummary"
},
"wrapper" : false
},
"DescribeProductRequest" : {
"c2jName" : "DescribeProductInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeProduct",
"locationName" : null,
"requestUri" : "/",
"target" : "AWS242ServiceCatalogService.DescribeProduct",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "AcceptLanguage",
"c2jShape" : "AcceptLanguage",
"deprecated" : false,
"documentation" : "The language code to use for this operation. Supported language codes are as follows:
\"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"getterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AcceptLanguage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceptLanguage",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AcceptLanguage",
"setterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "
The language code to use for this operation. 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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Id",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "The ProductId
of the product to describe.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ProductId
of the product to describe.
\n@return The ProductId
of the product to describe.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Id",
"setterDocumentation" : "/**The ProductId
of the product to describe.
\n@param id The ProductId
of the product to describe.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The ProductId
of the product to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AcceptLanguage" : {
"c2jName" : "AcceptLanguage",
"c2jShape" : "AcceptLanguage",
"deprecated" : false,
"documentation" : "The language code to use for this operation. Supported language codes are as follows:
\"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"getterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AcceptLanguage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceptLanguage",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AcceptLanguage",
"setterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "
The language code to use for this operation. 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"
},
"xmlNameSpaceUri" : null
},
"Id" : {
"c2jName" : "Id",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "The ProductId
of the product to describe.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ProductId
of the product to describe.
\n@return The ProductId
of the product to describe.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Id",
"setterDocumentation" : "/**The ProductId
of the product to describe.
\n@param id The ProductId
of the product to describe.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The ProductId
of the product to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Id" ],
"shapeName" : "DescribeProductRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeProductRequest",
"variableName" : "describeProductRequest",
"variableType" : "DescribeProductRequest",
"documentation" : null,
"simpleType" : "DescribeProductRequest",
"variableSetterType" : "DescribeProductRequest"
},
"wrapper" : false
},
"DescribeProductResult" : {
"c2jName" : "DescribeProductOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ProductViewSummary",
"c2jShape" : "ProductViewSummary",
"deprecated" : false,
"documentation" : "The summary metadata about the specified product.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The summary metadata about the specified product.
\n@return The summary metadata about the specified product.*/",
"getterModel" : {
"returnType" : "ProductViewSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ProductViewSummary",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProductViewSummary",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ProductViewSummary",
"setterDocumentation" : "/**The summary metadata about the specified product.
\n@param productViewSummary The summary metadata about the specified product.*/",
"setterModel" : {
"variableDeclarationType" : "ProductViewSummary",
"variableName" : "productViewSummary",
"variableType" : "ProductViewSummary",
"documentation" : "",
"simpleType" : "ProductViewSummary",
"variableSetterType" : "ProductViewSummary"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ProductViewSummary",
"variableName" : "productViewSummary",
"variableType" : "ProductViewSummary",
"documentation" : "The summary metadata about the specified product.
",
"simpleType" : "ProductViewSummary",
"variableSetterType" : "ProductViewSummary"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ProvisioningArtifacts",
"c2jShape" : "ProvisioningArtifacts",
"deprecated" : false,
"documentation" : "A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts
parameter represent the ways the specified product can be provisioned.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ProvisioningArtifacts",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProvisioningArtifacts",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ProvisioningArtifact",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ProvisioningArtifact",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ProvisioningArtifact",
"variableName" : "member",
"variableType" : "ProvisioningArtifact",
"documentation" : "",
"simpleType" : "ProvisioningArtifact",
"variableSetterType" : "ProvisioningArtifact"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ProvisioningArtifact",
"variableName" : "member",
"variableType" : "ProvisioningArtifact",
"documentation" : "",
"simpleType" : "ProvisioningArtifact",
"variableSetterType" : "ProvisioningArtifact"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ProvisioningArtifact",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ProvisioningArtifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ProvisioningArtifacts",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "provisioningArtifacts",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts
parameter represent the ways the specified product can be provisioned.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "provisioningArtifacts",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ProductViewSummary" : {
"c2jName" : "ProductViewSummary",
"c2jShape" : "ProductViewSummary",
"deprecated" : false,
"documentation" : "The summary metadata about the specified product.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The summary metadata about the specified product.
\n@return The summary metadata about the specified product.*/",
"getterModel" : {
"returnType" : "ProductViewSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ProductViewSummary",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProductViewSummary",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ProductViewSummary",
"setterDocumentation" : "/**The summary metadata about the specified product.
\n@param productViewSummary The summary metadata about the specified product.*/",
"setterModel" : {
"variableDeclarationType" : "ProductViewSummary",
"variableName" : "productViewSummary",
"variableType" : "ProductViewSummary",
"documentation" : "",
"simpleType" : "ProductViewSummary",
"variableSetterType" : "ProductViewSummary"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ProductViewSummary",
"variableName" : "productViewSummary",
"variableType" : "ProductViewSummary",
"documentation" : "The summary metadata about the specified product.
",
"simpleType" : "ProductViewSummary",
"variableSetterType" : "ProductViewSummary"
},
"xmlNameSpaceUri" : null
},
"ProvisioningArtifacts" : {
"c2jName" : "ProvisioningArtifacts",
"c2jShape" : "ProvisioningArtifacts",
"deprecated" : false,
"documentation" : "A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts
parameter represent the ways the specified product can be provisioned.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ProvisioningArtifacts",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProvisioningArtifacts",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ProvisioningArtifact",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ProvisioningArtifact",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ProvisioningArtifact",
"variableName" : "member",
"variableType" : "ProvisioningArtifact",
"documentation" : "",
"simpleType" : "ProvisioningArtifact",
"variableSetterType" : "ProvisioningArtifact"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ProvisioningArtifact",
"variableName" : "member",
"variableType" : "ProvisioningArtifact",
"documentation" : "",
"simpleType" : "ProvisioningArtifact",
"variableSetterType" : "ProvisioningArtifact"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ProvisioningArtifact",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ProvisioningArtifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ProvisioningArtifacts",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "provisioningArtifacts",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts
parameter represent the ways the specified product can be provisioned.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "provisioningArtifacts",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "DescribeProductResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeProductResult",
"variableName" : "describeProductResult",
"variableType" : "DescribeProductResult",
"documentation" : null,
"simpleType" : "DescribeProductResult",
"variableSetterType" : "DescribeProductResult"
},
"wrapper" : false
},
"DescribeProductViewRequest" : {
"c2jName" : "DescribeProductViewInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeProductView",
"locationName" : null,
"requestUri" : "/",
"target" : "AWS242ServiceCatalogService.DescribeProductView",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "AcceptLanguage",
"c2jShape" : "AcceptLanguage",
"deprecated" : false,
"documentation" : "The language code to use for this operation. Supported language codes are as follows:
\"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"getterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AcceptLanguage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceptLanguage",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AcceptLanguage",
"setterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "
The language code to use for this operation. 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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Id",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "The ProductViewId
of the product to describe.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ProductViewId
of the product to describe.
\n@return The ProductViewId
of the product to describe.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Id",
"setterDocumentation" : "/**The ProductViewId
of the product to describe.
\n@param id The ProductViewId
of the product to describe.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The ProductViewId
of the product to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AcceptLanguage" : {
"c2jName" : "AcceptLanguage",
"c2jShape" : "AcceptLanguage",
"deprecated" : false,
"documentation" : "The language code to use for this operation. Supported language codes are as follows:
\"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"getterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AcceptLanguage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceptLanguage",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AcceptLanguage",
"setterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "
The language code to use for this operation. 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"
},
"xmlNameSpaceUri" : null
},
"Id" : {
"c2jName" : "Id",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "The ProductViewId
of the product to describe.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ProductViewId
of the product to describe.
\n@return The ProductViewId
of the product to describe.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Id",
"setterDocumentation" : "/**The ProductViewId
of the product to describe.
\n@param id The ProductViewId
of the product to describe.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The ProductViewId
of the product to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Id" ],
"shapeName" : "DescribeProductViewRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeProductViewRequest",
"variableName" : "describeProductViewRequest",
"variableType" : "DescribeProductViewRequest",
"documentation" : null,
"simpleType" : "DescribeProductViewRequest",
"variableSetterType" : "DescribeProductViewRequest"
},
"wrapper" : false
},
"DescribeProductViewResult" : {
"c2jName" : "DescribeProductViewOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ProductViewSummary",
"c2jShape" : "ProductViewSummary",
"deprecated" : false,
"documentation" : "The summary metadata about the specified product.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The summary metadata about the specified product.
\n@return The summary metadata about the specified product.*/",
"getterModel" : {
"returnType" : "ProductViewSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ProductViewSummary",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProductViewSummary",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ProductViewSummary",
"setterDocumentation" : "/**The summary metadata about the specified product.
\n@param productViewSummary The summary metadata about the specified product.*/",
"setterModel" : {
"variableDeclarationType" : "ProductViewSummary",
"variableName" : "productViewSummary",
"variableType" : "ProductViewSummary",
"documentation" : "",
"simpleType" : "ProductViewSummary",
"variableSetterType" : "ProductViewSummary"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ProductViewSummary",
"variableName" : "productViewSummary",
"variableType" : "ProductViewSummary",
"documentation" : "The summary metadata about the specified product.
",
"simpleType" : "ProductViewSummary",
"variableSetterType" : "ProductViewSummary"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ProvisioningArtifacts",
"c2jShape" : "ProvisioningArtifacts",
"deprecated" : false,
"documentation" : "A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts
represent the ways in which the specified product can be provisioned.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ProvisioningArtifacts",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProvisioningArtifacts",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ProvisioningArtifact",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ProvisioningArtifact",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ProvisioningArtifact",
"variableName" : "member",
"variableType" : "ProvisioningArtifact",
"documentation" : "",
"simpleType" : "ProvisioningArtifact",
"variableSetterType" : "ProvisioningArtifact"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ProvisioningArtifact",
"variableName" : "member",
"variableType" : "ProvisioningArtifact",
"documentation" : "",
"simpleType" : "ProvisioningArtifact",
"variableSetterType" : "ProvisioningArtifact"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ProvisioningArtifact",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ProvisioningArtifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ProvisioningArtifacts",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "provisioningArtifacts",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts
represent the ways in which the specified product can be provisioned.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "provisioningArtifacts",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ProductViewSummary" : {
"c2jName" : "ProductViewSummary",
"c2jShape" : "ProductViewSummary",
"deprecated" : false,
"documentation" : "The summary metadata about the specified product.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The summary metadata about the specified product.
\n@return The summary metadata about the specified product.*/",
"getterModel" : {
"returnType" : "ProductViewSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ProductViewSummary",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProductViewSummary",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ProductViewSummary",
"setterDocumentation" : "/**The summary metadata about the specified product.
\n@param productViewSummary The summary metadata about the specified product.*/",
"setterModel" : {
"variableDeclarationType" : "ProductViewSummary",
"variableName" : "productViewSummary",
"variableType" : "ProductViewSummary",
"documentation" : "",
"simpleType" : "ProductViewSummary",
"variableSetterType" : "ProductViewSummary"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ProductViewSummary",
"variableName" : "productViewSummary",
"variableType" : "ProductViewSummary",
"documentation" : "The summary metadata about the specified product.
",
"simpleType" : "ProductViewSummary",
"variableSetterType" : "ProductViewSummary"
},
"xmlNameSpaceUri" : null
},
"ProvisioningArtifacts" : {
"c2jName" : "ProvisioningArtifacts",
"c2jShape" : "ProvisioningArtifacts",
"deprecated" : false,
"documentation" : "A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts
represent the ways in which the specified product can be provisioned.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ProvisioningArtifacts",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProvisioningArtifacts",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ProvisioningArtifact",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ProvisioningArtifact",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ProvisioningArtifact",
"variableName" : "member",
"variableType" : "ProvisioningArtifact",
"documentation" : "",
"simpleType" : "ProvisioningArtifact",
"variableSetterType" : "ProvisioningArtifact"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ProvisioningArtifact",
"variableName" : "member",
"variableType" : "ProvisioningArtifact",
"documentation" : "",
"simpleType" : "ProvisioningArtifact",
"variableSetterType" : "ProvisioningArtifact"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ProvisioningArtifact",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ProvisioningArtifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ProvisioningArtifacts",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "provisioningArtifacts",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts
represent the ways in which the specified product can be provisioned.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "provisioningArtifacts",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "DescribeProductViewResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeProductViewResult",
"variableName" : "describeProductViewResult",
"variableType" : "DescribeProductViewResult",
"documentation" : null,
"simpleType" : "DescribeProductViewResult",
"variableSetterType" : "DescribeProductViewResult"
},
"wrapper" : false
},
"DescribeProvisioningParametersRequest" : {
"c2jName" : "DescribeProvisioningParametersInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeProvisioningParameters",
"locationName" : null,
"requestUri" : "/",
"target" : "AWS242ServiceCatalogService.DescribeProvisioningParameters",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "AcceptLanguage",
"c2jShape" : "AcceptLanguage",
"deprecated" : false,
"documentation" : "The language code to use for this operation. Supported language codes are as follows:
\"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"getterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AcceptLanguage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceptLanguage",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AcceptLanguage",
"setterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "
The language code to use for this operation. 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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ProductId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "The identifier of the product.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The identifier of the product.
\n@return The identifier of the product.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ProductId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProductId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ProductId",
"setterDocumentation" : "/**The identifier of the product.
\n@param productId The identifier of the product.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "productId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "productId",
"variableType" : "String",
"documentation" : "The identifier of the product.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ProvisioningArtifactId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "The provisioning artifact identifier for this product.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The provisioning artifact identifier for this product.
\n@return The provisioning artifact identifier for this product.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ProvisioningArtifactId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProvisioningArtifactId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ProvisioningArtifactId",
"setterDocumentation" : "/**The provisioning artifact identifier for this product.
\n@param provisioningArtifactId The provisioning artifact identifier for this product.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "provisioningArtifactId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "provisioningArtifactId",
"variableType" : "String",
"documentation" : "The provisioning artifact identifier for this product.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PathId",
"c2jShape" : "Id",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PathId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PathId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PathId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "pathId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "pathId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AcceptLanguage" : {
"c2jName" : "AcceptLanguage",
"c2jShape" : "AcceptLanguage",
"deprecated" : false,
"documentation" : "The language code to use for this operation. Supported language codes are as follows:
\"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"getterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AcceptLanguage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceptLanguage",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AcceptLanguage",
"setterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "
The language code to use for this operation. 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"
},
"xmlNameSpaceUri" : null
},
"PathId" : {
"c2jName" : "PathId",
"c2jShape" : "Id",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PathId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PathId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PathId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "pathId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "pathId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"ProductId" : {
"c2jName" : "ProductId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "The identifier of the product.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The identifier of the product.
\n@return The identifier of the product.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ProductId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProductId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ProductId",
"setterDocumentation" : "/**The identifier of the product.
\n@param productId The identifier of the product.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "productId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "productId",
"variableType" : "String",
"documentation" : "The identifier of the product.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ProvisioningArtifactId" : {
"c2jName" : "ProvisioningArtifactId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "The provisioning artifact identifier for this product.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The provisioning artifact identifier for this product.
\n@return The provisioning artifact identifier for this product.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ProvisioningArtifactId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProvisioningArtifactId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ProvisioningArtifactId",
"setterDocumentation" : "/**The provisioning artifact identifier for this product.
\n@param provisioningArtifactId The provisioning artifact identifier for this product.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "provisioningArtifactId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "provisioningArtifactId",
"variableType" : "String",
"documentation" : "The provisioning artifact identifier for this product.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "ProductId", "ProvisioningArtifactId" ],
"shapeName" : "DescribeProvisioningParametersRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeProvisioningParametersRequest",
"variableName" : "describeProvisioningParametersRequest",
"variableType" : "DescribeProvisioningParametersRequest",
"documentation" : null,
"simpleType" : "DescribeProvisioningParametersRequest",
"variableSetterType" : "DescribeProvisioningParametersRequest"
},
"wrapper" : false
},
"DescribeProvisioningParametersResult" : {
"c2jName" : "DescribeProvisioningParametersOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ProvisioningArtifactParameters",
"c2jShape" : "ProvisioningArtifactParameters",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ProvisioningArtifactParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProvisioningArtifactParameters",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ProvisioningArtifactParameter",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ProvisioningArtifactParameter",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ProvisioningArtifactParameter",
"variableName" : "member",
"variableType" : "ProvisioningArtifactParameter",
"documentation" : "",
"simpleType" : "ProvisioningArtifactParameter",
"variableSetterType" : "ProvisioningArtifactParameter"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ProvisioningArtifactParameter",
"variableName" : "member",
"variableType" : "ProvisioningArtifactParameter",
"documentation" : "",
"simpleType" : "ProvisioningArtifactParameter",
"variableSetterType" : "ProvisioningArtifactParameter"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ProvisioningArtifactParameter",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ProvisioningArtifactParameter",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ProvisioningArtifactParameters",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "provisioningArtifactParameters",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "provisioningArtifactParameters",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ConstraintSummaries",
"c2jShape" : "ConstraintSummaries",
"deprecated" : false,
"documentation" : "The list of constraint summaries that apply to provisioning this product.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ConstraintSummaries",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConstraintSummaries",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ConstraintSummary",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ConstraintSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ConstraintSummary",
"variableName" : "member",
"variableType" : "ConstraintSummary",
"documentation" : "",
"simpleType" : "ConstraintSummary",
"variableSetterType" : "ConstraintSummary"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ConstraintSummary",
"variableName" : "member",
"variableType" : "ConstraintSummary",
"documentation" : "",
"simpleType" : "ConstraintSummary",
"variableSetterType" : "ConstraintSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ConstraintSummary",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ConstraintSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ConstraintSummaries",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "constraintSummaries",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The list of constraint summaries that apply to provisioning this product.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "constraintSummaries",
"variableType" : "java.util.List",
"documentation" : "The list of constraint summaries that apply to provisioning this product.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "UsageInstructions",
"c2jShape" : "UsageInstructions",
"deprecated" : false,
"documentation" : "Any additional metadata specifically related to the provisioning of the product. For example, see the Version
field of the CloudFormation template.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "UsageInstructions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "UsageInstructions",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "UsageInstruction",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "UsageInstruction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "UsageInstruction",
"variableName" : "member",
"variableType" : "UsageInstruction",
"documentation" : "",
"simpleType" : "UsageInstruction",
"variableSetterType" : "UsageInstruction"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "UsageInstruction",
"variableName" : "member",
"variableType" : "UsageInstruction",
"documentation" : "",
"simpleType" : "UsageInstruction",
"variableSetterType" : "UsageInstruction"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "UsageInstruction",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "UsageInstruction",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "UsageInstructions",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "usageInstructions",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Any additional metadata specifically related to the provisioning of the product. For example, see the Version
field of the CloudFormation template.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "usageInstructions",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConstraintSummaries" : {
"c2jName" : "ConstraintSummaries",
"c2jShape" : "ConstraintSummaries",
"deprecated" : false,
"documentation" : "The list of constraint summaries that apply to provisioning this product.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ConstraintSummaries",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConstraintSummaries",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ConstraintSummary",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ConstraintSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ConstraintSummary",
"variableName" : "member",
"variableType" : "ConstraintSummary",
"documentation" : "",
"simpleType" : "ConstraintSummary",
"variableSetterType" : "ConstraintSummary"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ConstraintSummary",
"variableName" : "member",
"variableType" : "ConstraintSummary",
"documentation" : "",
"simpleType" : "ConstraintSummary",
"variableSetterType" : "ConstraintSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ConstraintSummary",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ConstraintSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ConstraintSummaries",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "constraintSummaries",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The list of constraint summaries that apply to provisioning this product.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "constraintSummaries",
"variableType" : "java.util.List",
"documentation" : "The list of constraint summaries that apply to provisioning this product.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"ProvisioningArtifactParameters" : {
"c2jName" : "ProvisioningArtifactParameters",
"c2jShape" : "ProvisioningArtifactParameters",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ProvisioningArtifactParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProvisioningArtifactParameters",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ProvisioningArtifactParameter",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ProvisioningArtifactParameter",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ProvisioningArtifactParameter",
"variableName" : "member",
"variableType" : "ProvisioningArtifactParameter",
"documentation" : "",
"simpleType" : "ProvisioningArtifactParameter",
"variableSetterType" : "ProvisioningArtifactParameter"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ProvisioningArtifactParameter",
"variableName" : "member",
"variableType" : "ProvisioningArtifactParameter",
"documentation" : "",
"simpleType" : "ProvisioningArtifactParameter",
"variableSetterType" : "ProvisioningArtifactParameter"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ProvisioningArtifactParameter",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ProvisioningArtifactParameter",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ProvisioningArtifactParameters",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "provisioningArtifactParameters",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "provisioningArtifactParameters",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"UsageInstructions" : {
"c2jName" : "UsageInstructions",
"c2jShape" : "UsageInstructions",
"deprecated" : false,
"documentation" : "Any additional metadata specifically related to the provisioning of the product. For example, see the Version
field of the CloudFormation template.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "UsageInstructions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "UsageInstructions",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "UsageInstruction",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "UsageInstruction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "UsageInstruction",
"variableName" : "member",
"variableType" : "UsageInstruction",
"documentation" : "",
"simpleType" : "UsageInstruction",
"variableSetterType" : "UsageInstruction"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "UsageInstruction",
"variableName" : "member",
"variableType" : "UsageInstruction",
"documentation" : "",
"simpleType" : "UsageInstruction",
"variableSetterType" : "UsageInstruction"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "UsageInstruction",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "UsageInstruction",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "UsageInstructions",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "usageInstructions",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Any additional metadata specifically related to the provisioning of the product. For example, see the Version
field of the CloudFormation template.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "usageInstructions",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "DescribeProvisioningParametersResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeProvisioningParametersResult",
"variableName" : "describeProvisioningParametersResult",
"variableType" : "DescribeProvisioningParametersResult",
"documentation" : null,
"simpleType" : "DescribeProvisioningParametersResult",
"variableSetterType" : "DescribeProvisioningParametersResult"
},
"wrapper" : false
},
"DescribeRecordRequest" : {
"c2jName" : "DescribeRecordInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeRecord",
"locationName" : null,
"requestUri" : "/",
"target" : "AWS242ServiceCatalogService.DescribeRecord",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "AcceptLanguage",
"c2jShape" : "AcceptLanguage",
"deprecated" : false,
"documentation" : "The language code to use for this operation. Supported language codes are as follows:
\"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"getterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AcceptLanguage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceptLanguage",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AcceptLanguage",
"setterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "
The language code to use for this operation. 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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Id",
"c2jShape" : "Id",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Id",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PageToken",
"c2jShape" : "PageToken",
"deprecated" : false,
"documentation" : "The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@param pageToken The page token of the first page retrieved. 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.*/",
"getterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@return The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PageToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PageToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PageToken",
"setterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@param pageToken The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "pageToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@param pageToken The page token of the first page retrieved. 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "pageToken",
"variableType" : "String",
"documentation" : "The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PageSize",
"c2jShape" : "PageSize",
"deprecated" : false,
"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.
",
"enumType" : 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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PageSize",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PageSize",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PageSize",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AcceptLanguage" : {
"c2jName" : "AcceptLanguage",
"c2jShape" : "AcceptLanguage",
"deprecated" : false,
"documentation" : "The language code to use for this operation. Supported language codes are as follows:
\"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"getterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AcceptLanguage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceptLanguage",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AcceptLanguage",
"setterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "
The language code to use for this operation. 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"
},
"xmlNameSpaceUri" : null
},
"Id" : {
"c2jName" : "Id",
"c2jShape" : "Id",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Id",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"PageSize" : {
"c2jName" : "PageSize",
"c2jShape" : "PageSize",
"deprecated" : false,
"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.
",
"enumType" : 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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PageSize",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PageSize",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PageSize",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"PageToken" : {
"c2jName" : "PageToken",
"c2jShape" : "PageToken",
"deprecated" : false,
"documentation" : "The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@param pageToken The page token of the first page retrieved. 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.*/",
"getterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@return The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PageToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PageToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PageToken",
"setterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@param pageToken The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "pageToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@param pageToken The page token of the first page retrieved. 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "pageToken",
"variableType" : "String",
"documentation" : "The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Id" ],
"shapeName" : "DescribeRecordRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeRecordRequest",
"variableName" : "describeRecordRequest",
"variableType" : "DescribeRecordRequest",
"documentation" : null,
"simpleType" : "DescribeRecordRequest",
"variableSetterType" : "DescribeRecordRequest"
},
"wrapper" : false
},
"DescribeRecordResult" : {
"c2jName" : "DescribeRecordOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "RecordDetail",
"c2jShape" : "RecordDetail",
"deprecated" : false,
"documentation" : "Detailed record information for the specified product.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Detailed record information for the specified product.
\n@return Detailed record information for the specified product.*/",
"getterModel" : {
"returnType" : "RecordDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordDetail",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordDetail",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecordDetail",
"setterDocumentation" : "/**Detailed record information for the specified product.
\n@param recordDetail Detailed record information for the specified product.*/",
"setterModel" : {
"variableDeclarationType" : "RecordDetail",
"variableName" : "recordDetail",
"variableType" : "RecordDetail",
"documentation" : "",
"simpleType" : "RecordDetail",
"variableSetterType" : "RecordDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "RecordDetail",
"variableName" : "recordDetail",
"variableType" : "RecordDetail",
"documentation" : "Detailed record information for the specified product.
",
"simpleType" : "RecordDetail",
"variableSetterType" : "RecordDetail"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RecordOutputs",
"c2jShape" : "RecordOutputs",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordOutputs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordOutputs",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "RecordOutput",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "RecordOutput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "RecordOutput",
"variableName" : "member",
"variableType" : "RecordOutput",
"documentation" : "",
"simpleType" : "RecordOutput",
"variableSetterType" : "RecordOutput"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RecordOutput",
"variableName" : "member",
"variableType" : "RecordOutput",
"documentation" : "",
"simpleType" : "RecordOutput",
"variableSetterType" : "RecordOutput"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "RecordOutput",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "RecordOutput",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "RecordOutputs",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recordOutputs",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recordOutputs",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NextPageToken",
"c2jShape" : "PageToken",
"deprecated" : false,
"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.
",
"enumType" : 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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextPageToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextPageToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextPageToken",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextPageToken" : {
"c2jName" : "NextPageToken",
"c2jShape" : "PageToken",
"deprecated" : false,
"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.
",
"enumType" : 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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextPageToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextPageToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextPageToken",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"RecordDetail" : {
"c2jName" : "RecordDetail",
"c2jShape" : "RecordDetail",
"deprecated" : false,
"documentation" : "Detailed record information for the specified product.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Detailed record information for the specified product.
\n@return Detailed record information for the specified product.*/",
"getterModel" : {
"returnType" : "RecordDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordDetail",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordDetail",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecordDetail",
"setterDocumentation" : "/**Detailed record information for the specified product.
\n@param recordDetail Detailed record information for the specified product.*/",
"setterModel" : {
"variableDeclarationType" : "RecordDetail",
"variableName" : "recordDetail",
"variableType" : "RecordDetail",
"documentation" : "",
"simpleType" : "RecordDetail",
"variableSetterType" : "RecordDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "RecordDetail",
"variableName" : "recordDetail",
"variableType" : "RecordDetail",
"documentation" : "Detailed record information for the specified product.
",
"simpleType" : "RecordDetail",
"variableSetterType" : "RecordDetail"
},
"xmlNameSpaceUri" : null
},
"RecordOutputs" : {
"c2jName" : "RecordOutputs",
"c2jShape" : "RecordOutputs",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordOutputs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordOutputs",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "RecordOutput",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "RecordOutput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "RecordOutput",
"variableName" : "member",
"variableType" : "RecordOutput",
"documentation" : "",
"simpleType" : "RecordOutput",
"variableSetterType" : "RecordOutput"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RecordOutput",
"variableName" : "member",
"variableType" : "RecordOutput",
"documentation" : "",
"simpleType" : "RecordOutput",
"variableSetterType" : "RecordOutput"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "RecordOutput",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "RecordOutput",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "RecordOutputs",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recordOutputs",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recordOutputs",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "DescribeRecordResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeRecordResult",
"variableName" : "describeRecordResult",
"variableType" : "DescribeRecordResult",
"documentation" : null,
"simpleType" : "DescribeRecordResult",
"variableSetterType" : "DescribeRecordResult"
},
"wrapper" : false
},
"DuplicateResourceException" : {
"c2jName" : "DuplicateResourceException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The specified resource is a duplicate.
",
"enums" : null,
"errorCode" : "DuplicateResourceException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DuplicateResourceException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DuplicateResourceException",
"variableName" : "duplicateResourceException",
"variableType" : "DuplicateResourceException",
"documentation" : null,
"simpleType" : "DuplicateResourceException",
"variableSetterType" : "DuplicateResourceException"
},
"wrapper" : false
},
"InvalidParametersException" : {
"c2jName" : "InvalidParametersException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "One or more parameters provided to the operation are invalid.
",
"enums" : null,
"errorCode" : "InvalidParametersException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "InvalidParametersException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidParametersException",
"variableName" : "invalidParametersException",
"variableType" : "InvalidParametersException",
"documentation" : null,
"simpleType" : "InvalidParametersException",
"variableSetterType" : "InvalidParametersException"
},
"wrapper" : false
},
"LaunchPathSummary" : {
"c2jName" : "LaunchPathSummary",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Summary information about a path for a user to have access to a specified product.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Id",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "The unique identifier of the product path.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The unique identifier of the product path.
\n@return The unique identifier of the product path.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Id",
"setterDocumentation" : "/**The unique identifier of the product path.
\n@param id The unique identifier of the product path.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The unique identifier of the product path.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ConstraintSummaries",
"c2jShape" : "ConstraintSummaries",
"deprecated" : false,
"documentation" : "List of constraints on the portfolio-product relationship.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**List of constraints on the portfolio-product relationship.
\n@return List of constraints on the portfolio-product relationship.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ConstraintSummaries",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConstraintSummaries",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ConstraintSummary",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ConstraintSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ConstraintSummary",
"variableName" : "member",
"variableType" : "ConstraintSummary",
"documentation" : "",
"simpleType" : "ConstraintSummary",
"variableSetterType" : "ConstraintSummary"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ConstraintSummary",
"variableName" : "member",
"variableType" : "ConstraintSummary",
"documentation" : "",
"simpleType" : "ConstraintSummary",
"variableSetterType" : "ConstraintSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ConstraintSummary",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ConstraintSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ConstraintSummaries",
"setterDocumentation" : "/**List of constraints on the portfolio-product relationship.
\n@param constraintSummaries List of constraints on the portfolio-product relationship.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "constraintSummaries",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**List of constraints on the portfolio-product relationship.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "constraintSummaries",
"variableType" : "java.util.List",
"documentation" : "List of constraints on the portfolio-product relationship.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Tags",
"c2jShape" : "Tags",
"deprecated" : false,
"documentation" : "List of tags used by this launch path.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**List of tags used by this launch path.
\n@return List of tags used by this launch path.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Tags",
"setterDocumentation" : "/**List of tags used by this launch path.
\n@param tags List of tags used by this launch path.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**List of tags used by this launch path.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "List of tags used by this launch path.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Name",
"c2jShape" : "PortfolioName",
"deprecated" : false,
"documentation" : "Corresponds to the name of the portfolio to which the user was assigned.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Corresponds to the name of the portfolio to which the user was assigned.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConstraintSummaries" : {
"c2jName" : "ConstraintSummaries",
"c2jShape" : "ConstraintSummaries",
"deprecated" : false,
"documentation" : "List of constraints on the portfolio-product relationship.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**List of constraints on the portfolio-product relationship.
\n@return List of constraints on the portfolio-product relationship.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ConstraintSummaries",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConstraintSummaries",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ConstraintSummary",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ConstraintSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ConstraintSummary",
"variableName" : "member",
"variableType" : "ConstraintSummary",
"documentation" : "",
"simpleType" : "ConstraintSummary",
"variableSetterType" : "ConstraintSummary"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ConstraintSummary",
"variableName" : "member",
"variableType" : "ConstraintSummary",
"documentation" : "",
"simpleType" : "ConstraintSummary",
"variableSetterType" : "ConstraintSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ConstraintSummary",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ConstraintSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ConstraintSummaries",
"setterDocumentation" : "/**List of constraints on the portfolio-product relationship.
\n@param constraintSummaries List of constraints on the portfolio-product relationship.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "constraintSummaries",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**List of constraints on the portfolio-product relationship.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "constraintSummaries",
"variableType" : "java.util.List",
"documentation" : "List of constraints on the portfolio-product relationship.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Id" : {
"c2jName" : "Id",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "The unique identifier of the product path.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The unique identifier of the product path.
\n@return The unique identifier of the product path.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Id",
"setterDocumentation" : "/**The unique identifier of the product path.
\n@param id The unique identifier of the product path.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The unique identifier of the product path.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "PortfolioName",
"deprecated" : false,
"documentation" : "Corresponds to the name of the portfolio to which the user was assigned.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Corresponds to the name of the portfolio to which the user was assigned.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"c2jName" : "Tags",
"c2jShape" : "Tags",
"deprecated" : false,
"documentation" : "List of tags used by this launch path.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**List of tags used by this launch path.
\n@return List of tags used by this launch path.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Tags",
"setterDocumentation" : "/**List of tags used by this launch path.
\n@param tags List of tags used by this launch path.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**List of tags used by this launch path.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "List of tags used by this launch path.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "LaunchPathSummary",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "LaunchPathSummary",
"variableName" : "launchPathSummary",
"variableType" : "LaunchPathSummary",
"documentation" : null,
"simpleType" : "LaunchPathSummary",
"variableSetterType" : "LaunchPathSummary"
},
"wrapper" : false
},
"ListLaunchPathsRequest" : {
"c2jName" : "ListLaunchPathsInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ListLaunchPaths",
"locationName" : null,
"requestUri" : "/",
"target" : "AWS242ServiceCatalogService.ListLaunchPaths",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "AcceptLanguage",
"c2jShape" : "AcceptLanguage",
"deprecated" : false,
"documentation" : "The language code to use for this operation. Supported language codes are as follows:
\"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"getterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AcceptLanguage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceptLanguage",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AcceptLanguage",
"setterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "
The language code to use for this operation. 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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ProductId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "Identifies the product for which to retrieve LaunchPathSummaries
information.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Identifies the product for which to retrieve LaunchPathSummaries
information.
\n@return Identifies the product for which to retrieve LaunchPathSummaries
information.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ProductId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProductId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ProductId",
"setterDocumentation" : "/**Identifies the product for which to retrieve LaunchPathSummaries
information.
\n@param productId Identifies the product for which to retrieve LaunchPathSummaries
information.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "productId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "productId",
"variableType" : "String",
"documentation" : "Identifies the product for which to retrieve LaunchPathSummaries
information.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PageSize",
"c2jShape" : "PageSize",
"deprecated" : false,
"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.
",
"enumType" : 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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PageSize",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PageSize",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PageSize",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PageToken",
"c2jShape" : "PageToken",
"deprecated" : false,
"documentation" : "The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@param pageToken The page token of the first page retrieved. 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.*/",
"getterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@return The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PageToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PageToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PageToken",
"setterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@param pageToken The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "pageToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@param pageToken The page token of the first page retrieved. 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "pageToken",
"variableType" : "String",
"documentation" : "The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AcceptLanguage" : {
"c2jName" : "AcceptLanguage",
"c2jShape" : "AcceptLanguage",
"deprecated" : false,
"documentation" : "The language code to use for this operation. Supported language codes are as follows:
\"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"getterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AcceptLanguage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceptLanguage",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AcceptLanguage",
"setterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "
The language code to use for this operation. 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"
},
"xmlNameSpaceUri" : null
},
"PageSize" : {
"c2jName" : "PageSize",
"c2jShape" : "PageSize",
"deprecated" : false,
"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.
",
"enumType" : 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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PageSize",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PageSize",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PageSize",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"PageToken" : {
"c2jName" : "PageToken",
"c2jShape" : "PageToken",
"deprecated" : false,
"documentation" : "The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@param pageToken The page token of the first page retrieved. 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.*/",
"getterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@return The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PageToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PageToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PageToken",
"setterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@param pageToken The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "pageToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@param pageToken The page token of the first page retrieved. 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "pageToken",
"variableType" : "String",
"documentation" : "The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ProductId" : {
"c2jName" : "ProductId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "Identifies the product for which to retrieve LaunchPathSummaries
information.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Identifies the product for which to retrieve LaunchPathSummaries
information.
\n@return Identifies the product for which to retrieve LaunchPathSummaries
information.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ProductId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProductId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ProductId",
"setterDocumentation" : "/**Identifies the product for which to retrieve LaunchPathSummaries
information.
\n@param productId Identifies the product for which to retrieve LaunchPathSummaries
information.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "productId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "productId",
"variableType" : "String",
"documentation" : "Identifies the product for which to retrieve LaunchPathSummaries
information.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "ProductId" ],
"shapeName" : "ListLaunchPathsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListLaunchPathsRequest",
"variableName" : "listLaunchPathsRequest",
"variableType" : "ListLaunchPathsRequest",
"documentation" : null,
"simpleType" : "ListLaunchPathsRequest",
"variableSetterType" : "ListLaunchPathsRequest"
},
"wrapper" : false
},
"ListLaunchPathsResult" : {
"c2jName" : "ListLaunchPathsOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "LaunchPathSummaries",
"c2jShape" : "LaunchPathSummaries",
"deprecated" : false,
"documentation" : "List of launch path information summaries for the specified PageToken
.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**List of launch path information summaries for the specified PageToken
.
\n@return List of launch path information summaries for the specified PageToken
.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "LaunchPathSummaries",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LaunchPathSummaries",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "LaunchPathSummary",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "LaunchPathSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "LaunchPathSummary",
"variableName" : "member",
"variableType" : "LaunchPathSummary",
"documentation" : "",
"simpleType" : "LaunchPathSummary",
"variableSetterType" : "LaunchPathSummary"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "LaunchPathSummary",
"variableName" : "member",
"variableType" : "LaunchPathSummary",
"documentation" : "",
"simpleType" : "LaunchPathSummary",
"variableSetterType" : "LaunchPathSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "LaunchPathSummary",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "LaunchPathSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "LaunchPathSummaries",
"setterDocumentation" : "/**List of launch path information summaries for the specified PageToken
.
\n@param launchPathSummaries List of launch path information summaries for the specified PageToken
.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "launchPathSummaries",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**List of launch path information summaries for the specified PageToken
.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "launchPathSummaries",
"variableType" : "java.util.List",
"documentation" : "List of launch path information summaries for the specified PageToken
.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NextPageToken",
"c2jShape" : "PageToken",
"deprecated" : false,
"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.
",
"enumType" : 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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextPageToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextPageToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextPageToken",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LaunchPathSummaries" : {
"c2jName" : "LaunchPathSummaries",
"c2jShape" : "LaunchPathSummaries",
"deprecated" : false,
"documentation" : "List of launch path information summaries for the specified PageToken
.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**List of launch path information summaries for the specified PageToken
.
\n@return List of launch path information summaries for the specified PageToken
.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "LaunchPathSummaries",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LaunchPathSummaries",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "LaunchPathSummary",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "LaunchPathSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "LaunchPathSummary",
"variableName" : "member",
"variableType" : "LaunchPathSummary",
"documentation" : "",
"simpleType" : "LaunchPathSummary",
"variableSetterType" : "LaunchPathSummary"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "LaunchPathSummary",
"variableName" : "member",
"variableType" : "LaunchPathSummary",
"documentation" : "",
"simpleType" : "LaunchPathSummary",
"variableSetterType" : "LaunchPathSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "LaunchPathSummary",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "LaunchPathSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "LaunchPathSummaries",
"setterDocumentation" : "/**List of launch path information summaries for the specified PageToken
.
\n@param launchPathSummaries List of launch path information summaries for the specified PageToken
.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "launchPathSummaries",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**List of launch path information summaries for the specified PageToken
.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "launchPathSummaries",
"variableType" : "java.util.List",
"documentation" : "List of launch path information summaries for the specified PageToken
.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"NextPageToken" : {
"c2jName" : "NextPageToken",
"c2jShape" : "PageToken",
"deprecated" : false,
"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.
",
"enumType" : 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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextPageToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextPageToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextPageToken",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ListLaunchPathsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListLaunchPathsResult",
"variableName" : "listLaunchPathsResult",
"variableType" : "ListLaunchPathsResult",
"documentation" : null,
"simpleType" : "ListLaunchPathsResult",
"variableSetterType" : "ListLaunchPathsResult"
},
"wrapper" : false
},
"ListRecordHistoryRequest" : {
"c2jName" : "ListRecordHistoryInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ListRecordHistory",
"locationName" : null,
"requestUri" : "/",
"target" : "AWS242ServiceCatalogService.ListRecordHistory",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "AcceptLanguage",
"c2jShape" : "AcceptLanguage",
"deprecated" : false,
"documentation" : "The language code to use for this operation. Supported language codes are as follows:
\"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"getterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AcceptLanguage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceptLanguage",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AcceptLanguage",
"setterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "
The language code to use for this operation. 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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AccessLevelFilter",
"c2jShape" : "AccessLevelFilter",
"deprecated" : false,
"documentation" : "The access level for obtaining results. If left unspecified, User
level access is used.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The access level for obtaining results. If left unspecified, User
level access is used.
\n@param accessLevelFilter The access level for obtaining results. If left unspecified, User
level access is used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The access level for obtaining results. If left unspecified, User
level access is used.
\n@return The access level for obtaining results. If left unspecified, User
level access is used.*/",
"getterModel" : {
"returnType" : "AccessLevelFilter",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AccessLevelFilter",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccessLevelFilter",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AccessLevelFilter",
"setterDocumentation" : "/**The access level for obtaining results. If left unspecified, User
level access is used.
\n@param accessLevelFilter The access level for obtaining results. If left unspecified, User
level access is used.*/",
"setterModel" : {
"variableDeclarationType" : "AccessLevelFilter",
"variableName" : "accessLevelFilter",
"variableType" : "AccessLevelFilter",
"documentation" : "",
"simpleType" : "AccessLevelFilter",
"variableSetterType" : "AccessLevelFilter"
},
"simple" : false,
"varargSetterDocumentation" : "/**The access level for obtaining results. If left unspecified, User
level access is used.
\n@param accessLevelFilter The access level for obtaining results. If left unspecified, User
level access is used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AccessLevelFilter",
"variableName" : "accessLevelFilter",
"variableType" : "AccessLevelFilter",
"documentation" : "The access level for obtaining results. If left unspecified, User
level access is used.
",
"simpleType" : "AccessLevelFilter",
"variableSetterType" : "AccessLevelFilter"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SearchFilter",
"c2jShape" : "ListRecordHistorySearchFilter",
"deprecated" : false,
"documentation" : "The filter to limit search results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The filter to limit search results.
\n@param searchFilter The filter to limit search results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The filter to limit search results.
\n@return The filter to limit search results.*/",
"getterModel" : {
"returnType" : "ListRecordHistorySearchFilter",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SearchFilter",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SearchFilter",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SearchFilter",
"setterDocumentation" : "/**The filter to limit search results.
\n@param searchFilter The filter to limit search results.*/",
"setterModel" : {
"variableDeclarationType" : "ListRecordHistorySearchFilter",
"variableName" : "searchFilter",
"variableType" : "ListRecordHistorySearchFilter",
"documentation" : "",
"simpleType" : "ListRecordHistorySearchFilter",
"variableSetterType" : "ListRecordHistorySearchFilter"
},
"simple" : false,
"varargSetterDocumentation" : "/**The filter to limit search results.
\n@param searchFilter The filter to limit search results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ListRecordHistorySearchFilter",
"variableName" : "searchFilter",
"variableType" : "ListRecordHistorySearchFilter",
"documentation" : "The filter to limit search results.
",
"simpleType" : "ListRecordHistorySearchFilter",
"variableSetterType" : "ListRecordHistorySearchFilter"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PageSize",
"c2jShape" : "PageSize",
"deprecated" : false,
"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.
",
"enumType" : 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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PageSize",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PageSize",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PageSize",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PageToken",
"c2jShape" : "PageToken",
"deprecated" : false,
"documentation" : "The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@param pageToken The page token of the first page retrieved. 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.*/",
"getterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@return The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PageToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PageToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PageToken",
"setterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@param pageToken The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "pageToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@param pageToken The page token of the first page retrieved. 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "pageToken",
"variableType" : "String",
"documentation" : "The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AcceptLanguage" : {
"c2jName" : "AcceptLanguage",
"c2jShape" : "AcceptLanguage",
"deprecated" : false,
"documentation" : "The language code to use for this operation. Supported language codes are as follows:
\"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"getterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AcceptLanguage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceptLanguage",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AcceptLanguage",
"setterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. Supported language codes are as follows: \"en\" (English)
\"jp\" (Japanese)
\"zh\" (Chinese)
If no code is specified, \"en\" is used as the default.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The language code to use for this operation. 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 The language code to use for this operation. 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceptLanguage",
"variableType" : "String",
"documentation" : "
The language code to use for this operation. 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"
},
"xmlNameSpaceUri" : null
},
"AccessLevelFilter" : {
"c2jName" : "AccessLevelFilter",
"c2jShape" : "AccessLevelFilter",
"deprecated" : false,
"documentation" : "The access level for obtaining results. If left unspecified, User
level access is used.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The access level for obtaining results. If left unspecified, User
level access is used.
\n@param accessLevelFilter The access level for obtaining results. If left unspecified, User
level access is used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The access level for obtaining results. If left unspecified, User
level access is used.
\n@return The access level for obtaining results. If left unspecified, User
level access is used.*/",
"getterModel" : {
"returnType" : "AccessLevelFilter",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AccessLevelFilter",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccessLevelFilter",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AccessLevelFilter",
"setterDocumentation" : "/**The access level for obtaining results. If left unspecified, User
level access is used.
\n@param accessLevelFilter The access level for obtaining results. If left unspecified, User
level access is used.*/",
"setterModel" : {
"variableDeclarationType" : "AccessLevelFilter",
"variableName" : "accessLevelFilter",
"variableType" : "AccessLevelFilter",
"documentation" : "",
"simpleType" : "AccessLevelFilter",
"variableSetterType" : "AccessLevelFilter"
},
"simple" : false,
"varargSetterDocumentation" : "/**The access level for obtaining results. If left unspecified, User
level access is used.
\n@param accessLevelFilter The access level for obtaining results. If left unspecified, User
level access is used.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AccessLevelFilter",
"variableName" : "accessLevelFilter",
"variableType" : "AccessLevelFilter",
"documentation" : "The access level for obtaining results. If left unspecified, User
level access is used.
",
"simpleType" : "AccessLevelFilter",
"variableSetterType" : "AccessLevelFilter"
},
"xmlNameSpaceUri" : null
},
"PageSize" : {
"c2jName" : "PageSize",
"c2jShape" : "PageSize",
"deprecated" : false,
"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.
",
"enumType" : 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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PageSize",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PageSize",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PageSize",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"PageToken" : {
"c2jName" : "PageToken",
"c2jShape" : "PageToken",
"deprecated" : false,
"documentation" : "The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@param pageToken The page token of the first page retrieved. 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.*/",
"getterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@return The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PageToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PageToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PageToken",
"setterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@param pageToken The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "pageToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
\n@param pageToken The page token of the first page retrieved. 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "pageToken",
"variableType" : "String",
"documentation" : "The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SearchFilter" : {
"c2jName" : "SearchFilter",
"c2jShape" : "ListRecordHistorySearchFilter",
"deprecated" : false,
"documentation" : "The filter to limit search results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The filter to limit search results.
\n@param searchFilter The filter to limit search results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The filter to limit search results.
\n@return The filter to limit search results.*/",
"getterModel" : {
"returnType" : "ListRecordHistorySearchFilter",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SearchFilter",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SearchFilter",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SearchFilter",
"setterDocumentation" : "/**The filter to limit search results.
\n@param searchFilter The filter to limit search results.*/",
"setterModel" : {
"variableDeclarationType" : "ListRecordHistorySearchFilter",
"variableName" : "searchFilter",
"variableType" : "ListRecordHistorySearchFilter",
"documentation" : "",
"simpleType" : "ListRecordHistorySearchFilter",
"variableSetterType" : "ListRecordHistorySearchFilter"
},
"simple" : false,
"varargSetterDocumentation" : "/**The filter to limit search results.
\n@param searchFilter The filter to limit search results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ListRecordHistorySearchFilter",
"variableName" : "searchFilter",
"variableType" : "ListRecordHistorySearchFilter",
"documentation" : "The filter to limit search results.
",
"simpleType" : "ListRecordHistorySearchFilter",
"variableSetterType" : "ListRecordHistorySearchFilter"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ListRecordHistoryRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListRecordHistoryRequest",
"variableName" : "listRecordHistoryRequest",
"variableType" : "ListRecordHistoryRequest",
"documentation" : null,
"simpleType" : "ListRecordHistoryRequest",
"variableSetterType" : "ListRecordHistoryRequest"
},
"wrapper" : false
},
"ListRecordHistoryResult" : {
"c2jName" : "ListRecordHistoryOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "RecordDetails",
"c2jShape" : "RecordDetails",
"deprecated" : false,
"documentation" : "A list of record detail objects, listed in reverse chronological order.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordDetails",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordDetails",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "RecordDetail",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "RecordDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "RecordDetail",
"variableName" : "member",
"variableType" : "RecordDetail",
"documentation" : "",
"simpleType" : "RecordDetail",
"variableSetterType" : "RecordDetail"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RecordDetail",
"variableName" : "member",
"variableType" : "RecordDetail",
"documentation" : "",
"simpleType" : "RecordDetail",
"variableSetterType" : "RecordDetail"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "RecordDetail",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "RecordDetail",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "RecordDetails",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recordDetails",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of record detail objects, listed in reverse chronological order.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recordDetails",
"variableType" : "java.util.List",
"documentation" : "A list of record detail objects, listed in reverse chronological order.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NextPageToken",
"c2jShape" : "PageToken",
"deprecated" : false,
"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.
",
"enumType" : 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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextPageToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextPageToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextPageToken",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextPageToken" : {
"c2jName" : "NextPageToken",
"c2jShape" : "PageToken",
"deprecated" : false,
"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.
",
"enumType" : 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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextPageToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextPageToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextPageToken",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"RecordDetails" : {
"c2jName" : "RecordDetails",
"c2jShape" : "RecordDetails",
"deprecated" : false,
"documentation" : "A list of record detail objects, listed in reverse chronological order.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordDetails",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordDetails",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "RecordDetail",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "RecordDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "RecordDetail",
"variableName" : "member",
"variableType" : "RecordDetail",
"documentation" : "",
"simpleType" : "RecordDetail",
"variableSetterType" : "RecordDetail"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RecordDetail",
"variableName" : "member",
"variableType" : "RecordDetail",
"documentation" : "",
"simpleType" : "RecordDetail",
"variableSetterType" : "RecordDetail"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "RecordDetail",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "RecordDetail",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "RecordDetails",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recordDetails",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of record detail objects, listed in reverse chronological order.
\n