// Copyright 2016-2017, Pulumi Corporation. All rights reserved. package idl // Archive is a marker struct to indicate that an IDL struct is an archive. type Archive struct { }