import { _UnmarshalledSizeConstraintSet } from "./_SizeConstraintSet"; import * as __aws_sdk_types from "@aws-sdk/types"; /** * GetSizeConstraintSetOutput shape */ export interface GetSizeConstraintSetOutput extends __aws_sdk_types.MetadataBearer { /** *

Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:

*/ SizeConstraintSet?: _UnmarshalledSizeConstraintSet; /** * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ $metadata: __aws_sdk_types.ResponseMetadata; }