
models.cloudfront-2016-01-28-intermediate.json Maven / Gradle / Ivy
{
"metadata" : {
"apiVersion" : "2016-01-28",
"exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller",
"protocol" : "rest-xml",
"checksumFormat" : null,
"documentation" : null,
"defaultEndpoint" : "https://cloudfront.amazonaws.com/",
"defaultEndpointWithoutHttpProtocol" : "cloudfront.amazonaws.com/",
"syncInterface" : "AmazonCloudFront",
"syncClient" : "AmazonCloudFrontClient",
"asyncInterface" : "AmazonCloudFrontAsync",
"asyncClient" : "AmazonCloudFrontAsyncClient",
"packageName" : "com.amazonaws.services.cloudfront",
"packagePath" : "com/amazonaws/services/cloudfront",
"serviceAbbreviation" : "CloudFront",
"serviceFullName" : "Amazon CloudFront",
"hasApiWithStreamInput" : false,
"jsonContentVersion" : null,
"jsonVersion" : null,
"endpointPrefix" : "cloudfront",
"signingName" : "cloudfront",
"xmlProtocol" : true,
"serviceName" : "CloudFront",
"cborProtocol" : false,
"jsonProtocol" : false,
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"protocolDefaultExceptionUnmarshallerType" : "StandardErrorUnmarshaller"
},
"operations" : {
"CreateCloudFrontOriginAccessIdentity" : {
"documentation" : "Create a new origin access identity.",
"operationName" : "CreateCloudFrontOriginAccessIdentity",
"deprecated" : false,
"input" : {
"variableName" : "createCloudFrontOriginAccessIdentityRequest",
"variableType" : "CreateCloudFrontOriginAccessIdentityRequest",
"variableDeclarationType" : "CreateCloudFrontOriginAccessIdentityRequest",
"documentation" : "The request to create a new origin access identity.",
"variableSetterType" : "CreateCloudFrontOriginAccessIdentityRequest",
"simpleType" : "CreateCloudFrontOriginAccessIdentityRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateCloudFrontOriginAccessIdentityResult",
"documentation" : "The returned result of the corresponding request."
},
"exceptions" : [ {
"exceptionName" : "CloudFrontOriginAccessIdentityAlreadyExistsException",
"documentation" : "If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error."
}, {
"exceptionName" : "MissingBodyException",
"documentation" : "This operation requires a body. Ensure that the body is present and the Content-Type header is set."
}, {
"exceptionName" : "TooManyCloudFrontOriginAccessIdentitiesException",
"documentation" : "Processing your request would cause you to exceed the maximum number of origin access identities allowed."
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The argument is invalid."
}, {
"exceptionName" : "InconsistentQuantitiesException",
"documentation" : "The value of Quantity and the size of Items do not match."
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createCloudFrontOriginAccessIdentity",
"authenticated" : true,
"syncReturnType" : "CreateCloudFrontOriginAccessIdentityResult",
"asyncReturnType" : "CreateCloudFrontOriginAccessIdentityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CreateDistribution" : {
"documentation" : "Create a new distribution.",
"operationName" : "CreateDistribution",
"deprecated" : false,
"input" : {
"variableName" : "createDistributionRequest",
"variableType" : "CreateDistributionRequest",
"variableDeclarationType" : "CreateDistributionRequest",
"documentation" : "The request to create a new distribution.",
"variableSetterType" : "CreateDistributionRequest",
"simpleType" : "CreateDistributionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateDistributionResult",
"documentation" : "The returned result of the corresponding request."
},
"exceptions" : [ {
"exceptionName" : "CNAMEAlreadyExistsException",
"documentation" : null
}, {
"exceptionName" : "DistributionAlreadyExistsException",
"documentation" : "The caller reference you attempted to create the distribution with is associated with another distribution."
}, {
"exceptionName" : "InvalidOriginException",
"documentation" : "The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket."
}, {
"exceptionName" : "InvalidOriginAccessIdentityException",
"documentation" : "The origin access identity is not valid or doesn't exist."
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "Access denied."
}, {
"exceptionName" : "TooManyTrustedSignersException",
"documentation" : "Your request contains more trusted signers than are allowed per distribution."
}, {
"exceptionName" : "TrustedSignerDoesNotExistException",
"documentation" : "One or more of your trusted signers do not exist."
}, {
"exceptionName" : "InvalidViewerCertificateException",
"documentation" : null
}, {
"exceptionName" : "InvalidMinimumProtocolVersionException",
"documentation" : null
}, {
"exceptionName" : "MissingBodyException",
"documentation" : "This operation requires a body. Ensure that the body is present and the Content-Type header is set."
}, {
"exceptionName" : "TooManyDistributionCNAMEsException",
"documentation" : "Your request contains more CNAMEs than are allowed per distribution."
}, {
"exceptionName" : "TooManyDistributionsException",
"documentation" : "Processing your request would cause you to exceed the maximum number of distributions allowed."
}, {
"exceptionName" : "InvalidDefaultRootObjectException",
"documentation" : "The default root object file name is too big or contains an invalid character."
}, {
"exceptionName" : "InvalidRelativePathException",
"documentation" : "The relative path is too big, is not URL-encoded, or does not begin with a slash (/)."
}, {
"exceptionName" : "InvalidErrorCodeException",
"documentation" : null
}, {
"exceptionName" : "InvalidResponseCodeException",
"documentation" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The argument is invalid."
}, {
"exceptionName" : "InvalidRequiredProtocolException",
"documentation" : "This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the RequiredProtocols element from your distribution configuration."
}, {
"exceptionName" : "NoSuchOriginException",
"documentation" : "No origin exists with the specified Origin Id."
}, {
"exceptionName" : "TooManyOriginsException",
"documentation" : "You cannot create anymore origins for the distribution."
}, {
"exceptionName" : "TooManyCacheBehaviorsException",
"documentation" : "You cannot create anymore cache behaviors for the distribution."
}, {
"exceptionName" : "TooManyCookieNamesInWhiteListException",
"documentation" : "Your request contains more cookie names in the whitelist than are allowed per cache behavior."
}, {
"exceptionName" : "InvalidForwardCookiesException",
"documentation" : "Your request contains forward cookies option which doesn't match with the expectation for the whitelisted list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected."
}, {
"exceptionName" : "TooManyHeadersInForwardedValuesException",
"documentation" : null
}, {
"exceptionName" : "InvalidHeadersForS3OriginException",
"documentation" : null
}, {
"exceptionName" : "InconsistentQuantitiesException",
"documentation" : "The value of Quantity and the size of Items do not match."
}, {
"exceptionName" : "TooManyCertificatesException",
"documentation" : "You cannot create anymore custom ssl certificates."
}, {
"exceptionName" : "InvalidLocationCodeException",
"documentation" : null
}, {
"exceptionName" : "InvalidGeoRestrictionParameterException",
"documentation" : null
}, {
"exceptionName" : "InvalidProtocolSettingsException",
"documentation" : "You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that Support Server Name Indication (SNI)."
}, {
"exceptionName" : "InvalidTTLOrderException",
"documentation" : null
}, {
"exceptionName" : "InvalidWebACLIdException",
"documentation" : null
}, {
"exceptionName" : "TooManyOriginCustomHeadersException",
"documentation" : null
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createDistribution",
"authenticated" : true,
"syncReturnType" : "CreateDistributionResult",
"asyncReturnType" : "CreateDistributionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CreateInvalidation" : {
"documentation" : "Create a new invalidation.",
"operationName" : "CreateInvalidation",
"deprecated" : false,
"input" : {
"variableName" : "createInvalidationRequest",
"variableType" : "CreateInvalidationRequest",
"variableDeclarationType" : "CreateInvalidationRequest",
"documentation" : "The request to create an invalidation.",
"variableSetterType" : "CreateInvalidationRequest",
"simpleType" : "CreateInvalidationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateInvalidationResult",
"documentation" : "The returned result of the corresponding request."
},
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "Access denied."
}, {
"exceptionName" : "MissingBodyException",
"documentation" : "This operation requires a body. Ensure that the body is present and the Content-Type header is set."
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The argument is invalid."
}, {
"exceptionName" : "NoSuchDistributionException",
"documentation" : "The specified distribution does not exist."
}, {
"exceptionName" : "BatchTooLargeException",
"documentation" : null
}, {
"exceptionName" : "TooManyInvalidationsInProgressException",
"documentation" : "You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects."
}, {
"exceptionName" : "InconsistentQuantitiesException",
"documentation" : "The value of Quantity and the size of Items do not match."
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createInvalidation",
"authenticated" : true,
"syncReturnType" : "CreateInvalidationResult",
"asyncReturnType" : "CreateInvalidationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CreateStreamingDistribution" : {
"documentation" : "Create a new streaming distribution.",
"operationName" : "CreateStreamingDistribution",
"deprecated" : false,
"input" : {
"variableName" : "createStreamingDistributionRequest",
"variableType" : "CreateStreamingDistributionRequest",
"variableDeclarationType" : "CreateStreamingDistributionRequest",
"documentation" : "The request to create a new streaming distribution.",
"variableSetterType" : "CreateStreamingDistributionRequest",
"simpleType" : "CreateStreamingDistributionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateStreamingDistributionResult",
"documentation" : "The returned result of the corresponding request."
},
"exceptions" : [ {
"exceptionName" : "CNAMEAlreadyExistsException",
"documentation" : null
}, {
"exceptionName" : "StreamingDistributionAlreadyExistsException",
"documentation" : null
}, {
"exceptionName" : "InvalidOriginException",
"documentation" : "The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket."
}, {
"exceptionName" : "InvalidOriginAccessIdentityException",
"documentation" : "The origin access identity is not valid or doesn't exist."
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "Access denied."
}, {
"exceptionName" : "TooManyTrustedSignersException",
"documentation" : "Your request contains more trusted signers than are allowed per distribution."
}, {
"exceptionName" : "TrustedSignerDoesNotExistException",
"documentation" : "One or more of your trusted signers do not exist."
}, {
"exceptionName" : "MissingBodyException",
"documentation" : "This operation requires a body. Ensure that the body is present and the Content-Type header is set."
}, {
"exceptionName" : "TooManyStreamingDistributionCNAMEsException",
"documentation" : null
}, {
"exceptionName" : "TooManyStreamingDistributionsException",
"documentation" : "Processing your request would cause you to exceed the maximum number of streaming distributions allowed."
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The argument is invalid."
}, {
"exceptionName" : "InconsistentQuantitiesException",
"documentation" : "The value of Quantity and the size of Items do not match."
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createStreamingDistribution",
"authenticated" : true,
"syncReturnType" : "CreateStreamingDistributionResult",
"asyncReturnType" : "CreateStreamingDistributionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeleteCloudFrontOriginAccessIdentity" : {
"documentation" : "Delete an origin access identity.",
"operationName" : "DeleteCloudFrontOriginAccessIdentity",
"deprecated" : false,
"input" : {
"variableName" : "deleteCloudFrontOriginAccessIdentityRequest",
"variableType" : "DeleteCloudFrontOriginAccessIdentityRequest",
"variableDeclarationType" : "DeleteCloudFrontOriginAccessIdentityRequest",
"documentation" : "The request to delete a origin access identity.",
"variableSetterType" : "DeleteCloudFrontOriginAccessIdentityRequest",
"simpleType" : "DeleteCloudFrontOriginAccessIdentityRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "Access denied."
}, {
"exceptionName" : "InvalidIfMatchVersionException",
"documentation" : "The If-Match version is missing or not valid for the distribution."
}, {
"exceptionName" : "NoSuchCloudFrontOriginAccessIdentityException",
"documentation" : "The specified origin access identity does not exist."
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : "The precondition given in one or more of the request-header fields evaluated to false."
}, {
"exceptionName" : "CloudFrontOriginAccessIdentityInUseException",
"documentation" : null
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteCloudFrontOriginAccessIdentity",
"authenticated" : true,
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeleteDistribution" : {
"documentation" : "Delete a distribution.",
"operationName" : "DeleteDistribution",
"deprecated" : false,
"input" : {
"variableName" : "deleteDistributionRequest",
"variableType" : "DeleteDistributionRequest",
"variableDeclarationType" : "DeleteDistributionRequest",
"documentation" : "The request to delete a distribution.",
"variableSetterType" : "DeleteDistributionRequest",
"simpleType" : "DeleteDistributionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "Access denied."
}, {
"exceptionName" : "DistributionNotDisabledException",
"documentation" : null
}, {
"exceptionName" : "InvalidIfMatchVersionException",
"documentation" : "The If-Match version is missing or not valid for the distribution."
}, {
"exceptionName" : "NoSuchDistributionException",
"documentation" : "The specified distribution does not exist."
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : "The precondition given in one or more of the request-header fields evaluated to false."
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteDistribution",
"authenticated" : true,
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeleteStreamingDistribution" : {
"documentation" : "Delete a streaming distribution.",
"operationName" : "DeleteStreamingDistribution",
"deprecated" : false,
"input" : {
"variableName" : "deleteStreamingDistributionRequest",
"variableType" : "DeleteStreamingDistributionRequest",
"variableDeclarationType" : "DeleteStreamingDistributionRequest",
"documentation" : "The request to delete a streaming distribution.",
"variableSetterType" : "DeleteStreamingDistributionRequest",
"simpleType" : "DeleteStreamingDistributionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "Access denied."
}, {
"exceptionName" : "StreamingDistributionNotDisabledException",
"documentation" : null
}, {
"exceptionName" : "InvalidIfMatchVersionException",
"documentation" : "The If-Match version is missing or not valid for the distribution."
}, {
"exceptionName" : "NoSuchStreamingDistributionException",
"documentation" : "The specified streaming distribution does not exist."
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : "The precondition given in one or more of the request-header fields evaluated to false."
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteStreamingDistribution",
"authenticated" : true,
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"GetCloudFrontOriginAccessIdentity" : {
"documentation" : "Get the information about an origin access identity.",
"operationName" : "GetCloudFrontOriginAccessIdentity",
"deprecated" : false,
"input" : {
"variableName" : "getCloudFrontOriginAccessIdentityRequest",
"variableType" : "GetCloudFrontOriginAccessIdentityRequest",
"variableDeclarationType" : "GetCloudFrontOriginAccessIdentityRequest",
"documentation" : "The request to get an origin access identity's information.",
"variableSetterType" : "GetCloudFrontOriginAccessIdentityRequest",
"simpleType" : "GetCloudFrontOriginAccessIdentityRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetCloudFrontOriginAccessIdentityResult",
"documentation" : "The returned result of the corresponding request."
},
"exceptions" : [ {
"exceptionName" : "NoSuchCloudFrontOriginAccessIdentityException",
"documentation" : "The specified origin access identity does not exist."
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "Access denied."
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "getCloudFrontOriginAccessIdentity",
"authenticated" : true,
"syncReturnType" : "GetCloudFrontOriginAccessIdentityResult",
"asyncReturnType" : "GetCloudFrontOriginAccessIdentityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"GetCloudFrontOriginAccessIdentityConfig" : {
"documentation" : "Get the configuration information about an origin access identity.",
"operationName" : "GetCloudFrontOriginAccessIdentityConfig",
"deprecated" : false,
"input" : {
"variableName" : "getCloudFrontOriginAccessIdentityConfigRequest",
"variableType" : "GetCloudFrontOriginAccessIdentityConfigRequest",
"variableDeclarationType" : "GetCloudFrontOriginAccessIdentityConfigRequest",
"documentation" : "The request to get an origin access identity's configuration.",
"variableSetterType" : "GetCloudFrontOriginAccessIdentityConfigRequest",
"simpleType" : "GetCloudFrontOriginAccessIdentityConfigRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetCloudFrontOriginAccessIdentityConfigResult",
"documentation" : "The returned result of the corresponding request."
},
"exceptions" : [ {
"exceptionName" : "NoSuchCloudFrontOriginAccessIdentityException",
"documentation" : "The specified origin access identity does not exist."
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "Access denied."
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "getCloudFrontOriginAccessIdentityConfig",
"authenticated" : true,
"syncReturnType" : "GetCloudFrontOriginAccessIdentityConfigResult",
"asyncReturnType" : "GetCloudFrontOriginAccessIdentityConfigResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"GetDistribution" : {
"documentation" : "Get the information about a distribution.",
"operationName" : "GetDistribution",
"deprecated" : false,
"input" : {
"variableName" : "getDistributionRequest",
"variableType" : "GetDistributionRequest",
"variableDeclarationType" : "GetDistributionRequest",
"documentation" : "The request to get a distribution's information.",
"variableSetterType" : "GetDistributionRequest",
"simpleType" : "GetDistributionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetDistributionResult",
"documentation" : "The returned result of the corresponding request."
},
"exceptions" : [ {
"exceptionName" : "NoSuchDistributionException",
"documentation" : "The specified distribution does not exist."
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "Access denied."
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "getDistribution",
"authenticated" : true,
"syncReturnType" : "GetDistributionResult",
"asyncReturnType" : "GetDistributionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"GetDistributionConfig" : {
"documentation" : "Get the configuration information about a distribution.",
"operationName" : "GetDistributionConfig",
"deprecated" : false,
"input" : {
"variableName" : "getDistributionConfigRequest",
"variableType" : "GetDistributionConfigRequest",
"variableDeclarationType" : "GetDistributionConfigRequest",
"documentation" : "The request to get a distribution configuration.",
"variableSetterType" : "GetDistributionConfigRequest",
"simpleType" : "GetDistributionConfigRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetDistributionConfigResult",
"documentation" : "The returned result of the corresponding request."
},
"exceptions" : [ {
"exceptionName" : "NoSuchDistributionException",
"documentation" : "The specified distribution does not exist."
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "Access denied."
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "getDistributionConfig",
"authenticated" : true,
"syncReturnType" : "GetDistributionConfigResult",
"asyncReturnType" : "GetDistributionConfigResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"GetInvalidation" : {
"documentation" : "Get the information about an invalidation.",
"operationName" : "GetInvalidation",
"deprecated" : false,
"input" : {
"variableName" : "getInvalidationRequest",
"variableType" : "GetInvalidationRequest",
"variableDeclarationType" : "GetInvalidationRequest",
"documentation" : "The request to get an invalidation's information.",
"variableSetterType" : "GetInvalidationRequest",
"simpleType" : "GetInvalidationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetInvalidationResult",
"documentation" : "The returned result of the corresponding request."
},
"exceptions" : [ {
"exceptionName" : "NoSuchInvalidationException",
"documentation" : "The specified invalidation does not exist."
}, {
"exceptionName" : "NoSuchDistributionException",
"documentation" : "The specified distribution does not exist."
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "Access denied."
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "getInvalidation",
"authenticated" : true,
"syncReturnType" : "GetInvalidationResult",
"asyncReturnType" : "GetInvalidationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"GetStreamingDistribution" : {
"documentation" : "Get the information about a streaming distribution.",
"operationName" : "GetStreamingDistribution",
"deprecated" : false,
"input" : {
"variableName" : "getStreamingDistributionRequest",
"variableType" : "GetStreamingDistributionRequest",
"variableDeclarationType" : "GetStreamingDistributionRequest",
"documentation" : "The request to get a streaming distribution's information.",
"variableSetterType" : "GetStreamingDistributionRequest",
"simpleType" : "GetStreamingDistributionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetStreamingDistributionResult",
"documentation" : "The returned result of the corresponding request."
},
"exceptions" : [ {
"exceptionName" : "NoSuchStreamingDistributionException",
"documentation" : "The specified streaming distribution does not exist."
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "Access denied."
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "getStreamingDistribution",
"authenticated" : true,
"syncReturnType" : "GetStreamingDistributionResult",
"asyncReturnType" : "GetStreamingDistributionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"GetStreamingDistributionConfig" : {
"documentation" : "Get the configuration information about a streaming distribution.",
"operationName" : "GetStreamingDistributionConfig",
"deprecated" : false,
"input" : {
"variableName" : "getStreamingDistributionConfigRequest",
"variableType" : "GetStreamingDistributionConfigRequest",
"variableDeclarationType" : "GetStreamingDistributionConfigRequest",
"documentation" : "To request to get a streaming distribution configuration.",
"variableSetterType" : "GetStreamingDistributionConfigRequest",
"simpleType" : "GetStreamingDistributionConfigRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetStreamingDistributionConfigResult",
"documentation" : "The returned result of the corresponding request."
},
"exceptions" : [ {
"exceptionName" : "NoSuchStreamingDistributionException",
"documentation" : "The specified streaming distribution does not exist."
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "Access denied."
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "getStreamingDistributionConfig",
"authenticated" : true,
"syncReturnType" : "GetStreamingDistributionConfigResult",
"asyncReturnType" : "GetStreamingDistributionConfigResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ListCloudFrontOriginAccessIdentities" : {
"documentation" : "List origin access identities.",
"operationName" : "ListCloudFrontOriginAccessIdentities",
"deprecated" : false,
"input" : {
"variableName" : "listCloudFrontOriginAccessIdentitiesRequest",
"variableType" : "ListCloudFrontOriginAccessIdentitiesRequest",
"variableDeclarationType" : "ListCloudFrontOriginAccessIdentitiesRequest",
"documentation" : "The request to list origin access identities.",
"variableSetterType" : "ListCloudFrontOriginAccessIdentitiesRequest",
"simpleType" : "ListCloudFrontOriginAccessIdentitiesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListCloudFrontOriginAccessIdentitiesResult",
"documentation" : "The returned result of the corresponding request."
},
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The argument is invalid."
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "listCloudFrontOriginAccessIdentities",
"authenticated" : true,
"syncReturnType" : "ListCloudFrontOriginAccessIdentitiesResult",
"asyncReturnType" : "ListCloudFrontOriginAccessIdentitiesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ListDistributions" : {
"documentation" : "List distributions.",
"operationName" : "ListDistributions",
"deprecated" : false,
"input" : {
"variableName" : "listDistributionsRequest",
"variableType" : "ListDistributionsRequest",
"variableDeclarationType" : "ListDistributionsRequest",
"documentation" : "The request to list your distributions.",
"variableSetterType" : "ListDistributionsRequest",
"simpleType" : "ListDistributionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListDistributionsResult",
"documentation" : "The returned result of the corresponding request."
},
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The argument is invalid."
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "listDistributions",
"authenticated" : true,
"syncReturnType" : "ListDistributionsResult",
"asyncReturnType" : "ListDistributionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ListDistributionsByWebACLId" : {
"documentation" : "List the distributions that are associated with a specified AWS WAF web ACL.",
"operationName" : "ListDistributionsByWebACLId",
"deprecated" : false,
"input" : {
"variableName" : "listDistributionsByWebACLIdRequest",
"variableType" : "ListDistributionsByWebACLIdRequest",
"variableDeclarationType" : "ListDistributionsByWebACLIdRequest",
"documentation" : "The request to list distributions that are associated with a specified AWS WAF web ACL.",
"variableSetterType" : "ListDistributionsByWebACLIdRequest",
"simpleType" : "ListDistributionsByWebACLIdRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListDistributionsByWebACLIdResult",
"documentation" : "The response to a request to list the distributions that are associated with a specified AWS WAF web ACL."
},
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The argument is invalid."
}, {
"exceptionName" : "InvalidWebACLIdException",
"documentation" : null
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "listDistributionsByWebACLId",
"authenticated" : true,
"syncReturnType" : "ListDistributionsByWebACLIdResult",
"asyncReturnType" : "ListDistributionsByWebACLIdResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ListInvalidations" : {
"documentation" : "List invalidation batches.",
"operationName" : "ListInvalidations",
"deprecated" : false,
"input" : {
"variableName" : "listInvalidationsRequest",
"variableType" : "ListInvalidationsRequest",
"variableDeclarationType" : "ListInvalidationsRequest",
"documentation" : "The request to list invalidations.",
"variableSetterType" : "ListInvalidationsRequest",
"simpleType" : "ListInvalidationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListInvalidationsResult",
"documentation" : "The returned result of the corresponding request."
},
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The argument is invalid."
}, {
"exceptionName" : "NoSuchDistributionException",
"documentation" : "The specified distribution does not exist."
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "Access denied."
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "listInvalidations",
"authenticated" : true,
"syncReturnType" : "ListInvalidationsResult",
"asyncReturnType" : "ListInvalidationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ListStreamingDistributions" : {
"documentation" : "List streaming distributions.",
"operationName" : "ListStreamingDistributions",
"deprecated" : false,
"input" : {
"variableName" : "listStreamingDistributionsRequest",
"variableType" : "ListStreamingDistributionsRequest",
"variableDeclarationType" : "ListStreamingDistributionsRequest",
"documentation" : "The request to list your streaming distributions.",
"variableSetterType" : "ListStreamingDistributionsRequest",
"simpleType" : "ListStreamingDistributionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListStreamingDistributionsResult",
"documentation" : "The returned result of the corresponding request."
},
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The argument is invalid."
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "listStreamingDistributions",
"authenticated" : true,
"syncReturnType" : "ListStreamingDistributionsResult",
"asyncReturnType" : "ListStreamingDistributionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"UpdateCloudFrontOriginAccessIdentity" : {
"documentation" : "Update an origin access identity.",
"operationName" : "UpdateCloudFrontOriginAccessIdentity",
"deprecated" : false,
"input" : {
"variableName" : "updateCloudFrontOriginAccessIdentityRequest",
"variableType" : "UpdateCloudFrontOriginAccessIdentityRequest",
"variableDeclarationType" : "UpdateCloudFrontOriginAccessIdentityRequest",
"documentation" : "The request to update an origin access identity.",
"variableSetterType" : "UpdateCloudFrontOriginAccessIdentityRequest",
"simpleType" : "UpdateCloudFrontOriginAccessIdentityRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateCloudFrontOriginAccessIdentityResult",
"documentation" : "The returned result of the corresponding request."
},
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "Access denied."
}, {
"exceptionName" : "IllegalUpdateException",
"documentation" : "Origin and CallerReference cannot be updated."
}, {
"exceptionName" : "InvalidIfMatchVersionException",
"documentation" : "The If-Match version is missing or not valid for the distribution."
}, {
"exceptionName" : "MissingBodyException",
"documentation" : "This operation requires a body. Ensure that the body is present and the Content-Type header is set."
}, {
"exceptionName" : "NoSuchCloudFrontOriginAccessIdentityException",
"documentation" : "The specified origin access identity does not exist."
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : "The precondition given in one or more of the request-header fields evaluated to false."
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The argument is invalid."
}, {
"exceptionName" : "InconsistentQuantitiesException",
"documentation" : "The value of Quantity and the size of Items do not match."
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "updateCloudFrontOriginAccessIdentity",
"authenticated" : true,
"syncReturnType" : "UpdateCloudFrontOriginAccessIdentityResult",
"asyncReturnType" : "UpdateCloudFrontOriginAccessIdentityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"UpdateDistribution" : {
"documentation" : "Update a distribution.",
"operationName" : "UpdateDistribution",
"deprecated" : false,
"input" : {
"variableName" : "updateDistributionRequest",
"variableType" : "UpdateDistributionRequest",
"variableDeclarationType" : "UpdateDistributionRequest",
"documentation" : "The request to update a distribution.",
"variableSetterType" : "UpdateDistributionRequest",
"simpleType" : "UpdateDistributionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateDistributionResult",
"documentation" : "The returned result of the corresponding request."
},
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "Access denied."
}, {
"exceptionName" : "CNAMEAlreadyExistsException",
"documentation" : null
}, {
"exceptionName" : "IllegalUpdateException",
"documentation" : "Origin and CallerReference cannot be updated."
}, {
"exceptionName" : "InvalidIfMatchVersionException",
"documentation" : "The If-Match version is missing or not valid for the distribution."
}, {
"exceptionName" : "MissingBodyException",
"documentation" : "This operation requires a body. Ensure that the body is present and the Content-Type header is set."
}, {
"exceptionName" : "NoSuchDistributionException",
"documentation" : "The specified distribution does not exist."
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : "The precondition given in one or more of the request-header fields evaluated to false."
}, {
"exceptionName" : "TooManyDistributionCNAMEsException",
"documentation" : "Your request contains more CNAMEs than are allowed per distribution."
}, {
"exceptionName" : "InvalidDefaultRootObjectException",
"documentation" : "The default root object file name is too big or contains an invalid character."
}, {
"exceptionName" : "InvalidRelativePathException",
"documentation" : "The relative path is too big, is not URL-encoded, or does not begin with a slash (/)."
}, {
"exceptionName" : "InvalidErrorCodeException",
"documentation" : null
}, {
"exceptionName" : "InvalidResponseCodeException",
"documentation" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The argument is invalid."
}, {
"exceptionName" : "InvalidOriginAccessIdentityException",
"documentation" : "The origin access identity is not valid or doesn't exist."
}, {
"exceptionName" : "TooManyTrustedSignersException",
"documentation" : "Your request contains more trusted signers than are allowed per distribution."
}, {
"exceptionName" : "TrustedSignerDoesNotExistException",
"documentation" : "One or more of your trusted signers do not exist."
}, {
"exceptionName" : "InvalidViewerCertificateException",
"documentation" : null
}, {
"exceptionName" : "InvalidMinimumProtocolVersionException",
"documentation" : null
}, {
"exceptionName" : "InvalidRequiredProtocolException",
"documentation" : "This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the RequiredProtocols element from your distribution configuration."
}, {
"exceptionName" : "NoSuchOriginException",
"documentation" : "No origin exists with the specified Origin Id."
}, {
"exceptionName" : "TooManyOriginsException",
"documentation" : "You cannot create anymore origins for the distribution."
}, {
"exceptionName" : "TooManyCacheBehaviorsException",
"documentation" : "You cannot create anymore cache behaviors for the distribution."
}, {
"exceptionName" : "TooManyCookieNamesInWhiteListException",
"documentation" : "Your request contains more cookie names in the whitelist than are allowed per cache behavior."
}, {
"exceptionName" : "InvalidForwardCookiesException",
"documentation" : "Your request contains forward cookies option which doesn't match with the expectation for the whitelisted list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected."
}, {
"exceptionName" : "TooManyHeadersInForwardedValuesException",
"documentation" : null
}, {
"exceptionName" : "InvalidHeadersForS3OriginException",
"documentation" : null
}, {
"exceptionName" : "InconsistentQuantitiesException",
"documentation" : "The value of Quantity and the size of Items do not match."
}, {
"exceptionName" : "TooManyCertificatesException",
"documentation" : "You cannot create anymore custom ssl certificates."
}, {
"exceptionName" : "InvalidLocationCodeException",
"documentation" : null
}, {
"exceptionName" : "InvalidGeoRestrictionParameterException",
"documentation" : null
}, {
"exceptionName" : "InvalidTTLOrderException",
"documentation" : null
}, {
"exceptionName" : "InvalidWebACLIdException",
"documentation" : null
}, {
"exceptionName" : "TooManyOriginCustomHeadersException",
"documentation" : null
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "updateDistribution",
"authenticated" : true,
"syncReturnType" : "UpdateDistributionResult",
"asyncReturnType" : "UpdateDistributionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"UpdateStreamingDistribution" : {
"documentation" : "Update a streaming distribution.",
"operationName" : "UpdateStreamingDistribution",
"deprecated" : false,
"input" : {
"variableName" : "updateStreamingDistributionRequest",
"variableType" : "UpdateStreamingDistributionRequest",
"variableDeclarationType" : "UpdateStreamingDistributionRequest",
"documentation" : "The request to update a streaming distribution.",
"variableSetterType" : "UpdateStreamingDistributionRequest",
"simpleType" : "UpdateStreamingDistributionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateStreamingDistributionResult",
"documentation" : "The returned result of the corresponding request."
},
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "Access denied."
}, {
"exceptionName" : "CNAMEAlreadyExistsException",
"documentation" : null
}, {
"exceptionName" : "IllegalUpdateException",
"documentation" : "Origin and CallerReference cannot be updated."
}, {
"exceptionName" : "InvalidIfMatchVersionException",
"documentation" : "The If-Match version is missing or not valid for the distribution."
}, {
"exceptionName" : "MissingBodyException",
"documentation" : "This operation requires a body. Ensure that the body is present and the Content-Type header is set."
}, {
"exceptionName" : "NoSuchStreamingDistributionException",
"documentation" : "The specified streaming distribution does not exist."
}, {
"exceptionName" : "PreconditionFailedException",
"documentation" : "The precondition given in one or more of the request-header fields evaluated to false."
}, {
"exceptionName" : "TooManyStreamingDistributionCNAMEsException",
"documentation" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The argument is invalid."
}, {
"exceptionName" : "InvalidOriginAccessIdentityException",
"documentation" : "The origin access identity is not valid or doesn't exist."
}, {
"exceptionName" : "TooManyTrustedSignersException",
"documentation" : "Your request contains more trusted signers than are allowed per distribution."
}, {
"exceptionName" : "TrustedSignerDoesNotExistException",
"documentation" : "One or more of your trusted signers do not exist."
}, {
"exceptionName" : "InconsistentQuantitiesException",
"documentation" : "The value of Quantity and the size of Items do not match."
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "updateStreamingDistribution",
"authenticated" : true,
"syncReturnType" : "UpdateStreamingDistributionResult",
"asyncReturnType" : "UpdateStreamingDistributionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
}
},
"shapes" : {
"GetCloudFrontOriginAccessIdentityRequest" : {
"c2jName" : "GetCloudFrontOriginAccessIdentityRequest",
"documentation" : "The request to get an origin access identity's information.",
"shapeName" : "GetCloudFrontOriginAccessIdentityRequest",
"deprecated" : false,
"required" : [ "Id" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The identity's id.",
"name" : "Id",
"c2jName" : "Id",
"c2jShape" : "string",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identity's id.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Id",
"marshallLocationName" : "Id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"flattened" : false,
"header" : false,
"uri" : true,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The identity's id.\n@param id The identity's id.*/",
"getterDocumentation" : "/**The identity's id.\n@return The identity's id.*/",
"fluentSetterDocumentation" : "/**The identity's id.\n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identity's id.\n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getCloudFrontOriginAccessIdentityRequest",
"variableType" : "GetCloudFrontOriginAccessIdentityRequest",
"variableDeclarationType" : "GetCloudFrontOriginAccessIdentityRequest",
"documentation" : null,
"variableSetterType" : "GetCloudFrontOriginAccessIdentityRequest",
"simpleType" : "GetCloudFrontOriginAccessIdentityRequest"
},
"marshaller" : {
"action" : "GetCloudFrontOriginAccessIdentity2016_01_28",
"verb" : "GET",
"target" : null,
"requestUri" : "/2016-01-28/origin-access-identity/cloudfront/{Id}",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Id" : {
"documentation" : "The identity's id.",
"name" : "Id",
"c2jName" : "Id",
"c2jShape" : "string",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identity's id.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Id",
"marshallLocationName" : "Id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"flattened" : false,
"header" : false,
"uri" : true,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The identity's id.\n@param id The identity's id.*/",
"getterDocumentation" : "/**The identity's id.\n@return The identity's id.*/",
"fluentSetterDocumentation" : "/**The identity's id.\n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identity's id.\n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreateStreamingDistributionRequest" : {
"c2jName" : "CreateStreamingDistributionRequest",
"documentation" : "The request to create a new streaming distribution.",
"shapeName" : "CreateStreamingDistributionRequest",
"deprecated" : false,
"required" : [ "StreamingDistributionConfig" ],
"hasPayloadMember" : true,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The streaming distribution's configuration information.",
"name" : "StreamingDistributionConfig",
"c2jName" : "StreamingDistributionConfig",
"c2jShape" : "StreamingDistributionConfig",
"variable" : {
"variableName" : "streamingDistributionConfig",
"variableType" : "StreamingDistributionConfig",
"variableDeclarationType" : "StreamingDistributionConfig",
"documentation" : "The streaming distribution's configuration information.",
"variableSetterType" : "StreamingDistributionConfig",
"simpleType" : "StreamingDistributionConfig"
},
"setterModel" : {
"variableName" : "streamingDistributionConfig",
"variableType" : "StreamingDistributionConfig",
"variableDeclarationType" : "StreamingDistributionConfig",
"documentation" : "",
"variableSetterType" : "StreamingDistributionConfig",
"simpleType" : "StreamingDistributionConfig"
},
"getterModel" : {
"returnType" : "StreamingDistributionConfig",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StreamingDistributionConfig",
"marshallLocationName" : "StreamingDistributionConfig",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : true,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2016-01-28/",
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.*/",
"getterDocumentation" : "/**The streaming distribution's configuration information.\n@return The streaming distribution's configuration information.*/",
"fluentSetterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createStreamingDistributionRequest",
"variableType" : "CreateStreamingDistributionRequest",
"variableDeclarationType" : "CreateStreamingDistributionRequest",
"documentation" : null,
"variableSetterType" : "CreateStreamingDistributionRequest",
"simpleType" : "CreateStreamingDistributionRequest"
},
"marshaller" : {
"action" : "CreateStreamingDistribution2016_01_28",
"verb" : "POST",
"target" : null,
"requestUri" : "/2016-01-28/streaming-distribution",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"StreamingDistributionConfig" : {
"documentation" : "The streaming distribution's configuration information.",
"name" : "StreamingDistributionConfig",
"c2jName" : "StreamingDistributionConfig",
"c2jShape" : "StreamingDistributionConfig",
"variable" : {
"variableName" : "streamingDistributionConfig",
"variableType" : "StreamingDistributionConfig",
"variableDeclarationType" : "StreamingDistributionConfig",
"documentation" : "The streaming distribution's configuration information.",
"variableSetterType" : "StreamingDistributionConfig",
"simpleType" : "StreamingDistributionConfig"
},
"setterModel" : {
"variableName" : "streamingDistributionConfig",
"variableType" : "StreamingDistributionConfig",
"variableDeclarationType" : "StreamingDistributionConfig",
"documentation" : "",
"variableSetterType" : "StreamingDistributionConfig",
"simpleType" : "StreamingDistributionConfig"
},
"getterModel" : {
"returnType" : "StreamingDistributionConfig",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StreamingDistributionConfig",
"marshallLocationName" : "StreamingDistributionConfig",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : true,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2016-01-28/",
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.*/",
"getterDocumentation" : "/**The streaming distribution's configuration information.\n@return The streaming distribution's configuration information.*/",
"fluentSetterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Method" : {
"c2jName" : "Method",
"documentation" : "",
"shapeName" : "Method",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : null,
"enums" : [ {
"name" : "GET",
"value" : "GET"
}, {
"name" : "HEAD",
"value" : "HEAD"
}, {
"name" : "POST",
"value" : "POST"
}, {
"name" : "PUT",
"value" : "PUT"
}, {
"name" : "PATCH",
"value" : "PATCH"
}, {
"name" : "OPTIONS",
"value" : "OPTIONS"
}, {
"name" : "DELETE",
"value" : "DELETE"
} ],
"variable" : {
"variableName" : "method",
"variableType" : "Method",
"variableDeclarationType" : "Method",
"documentation" : null,
"variableSetterType" : "Method",
"simpleType" : "Method"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"NoSuchInvalidationException" : {
"c2jName" : "NoSuchInvalidation",
"documentation" : "The specified invalidation does not exist.",
"shapeName" : "NoSuchInvalidationException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "noSuchInvalidationException",
"variableType" : "NoSuchInvalidationException",
"variableDeclarationType" : "NoSuchInvalidationException",
"documentation" : null,
"variableSetterType" : "NoSuchInvalidationException",
"simpleType" : "NoSuchInvalidationException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "NoSuchInvalidation",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"OriginProtocolPolicy" : {
"c2jName" : "OriginProtocolPolicy",
"documentation" : "",
"shapeName" : "OriginProtocolPolicy",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : null,
"enums" : [ {
"name" : "HttpOnly",
"value" : "http-only"
}, {
"name" : "MatchViewer",
"value" : "match-viewer"
}, {
"name" : "HttpsOnly",
"value" : "https-only"
} ],
"variable" : {
"variableName" : "originProtocolPolicy",
"variableType" : "OriginProtocolPolicy",
"variableDeclarationType" : "OriginProtocolPolicy",
"documentation" : null,
"variableSetterType" : "OriginProtocolPolicy",
"simpleType" : "OriginProtocolPolicy"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"StreamingDistributionAlreadyExistsException" : {
"c2jName" : "StreamingDistributionAlreadyExists",
"documentation" : "",
"shapeName" : "StreamingDistributionAlreadyExistsException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "streamingDistributionAlreadyExistsException",
"variableType" : "StreamingDistributionAlreadyExistsException",
"variableDeclarationType" : "StreamingDistributionAlreadyExistsException",
"documentation" : null,
"variableSetterType" : "StreamingDistributionAlreadyExistsException",
"simpleType" : "StreamingDistributionAlreadyExistsException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "StreamingDistributionAlreadyExists",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ForwardedValues" : {
"c2jName" : "ForwardedValues",
"documentation" : "A complex type that specifies how CloudFront handles query strings, cookies and headers.",
"shapeName" : "ForwardedValues",
"deprecated" : false,
"required" : [ "QueryString", "Cookies" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.",
"name" : "QueryString",
"c2jName" : "QueryString",
"c2jShape" : "boolean",
"variable" : {
"variableName" : "queryString",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "queryString",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "QueryString",
"marshallLocationName" : "QueryString",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.*/",
"getterDocumentation" : "/**Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.*/",
"fluentSetterDocumentation" : "/**Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A complex type that specifies how CloudFront handles cookies.",
"name" : "Cookies",
"c2jName" : "Cookies",
"c2jShape" : "CookiePreference",
"variable" : {
"variableName" : "cookies",
"variableType" : "CookiePreference",
"variableDeclarationType" : "CookiePreference",
"documentation" : "A complex type that specifies how CloudFront handles cookies.",
"variableSetterType" : "CookiePreference",
"simpleType" : "CookiePreference"
},
"setterModel" : {
"variableName" : "cookies",
"variableType" : "CookiePreference",
"variableDeclarationType" : "CookiePreference",
"documentation" : "",
"variableSetterType" : "CookiePreference",
"simpleType" : "CookiePreference"
},
"getterModel" : {
"returnType" : "CookiePreference",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Cookies",
"marshallLocationName" : "Cookies",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that specifies how CloudFront handles cookies.\n@param cookies A complex type that specifies how CloudFront handles cookies.*/",
"getterDocumentation" : "/**A complex type that specifies how CloudFront handles cookies.\n@return A complex type that specifies how CloudFront handles cookies.*/",
"fluentSetterDocumentation" : "/**A complex type that specifies how CloudFront handles cookies.\n@param cookies A complex type that specifies how CloudFront handles cookies.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that specifies how CloudFront handles cookies.\n@param cookies A complex type that specifies how CloudFront handles cookies.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.",
"name" : "Headers",
"c2jName" : "Headers",
"c2jShape" : "Headers",
"variable" : {
"variableName" : "headers",
"variableType" : "Headers",
"variableDeclarationType" : "Headers",
"documentation" : "A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.",
"variableSetterType" : "Headers",
"simpleType" : "Headers"
},
"setterModel" : {
"variableName" : "headers",
"variableType" : "Headers",
"variableDeclarationType" : "Headers",
"documentation" : "",
"variableSetterType" : "Headers",
"simpleType" : "Headers"
},
"getterModel" : {
"returnType" : "Headers",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Headers",
"marshallLocationName" : "Headers",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.*/",
"getterDocumentation" : "/**A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@return A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.*/",
"fluentSetterDocumentation" : "/**A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "forwardedValues",
"variableType" : "ForwardedValues",
"variableDeclarationType" : "ForwardedValues",
"documentation" : null,
"variableSetterType" : "ForwardedValues",
"simpleType" : "ForwardedValues"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Headers" : {
"documentation" : "A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.",
"name" : "Headers",
"c2jName" : "Headers",
"c2jShape" : "Headers",
"variable" : {
"variableName" : "headers",
"variableType" : "Headers",
"variableDeclarationType" : "Headers",
"documentation" : "A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.",
"variableSetterType" : "Headers",
"simpleType" : "Headers"
},
"setterModel" : {
"variableName" : "headers",
"variableType" : "Headers",
"variableDeclarationType" : "Headers",
"documentation" : "",
"variableSetterType" : "Headers",
"simpleType" : "Headers"
},
"getterModel" : {
"returnType" : "Headers",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Headers",
"marshallLocationName" : "Headers",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.*/",
"getterDocumentation" : "/**A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@return A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.*/",
"fluentSetterDocumentation" : "/**A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Cookies" : {
"documentation" : "A complex type that specifies how CloudFront handles cookies.",
"name" : "Cookies",
"c2jName" : "Cookies",
"c2jShape" : "CookiePreference",
"variable" : {
"variableName" : "cookies",
"variableType" : "CookiePreference",
"variableDeclarationType" : "CookiePreference",
"documentation" : "A complex type that specifies how CloudFront handles cookies.",
"variableSetterType" : "CookiePreference",
"simpleType" : "CookiePreference"
},
"setterModel" : {
"variableName" : "cookies",
"variableType" : "CookiePreference",
"variableDeclarationType" : "CookiePreference",
"documentation" : "",
"variableSetterType" : "CookiePreference",
"simpleType" : "CookiePreference"
},
"getterModel" : {
"returnType" : "CookiePreference",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Cookies",
"marshallLocationName" : "Cookies",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that specifies how CloudFront handles cookies.\n@param cookies A complex type that specifies how CloudFront handles cookies.*/",
"getterDocumentation" : "/**A complex type that specifies how CloudFront handles cookies.\n@return A complex type that specifies how CloudFront handles cookies.*/",
"fluentSetterDocumentation" : "/**A complex type that specifies how CloudFront handles cookies.\n@param cookies A complex type that specifies how CloudFront handles cookies.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that specifies how CloudFront handles cookies.\n@param cookies A complex type that specifies how CloudFront handles cookies.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"QueryString" : {
"documentation" : "Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.",
"name" : "QueryString",
"c2jName" : "QueryString",
"c2jShape" : "boolean",
"variable" : {
"variableName" : "queryString",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "queryString",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "QueryString",
"marshallLocationName" : "QueryString",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.*/",
"getterDocumentation" : "/**Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.*/",
"fluentSetterDocumentation" : "/**Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Origin" : {
"c2jName" : "Origin",
"documentation" : "A complex type that describes the Amazon S3 bucket or the HTTP server (for example, a web server) from which CloudFront gets your files.You must create at least one origin.",
"shapeName" : "Origin",
"deprecated" : false,
"required" : [ "Id", "DomainName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.",
"name" : "Id",
"c2jName" : "Id",
"c2jShape" : "string",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Id",
"marshallLocationName" : "Id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@param id A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.*/",
"getterDocumentation" : "/**A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@return A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.*/",
"fluentSetterDocumentation" : "/**A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@param id A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@param id A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "string",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.*/",
"getterDocumentation" : "/**Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@return Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.*/",
"fluentSetterDocumentation" : "/**Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.",
"name" : "OriginPath",
"c2jName" : "OriginPath",
"c2jShape" : "string",
"variable" : {
"variableName" : "originPath",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "originPath",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OriginPath",
"marshallLocationName" : "OriginPath",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.*/",
"getterDocumentation" : "/**An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@return An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.*/",
"fluentSetterDocumentation" : "/**An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A complex type that contains information about the custom headers associated with this Origin.",
"name" : "CustomHeaders",
"c2jName" : "CustomHeaders",
"c2jShape" : "CustomHeaders",
"variable" : {
"variableName" : "customHeaders",
"variableType" : "CustomHeaders",
"variableDeclarationType" : "CustomHeaders",
"documentation" : "A complex type that contains information about the custom headers associated with this Origin.",
"variableSetterType" : "CustomHeaders",
"simpleType" : "CustomHeaders"
},
"setterModel" : {
"variableName" : "customHeaders",
"variableType" : "CustomHeaders",
"variableDeclarationType" : "CustomHeaders",
"documentation" : "",
"variableSetterType" : "CustomHeaders",
"simpleType" : "CustomHeaders"
},
"getterModel" : {
"returnType" : "CustomHeaders",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CustomHeaders",
"marshallLocationName" : "CustomHeaders",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains information about the custom headers associated with this Origin.\n@param customHeaders A complex type that contains information about the custom headers associated with this Origin.*/",
"getterDocumentation" : "/**A complex type that contains information about the custom headers associated with this Origin.\n@return A complex type that contains information about the custom headers associated with this Origin.*/",
"fluentSetterDocumentation" : "/**A complex type that contains information about the custom headers associated with this Origin.\n@param customHeaders A complex type that contains information about the custom headers associated with this Origin.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains information about the custom headers associated with this Origin.\n@param customHeaders A complex type that contains information about the custom headers associated with this Origin.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.",
"name" : "S3OriginConfig",
"c2jName" : "S3OriginConfig",
"c2jShape" : "S3OriginConfig",
"variable" : {
"variableName" : "s3OriginConfig",
"variableType" : "S3OriginConfig",
"variableDeclarationType" : "S3OriginConfig",
"documentation" : "A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.",
"variableSetterType" : "S3OriginConfig",
"simpleType" : "S3OriginConfig"
},
"setterModel" : {
"variableName" : "s3OriginConfig",
"variableType" : "S3OriginConfig",
"variableDeclarationType" : "S3OriginConfig",
"documentation" : "",
"variableSetterType" : "S3OriginConfig",
"simpleType" : "S3OriginConfig"
},
"getterModel" : {
"returnType" : "S3OriginConfig",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "S3OriginConfig",
"marshallLocationName" : "S3OriginConfig",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.*/",
"getterDocumentation" : "/**A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@return A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.*/",
"fluentSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.",
"name" : "CustomOriginConfig",
"c2jName" : "CustomOriginConfig",
"c2jShape" : "CustomOriginConfig",
"variable" : {
"variableName" : "customOriginConfig",
"variableType" : "CustomOriginConfig",
"variableDeclarationType" : "CustomOriginConfig",
"documentation" : "A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.",
"variableSetterType" : "CustomOriginConfig",
"simpleType" : "CustomOriginConfig"
},
"setterModel" : {
"variableName" : "customOriginConfig",
"variableType" : "CustomOriginConfig",
"variableDeclarationType" : "CustomOriginConfig",
"documentation" : "",
"variableSetterType" : "CustomOriginConfig",
"simpleType" : "CustomOriginConfig"
},
"getterModel" : {
"returnType" : "CustomOriginConfig",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CustomOriginConfig",
"marshallLocationName" : "CustomOriginConfig",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.*/",
"getterDocumentation" : "/**A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@return A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.*/",
"fluentSetterDocumentation" : "/**A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "origin",
"variableType" : "Origin",
"variableDeclarationType" : "Origin",
"documentation" : null,
"variableSetterType" : "Origin",
"simpleType" : "Origin"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"CustomOriginConfig" : {
"documentation" : "A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.",
"name" : "CustomOriginConfig",
"c2jName" : "CustomOriginConfig",
"c2jShape" : "CustomOriginConfig",
"variable" : {
"variableName" : "customOriginConfig",
"variableType" : "CustomOriginConfig",
"variableDeclarationType" : "CustomOriginConfig",
"documentation" : "A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.",
"variableSetterType" : "CustomOriginConfig",
"simpleType" : "CustomOriginConfig"
},
"setterModel" : {
"variableName" : "customOriginConfig",
"variableType" : "CustomOriginConfig",
"variableDeclarationType" : "CustomOriginConfig",
"documentation" : "",
"variableSetterType" : "CustomOriginConfig",
"simpleType" : "CustomOriginConfig"
},
"getterModel" : {
"returnType" : "CustomOriginConfig",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CustomOriginConfig",
"marshallLocationName" : "CustomOriginConfig",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.*/",
"getterDocumentation" : "/**A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@return A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.*/",
"fluentSetterDocumentation" : "/**A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CustomHeaders" : {
"documentation" : "A complex type that contains information about the custom headers associated with this Origin.",
"name" : "CustomHeaders",
"c2jName" : "CustomHeaders",
"c2jShape" : "CustomHeaders",
"variable" : {
"variableName" : "customHeaders",
"variableType" : "CustomHeaders",
"variableDeclarationType" : "CustomHeaders",
"documentation" : "A complex type that contains information about the custom headers associated with this Origin.",
"variableSetterType" : "CustomHeaders",
"simpleType" : "CustomHeaders"
},
"setterModel" : {
"variableName" : "customHeaders",
"variableType" : "CustomHeaders",
"variableDeclarationType" : "CustomHeaders",
"documentation" : "",
"variableSetterType" : "CustomHeaders",
"simpleType" : "CustomHeaders"
},
"getterModel" : {
"returnType" : "CustomHeaders",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CustomHeaders",
"marshallLocationName" : "CustomHeaders",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains information about the custom headers associated with this Origin.\n@param customHeaders A complex type that contains information about the custom headers associated with this Origin.*/",
"getterDocumentation" : "/**A complex type that contains information about the custom headers associated with this Origin.\n@return A complex type that contains information about the custom headers associated with this Origin.*/",
"fluentSetterDocumentation" : "/**A complex type that contains information about the custom headers associated with this Origin.\n@param customHeaders A complex type that contains information about the custom headers associated with this Origin.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains information about the custom headers associated with this Origin.\n@param customHeaders A complex type that contains information about the custom headers associated with this Origin.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DomainName" : {
"documentation" : "Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "string",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.*/",
"getterDocumentation" : "/**Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@return Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.*/",
"fluentSetterDocumentation" : "/**Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Id" : {
"documentation" : "A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.",
"name" : "Id",
"c2jName" : "Id",
"c2jShape" : "string",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Id",
"marshallLocationName" : "Id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@param id A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.*/",
"getterDocumentation" : "/**A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@return A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.*/",
"fluentSetterDocumentation" : "/**A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@param id A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@param id A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"OriginPath" : {
"documentation" : "An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.",
"name" : "OriginPath",
"c2jName" : "OriginPath",
"c2jShape" : "string",
"variable" : {
"variableName" : "originPath",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "originPath",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OriginPath",
"marshallLocationName" : "OriginPath",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.*/",
"getterDocumentation" : "/**An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@return An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.*/",
"fluentSetterDocumentation" : "/**An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"S3OriginConfig" : {
"documentation" : "A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.",
"name" : "S3OriginConfig",
"c2jName" : "S3OriginConfig",
"c2jShape" : "S3OriginConfig",
"variable" : {
"variableName" : "s3OriginConfig",
"variableType" : "S3OriginConfig",
"variableDeclarationType" : "S3OriginConfig",
"documentation" : "A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.",
"variableSetterType" : "S3OriginConfig",
"simpleType" : "S3OriginConfig"
},
"setterModel" : {
"variableName" : "s3OriginConfig",
"variableType" : "S3OriginConfig",
"variableDeclarationType" : "S3OriginConfig",
"documentation" : "",
"variableSetterType" : "S3OriginConfig",
"simpleType" : "S3OriginConfig"
},
"getterModel" : {
"returnType" : "S3OriginConfig",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "S3OriginConfig",
"marshallLocationName" : "S3OriginConfig",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.*/",
"getterDocumentation" : "/**A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@return A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.*/",
"fluentSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TooManyCloudFrontOriginAccessIdentitiesException" : {
"c2jName" : "TooManyCloudFrontOriginAccessIdentities",
"documentation" : "Processing your request would cause you to exceed the maximum number of origin access identities allowed.",
"shapeName" : "TooManyCloudFrontOriginAccessIdentitiesException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "tooManyCloudFrontOriginAccessIdentitiesException",
"variableType" : "TooManyCloudFrontOriginAccessIdentitiesException",
"variableDeclarationType" : "TooManyCloudFrontOriginAccessIdentitiesException",
"documentation" : null,
"variableSetterType" : "TooManyCloudFrontOriginAccessIdentitiesException",
"simpleType" : "TooManyCloudFrontOriginAccessIdentitiesException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "TooManyCloudFrontOriginAccessIdentities",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"S3OriginConfig" : {
"c2jName" : "S3OriginConfig",
"documentation" : "A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.",
"shapeName" : "S3OriginConfig",
"deprecated" : false,
"required" : [ "OriginAccessIdentity" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.",
"name" : "OriginAccessIdentity",
"c2jName" : "OriginAccessIdentity",
"c2jShape" : "string",
"variable" : {
"variableName" : "originAccessIdentity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "originAccessIdentity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OriginAccessIdentity",
"marshallLocationName" : "OriginAccessIdentity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.*/",
"getterDocumentation" : "/**The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@return The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.*/",
"fluentSetterDocumentation" : "/**The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "s3OriginConfig",
"variableType" : "S3OriginConfig",
"variableDeclarationType" : "S3OriginConfig",
"documentation" : null,
"variableSetterType" : "S3OriginConfig",
"simpleType" : "S3OriginConfig"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"OriginAccessIdentity" : {
"documentation" : "The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.",
"name" : "OriginAccessIdentity",
"c2jName" : "OriginAccessIdentity",
"c2jShape" : "string",
"variable" : {
"variableName" : "originAccessIdentity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "originAccessIdentity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OriginAccessIdentity",
"marshallLocationName" : "OriginAccessIdentity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.*/",
"getterDocumentation" : "/**The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@return The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.*/",
"fluentSetterDocumentation" : "/**The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ViewerCertificate" : {
"c2jName" : "ViewerCertificate",
"documentation" : "A complex type that contains information about viewer certificates for this distribution.",
"shapeName" : "ViewerCertificate",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.",
"name" : "CloudFrontDefaultCertificate",
"c2jName" : "CloudFrontDefaultCertificate",
"c2jShape" : "boolean",
"variable" : {
"variableName" : "cloudFrontDefaultCertificate",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "cloudFrontDefaultCertificate",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CloudFrontDefaultCertificate",
"marshallLocationName" : "CloudFrontDefaultCertificate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@param cloudFrontDefaultCertificate If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.*/",
"getterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@return If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.*/",
"fluentSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@param cloudFrontDefaultCertificate If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@param cloudFrontDefaultCertificate If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.",
"name" : "IAMCertificateId",
"c2jName" : "IAMCertificateId",
"c2jShape" : "string",
"variable" : {
"variableName" : "iAMCertificateId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "iAMCertificateId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IAMCertificateId",
"marshallLocationName" : "IAMCertificateId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@param iAMCertificateId If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.*/",
"getterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@return If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.*/",
"fluentSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@param iAMCertificateId If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@param iAMCertificateId If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.",
"name" : "ACMCertificateArn",
"c2jName" : "ACMCertificateArn",
"c2jShape" : "string",
"variable" : {
"variableName" : "aCMCertificateArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "aCMCertificateArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ACMCertificateArn",
"marshallLocationName" : "ACMCertificateArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@param aCMCertificateArn If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.*/",
"getterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@return If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.*/",
"fluentSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@param aCMCertificateArn If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@param aCMCertificateArn If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.",
"name" : "SSLSupportMethod",
"c2jName" : "SSLSupportMethod",
"c2jShape" : "SSLSupportMethod",
"variable" : {
"variableName" : "sSLSupportMethod",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "sSLSupportMethod",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SSLSupportMethod",
"marshallLocationName" : "SSLSupportMethod",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "SSLSupportMethod",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@param sSLSupportMethod If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@see SSLSupportMethod*/",
"getterDocumentation" : "/**If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@return If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@see SSLSupportMethod*/",
"fluentSetterDocumentation" : "/**If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@param sSLSupportMethod If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SSLSupportMethod*/",
"varargSetterDocumentation" : "/**If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@param sSLSupportMethod If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SSLSupportMethod*/"
}, {
"documentation" : "Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.",
"name" : "MinimumProtocolVersion",
"c2jName" : "MinimumProtocolVersion",
"c2jShape" : "MinimumProtocolVersion",
"variable" : {
"variableName" : "minimumProtocolVersion",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "minimumProtocolVersion",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MinimumProtocolVersion",
"marshallLocationName" : "MinimumProtocolVersion",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "MinimumProtocolVersion",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@param minimumProtocolVersion Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@see MinimumProtocolVersion*/",
"getterDocumentation" : "/**Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@return Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@see MinimumProtocolVersion*/",
"fluentSetterDocumentation" : "/**Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@param minimumProtocolVersion Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MinimumProtocolVersion*/",
"varargSetterDocumentation" : "/**Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@param minimumProtocolVersion Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MinimumProtocolVersion*/"
}, {
"documentation" : "Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].",
"name" : "Certificate",
"c2jName" : "Certificate",
"c2jShape" : "string",
"variable" : {
"variableName" : "certificate",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "certificate",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Certificate",
"marshallLocationName" : "Certificate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : true,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificate Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].*/",
"getterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].*/",
"fluentSetterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificate Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificate Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].",
"name" : "CertificateSource",
"c2jName" : "CertificateSource",
"c2jShape" : "CertificateSource",
"variable" : {
"variableName" : "certificateSource",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "certificateSource",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CertificateSource",
"marshallLocationName" : "CertificateSource",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : true,
"listModel" : null,
"mapModel" : null,
"enumType" : "CertificateSource",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificateSource Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@see CertificateSource*/",
"getterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@see CertificateSource*/",
"fluentSetterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificateSource Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateSource*/",
"varargSetterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificateSource Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateSource*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "viewerCertificate",
"variableType" : "ViewerCertificate",
"variableDeclarationType" : "ViewerCertificate",
"documentation" : null,
"variableSetterType" : "ViewerCertificate",
"simpleType" : "ViewerCertificate"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"MinimumProtocolVersion" : {
"documentation" : "Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.",
"name" : "MinimumProtocolVersion",
"c2jName" : "MinimumProtocolVersion",
"c2jShape" : "MinimumProtocolVersion",
"variable" : {
"variableName" : "minimumProtocolVersion",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "minimumProtocolVersion",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MinimumProtocolVersion",
"marshallLocationName" : "MinimumProtocolVersion",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "MinimumProtocolVersion",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@param minimumProtocolVersion Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@see MinimumProtocolVersion*/",
"getterDocumentation" : "/**Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@return Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@see MinimumProtocolVersion*/",
"fluentSetterDocumentation" : "/**Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@param minimumProtocolVersion Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MinimumProtocolVersion*/",
"varargSetterDocumentation" : "/**Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@param minimumProtocolVersion Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MinimumProtocolVersion*/"
},
"CertificateSource" : {
"documentation" : "Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].",
"name" : "CertificateSource",
"c2jName" : "CertificateSource",
"c2jShape" : "CertificateSource",
"variable" : {
"variableName" : "certificateSource",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "certificateSource",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CertificateSource",
"marshallLocationName" : "CertificateSource",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : true,
"listModel" : null,
"mapModel" : null,
"enumType" : "CertificateSource",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificateSource Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@see CertificateSource*/",
"getterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@see CertificateSource*/",
"fluentSetterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificateSource Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateSource*/",
"varargSetterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificateSource Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateSource*/"
},
"SSLSupportMethod" : {
"documentation" : "If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.",
"name" : "SSLSupportMethod",
"c2jName" : "SSLSupportMethod",
"c2jShape" : "SSLSupportMethod",
"variable" : {
"variableName" : "sSLSupportMethod",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "sSLSupportMethod",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SSLSupportMethod",
"marshallLocationName" : "SSLSupportMethod",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "SSLSupportMethod",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@param sSLSupportMethod If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@see SSLSupportMethod*/",
"getterDocumentation" : "/**If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@return If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@see SSLSupportMethod*/",
"fluentSetterDocumentation" : "/**If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@param sSLSupportMethod If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SSLSupportMethod*/",
"varargSetterDocumentation" : "/**If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@param sSLSupportMethod If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SSLSupportMethod*/"
},
"Certificate" : {
"documentation" : "Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].",
"name" : "Certificate",
"c2jName" : "Certificate",
"c2jShape" : "string",
"variable" : {
"variableName" : "certificate",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "certificate",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Certificate",
"marshallLocationName" : "Certificate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : true,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificate Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].*/",
"getterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].*/",
"fluentSetterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificate Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificate Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CloudFrontDefaultCertificate" : {
"documentation" : "If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.",
"name" : "CloudFrontDefaultCertificate",
"c2jName" : "CloudFrontDefaultCertificate",
"c2jShape" : "boolean",
"variable" : {
"variableName" : "cloudFrontDefaultCertificate",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "cloudFrontDefaultCertificate",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CloudFrontDefaultCertificate",
"marshallLocationName" : "CloudFrontDefaultCertificate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@param cloudFrontDefaultCertificate If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.*/",
"getterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@return If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.*/",
"fluentSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@param cloudFrontDefaultCertificate If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@param cloudFrontDefaultCertificate If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ACMCertificateArn" : {
"documentation" : "If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.",
"name" : "ACMCertificateArn",
"c2jName" : "ACMCertificateArn",
"c2jShape" : "string",
"variable" : {
"variableName" : "aCMCertificateArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "aCMCertificateArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ACMCertificateArn",
"marshallLocationName" : "ACMCertificateArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@param aCMCertificateArn If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.*/",
"getterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@return If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.*/",
"fluentSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@param aCMCertificateArn If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@param aCMCertificateArn If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IAMCertificateId" : {
"documentation" : "If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.",
"name" : "IAMCertificateId",
"c2jName" : "IAMCertificateId",
"c2jShape" : "string",
"variable" : {
"variableName" : "iAMCertificateId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "iAMCertificateId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IAMCertificateId",
"marshallLocationName" : "IAMCertificateId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@param iAMCertificateId If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.*/",
"getterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@return If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.*/",
"fluentSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@param iAMCertificateId If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@param iAMCertificateId If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"InvalidWebACLIdException" : {
"c2jName" : "InvalidWebACLId",
"documentation" : "",
"shapeName" : "InvalidWebACLIdException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "invalidWebACLIdException",
"variableType" : "InvalidWebACLIdException",
"variableDeclarationType" : "InvalidWebACLIdException",
"documentation" : null,
"variableSetterType" : "InvalidWebACLIdException",
"simpleType" : "InvalidWebACLIdException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidWebACLId",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"BatchTooLargeException" : {
"c2jName" : "BatchTooLarge",
"documentation" : "",
"shapeName" : "BatchTooLargeException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "batchTooLargeException",
"variableType" : "BatchTooLargeException",
"variableDeclarationType" : "BatchTooLargeException",
"documentation" : null,
"variableSetterType" : "BatchTooLargeException",
"simpleType" : "BatchTooLargeException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "BatchTooLarge",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"OriginSslProtocols" : {
"c2jName" : "OriginSslProtocols",
"documentation" : "A complex type that contains the list of SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.",
"shapeName" : "OriginSslProtocols",
"deprecated" : false,
"required" : [ "Quantity", "Items" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.",
"name" : "Quantity",
"c2jName" : "Quantity",
"c2jShape" : "integer",
"variable" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Quantity",
"marshallLocationName" : "Quantity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.*/",
"getterDocumentation" : "/**The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.*/",
"fluentSetterDocumentation" : "/**The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.",
"name" : "Items",
"c2jName" : "Items",
"c2jShape" : "SslProtocolsList",
"variable" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Items",
"marshallLocationName" : "Items",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "SslProtocol",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "SslProtocol",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SslProtocol",
"marshallLocationName" : "SslProtocol",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "SslProtocol",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**\n@param member \n@see SslProtocol*/",
"getterDocumentation" : "/**\n@return \n@see SslProtocol*/",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : "SslProtocol",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param items A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@see SslProtocol*/",
"getterDocumentation" : "/**A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@see SslProtocol*/",
"fluentSetterDocumentation" : "/**A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param items A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol*/",
"varargSetterDocumentation" : "/**A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\nNOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.
\n@param items A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "originSslProtocols",
"variableType" : "OriginSslProtocols",
"variableDeclarationType" : "OriginSslProtocols",
"documentation" : null,
"variableSetterType" : "OriginSslProtocols",
"simpleType" : "OriginSslProtocols"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Items" : {
"documentation" : "A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.",
"name" : "Items",
"c2jName" : "Items",
"c2jShape" : "SslProtocolsList",
"variable" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Items",
"marshallLocationName" : "Items",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "SslProtocol",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "SslProtocol",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SslProtocol",
"marshallLocationName" : "SslProtocol",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "SslProtocol",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**\n@param member \n@see SslProtocol*/",
"getterDocumentation" : "/**\n@return \n@see SslProtocol*/",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : "SslProtocol",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param items A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@see SslProtocol*/",
"getterDocumentation" : "/**A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@see SslProtocol*/",
"fluentSetterDocumentation" : "/**A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param items A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol*/",
"varargSetterDocumentation" : "/**A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\nNOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.
\n@param items A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol*/"
},
"Quantity" : {
"documentation" : "The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.",
"name" : "Quantity",
"c2jName" : "Quantity",
"c2jShape" : "integer",
"variable" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Quantity",
"marshallLocationName" : "Quantity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.*/",
"getterDocumentation" : "/**The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.*/",
"fluentSetterDocumentation" : "/**The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Distribution" : {
"c2jName" : "Distribution",
"documentation" : "A distribution.",
"shapeName" : "Distribution",
"deprecated" : false,
"required" : [ "Id", "Status", "LastModifiedTime", "InProgressInvalidationBatches", "DomainName", "ActiveTrustedSigners", "DistributionConfig" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.",
"name" : "Id",
"c2jName" : "Id",
"c2jShape" : "string",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Id",
"marshallLocationName" : "Id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.*/",
"getterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.*/",
"fluentSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "string",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/",
"getterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/",
"fluentSetterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The date and time the distribution was last modified.",
"name" : "LastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "timestamp",
"variable" : {
"variableName" : "lastModifiedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date and time the distribution was last modified.",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "lastModifiedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastModifiedTime",
"marshallLocationName" : "LastModifiedTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.*/",
"getterDocumentation" : "/**The date and time the distribution was last modified.\n@return The date and time the distribution was last modified.*/",
"fluentSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The number of invalidation batches currently in progress.",
"name" : "InProgressInvalidationBatches",
"c2jName" : "InProgressInvalidationBatches",
"c2jShape" : "integer",
"variable" : {
"variableName" : "inProgressInvalidationBatches",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of invalidation batches currently in progress.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "inProgressInvalidationBatches",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InProgressInvalidationBatches",
"marshallLocationName" : "InProgressInvalidationBatches",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The number of invalidation batches currently in progress.\n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.*/",
"getterDocumentation" : "/**The number of invalidation batches currently in progress.\n@return The number of invalidation batches currently in progress.*/",
"fluentSetterDocumentation" : "/**The number of invalidation batches currently in progress.\n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of invalidation batches currently in progress.\n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "string",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/",
"getterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/",
"fluentSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.",
"name" : "ActiveTrustedSigners",
"c2jName" : "ActiveTrustedSigners",
"c2jShape" : "ActiveTrustedSigners",
"variable" : {
"variableName" : "activeTrustedSigners",
"variableType" : "ActiveTrustedSigners",
"variableDeclarationType" : "ActiveTrustedSigners",
"documentation" : "CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.",
"variableSetterType" : "ActiveTrustedSigners",
"simpleType" : "ActiveTrustedSigners"
},
"setterModel" : {
"variableName" : "activeTrustedSigners",
"variableType" : "ActiveTrustedSigners",
"variableDeclarationType" : "ActiveTrustedSigners",
"documentation" : "",
"variableSetterType" : "ActiveTrustedSigners",
"simpleType" : "ActiveTrustedSigners"
},
"getterModel" : {
"returnType" : "ActiveTrustedSigners",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ActiveTrustedSigners",
"marshallLocationName" : "ActiveTrustedSigners",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.*/",
"getterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.*/",
"fluentSetterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The current configuration information for the distribution.",
"name" : "DistributionConfig",
"c2jName" : "DistributionConfig",
"c2jShape" : "DistributionConfig",
"variable" : {
"variableName" : "distributionConfig",
"variableType" : "DistributionConfig",
"variableDeclarationType" : "DistributionConfig",
"documentation" : "The current configuration information for the distribution.",
"variableSetterType" : "DistributionConfig",
"simpleType" : "DistributionConfig"
},
"setterModel" : {
"variableName" : "distributionConfig",
"variableType" : "DistributionConfig",
"variableDeclarationType" : "DistributionConfig",
"documentation" : "",
"variableSetterType" : "DistributionConfig",
"simpleType" : "DistributionConfig"
},
"getterModel" : {
"returnType" : "DistributionConfig",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DistributionConfig",
"marshallLocationName" : "DistributionConfig",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The current configuration information for the distribution.\n@param distributionConfig The current configuration information for the distribution.*/",
"getterDocumentation" : "/**The current configuration information for the distribution.\n@return The current configuration information for the distribution.*/",
"fluentSetterDocumentation" : "/**The current configuration information for the distribution.\n@param distributionConfig The current configuration information for the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The current configuration information for the distribution.\n@param distributionConfig The current configuration information for the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "distribution",
"variableType" : "Distribution",
"variableDeclarationType" : "Distribution",
"documentation" : null,
"variableSetterType" : "Distribution",
"simpleType" : "Distribution"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Status" : {
"documentation" : "This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "string",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/",
"getterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/",
"fluentSetterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ActiveTrustedSigners" : {
"documentation" : "CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.",
"name" : "ActiveTrustedSigners",
"c2jName" : "ActiveTrustedSigners",
"c2jShape" : "ActiveTrustedSigners",
"variable" : {
"variableName" : "activeTrustedSigners",
"variableType" : "ActiveTrustedSigners",
"variableDeclarationType" : "ActiveTrustedSigners",
"documentation" : "CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.",
"variableSetterType" : "ActiveTrustedSigners",
"simpleType" : "ActiveTrustedSigners"
},
"setterModel" : {
"variableName" : "activeTrustedSigners",
"variableType" : "ActiveTrustedSigners",
"variableDeclarationType" : "ActiveTrustedSigners",
"documentation" : "",
"variableSetterType" : "ActiveTrustedSigners",
"simpleType" : "ActiveTrustedSigners"
},
"getterModel" : {
"returnType" : "ActiveTrustedSigners",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ActiveTrustedSigners",
"marshallLocationName" : "ActiveTrustedSigners",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.*/",
"getterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.*/",
"fluentSetterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DistributionConfig" : {
"documentation" : "The current configuration information for the distribution.",
"name" : "DistributionConfig",
"c2jName" : "DistributionConfig",
"c2jShape" : "DistributionConfig",
"variable" : {
"variableName" : "distributionConfig",
"variableType" : "DistributionConfig",
"variableDeclarationType" : "DistributionConfig",
"documentation" : "The current configuration information for the distribution.",
"variableSetterType" : "DistributionConfig",
"simpleType" : "DistributionConfig"
},
"setterModel" : {
"variableName" : "distributionConfig",
"variableType" : "DistributionConfig",
"variableDeclarationType" : "DistributionConfig",
"documentation" : "",
"variableSetterType" : "DistributionConfig",
"simpleType" : "DistributionConfig"
},
"getterModel" : {
"returnType" : "DistributionConfig",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DistributionConfig",
"marshallLocationName" : "DistributionConfig",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The current configuration information for the distribution.\n@param distributionConfig The current configuration information for the distribution.*/",
"getterDocumentation" : "/**The current configuration information for the distribution.\n@return The current configuration information for the distribution.*/",
"fluentSetterDocumentation" : "/**The current configuration information for the distribution.\n@param distributionConfig The current configuration information for the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The current configuration information for the distribution.\n@param distributionConfig The current configuration information for the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InProgressInvalidationBatches" : {
"documentation" : "The number of invalidation batches currently in progress.",
"name" : "InProgressInvalidationBatches",
"c2jName" : "InProgressInvalidationBatches",
"c2jShape" : "integer",
"variable" : {
"variableName" : "inProgressInvalidationBatches",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of invalidation batches currently in progress.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "inProgressInvalidationBatches",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InProgressInvalidationBatches",
"marshallLocationName" : "InProgressInvalidationBatches",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The number of invalidation batches currently in progress.\n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.*/",
"getterDocumentation" : "/**The number of invalidation batches currently in progress.\n@return The number of invalidation batches currently in progress.*/",
"fluentSetterDocumentation" : "/**The number of invalidation batches currently in progress.\n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of invalidation batches currently in progress.\n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DomainName" : {
"documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "string",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/",
"getterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/",
"fluentSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Id" : {
"documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.",
"name" : "Id",
"c2jName" : "Id",
"c2jShape" : "string",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Id",
"marshallLocationName" : "Id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.*/",
"getterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.*/",
"fluentSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LastModifiedTime" : {
"documentation" : "The date and time the distribution was last modified.",
"name" : "LastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "timestamp",
"variable" : {
"variableName" : "lastModifiedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date and time the distribution was last modified.",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "lastModifiedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastModifiedTime",
"marshallLocationName" : "LastModifiedTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.*/",
"getterDocumentation" : "/**The date and time the distribution was last modified.\n@return The date and time the distribution was last modified.*/",
"fluentSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DistributionAlreadyExistsException" : {
"c2jName" : "DistributionAlreadyExists",
"documentation" : "The caller reference you attempted to create the distribution with is associated with another distribution.",
"shapeName" : "DistributionAlreadyExistsException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "distributionAlreadyExistsException",
"variableType" : "DistributionAlreadyExistsException",
"variableDeclarationType" : "DistributionAlreadyExistsException",
"documentation" : null,
"variableSetterType" : "DistributionAlreadyExistsException",
"simpleType" : "DistributionAlreadyExistsException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "DistributionAlreadyExists",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ListDistributionsRequest" : {
"c2jName" : "ListDistributionsRequest",
"documentation" : "The request to list your distributions.",
"shapeName" : "ListDistributionsRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "string",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : true
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)*/",
"getterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)*/",
"fluentSetterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.",
"name" : "MaxItems",
"c2jName" : "MaxItems",
"c2jShape" : "string",
"variable" : {
"variableName" : "maxItems",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "maxItems",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxItems",
"marshallLocationName" : "MaxItems",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : true
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.*/",
"getterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.*/",
"fluentSetterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listDistributionsRequest",
"variableType" : "ListDistributionsRequest",
"variableDeclarationType" : "ListDistributionsRequest",
"documentation" : null,
"variableSetterType" : "ListDistributionsRequest",
"simpleType" : "ListDistributionsRequest"
},
"marshaller" : {
"action" : "ListDistributions2016_01_28",
"verb" : "GET",
"target" : null,
"requestUri" : "/2016-01-28/distribution",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"MaxItems" : {
"documentation" : "The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.",
"name" : "MaxItems",
"c2jName" : "MaxItems",
"c2jShape" : "string",
"variable" : {
"variableName" : "maxItems",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "maxItems",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxItems",
"marshallLocationName" : "MaxItems",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : true
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.*/",
"getterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.*/",
"fluentSetterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Marker" : {
"documentation" : "Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "string",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : true
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)*/",
"getterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)*/",
"fluentSetterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TooManyInvalidationsInProgressException" : {
"c2jName" : "TooManyInvalidationsInProgress",
"documentation" : "You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.",
"shapeName" : "TooManyInvalidationsInProgressException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "tooManyInvalidationsInProgressException",
"variableType" : "TooManyInvalidationsInProgressException",
"variableDeclarationType" : "TooManyInvalidationsInProgressException",
"documentation" : null,
"variableSetterType" : "TooManyInvalidationsInProgressException",
"simpleType" : "TooManyInvalidationsInProgressException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "TooManyInvalidationsInProgress",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"MissingBodyException" : {
"c2jName" : "MissingBody",
"documentation" : "This operation requires a body. Ensure that the body is present and the Content-Type header is set.",
"shapeName" : "MissingBodyException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "missingBodyException",
"variableType" : "MissingBodyException",
"variableDeclarationType" : "MissingBodyException",
"documentation" : null,
"variableSetterType" : "MissingBodyException",
"simpleType" : "MissingBodyException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "MissingBody",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"AllowedMethods" : {
"c2jName" : "AllowedMethods",
"documentation" : "A complex type that controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom origin. There are three choices: - CloudFront forwards only GET and HEAD requests. - CloudFront forwards only GET, HEAD and OPTIONS requests. - CloudFront forwards GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests. If you pick the third choice, you may need to restrict access to your Amazon S3 bucket or to your custom origin so users can't perform operations that you don't want them to. For example, you may not want users to have permission to delete objects from your origin.",
"shapeName" : "AllowedMethods",
"deprecated" : false,
"required" : [ "Quantity", "Items" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).",
"name" : "Quantity",
"c2jName" : "Quantity",
"c2jShape" : "integer",
"variable" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Quantity",
"marshallLocationName" : "Quantity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).*/",
"getterDocumentation" : "/**The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@return The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).*/",
"fluentSetterDocumentation" : "/**The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.",
"name" : "Items",
"c2jName" : "Items",
"c2jShape" : "MethodsList",
"variable" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Items",
"marshallLocationName" : "Items",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "Method",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Method",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Method",
"marshallLocationName" : "Method",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "Method",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**\n@param member \n@see Method*/",
"getterDocumentation" : "/**\n@return \n@see Method*/",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : "Method",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@see Method*/",
"getterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@return A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@see Method*/",
"fluentSetterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/",
"varargSetterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\nNOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.
\n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/"
}, {
"documentation" : "",
"name" : "CachedMethods",
"c2jName" : "CachedMethods",
"c2jShape" : "CachedMethods",
"variable" : {
"variableName" : "cachedMethods",
"variableType" : "CachedMethods",
"variableDeclarationType" : "CachedMethods",
"documentation" : "",
"variableSetterType" : "CachedMethods",
"simpleType" : "CachedMethods"
},
"setterModel" : {
"variableName" : "cachedMethods",
"variableType" : "CachedMethods",
"variableDeclarationType" : "CachedMethods",
"documentation" : "",
"variableSetterType" : "CachedMethods",
"simpleType" : "CachedMethods"
},
"getterModel" : {
"returnType" : "CachedMethods",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CachedMethods",
"marshallLocationName" : "CachedMethods",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**\n@param cachedMethods */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param cachedMethods \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param cachedMethods \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "allowedMethods",
"variableType" : "AllowedMethods",
"variableDeclarationType" : "AllowedMethods",
"documentation" : null,
"variableSetterType" : "AllowedMethods",
"simpleType" : "AllowedMethods"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Items" : {
"documentation" : "A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.",
"name" : "Items",
"c2jName" : "Items",
"c2jShape" : "MethodsList",
"variable" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Items",
"marshallLocationName" : "Items",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "Method",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Method",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Method",
"marshallLocationName" : "Method",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "Method",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**\n@param member \n@see Method*/",
"getterDocumentation" : "/**\n@return \n@see Method*/",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : "Method",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@see Method*/",
"getterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@return A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@see Method*/",
"fluentSetterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/",
"varargSetterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\nNOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.
\n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/"
},
"Quantity" : {
"documentation" : "The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).",
"name" : "Quantity",
"c2jName" : "Quantity",
"c2jShape" : "integer",
"variable" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Quantity",
"marshallLocationName" : "Quantity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).*/",
"getterDocumentation" : "/**The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@return The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).*/",
"fluentSetterDocumentation" : "/**The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CachedMethods" : {
"documentation" : "",
"name" : "CachedMethods",
"c2jName" : "CachedMethods",
"c2jShape" : "CachedMethods",
"variable" : {
"variableName" : "cachedMethods",
"variableType" : "CachedMethods",
"variableDeclarationType" : "CachedMethods",
"documentation" : "",
"variableSetterType" : "CachedMethods",
"simpleType" : "CachedMethods"
},
"setterModel" : {
"variableName" : "cachedMethods",
"variableType" : "CachedMethods",
"variableDeclarationType" : "CachedMethods",
"documentation" : "",
"variableSetterType" : "CachedMethods",
"simpleType" : "CachedMethods"
},
"getterModel" : {
"returnType" : "CachedMethods",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CachedMethods",
"marshallLocationName" : "CachedMethods",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**\n@param cachedMethods */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param cachedMethods \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param cachedMethods \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"InvalidForwardCookiesException" : {
"c2jName" : "InvalidForwardCookies",
"documentation" : "Your request contains forward cookies option which doesn't match with the expectation for the whitelisted list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.",
"shapeName" : "InvalidForwardCookiesException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "invalidForwardCookiesException",
"variableType" : "InvalidForwardCookiesException",
"variableDeclarationType" : "InvalidForwardCookiesException",
"documentation" : null,
"variableSetterType" : "InvalidForwardCookiesException",
"simpleType" : "InvalidForwardCookiesException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidForwardCookies",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"PriceClass" : {
"c2jName" : "PriceClass",
"documentation" : "",
"shapeName" : "PriceClass",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : null,
"enums" : [ {
"name" : "PriceClass_100",
"value" : "PriceClass_100"
}, {
"name" : "PriceClass_200",
"value" : "PriceClass_200"
}, {
"name" : "PriceClass_All",
"value" : "PriceClass_All"
} ],
"variable" : {
"variableName" : "priceClass",
"variableType" : "PriceClass",
"variableDeclarationType" : "PriceClass",
"documentation" : null,
"variableSetterType" : "PriceClass",
"simpleType" : "PriceClass"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"CloudFrontOriginAccessIdentityInUseException" : {
"c2jName" : "CloudFrontOriginAccessIdentityInUse",
"documentation" : "",
"shapeName" : "CloudFrontOriginAccessIdentityInUseException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "cloudFrontOriginAccessIdentityInUseException",
"variableType" : "CloudFrontOriginAccessIdentityInUseException",
"variableDeclarationType" : "CloudFrontOriginAccessIdentityInUseException",
"documentation" : null,
"variableSetterType" : "CloudFrontOriginAccessIdentityInUseException",
"simpleType" : "CloudFrontOriginAccessIdentityInUseException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "CloudFrontOriginAccessIdentityInUse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"GetDistributionConfigResult" : {
"c2jName" : "GetDistributionConfigResult",
"documentation" : "The returned result of the corresponding request.",
"shapeName" : "GetDistributionConfigResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : true,
"hasHeaderMember" : true,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The distribution's configuration information.",
"name" : "DistributionConfig",
"c2jName" : "DistributionConfig",
"c2jShape" : "DistributionConfig",
"variable" : {
"variableName" : "distributionConfig",
"variableType" : "DistributionConfig",
"variableDeclarationType" : "DistributionConfig",
"documentation" : "The distribution's configuration information.",
"variableSetterType" : "DistributionConfig",
"simpleType" : "DistributionConfig"
},
"setterModel" : {
"variableName" : "distributionConfig",
"variableType" : "DistributionConfig",
"variableDeclarationType" : "DistributionConfig",
"documentation" : "",
"variableSetterType" : "DistributionConfig",
"simpleType" : "DistributionConfig"
},
"getterModel" : {
"returnType" : "DistributionConfig",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DistributionConfig",
"marshallLocationName" : "DistributionConfig",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : true,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.*/",
"getterDocumentation" : "/**The distribution's configuration information.\n@return The distribution's configuration information.*/",
"fluentSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.",
"name" : "ETag",
"c2jName" : "ETag",
"c2jShape" : "string",
"variable" : {
"variableName" : "eTag",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "eTag",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ETag",
"marshallLocationName" : "ETag",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "header",
"flattened" : false,
"header" : true,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.*/",
"getterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.*/",
"fluentSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getDistributionConfigResult",
"variableType" : "GetDistributionConfigResult",
"variableDeclarationType" : "GetDistributionConfigResult",
"documentation" : null,
"variableSetterType" : "GetDistributionConfigResult",
"simpleType" : "GetDistributionConfigResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ETag" : {
"documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.",
"name" : "ETag",
"c2jName" : "ETag",
"c2jShape" : "string",
"variable" : {
"variableName" : "eTag",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "eTag",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ETag",
"marshallLocationName" : "ETag",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "header",
"flattened" : false,
"header" : true,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.*/",
"getterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.*/",
"fluentSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DistributionConfig" : {
"documentation" : "The distribution's configuration information.",
"name" : "DistributionConfig",
"c2jName" : "DistributionConfig",
"c2jShape" : "DistributionConfig",
"variable" : {
"variableName" : "distributionConfig",
"variableType" : "DistributionConfig",
"variableDeclarationType" : "DistributionConfig",
"documentation" : "The distribution's configuration information.",
"variableSetterType" : "DistributionConfig",
"simpleType" : "DistributionConfig"
},
"setterModel" : {
"variableName" : "distributionConfig",
"variableType" : "DistributionConfig",
"variableDeclarationType" : "DistributionConfig",
"documentation" : "",
"variableSetterType" : "DistributionConfig",
"simpleType" : "DistributionConfig"
},
"getterModel" : {
"returnType" : "DistributionConfig",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DistributionConfig",
"marshallLocationName" : "DistributionConfig",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : true,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.*/",
"getterDocumentation" : "/**The distribution's configuration information.\n@return The distribution's configuration information.*/",
"fluentSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CloudFrontOriginAccessIdentityAlreadyExistsException" : {
"c2jName" : "CloudFrontOriginAccessIdentityAlreadyExists",
"documentation" : "If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.",
"shapeName" : "CloudFrontOriginAccessIdentityAlreadyExistsException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "cloudFrontOriginAccessIdentityAlreadyExistsException",
"variableType" : "CloudFrontOriginAccessIdentityAlreadyExistsException",
"variableDeclarationType" : "CloudFrontOriginAccessIdentityAlreadyExistsException",
"documentation" : null,
"variableSetterType" : "CloudFrontOriginAccessIdentityAlreadyExistsException",
"simpleType" : "CloudFrontOriginAccessIdentityAlreadyExistsException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "CloudFrontOriginAccessIdentityAlreadyExists",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"SslProtocol" : {
"c2jName" : "SslProtocol",
"documentation" : "",
"shapeName" : "SslProtocol",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : null,
"enums" : [ {
"name" : "SSLv3",
"value" : "SSLv3"
}, {
"name" : "TLSv1",
"value" : "TLSv1"
}, {
"name" : "TLSv11",
"value" : "TLSv1.1"
}, {
"name" : "TLSv12",
"value" : "TLSv1.2"
} ],
"variable" : {
"variableName" : "sslProtocol",
"variableType" : "SslProtocol",
"variableDeclarationType" : "SslProtocol",
"documentation" : null,
"variableSetterType" : "SslProtocol",
"simpleType" : "SslProtocol"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"StreamingDistributionList" : {
"c2jName" : "StreamingDistributionList",
"documentation" : "A streaming distribution list.",
"shapeName" : "StreamingDistributionList",
"deprecated" : false,
"required" : [ "Marker", "MaxItems", "IsTruncated", "Quantity" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The value you provided for the Marker request parameter.",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "string",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value you provided for the Marker request parameter.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.*/",
"getterDocumentation" : "/**The value you provided for the Marker request parameter.\n@return The value you provided for the Marker request parameter.*/",
"fluentSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.",
"name" : "NextMarker",
"c2jName" : "NextMarker",
"c2jShape" : "string",
"variable" : {
"variableName" : "nextMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "nextMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextMarker",
"marshallLocationName" : "NextMarker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.*/",
"getterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.*/",
"fluentSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The value you provided for the MaxItems request parameter.",
"name" : "MaxItems",
"c2jName" : "MaxItems",
"c2jShape" : "integer",
"variable" : {
"variableName" : "maxItems",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The value you provided for the MaxItems request parameter.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "maxItems",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxItems",
"marshallLocationName" : "MaxItems",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.*/",
"getterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@return The value you provided for the MaxItems request parameter.*/",
"fluentSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.",
"name" : "IsTruncated",
"c2jName" : "IsTruncated",
"c2jShape" : "boolean",
"variable" : {
"variableName" : "isTruncated",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "isTruncated",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IsTruncated",
"marshallLocationName" : "IsTruncated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.*/",
"getterDocumentation" : "/**A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.*/",
"fluentSetterDocumentation" : "/**A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The number of streaming distributions that were created by the current AWS account.",
"name" : "Quantity",
"c2jName" : "Quantity",
"c2jShape" : "integer",
"variable" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of streaming distributions that were created by the current AWS account.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Quantity",
"marshallLocationName" : "Quantity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The number of streaming distributions that were created by the current AWS account.\n@param quantity The number of streaming distributions that were created by the current AWS account.*/",
"getterDocumentation" : "/**The number of streaming distributions that were created by the current AWS account.\n@return The number of streaming distributions that were created by the current AWS account.*/",
"fluentSetterDocumentation" : "/**The number of streaming distributions that were created by the current AWS account.\n@param quantity The number of streaming distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of streaming distributions that were created by the current AWS account.\n@param quantity The number of streaming distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.",
"name" : "Items",
"c2jName" : "Items",
"c2jShape" : "StreamingDistributionSummaryList",
"variable" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Items",
"marshallLocationName" : "Items",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "StreamingDistributionSummary",
"memberLocationName" : "StreamingDistributionSummary",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "StreamingDistributionSummary",
"variable" : {
"variableName" : "member",
"variableType" : "StreamingDistributionSummary",
"variableDeclarationType" : "StreamingDistributionSummary",
"documentation" : "",
"variableSetterType" : "StreamingDistributionSummary",
"simpleType" : "StreamingDistributionSummary"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "StreamingDistributionSummary",
"variableDeclarationType" : "StreamingDistributionSummary",
"documentation" : "",
"variableSetterType" : "StreamingDistributionSummary",
"simpleType" : "StreamingDistributionSummary"
},
"getterModel" : {
"returnType" : "StreamingDistributionSummary",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StreamingDistributionSummary",
"marshallLocationName" : "StreamingDistributionSummary",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "StreamingDistributionSummary",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.*/",
"getterDocumentation" : "/**A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@return A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.*/",
"fluentSetterDocumentation" : "/**A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\nNOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.
\n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "streamingDistributionList",
"variableType" : "StreamingDistributionList",
"variableDeclarationType" : "StreamingDistributionList",
"documentation" : null,
"variableSetterType" : "StreamingDistributionList",
"simpleType" : "StreamingDistributionList"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Items" : {
"documentation" : "A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.",
"name" : "Items",
"c2jName" : "Items",
"c2jShape" : "StreamingDistributionSummaryList",
"variable" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Items",
"marshallLocationName" : "Items",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "StreamingDistributionSummary",
"memberLocationName" : "StreamingDistributionSummary",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "StreamingDistributionSummary",
"variable" : {
"variableName" : "member",
"variableType" : "StreamingDistributionSummary",
"variableDeclarationType" : "StreamingDistributionSummary",
"documentation" : "",
"variableSetterType" : "StreamingDistributionSummary",
"simpleType" : "StreamingDistributionSummary"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "StreamingDistributionSummary",
"variableDeclarationType" : "StreamingDistributionSummary",
"documentation" : "",
"variableSetterType" : "StreamingDistributionSummary",
"simpleType" : "StreamingDistributionSummary"
},
"getterModel" : {
"returnType" : "StreamingDistributionSummary",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StreamingDistributionSummary",
"marshallLocationName" : "StreamingDistributionSummary",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "StreamingDistributionSummary",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.*/",
"getterDocumentation" : "/**A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@return A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.*/",
"fluentSetterDocumentation" : "/**A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\nNOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.
\n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MaxItems" : {
"documentation" : "The value you provided for the MaxItems request parameter.",
"name" : "MaxItems",
"c2jName" : "MaxItems",
"c2jShape" : "integer",
"variable" : {
"variableName" : "maxItems",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The value you provided for the MaxItems request parameter.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "maxItems",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxItems",
"marshallLocationName" : "MaxItems",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.*/",
"getterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@return The value you provided for the MaxItems request parameter.*/",
"fluentSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Quantity" : {
"documentation" : "The number of streaming distributions that were created by the current AWS account.",
"name" : "Quantity",
"c2jName" : "Quantity",
"c2jShape" : "integer",
"variable" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of streaming distributions that were created by the current AWS account.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Quantity",
"marshallLocationName" : "Quantity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The number of streaming distributions that were created by the current AWS account.\n@param quantity The number of streaming distributions that were created by the current AWS account.*/",
"getterDocumentation" : "/**The number of streaming distributions that were created by the current AWS account.\n@return The number of streaming distributions that were created by the current AWS account.*/",
"fluentSetterDocumentation" : "/**The number of streaming distributions that were created by the current AWS account.\n@param quantity The number of streaming distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of streaming distributions that were created by the current AWS account.\n@param quantity The number of streaming distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IsTruncated" : {
"documentation" : "A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.",
"name" : "IsTruncated",
"c2jName" : "IsTruncated",
"c2jShape" : "boolean",
"variable" : {
"variableName" : "isTruncated",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "isTruncated",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IsTruncated",
"marshallLocationName" : "IsTruncated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.*/",
"getterDocumentation" : "/**A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.*/",
"fluentSetterDocumentation" : "/**A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Marker" : {
"documentation" : "The value you provided for the Marker request parameter.",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "string",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value you provided for the Marker request parameter.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.*/",
"getterDocumentation" : "/**The value you provided for the Marker request parameter.\n@return The value you provided for the Marker request parameter.*/",
"fluentSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NextMarker" : {
"documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.",
"name" : "NextMarker",
"c2jName" : "NextMarker",
"c2jShape" : "string",
"variable" : {
"variableName" : "nextMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "nextMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextMarker",
"marshallLocationName" : "NextMarker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.*/",
"getterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.*/",
"fluentSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeleteDistributionRequest" : {
"c2jName" : "DeleteDistributionRequest",
"documentation" : "The request to delete a distribution.",
"shapeName" : "DeleteDistributionRequest",
"deprecated" : false,
"required" : [ "Id" ],
"hasPayloadMember" : false,
"hasHeaderMember" : true,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The distribution id.",
"name" : "Id",
"c2jName" : "Id",
"c2jShape" : "string",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The distribution id.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Id",
"marshallLocationName" : "Id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"flattened" : false,
"header" : false,
"uri" : true,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The distribution id.\n@param id The distribution id.*/",
"getterDocumentation" : "/**The distribution id.\n@return The distribution id.*/",
"fluentSetterDocumentation" : "/**The distribution id.\n@param id The distribution id.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The distribution id.\n@param id The distribution id.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.",
"name" : "IfMatch",
"c2jName" : "IfMatch",
"c2jShape" : "string",
"variable" : {
"variableName" : "ifMatch",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "ifMatch",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "If-Match",
"marshallLocationName" : "If-Match",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "header",
"flattened" : false,
"header" : true,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.*/",
"getterDocumentation" : "/**The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@return The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.*/",
"fluentSetterDocumentation" : "/**The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteDistributionRequest",
"variableType" : "DeleteDistributionRequest",
"variableDeclarationType" : "DeleteDistributionRequest",
"documentation" : null,
"variableSetterType" : "DeleteDistributionRequest",
"simpleType" : "DeleteDistributionRequest"
},
"marshaller" : {
"action" : "DeleteDistribution2016_01_28",
"verb" : "DELETE",
"target" : null,
"requestUri" : "/2016-01-28/distribution/{Id}",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Id" : {
"documentation" : "The distribution id.",
"name" : "Id",
"c2jName" : "Id",
"c2jShape" : "string",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The distribution id.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Id",
"marshallLocationName" : "Id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"flattened" : false,
"header" : false,
"uri" : true,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The distribution id.\n@param id The distribution id.*/",
"getterDocumentation" : "/**The distribution id.\n@return The distribution id.*/",
"fluentSetterDocumentation" : "/**The distribution id.\n@param id The distribution id.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The distribution id.\n@param id The distribution id.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IfMatch" : {
"documentation" : "The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.",
"name" : "IfMatch",
"c2jName" : "IfMatch",
"c2jShape" : "string",
"variable" : {
"variableName" : "ifMatch",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "ifMatch",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "If-Match",
"marshallLocationName" : "If-Match",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "header",
"flattened" : false,
"header" : true,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.*/",
"getterDocumentation" : "/**The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@return The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.*/",
"fluentSetterDocumentation" : "/**The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"MinimumProtocolVersion" : {
"c2jName" : "MinimumProtocolVersion",
"documentation" : "",
"shapeName" : "MinimumProtocolVersion",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : null,
"enums" : [ {
"name" : "SSLv3",
"value" : "SSLv3"
}, {
"name" : "TLSv1",
"value" : "TLSv1"
} ],
"variable" : {
"variableName" : "minimumProtocolVersion",
"variableType" : "MinimumProtocolVersion",
"variableDeclarationType" : "MinimumProtocolVersion",
"documentation" : null,
"variableSetterType" : "MinimumProtocolVersion",
"simpleType" : "MinimumProtocolVersion"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"CreateStreamingDistributionResult" : {
"c2jName" : "CreateStreamingDistributionResult",
"documentation" : "The returned result of the corresponding request.",
"shapeName" : "CreateStreamingDistributionResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : true,
"hasHeaderMember" : true,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The streaming distribution's information.",
"name" : "StreamingDistribution",
"c2jName" : "StreamingDistribution",
"c2jShape" : "StreamingDistribution",
"variable" : {
"variableName" : "streamingDistribution",
"variableType" : "StreamingDistribution",
"variableDeclarationType" : "StreamingDistribution",
"documentation" : "The streaming distribution's information.",
"variableSetterType" : "StreamingDistribution",
"simpleType" : "StreamingDistribution"
},
"setterModel" : {
"variableName" : "streamingDistribution",
"variableType" : "StreamingDistribution",
"variableDeclarationType" : "StreamingDistribution",
"documentation" : "",
"variableSetterType" : "StreamingDistribution",
"simpleType" : "StreamingDistribution"
},
"getterModel" : {
"returnType" : "StreamingDistribution",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StreamingDistribution",
"marshallLocationName" : "StreamingDistribution",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : true,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.*/",
"getterDocumentation" : "/**The streaming distribution's information.\n@return The streaming distribution's information.*/",
"fluentSetterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.",
"name" : "Location",
"c2jName" : "Location",
"c2jShape" : "string",
"variable" : {
"variableName" : "location",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "location",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Location",
"marshallLocationName" : "Location",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "header",
"flattened" : false,
"header" : true,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.*/",
"getterDocumentation" : "/**The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.*/",
"fluentSetterDocumentation" : "/**The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The current version of the streaming distribution created.",
"name" : "ETag",
"c2jName" : "ETag",
"c2jShape" : "string",
"variable" : {
"variableName" : "eTag",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The current version of the streaming distribution created.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "eTag",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ETag",
"marshallLocationName" : "ETag",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "header",
"flattened" : false,
"header" : true,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The current version of the streaming distribution created.\n@param eTag The current version of the streaming distribution created.*/",
"getterDocumentation" : "/**The current version of the streaming distribution created.\n@return The current version of the streaming distribution created.*/",
"fluentSetterDocumentation" : "/**The current version of the streaming distribution created.\n@param eTag The current version of the streaming distribution created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The current version of the streaming distribution created.\n@param eTag The current version of the streaming distribution created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createStreamingDistributionResult",
"variableType" : "CreateStreamingDistributionResult",
"variableDeclarationType" : "CreateStreamingDistributionResult",
"documentation" : null,
"variableSetterType" : "CreateStreamingDistributionResult",
"simpleType" : "CreateStreamingDistributionResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ETag" : {
"documentation" : "The current version of the streaming distribution created.",
"name" : "ETag",
"c2jName" : "ETag",
"c2jShape" : "string",
"variable" : {
"variableName" : "eTag",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The current version of the streaming distribution created.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "eTag",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ETag",
"marshallLocationName" : "ETag",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "header",
"flattened" : false,
"header" : true,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The current version of the streaming distribution created.\n@param eTag The current version of the streaming distribution created.*/",
"getterDocumentation" : "/**The current version of the streaming distribution created.\n@return The current version of the streaming distribution created.*/",
"fluentSetterDocumentation" : "/**The current version of the streaming distribution created.\n@param eTag The current version of the streaming distribution created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The current version of the streaming distribution created.\n@param eTag The current version of the streaming distribution created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StreamingDistribution" : {
"documentation" : "The streaming distribution's information.",
"name" : "StreamingDistribution",
"c2jName" : "StreamingDistribution",
"c2jShape" : "StreamingDistribution",
"variable" : {
"variableName" : "streamingDistribution",
"variableType" : "StreamingDistribution",
"variableDeclarationType" : "StreamingDistribution",
"documentation" : "The streaming distribution's information.",
"variableSetterType" : "StreamingDistribution",
"simpleType" : "StreamingDistribution"
},
"setterModel" : {
"variableName" : "streamingDistribution",
"variableType" : "StreamingDistribution",
"variableDeclarationType" : "StreamingDistribution",
"documentation" : "",
"variableSetterType" : "StreamingDistribution",
"simpleType" : "StreamingDistribution"
},
"getterModel" : {
"returnType" : "StreamingDistribution",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StreamingDistribution",
"marshallLocationName" : "StreamingDistribution",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : true,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.*/",
"getterDocumentation" : "/**The streaming distribution's information.\n@return The streaming distribution's information.*/",
"fluentSetterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Location" : {
"documentation" : "The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.",
"name" : "Location",
"c2jName" : "Location",
"c2jShape" : "string",
"variable" : {
"variableName" : "location",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "location",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Location",
"marshallLocationName" : "Location",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "header",
"flattened" : false,
"header" : true,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.*/",
"getterDocumentation" : "/**The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.*/",
"fluentSetterDocumentation" : "/**The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"GetInvalidationRequest" : {
"c2jName" : "GetInvalidationRequest",
"documentation" : "The request to get an invalidation's information.",
"shapeName" : "GetInvalidationRequest",
"deprecated" : false,
"required" : [ "DistributionId", "Id" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The distribution's id.",
"name" : "DistributionId",
"c2jName" : "DistributionId",
"c2jShape" : "string",
"variable" : {
"variableName" : "distributionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The distribution's id.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "distributionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DistributionId",
"marshallLocationName" : "DistributionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"flattened" : false,
"header" : false,
"uri" : true,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.*/",
"getterDocumentation" : "/**The distribution's id.\n@return The distribution's id.*/",
"fluentSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The invalidation's id.",
"name" : "Id",
"c2jName" : "Id",
"c2jShape" : "string",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The invalidation's id.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Id",
"marshallLocationName" : "Id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"flattened" : false,
"header" : false,
"uri" : true,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The invalidation's id.\n@param id The invalidation's id.*/",
"getterDocumentation" : "/**The invalidation's id.\n@return The invalidation's id.*/",
"fluentSetterDocumentation" : "/**The invalidation's id.\n@param id The invalidation's id.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The invalidation's id.\n@param id The invalidation's id.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getInvalidationRequest",
"variableType" : "GetInvalidationRequest",
"variableDeclarationType" : "GetInvalidationRequest",
"documentation" : null,
"variableSetterType" : "GetInvalidationRequest",
"simpleType" : "GetInvalidationRequest"
},
"marshaller" : {
"action" : "GetInvalidation2016_01_28",
"verb" : "GET",
"target" : null,
"requestUri" : "/2016-01-28/distribution/{DistributionId}/invalidation/{Id}",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DistributionId" : {
"documentation" : "The distribution's id.",
"name" : "DistributionId",
"c2jName" : "DistributionId",
"c2jShape" : "string",
"variable" : {
"variableName" : "distributionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The distribution's id.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "distributionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DistributionId",
"marshallLocationName" : "DistributionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"flattened" : false,
"header" : false,
"uri" : true,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.*/",
"getterDocumentation" : "/**The distribution's id.\n@return The distribution's id.*/",
"fluentSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Id" : {
"documentation" : "The invalidation's id.",
"name" : "Id",
"c2jName" : "Id",
"c2jShape" : "string",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The invalidation's id.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Id",
"marshallLocationName" : "Id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"flattened" : false,
"header" : false,
"uri" : true,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The invalidation's id.\n@param id The invalidation's id.*/",
"getterDocumentation" : "/**The invalidation's id.\n@return The invalidation's id.*/",
"fluentSetterDocumentation" : "/**The invalidation's id.\n@param id The invalidation's id.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The invalidation's id.\n@param id The invalidation's id.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreateDistributionRequest" : {
"c2jName" : "CreateDistributionRequest",
"documentation" : "The request to create a new distribution.",
"shapeName" : "CreateDistributionRequest",
"deprecated" : false,
"required" : [ "DistributionConfig" ],
"hasPayloadMember" : true,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The distribution's configuration information.",
"name" : "DistributionConfig",
"c2jName" : "DistributionConfig",
"c2jShape" : "DistributionConfig",
"variable" : {
"variableName" : "distributionConfig",
"variableType" : "DistributionConfig",
"variableDeclarationType" : "DistributionConfig",
"documentation" : "The distribution's configuration information.",
"variableSetterType" : "DistributionConfig",
"simpleType" : "DistributionConfig"
},
"setterModel" : {
"variableName" : "distributionConfig",
"variableType" : "DistributionConfig",
"variableDeclarationType" : "DistributionConfig",
"documentation" : "",
"variableSetterType" : "DistributionConfig",
"simpleType" : "DistributionConfig"
},
"getterModel" : {
"returnType" : "DistributionConfig",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DistributionConfig",
"marshallLocationName" : "DistributionConfig",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : true,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2016-01-28/",
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.*/",
"getterDocumentation" : "/**The distribution's configuration information.\n@return The distribution's configuration information.*/",
"fluentSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createDistributionRequest",
"variableType" : "CreateDistributionRequest",
"variableDeclarationType" : "CreateDistributionRequest",
"documentation" : null,
"variableSetterType" : "CreateDistributionRequest",
"simpleType" : "CreateDistributionRequest"
},
"marshaller" : {
"action" : "CreateDistribution2016_01_28",
"verb" : "POST",
"target" : null,
"requestUri" : "/2016-01-28/distribution",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DistributionConfig" : {
"documentation" : "The distribution's configuration information.",
"name" : "DistributionConfig",
"c2jName" : "DistributionConfig",
"c2jShape" : "DistributionConfig",
"variable" : {
"variableName" : "distributionConfig",
"variableType" : "DistributionConfig",
"variableDeclarationType" : "DistributionConfig",
"documentation" : "The distribution's configuration information.",
"variableSetterType" : "DistributionConfig",
"simpleType" : "DistributionConfig"
},
"setterModel" : {
"variableName" : "distributionConfig",
"variableType" : "DistributionConfig",
"variableDeclarationType" : "DistributionConfig",
"documentation" : "",
"variableSetterType" : "DistributionConfig",
"simpleType" : "DistributionConfig"
},
"getterModel" : {
"returnType" : "DistributionConfig",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DistributionConfig",
"marshallLocationName" : "DistributionConfig",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : true,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2016-01-28/",
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.*/",
"getterDocumentation" : "/**The distribution's configuration information.\n@return The distribution's configuration information.*/",
"fluentSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TooManyOriginCustomHeadersException" : {
"c2jName" : "TooManyOriginCustomHeaders",
"documentation" : "",
"shapeName" : "TooManyOriginCustomHeadersException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "tooManyOriginCustomHeadersException",
"variableType" : "TooManyOriginCustomHeadersException",
"variableDeclarationType" : "TooManyOriginCustomHeadersException",
"documentation" : null,
"variableSetterType" : "TooManyOriginCustomHeadersException",
"simpleType" : "TooManyOriginCustomHeadersException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "TooManyOriginCustomHeaders",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"StreamingLoggingConfig" : {
"c2jName" : "StreamingLoggingConfig",
"documentation" : "A complex type that controls whether access logs are written for this streaming distribution.",
"shapeName" : "StreamingLoggingConfig",
"deprecated" : false,
"required" : [ "Enabled", "Bucket", "Prefix" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.",
"name" : "Enabled",
"c2jName" : "Enabled",
"c2jShape" : "boolean",
"variable" : {
"variableName" : "enabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "enabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Enabled",
"marshallLocationName" : "Enabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.*/",
"getterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@return Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.*/",
"fluentSetterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.",
"name" : "Bucket",
"c2jName" : "Bucket",
"c2jShape" : "string",
"variable" : {
"variableName" : "bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Bucket",
"marshallLocationName" : "Bucket",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.*/",
"getterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.*/",
"fluentSetterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.",
"name" : "Prefix",
"c2jName" : "Prefix",
"c2jShape" : "string",
"variable" : {
"variableName" : "prefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "prefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Prefix",
"marshallLocationName" : "Prefix",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.*/",
"getterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.*/",
"fluentSetterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "streamingLoggingConfig",
"variableType" : "StreamingLoggingConfig",
"variableDeclarationType" : "StreamingLoggingConfig",
"documentation" : null,
"variableSetterType" : "StreamingLoggingConfig",
"simpleType" : "StreamingLoggingConfig"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Enabled" : {
"documentation" : "Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.",
"name" : "Enabled",
"c2jName" : "Enabled",
"c2jShape" : "boolean",
"variable" : {
"variableName" : "enabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "enabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Enabled",
"marshallLocationName" : "Enabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.*/",
"getterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@return Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.*/",
"fluentSetterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Bucket" : {
"documentation" : "The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.",
"name" : "Bucket",
"c2jName" : "Bucket",
"c2jShape" : "string",
"variable" : {
"variableName" : "bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Bucket",
"marshallLocationName" : "Bucket",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.*/",
"getterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.*/",
"fluentSetterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Prefix" : {
"documentation" : "An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.",
"name" : "Prefix",
"c2jName" : "Prefix",
"c2jShape" : "string",
"variable" : {
"variableName" : "prefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "prefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Prefix",
"marshallLocationName" : "Prefix",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.*/",
"getterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.*/",
"fluentSetterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Origins" : {
"c2jName" : "Origins",
"documentation" : "A complex type that contains information about origins for this distribution.",
"shapeName" : "Origins",
"deprecated" : false,
"required" : [ "Quantity" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The number of origins for this distribution.",
"name" : "Quantity",
"c2jName" : "Quantity",
"c2jShape" : "integer",
"variable" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of origins for this distribution.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Quantity",
"marshallLocationName" : "Quantity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The number of origins for this distribution.\n@param quantity The number of origins for this distribution.*/",
"getterDocumentation" : "/**The number of origins for this distribution.\n@return The number of origins for this distribution.*/",
"fluentSetterDocumentation" : "/**The number of origins for this distribution.\n@param quantity The number of origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of origins for this distribution.\n@param quantity The number of origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A complex type that contains origins for this distribution.",
"name" : "Items",
"c2jName" : "Items",
"c2jShape" : "OriginList",
"variable" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A complex type that contains origins for this distribution.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Items",
"marshallLocationName" : "Items",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Origin",
"memberLocationName" : "Origin",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Origin",
"variable" : {
"variableName" : "member",
"variableType" : "Origin",
"variableDeclarationType" : "Origin",
"documentation" : "",
"variableSetterType" : "Origin",
"simpleType" : "Origin"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Origin",
"variableDeclarationType" : "Origin",
"documentation" : "",
"variableSetterType" : "Origin",
"simpleType" : "Origin"
},
"getterModel" : {
"returnType" : "Origin",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Origin",
"marshallLocationName" : "Origin",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "Origin",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains origins for this distribution.\n@param items A complex type that contains origins for this distribution.*/",
"getterDocumentation" : "/**A complex type that contains origins for this distribution.\n@return A complex type that contains origins for this distribution.*/",
"fluentSetterDocumentation" : "/**A complex type that contains origins for this distribution.\n@param items A complex type that contains origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains origins for this distribution.\nNOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.
\n@param items A complex type that contains origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "origins",
"variableType" : "Origins",
"variableDeclarationType" : "Origins",
"documentation" : null,
"variableSetterType" : "Origins",
"simpleType" : "Origins"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Items" : {
"documentation" : "A complex type that contains origins for this distribution.",
"name" : "Items",
"c2jName" : "Items",
"c2jShape" : "OriginList",
"variable" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A complex type that contains origins for this distribution.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Items",
"marshallLocationName" : "Items",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Origin",
"memberLocationName" : "Origin",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Origin",
"variable" : {
"variableName" : "member",
"variableType" : "Origin",
"variableDeclarationType" : "Origin",
"documentation" : "",
"variableSetterType" : "Origin",
"simpleType" : "Origin"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Origin",
"variableDeclarationType" : "Origin",
"documentation" : "",
"variableSetterType" : "Origin",
"simpleType" : "Origin"
},
"getterModel" : {
"returnType" : "Origin",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Origin",
"marshallLocationName" : "Origin",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "Origin",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains origins for this distribution.\n@param items A complex type that contains origins for this distribution.*/",
"getterDocumentation" : "/**A complex type that contains origins for this distribution.\n@return A complex type that contains origins for this distribution.*/",
"fluentSetterDocumentation" : "/**A complex type that contains origins for this distribution.\n@param items A complex type that contains origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains origins for this distribution.\nNOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.
\n@param items A complex type that contains origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Quantity" : {
"documentation" : "The number of origins for this distribution.",
"name" : "Quantity",
"c2jName" : "Quantity",
"c2jShape" : "integer",
"variable" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of origins for this distribution.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Quantity",
"marshallLocationName" : "Quantity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The number of origins for this distribution.\n@param quantity The number of origins for this distribution.*/",
"getterDocumentation" : "/**The number of origins for this distribution.\n@return The number of origins for this distribution.*/",
"fluentSetterDocumentation" : "/**The number of origins for this distribution.\n@param quantity The number of origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of origins for this distribution.\n@param quantity The number of origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"InvalidViewerCertificateException" : {
"c2jName" : "InvalidViewerCertificate",
"documentation" : "",
"shapeName" : "InvalidViewerCertificateException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "invalidViewerCertificateException",
"variableType" : "InvalidViewerCertificateException",
"variableDeclarationType" : "InvalidViewerCertificateException",
"documentation" : null,
"variableSetterType" : "InvalidViewerCertificateException",
"simpleType" : "InvalidViewerCertificateException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidViewerCertificate",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"InvalidResponseCodeException" : {
"c2jName" : "InvalidResponseCode",
"documentation" : "",
"shapeName" : "InvalidResponseCodeException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "invalidResponseCodeException",
"variableType" : "InvalidResponseCodeException",
"variableDeclarationType" : "InvalidResponseCodeException",
"documentation" : null,
"variableSetterType" : "InvalidResponseCodeException",
"simpleType" : "InvalidResponseCodeException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidResponseCode",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"CloudFrontOriginAccessIdentityList" : {
"c2jName" : "CloudFrontOriginAccessIdentityList",
"documentation" : "The CloudFrontOriginAccessIdentityList type.",
"shapeName" : "CloudFrontOriginAccessIdentityList",
"deprecated" : false,
"required" : [ "Marker", "MaxItems", "IsTruncated", "Quantity" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The value you provided for the Marker request parameter.",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "string",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value you provided for the Marker request parameter.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.*/",
"getterDocumentation" : "/**The value you provided for the Marker request parameter.\n@return The value you provided for the Marker request parameter.*/",
"fluentSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.",
"name" : "NextMarker",
"c2jName" : "NextMarker",
"c2jShape" : "string",
"variable" : {
"variableName" : "nextMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "nextMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextMarker",
"marshallLocationName" : "NextMarker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.*/",
"getterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.*/",
"fluentSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The value you provided for the MaxItems request parameter.",
"name" : "MaxItems",
"c2jName" : "MaxItems",
"c2jShape" : "integer",
"variable" : {
"variableName" : "maxItems",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The value you provided for the MaxItems request parameter.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "maxItems",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxItems",
"marshallLocationName" : "MaxItems",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.*/",
"getterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@return The value you provided for the MaxItems request parameter.*/",
"fluentSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.",
"name" : "IsTruncated",
"c2jName" : "IsTruncated",
"c2jShape" : "boolean",
"variable" : {
"variableName" : "isTruncated",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "isTruncated",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IsTruncated",
"marshallLocationName" : "IsTruncated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.*/",
"getterDocumentation" : "/**A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@return A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.*/",
"fluentSetterDocumentation" : "/**A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The number of CloudFront origin access identities that were created by the current AWS account.",
"name" : "Quantity",
"c2jName" : "Quantity",
"c2jShape" : "integer",
"variable" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of CloudFront origin access identities that were created by the current AWS account.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Quantity",
"marshallLocationName" : "Quantity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The number of CloudFront origin access identities that were created by the current AWS account.\n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.*/",
"getterDocumentation" : "/**The number of CloudFront origin access identities that were created by the current AWS account.\n@return The number of CloudFront origin access identities that were created by the current AWS account.*/",
"fluentSetterDocumentation" : "/**The number of CloudFront origin access identities that were created by the current AWS account.\n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of CloudFront origin access identities that were created by the current AWS account.\n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.",
"name" : "Items",
"c2jName" : "Items",
"c2jShape" : "CloudFrontOriginAccessIdentitySummaryList",
"variable" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Items",
"marshallLocationName" : "Items",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "CloudFrontOriginAccessIdentitySummary",
"memberLocationName" : "CloudFrontOriginAccessIdentitySummary",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "CloudFrontOriginAccessIdentitySummary",
"variable" : {
"variableName" : "member",
"variableType" : "CloudFrontOriginAccessIdentitySummary",
"variableDeclarationType" : "CloudFrontOriginAccessIdentitySummary",
"documentation" : "",
"variableSetterType" : "CloudFrontOriginAccessIdentitySummary",
"simpleType" : "CloudFrontOriginAccessIdentitySummary"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "CloudFrontOriginAccessIdentitySummary",
"variableDeclarationType" : "CloudFrontOriginAccessIdentitySummary",
"documentation" : "",
"variableSetterType" : "CloudFrontOriginAccessIdentitySummary",
"simpleType" : "CloudFrontOriginAccessIdentitySummary"
},
"getterModel" : {
"returnType" : "CloudFrontOriginAccessIdentitySummary",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CloudFrontOriginAccessIdentitySummary",
"marshallLocationName" : "CloudFrontOriginAccessIdentitySummary",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "CloudFrontOriginAccessIdentitySummary",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.*/",
"getterDocumentation" : "/**A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@return A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.*/",
"fluentSetterDocumentation" : "/**A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\nNOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.
\n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "cloudFrontOriginAccessIdentityList",
"variableType" : "CloudFrontOriginAccessIdentityList",
"variableDeclarationType" : "CloudFrontOriginAccessIdentityList",
"documentation" : null,
"variableSetterType" : "CloudFrontOriginAccessIdentityList",
"simpleType" : "CloudFrontOriginAccessIdentityList"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Items" : {
"documentation" : "A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.",
"name" : "Items",
"c2jName" : "Items",
"c2jShape" : "CloudFrontOriginAccessIdentitySummaryList",
"variable" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Items",
"marshallLocationName" : "Items",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "CloudFrontOriginAccessIdentitySummary",
"memberLocationName" : "CloudFrontOriginAccessIdentitySummary",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "CloudFrontOriginAccessIdentitySummary",
"variable" : {
"variableName" : "member",
"variableType" : "CloudFrontOriginAccessIdentitySummary",
"variableDeclarationType" : "CloudFrontOriginAccessIdentitySummary",
"documentation" : "",
"variableSetterType" : "CloudFrontOriginAccessIdentitySummary",
"simpleType" : "CloudFrontOriginAccessIdentitySummary"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "CloudFrontOriginAccessIdentitySummary",
"variableDeclarationType" : "CloudFrontOriginAccessIdentitySummary",
"documentation" : "",
"variableSetterType" : "CloudFrontOriginAccessIdentitySummary",
"simpleType" : "CloudFrontOriginAccessIdentitySummary"
},
"getterModel" : {
"returnType" : "CloudFrontOriginAccessIdentitySummary",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CloudFrontOriginAccessIdentitySummary",
"marshallLocationName" : "CloudFrontOriginAccessIdentitySummary",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "CloudFrontOriginAccessIdentitySummary",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.*/",
"getterDocumentation" : "/**A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@return A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.*/",
"fluentSetterDocumentation" : "/**A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\nNOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.
\n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MaxItems" : {
"documentation" : "The value you provided for the MaxItems request parameter.",
"name" : "MaxItems",
"c2jName" : "MaxItems",
"c2jShape" : "integer",
"variable" : {
"variableName" : "maxItems",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The value you provided for the MaxItems request parameter.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "maxItems",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxItems",
"marshallLocationName" : "MaxItems",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.*/",
"getterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@return The value you provided for the MaxItems request parameter.*/",
"fluentSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Quantity" : {
"documentation" : "The number of CloudFront origin access identities that were created by the current AWS account.",
"name" : "Quantity",
"c2jName" : "Quantity",
"c2jShape" : "integer",
"variable" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of CloudFront origin access identities that were created by the current AWS account.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Quantity",
"marshallLocationName" : "Quantity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The number of CloudFront origin access identities that were created by the current AWS account.\n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.*/",
"getterDocumentation" : "/**The number of CloudFront origin access identities that were created by the current AWS account.\n@return The number of CloudFront origin access identities that were created by the current AWS account.*/",
"fluentSetterDocumentation" : "/**The number of CloudFront origin access identities that were created by the current AWS account.\n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of CloudFront origin access identities that were created by the current AWS account.\n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IsTruncated" : {
"documentation" : "A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.",
"name" : "IsTruncated",
"c2jName" : "IsTruncated",
"c2jShape" : "boolean",
"variable" : {
"variableName" : "isTruncated",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "isTruncated",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IsTruncated",
"marshallLocationName" : "IsTruncated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.*/",
"getterDocumentation" : "/**A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@return A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.*/",
"fluentSetterDocumentation" : "/**A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Marker" : {
"documentation" : "The value you provided for the Marker request parameter.",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "string",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value you provided for the Marker request parameter.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.*/",
"getterDocumentation" : "/**The value you provided for the Marker request parameter.\n@return The value you provided for the Marker request parameter.*/",
"fluentSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NextMarker" : {
"documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.",
"name" : "NextMarker",
"c2jName" : "NextMarker",
"c2jShape" : "string",
"variable" : {
"variableName" : "nextMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "nextMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextMarker",
"marshallLocationName" : "NextMarker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.*/",
"getterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.*/",
"fluentSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Headers" : {
"c2jName" : "Headers",
"documentation" : "A complex type that specifies the headers that you want CloudFront to forward to the origin for this cache behavior. For the headers that you specify, CloudFront also caches separate versions of a given object based on the header values in viewer requests; this is known as varying on headers. For example, suppose viewer requests for logo.jpg contain a custom Product header that has a value of either Acme or Apex, and you configure CloudFront to vary on the Product header. CloudFront forwards the Product header to the origin and caches the response from the origin once for each header value.",
"shapeName" : "Headers",
"deprecated" : false,
"required" : [ "Quantity" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.",
"name" : "Quantity",
"c2jName" : "Quantity",
"c2jShape" : "integer",
"variable" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Quantity",
"marshallLocationName" : "Quantity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@param quantity The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.*/",
"getterDocumentation" : "/**The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@return The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.*/",
"fluentSetterDocumentation" : "/**The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@param quantity The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@param quantity The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.",
"name" : "Items",
"c2jName" : "Items",
"c2jShape" : "HeaderList",
"variable" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Items",
"marshallLocationName" : "Items",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "Name",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "string",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@param items Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.*/",
"getterDocumentation" : "/**Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@return Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.*/",
"fluentSetterDocumentation" : "/**Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@param items Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\nNOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.
\n@param items Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "headers",
"variableType" : "Headers",
"variableDeclarationType" : "Headers",
"documentation" : null,
"variableSetterType" : "Headers",
"simpleType" : "Headers"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Items" : {
"documentation" : "Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.",
"name" : "Items",
"c2jName" : "Items",
"c2jShape" : "HeaderList",
"variable" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Items",
"marshallLocationName" : "Items",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "Name",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "string",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@param items Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.*/",
"getterDocumentation" : "/**Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@return Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.*/",
"fluentSetterDocumentation" : "/**Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@param items Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\nNOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.
\n@param items Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Quantity" : {
"documentation" : "The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.",
"name" : "Quantity",
"c2jName" : "Quantity",
"c2jShape" : "integer",
"variable" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Quantity",
"marshallLocationName" : "Quantity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@param quantity The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.*/",
"getterDocumentation" : "/**The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@return The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.*/",
"fluentSetterDocumentation" : "/**The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@param quantity The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@param quantity The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ListInvalidationsRequest" : {
"c2jName" : "ListInvalidationsRequest",
"documentation" : "The request to list invalidations.",
"shapeName" : "ListInvalidationsRequest",
"deprecated" : false,
"required" : [ "DistributionId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The distribution's id.",
"name" : "DistributionId",
"c2jName" : "DistributionId",
"c2jShape" : "string",
"variable" : {
"variableName" : "distributionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The distribution's id.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "distributionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DistributionId",
"marshallLocationName" : "DistributionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"flattened" : false,
"header" : false,
"uri" : true,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.*/",
"getterDocumentation" : "/**The distribution's id.\n@return The distribution's id.*/",
"fluentSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "string",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : true
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.*/",
"getterDocumentation" : "/**Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@return Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.*/",
"fluentSetterDocumentation" : "/**Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The maximum number of invalidation batches you want in the response body.",
"name" : "MaxItems",
"c2jName" : "MaxItems",
"c2jShape" : "string",
"variable" : {
"variableName" : "maxItems",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The maximum number of invalidation batches you want in the response body.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "maxItems",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxItems",
"marshallLocationName" : "MaxItems",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : true
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The maximum number of invalidation batches you want in the response body.\n@param maxItems The maximum number of invalidation batches you want in the response body.*/",
"getterDocumentation" : "/**The maximum number of invalidation batches you want in the response body.\n@return The maximum number of invalidation batches you want in the response body.*/",
"fluentSetterDocumentation" : "/**The maximum number of invalidation batches you want in the response body.\n@param maxItems The maximum number of invalidation batches you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of invalidation batches you want in the response body.\n@param maxItems The maximum number of invalidation batches you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listInvalidationsRequest",
"variableType" : "ListInvalidationsRequest",
"variableDeclarationType" : "ListInvalidationsRequest",
"documentation" : null,
"variableSetterType" : "ListInvalidationsRequest",
"simpleType" : "ListInvalidationsRequest"
},
"marshaller" : {
"action" : "ListInvalidations2016_01_28",
"verb" : "GET",
"target" : null,
"requestUri" : "/2016-01-28/distribution/{DistributionId}/invalidation",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"MaxItems" : {
"documentation" : "The maximum number of invalidation batches you want in the response body.",
"name" : "MaxItems",
"c2jName" : "MaxItems",
"c2jShape" : "string",
"variable" : {
"variableName" : "maxItems",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The maximum number of invalidation batches you want in the response body.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "maxItems",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxItems",
"marshallLocationName" : "MaxItems",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : true
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The maximum number of invalidation batches you want in the response body.\n@param maxItems The maximum number of invalidation batches you want in the response body.*/",
"getterDocumentation" : "/**The maximum number of invalidation batches you want in the response body.\n@return The maximum number of invalidation batches you want in the response body.*/",
"fluentSetterDocumentation" : "/**The maximum number of invalidation batches you want in the response body.\n@param maxItems The maximum number of invalidation batches you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of invalidation batches you want in the response body.\n@param maxItems The maximum number of invalidation batches you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DistributionId" : {
"documentation" : "The distribution's id.",
"name" : "DistributionId",
"c2jName" : "DistributionId",
"c2jShape" : "string",
"variable" : {
"variableName" : "distributionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The distribution's id.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "distributionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DistributionId",
"marshallLocationName" : "DistributionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"flattened" : false,
"header" : false,
"uri" : true,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.*/",
"getterDocumentation" : "/**The distribution's id.\n@return The distribution's id.*/",
"fluentSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Marker" : {
"documentation" : "Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "string",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : true
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.*/",
"getterDocumentation" : "/**Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@return Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.*/",
"fluentSetterDocumentation" : "/**Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"GeoRestriction" : {
"c2jName" : "GeoRestriction",
"documentation" : "A complex type that controls the countries in which your content is distributed. For more information about geo restriction, go to Customizing Error Responses in the Amazon CloudFront Developer Guide. CloudFront determines the location of your users using MaxMind GeoIP databases. For information about the accuracy of these databases, see How accurate are your GeoIP databases? on the MaxMind website.",
"shapeName" : "GeoRestriction",
"deprecated" : false,
"required" : [ "RestrictionType", "Quantity" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.",
"name" : "RestrictionType",
"c2jName" : "RestrictionType",
"c2jShape" : "GeoRestrictionType",
"variable" : {
"variableName" : "restrictionType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "restrictionType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RestrictionType",
"marshallLocationName" : "RestrictionType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "GeoRestrictionType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@param restrictionType The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@see GeoRestrictionType*/",
"getterDocumentation" : "/**The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@return The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@see GeoRestrictionType*/",
"fluentSetterDocumentation" : "/**The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@param restrictionType The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@return Returns a reference to this object so that method calls can be chained together.\n@see GeoRestrictionType*/",
"varargSetterDocumentation" : "/**The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@param restrictionType The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@return Returns a reference to this object so that method calls can be chained together.\n@see GeoRestrictionType*/"
}, {
"documentation" : "When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.",
"name" : "Quantity",
"c2jName" : "Quantity",
"c2jShape" : "integer",
"variable" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Quantity",
"marshallLocationName" : "Quantity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.*/",
"getterDocumentation" : "/**When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@return When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.*/",
"fluentSetterDocumentation" : "/**When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.",
"name" : "Items",
"c2jName" : "Items",
"c2jShape" : "LocationList",
"variable" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Items",
"marshallLocationName" : "Items",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "Location",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "string",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Location",
"marshallLocationName" : "Location",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.*/",
"getterDocumentation" : "/**A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@return A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.*/",
"fluentSetterDocumentation" : "/**A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\nNOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.
\n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "geoRestriction",
"variableType" : "GeoRestriction",
"variableDeclarationType" : "GeoRestriction",
"documentation" : null,
"variableSetterType" : "GeoRestriction",
"simpleType" : "GeoRestriction"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Items" : {
"documentation" : "A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.",
"name" : "Items",
"c2jName" : "Items",
"c2jShape" : "LocationList",
"variable" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Items",
"marshallLocationName" : "Items",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "Location",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "string",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Location",
"marshallLocationName" : "Location",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"simple" : true,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.*/",
"getterDocumentation" : "/**A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@return A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.*/",
"fluentSetterDocumentation" : "/**A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\nNOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.
\n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Quantity" : {
"documentation" : "When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.",
"name" : "Quantity",
"c2jName" : "Quantity",
"c2jShape" : "integer",
"variable" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Quantity",
"marshallLocationName" : "Quantity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.*/",
"getterDocumentation" : "/**When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@return When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.*/",
"fluentSetterDocumentation" : "/**When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RestrictionType" : {
"documentation" : "The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.",
"name" : "RestrictionType",
"c2jName" : "RestrictionType",
"c2jShape" : "GeoRestrictionType",
"variable" : {
"variableName" : "restrictionType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "restrictionType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RestrictionType",
"marshallLocationName" : "RestrictionType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "GeoRestrictionType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@param restrictionType The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@see GeoRestrictionType*/",
"getterDocumentation" : "/**The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@return The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@see GeoRestrictionType*/",
"fluentSetterDocumentation" : "/**The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@param restrictionType The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@return Returns a reference to this object so that method calls can be chained together.\n@see GeoRestrictionType*/",
"varargSetterDocumentation" : "/**The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@param restrictionType The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@return Returns a reference to this object so that method calls can be chained together.\n@see GeoRestrictionType*/"
}
}
},
"GetStreamingDistributionRequest" : {
"c2jName" : "GetStreamingDistributionRequest",
"documentation" : "The request to get a streaming distribution's information.",
"shapeName" : "GetStreamingDistributionRequest",
"deprecated" : false,
"required" : [ "Id" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The streaming distribution's id.",
"name" : "Id",
"c2jName" : "Id",
"c2jShape" : "string",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The streaming distribution's id.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Id",
"marshallLocationName" : "Id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"flattened" : false,
"header" : false,
"uri" : true,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.*/",
"getterDocumentation" : "/**The streaming distribution's id.\n@return The streaming distribution's id.*/",
"fluentSetterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getStreamingDistributionRequest",
"variableType" : "GetStreamingDistributionRequest",
"variableDeclarationType" : "GetStreamingDistributionRequest",
"documentation" : null,
"variableSetterType" : "GetStreamingDistributionRequest",
"simpleType" : "GetStreamingDistributionRequest"
},
"marshaller" : {
"action" : "GetStreamingDistribution2016_01_28",
"verb" : "GET",
"target" : null,
"requestUri" : "/2016-01-28/streaming-distribution/{Id}",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Id" : {
"documentation" : "The streaming distribution's id.",
"name" : "Id",
"c2jName" : "Id",
"c2jShape" : "string",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The streaming distribution's id.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Id",
"marshallLocationName" : "Id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"flattened" : false,
"header" : false,
"uri" : true,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.*/",
"getterDocumentation" : "/**The streaming distribution's id.\n@return The streaming distribution's id.*/",
"fluentSetterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"StreamingDistributionSummary" : {
"c2jName" : "StreamingDistributionSummary",
"documentation" : "A summary of the information for an Amazon CloudFront streaming distribution.",
"shapeName" : "StreamingDistributionSummary",
"deprecated" : false,
"required" : [ "Id", "Status", "LastModifiedTime", "DomainName", "S3Origin", "Aliases", "TrustedSigners", "Comment", "PriceClass", "Enabled" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.",
"name" : "Id",
"c2jName" : "Id",
"c2jShape" : "string",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Id",
"marshallLocationName" : "Id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.*/",
"getterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.*/",
"fluentSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "string",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/",
"getterDocumentation" : "/**Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/",
"fluentSetterDocumentation" : "/**Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The date and time the distribution was last modified.",
"name" : "LastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "timestamp",
"variable" : {
"variableName" : "lastModifiedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date and time the distribution was last modified.",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "lastModifiedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastModifiedTime",
"marshallLocationName" : "LastModifiedTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.*/",
"getterDocumentation" : "/**The date and time the distribution was last modified.\n@return The date and time the distribution was last modified.*/",
"fluentSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "string",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/",
"getterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/",
"fluentSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.",
"name" : "S3Origin",
"c2jName" : "S3Origin",
"c2jShape" : "S3Origin",
"variable" : {
"variableName" : "s3Origin",
"variableType" : "S3Origin",
"variableDeclarationType" : "S3Origin",
"documentation" : "A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.",
"variableSetterType" : "S3Origin",
"simpleType" : "S3Origin"
},
"setterModel" : {
"variableName" : "s3Origin",
"variableType" : "S3Origin",
"variableDeclarationType" : "S3Origin",
"documentation" : "",
"variableSetterType" : "S3Origin",
"simpleType" : "S3Origin"
},
"getterModel" : {
"returnType" : "S3Origin",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "S3Origin",
"marshallLocationName" : "S3Origin",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.*/",
"getterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.*/",
"fluentSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.",
"name" : "Aliases",
"c2jName" : "Aliases",
"c2jShape" : "Aliases",
"variable" : {
"variableName" : "aliases",
"variableType" : "Aliases",
"variableDeclarationType" : "Aliases",
"documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.",
"variableSetterType" : "Aliases",
"simpleType" : "Aliases"
},
"setterModel" : {
"variableName" : "aliases",
"variableType" : "Aliases",
"variableDeclarationType" : "Aliases",
"documentation" : "",
"variableSetterType" : "Aliases",
"simpleType" : "Aliases"
},
"getterModel" : {
"returnType" : "Aliases",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Aliases",
"marshallLocationName" : "Aliases",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.*/",
"getterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.*/",
"fluentSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.",
"name" : "TrustedSigners",
"c2jName" : "TrustedSigners",
"c2jShape" : "TrustedSigners",
"variable" : {
"variableName" : "trustedSigners",
"variableType" : "TrustedSigners",
"variableDeclarationType" : "TrustedSigners",
"documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.",
"variableSetterType" : "TrustedSigners",
"simpleType" : "TrustedSigners"
},
"setterModel" : {
"variableName" : "trustedSigners",
"variableType" : "TrustedSigners",
"variableDeclarationType" : "TrustedSigners",
"documentation" : "",
"variableSetterType" : "TrustedSigners",
"simpleType" : "TrustedSigners"
},
"getterModel" : {
"returnType" : "TrustedSigners",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrustedSigners",
"marshallLocationName" : "TrustedSigners",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/",
"getterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/",
"fluentSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The comment originally specified when this distribution was created.",
"name" : "Comment",
"c2jName" : "Comment",
"c2jShape" : "string",
"variable" : {
"variableName" : "comment",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The comment originally specified when this distribution was created.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "comment",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Comment",
"marshallLocationName" : "Comment",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The comment originally specified when this distribution was created.\n@param comment The comment originally specified when this distribution was created.*/",
"getterDocumentation" : "/**The comment originally specified when this distribution was created.\n@return The comment originally specified when this distribution was created.*/",
"fluentSetterDocumentation" : "/**The comment originally specified when this distribution was created.\n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The comment originally specified when this distribution was created.\n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "PriceClass",
"c2jName" : "PriceClass",
"c2jShape" : "PriceClass",
"variable" : {
"variableName" : "priceClass",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "priceClass",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PriceClass",
"marshallLocationName" : "PriceClass",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "PriceClass",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**\n@param priceClass \n@see PriceClass*/",
"getterDocumentation" : "/**\n@return \n@see PriceClass*/",
"fluentSetterDocumentation" : "/**\n@param priceClass \n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/",
"varargSetterDocumentation" : "/**\n@param priceClass \n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/"
}, {
"documentation" : "Whether the distribution is enabled to accept end user requests for content.",
"name" : "Enabled",
"c2jName" : "Enabled",
"c2jShape" : "boolean",
"variable" : {
"variableName" : "enabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the distribution is enabled to accept end user requests for content.",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "enabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Enabled",
"marshallLocationName" : "Enabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.*/",
"getterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@return Whether the distribution is enabled to accept end user requests for content.*/",
"fluentSetterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "streamingDistributionSummary",
"variableType" : "StreamingDistributionSummary",
"variableDeclarationType" : "StreamingDistributionSummary",
"documentation" : null,
"variableSetterType" : "StreamingDistributionSummary",
"simpleType" : "StreamingDistributionSummary"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Enabled" : {
"documentation" : "Whether the distribution is enabled to accept end user requests for content.",
"name" : "Enabled",
"c2jName" : "Enabled",
"c2jShape" : "boolean",
"variable" : {
"variableName" : "enabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the distribution is enabled to accept end user requests for content.",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "enabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Enabled",
"marshallLocationName" : "Enabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.*/",
"getterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@return Whether the distribution is enabled to accept end user requests for content.*/",
"fluentSetterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Aliases" : {
"documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.",
"name" : "Aliases",
"c2jName" : "Aliases",
"c2jShape" : "Aliases",
"variable" : {
"variableName" : "aliases",
"variableType" : "Aliases",
"variableDeclarationType" : "Aliases",
"documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.",
"variableSetterType" : "Aliases",
"simpleType" : "Aliases"
},
"setterModel" : {
"variableName" : "aliases",
"variableType" : "Aliases",
"variableDeclarationType" : "Aliases",
"documentation" : "",
"variableSetterType" : "Aliases",
"simpleType" : "Aliases"
},
"getterModel" : {
"returnType" : "Aliases",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Aliases",
"marshallLocationName" : "Aliases",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.*/",
"getterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.*/",
"fluentSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Status" : {
"documentation" : "Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "string",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/",
"getterDocumentation" : "/**Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/",
"fluentSetterDocumentation" : "/**Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"S3Origin" : {
"documentation" : "A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.",
"name" : "S3Origin",
"c2jName" : "S3Origin",
"c2jShape" : "S3Origin",
"variable" : {
"variableName" : "s3Origin",
"variableType" : "S3Origin",
"variableDeclarationType" : "S3Origin",
"documentation" : "A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.",
"variableSetterType" : "S3Origin",
"simpleType" : "S3Origin"
},
"setterModel" : {
"variableName" : "s3Origin",
"variableType" : "S3Origin",
"variableDeclarationType" : "S3Origin",
"documentation" : "",
"variableSetterType" : "S3Origin",
"simpleType" : "S3Origin"
},
"getterModel" : {
"returnType" : "S3Origin",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "S3Origin",
"marshallLocationName" : "S3Origin",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.*/",
"getterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.*/",
"fluentSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"PriceClass" : {
"documentation" : "",
"name" : "PriceClass",
"c2jName" : "PriceClass",
"c2jShape" : "PriceClass",
"variable" : {
"variableName" : "priceClass",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "priceClass",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PriceClass",
"marshallLocationName" : "PriceClass",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "PriceClass",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**\n@param priceClass \n@see PriceClass*/",
"getterDocumentation" : "/**\n@return \n@see PriceClass*/",
"fluentSetterDocumentation" : "/**\n@param priceClass \n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/",
"varargSetterDocumentation" : "/**\n@param priceClass \n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/"
},
"Comment" : {
"documentation" : "The comment originally specified when this distribution was created.",
"name" : "Comment",
"c2jName" : "Comment",
"c2jShape" : "string",
"variable" : {
"variableName" : "comment",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The comment originally specified when this distribution was created.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "comment",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Comment",
"marshallLocationName" : "Comment",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The comment originally specified when this distribution was created.\n@param comment The comment originally specified when this distribution was created.*/",
"getterDocumentation" : "/**The comment originally specified when this distribution was created.\n@return The comment originally specified when this distribution was created.*/",
"fluentSetterDocumentation" : "/**The comment originally specified when this distribution was created.\n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The comment originally specified when this distribution was created.\n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DomainName" : {
"documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "string",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/",
"getterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/",
"fluentSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Id" : {
"documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.",
"name" : "Id",
"c2jName" : "Id",
"c2jShape" : "string",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Id",
"marshallLocationName" : "Id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.*/",
"getterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.*/",
"fluentSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LastModifiedTime" : {
"documentation" : "The date and time the distribution was last modified.",
"name" : "LastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "timestamp",
"variable" : {
"variableName" : "lastModifiedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date and time the distribution was last modified.",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "lastModifiedTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastModifiedTime",
"marshallLocationName" : "LastModifiedTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.*/",
"getterDocumentation" : "/**The date and time the distribution was last modified.\n@return The date and time the distribution was last modified.*/",
"fluentSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TrustedSigners" : {
"documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.",
"name" : "TrustedSigners",
"c2jName" : "TrustedSigners",
"c2jShape" : "TrustedSigners",
"variable" : {
"variableName" : "trustedSigners",
"variableType" : "TrustedSigners",
"variableDeclarationType" : "TrustedSigners",
"documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.",
"variableSetterType" : "TrustedSigners",
"simpleType" : "TrustedSigners"
},
"setterModel" : {
"variableName" : "trustedSigners",
"variableType" : "TrustedSigners",
"variableDeclarationType" : "TrustedSigners",
"documentation" : "",
"variableSetterType" : "TrustedSigners",
"simpleType" : "TrustedSigners"
},
"getterModel" : {
"returnType" : "TrustedSigners",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrustedSigners",
"marshallLocationName" : "TrustedSigners",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/",
"getterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/",
"fluentSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TooManyOriginsException" : {
"c2jName" : "TooManyOrigins",
"documentation" : "You cannot create anymore origins for the distribution.",
"shapeName" : "TooManyOriginsException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "tooManyOriginsException",
"variableType" : "TooManyOriginsException",
"variableDeclarationType" : "TooManyOriginsException",
"documentation" : null,
"variableSetterType" : "TooManyOriginsException",
"simpleType" : "TooManyOriginsException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "TooManyOrigins",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"GetInvalidationResult" : {
"c2jName" : "GetInvalidationResult",
"documentation" : "The returned result of the corresponding request.",
"shapeName" : "GetInvalidationResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : true,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The invalidation's information.",
"name" : "Invalidation",
"c2jName" : "Invalidation",
"c2jShape" : "Invalidation",
"variable" : {
"variableName" : "invalidation",
"variableType" : "Invalidation",
"variableDeclarationType" : "Invalidation",
"documentation" : "The invalidation's information.",
"variableSetterType" : "Invalidation",
"simpleType" : "Invalidation"
},
"setterModel" : {
"variableName" : "invalidation",
"variableType" : "Invalidation",
"variableDeclarationType" : "Invalidation",
"documentation" : "",
"variableSetterType" : "Invalidation",
"simpleType" : "Invalidation"
},
"getterModel" : {
"returnType" : "Invalidation",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Invalidation",
"marshallLocationName" : "Invalidation",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : true,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The invalidation's information.\n@param invalidation The invalidation's information.*/",
"getterDocumentation" : "/**The invalidation's information.\n@return The invalidation's information.*/",
"fluentSetterDocumentation" : "/**The invalidation's information.\n@param invalidation The invalidation's information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The invalidation's information.\n@param invalidation The invalidation's information.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getInvalidationResult",
"variableType" : "GetInvalidationResult",
"variableDeclarationType" : "GetInvalidationResult",
"documentation" : null,
"variableSetterType" : "GetInvalidationResult",
"simpleType" : "GetInvalidationResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Invalidation" : {
"documentation" : "The invalidation's information.",
"name" : "Invalidation",
"c2jName" : "Invalidation",
"c2jShape" : "Invalidation",
"variable" : {
"variableName" : "invalidation",
"variableType" : "Invalidation",
"variableDeclarationType" : "Invalidation",
"documentation" : "The invalidation's information.",
"variableSetterType" : "Invalidation",
"simpleType" : "Invalidation"
},
"setterModel" : {
"variableName" : "invalidation",
"variableType" : "Invalidation",
"variableDeclarationType" : "Invalidation",
"documentation" : "",
"variableSetterType" : "Invalidation",
"simpleType" : "Invalidation"
},
"getterModel" : {
"returnType" : "Invalidation",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Invalidation",
"marshallLocationName" : "Invalidation",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : true,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The invalidation's information.\n@param invalidation The invalidation's information.*/",
"getterDocumentation" : "/**The invalidation's information.\n@return The invalidation's information.*/",
"fluentSetterDocumentation" : "/**The invalidation's information.\n@param invalidation The invalidation's information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The invalidation's information.\n@param invalidation The invalidation's information.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CacheBehaviors" : {
"c2jName" : "CacheBehaviors",
"documentation" : "A complex type that contains zero or more CacheBehavior elements.",
"shapeName" : "CacheBehaviors",
"deprecated" : false,
"required" : [ "Quantity" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The number of cache behaviors for this distribution.",
"name" : "Quantity",
"c2jName" : "Quantity",
"c2jShape" : "integer",
"variable" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of cache behaviors for this distribution.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Quantity",
"marshallLocationName" : "Quantity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The number of cache behaviors for this distribution.\n@param quantity The number of cache behaviors for this distribution.*/",
"getterDocumentation" : "/**The number of cache behaviors for this distribution.\n@return The number of cache behaviors for this distribution.*/",
"fluentSetterDocumentation" : "/**The number of cache behaviors for this distribution.\n@param quantity The number of cache behaviors for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of cache behaviors for this distribution.\n@param quantity The number of cache behaviors for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.",
"name" : "Items",
"c2jName" : "Items",
"c2jShape" : "CacheBehaviorList",
"variable" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Items",
"marshallLocationName" : "Items",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "CacheBehavior",
"memberLocationName" : "CacheBehavior",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "CacheBehavior",
"variable" : {
"variableName" : "member",
"variableType" : "CacheBehavior",
"variableDeclarationType" : "CacheBehavior",
"documentation" : "",
"variableSetterType" : "CacheBehavior",
"simpleType" : "CacheBehavior"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "CacheBehavior",
"variableDeclarationType" : "CacheBehavior",
"documentation" : "",
"variableSetterType" : "CacheBehavior",
"simpleType" : "CacheBehavior"
},
"getterModel" : {
"returnType" : "CacheBehavior",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CacheBehavior",
"marshallLocationName" : "CacheBehavior",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "CacheBehavior",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.*/",
"getterDocumentation" : "/**Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@return Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.*/",
"fluentSetterDocumentation" : "/**Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\nNOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.
\n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "cacheBehaviors",
"variableType" : "CacheBehaviors",
"variableDeclarationType" : "CacheBehaviors",
"documentation" : null,
"variableSetterType" : "CacheBehaviors",
"simpleType" : "CacheBehaviors"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Items" : {
"documentation" : "Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.",
"name" : "Items",
"c2jName" : "Items",
"c2jShape" : "CacheBehaviorList",
"variable" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Items",
"marshallLocationName" : "Items",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "CacheBehavior",
"memberLocationName" : "CacheBehavior",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "CacheBehavior",
"variable" : {
"variableName" : "member",
"variableType" : "CacheBehavior",
"variableDeclarationType" : "CacheBehavior",
"documentation" : "",
"variableSetterType" : "CacheBehavior",
"simpleType" : "CacheBehavior"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "CacheBehavior",
"variableDeclarationType" : "CacheBehavior",
"documentation" : "",
"variableSetterType" : "CacheBehavior",
"simpleType" : "CacheBehavior"
},
"getterModel" : {
"returnType" : "CacheBehavior",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CacheBehavior",
"marshallLocationName" : "CacheBehavior",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "CacheBehavior",
"simple" : false,
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.*/",
"getterDocumentation" : "/**Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@return Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.*/",
"fluentSetterDocumentation" : "/**Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\nNOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.
\n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Quantity" : {
"documentation" : "The number of cache behaviors for this distribution.",
"name" : "Quantity",
"c2jName" : "Quantity",
"c2jShape" : "integer",
"variable" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of cache behaviors for this distribution.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Quantity",
"marshallLocationName" : "Quantity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The number of cache behaviors for this distribution.\n@param quantity The number of cache behaviors for this distribution.*/",
"getterDocumentation" : "/**The number of cache behaviors for this distribution.\n@return The number of cache behaviors for this distribution.*/",
"fluentSetterDocumentation" : "/**The number of cache behaviors for this distribution.\n@param quantity The number of cache behaviors for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of cache behaviors for this distribution.\n@param quantity The number of cache behaviors for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TrustedSignerDoesNotExistException" : {
"c2jName" : "TrustedSignerDoesNotExist",
"documentation" : "One or more of your trusted signers do not exist.",
"shapeName" : "TrustedSignerDoesNotExistException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "trustedSignerDoesNotExistException",
"variableType" : "TrustedSignerDoesNotExistException",
"variableDeclarationType" : "TrustedSignerDoesNotExistException",
"documentation" : null,
"variableSetterType" : "TrustedSignerDoesNotExistException",
"simpleType" : "TrustedSignerDoesNotExistException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "TrustedSignerDoesNotExist",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"InvalidationList" : {
"c2jName" : "InvalidationList",
"documentation" : "An invalidation list.",
"shapeName" : "InvalidationList",
"deprecated" : false,
"required" : [ "Marker", "MaxItems", "IsTruncated", "Quantity" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The value you provided for the Marker request parameter.",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "string",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value you provided for the Marker request parameter.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.*/",
"getterDocumentation" : "/**The value you provided for the Marker request parameter.\n@return The value you provided for the Marker request parameter.*/",
"fluentSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.",
"name" : "NextMarker",
"c2jName" : "NextMarker",
"c2jShape" : "string",
"variable" : {
"variableName" : "nextMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "nextMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextMarker",
"marshallLocationName" : "NextMarker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.*/",
"getterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.*/",
"fluentSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The value you provided for the MaxItems request parameter.",
"name" : "MaxItems",
"c2jName" : "MaxItems",
"c2jShape" : "integer",
"variable" : {
"variableName" : "maxItems",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The value you provided for the MaxItems request parameter.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "maxItems",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxItems",
"marshallLocationName" : "MaxItems",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.*/",
"getterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@return The value you provided for the MaxItems request parameter.*/",
"fluentSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.",
"name" : "IsTruncated",
"c2jName" : "IsTruncated",
"c2jShape" : "boolean",
"variable" : {
"variableName" : "isTruncated",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "isTruncated",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IsTruncated",
"marshallLocationName" : "IsTruncated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@param isTruncated A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.*/",
"getterDocumentation" : "/**A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@return A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.*/",
"fluentSetterDocumentation" : "/**A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@param isTruncated A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@param isTruncated A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The number of invalidation batches that were created by the current AWS account.",
"name" : "Quantity",
"c2jName" : "Quantity",
"c2jShape" : "integer",
"variable" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of invalidation batches that were created by the current AWS account.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "quantity",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Quantity",
"marshallLocationName" : "Quantity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The number of invalidation batches that were created by the current AWS account.\n@param quantity The number of invalidation batches that were created by the current AWS account.*/",
"getterDocumentation" : "/**The number of invalidation batches that were created by the current AWS account.\n@return The number of invalidation batches that were created by the current AWS account.*/",
"fluentSetterDocumentation" : "/**The number of invalidation batches that were created by the current AWS account.\n@param quantity The number of invalidation batches that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of invalidation batches that were created by the current AWS account.\n@param quantity The number of invalidation batches that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.",
"name" : "Items",
"c2jName" : "Items",
"c2jShape" : "InvalidationSummaryList",
"variable" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "items",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List