var searchIndex = {}; searchIndex["aws_sdk_rust"] = {"doc":"","items":[[0,"aws","aws_sdk_rust","",null,null],[0,"common","aws_sdk_rust::aws","",null,null],[0,"credentials","aws_sdk_rust::aws::common","",null,null],[3,"AwsCredentials","aws_sdk_rust::aws::common::credentials","AwsCredentials - Base struct for AWS",null,null],[3,"EnvironmentProvider","","Provides AWS credentials from environment variables.",null,null],[3,"ProfileProvider","","Provides AWS credentials from a profile in a credentials file.",null,null],[3,"IamProvider","","Provides AWS credentials from a resource's IAM role.",null,null],[3,"BaseAutoRefreshingProvider","","Wrapper for ProvideAwsCredentials that caches the credentials returned by the\nwrapped provider. Each time the credentials are accessed, they are checked to see if\nthey have expired, in which case they are retrieved from the wrapped provider again.",null,null],[3,"ChainProvider","","Provides AWS credentials from multiple possible sources using a priority order.",null,null],[6,"AutoRefreshingProviderSync","","Threadsafe AutoRefreshingProvider that locks cached credentials with a Mutex",null,null],[6,"AutoRefreshingProvider","","!Sync AutoRefreshingProvider that caches credentials in a RefCell",null,null],[6,"DefaultCredentialsProvider","","The credentials provider you probably want to use if you don't require Sync for your AWS services.\nWraps a ChainProvider in an AutoRefreshingProvider that uses a RefCell to cache credentials",null,null],[6,"DefaultCredentialsProviderSync","","The credentials provider you probably want to use if you do require your AWS services.\nWraps a ChainProvider in an AutoRefreshingProvider that uses a Mutex to lock credentials in a\nthreadsafe manner.",null,null],[8,"AwsCredentialsProvider","","A trait for types that produce `AwsCredentials`.",null,null],[10,"credentials","","Produce a new `AwsCredentials`.",0,null],[11,"fmt","","",1,null],[11,"clone","","",1,null],[11,"new","","First method to be called. Creates the AWS credentials.",1,{"inputs":[{"name":"k"},{"name":"s"},{"name":"option"},{"name":"datetime"}],"output":{"name":"awscredentials"}}],[11,"aws_access_key_id","","Get a reference to the access key ID.",1,null],[11,"aws_secret_access_key","","Get a reference to the secret key.",1,null],[11,"expires_at","","Get a reference to the expiration time.",1,null],[11,"token","","Get a reference to the access token.",1,null],[11,"credentials","","",2,null],[11,"fmt","","",3,null],[11,"clone","","",3,null],[11,"new","","Create a new `ProfileProvider` for the default credentials file path and profile name.",3,{"inputs":[],"output":{"name":"result"}}],[11,"with_configuration","","Create a new `ProfileProvider` for the credentials file at the given path, using\nthe given profile.",3,{"inputs":[{"name":"f"},{"name":"p"}],"output":{"name":"profileprovider"}}],[11,"location","","Get a reference to the credentials location.",3,null],[11,"profile","","Get a reference to the profile name. Profile name is the subsection in the credentials file. See AWS for details.",3,null],[11,"set_location","","Set the credentials location.",3,null],[11,"set_profile","","Set the profile name.",3,null],[11,"credentials","","",3,null],[11,"credentials","","",4,null],[11,"with_mutex","","",5,{"inputs":[{"name":"p"}],"output":{"name":"result"}}],[11,"credentials","","",6,null],[11,"with_refcell","","",7,{"inputs":[{"name":"p"}],"output":{"name":"result"}}],[11,"credentials","","",6,null],[11,"new","","",8,{"inputs":[],"output":{"name":"result"}}],[11,"new","","",9,{"inputs":[],"output":{"name":"result"}}],[11,"clone","","",10,null],[11,"fmt","","",10,null],[11,"credentials","","",10,null],[11,"new","","Create a new `ChainProvider` using a `ProfileProvider` with the default settings.",10,{"inputs":[],"output":{"name":"chainprovider"}}],[11,"with_profile_provider","","Create a new `ChainProvider` using the provided `ProfileProvider`.",10,{"inputs":[{"name":"profileprovider"}],"output":{"name":"chainprovider"}}],[0,"region","aws_sdk_rust::aws::common","AWS Regions and helper functions.",null,null],[3,"ParseRegionError","aws_sdk_rust::aws::common::region","An error produced when attempting to convert a `str` into a `Region` fails.",null,null],[4,"Region","","An AWS region.\nCnNorth1 is currently untested due to Rusoto maintainers not having access to AWS China.",null,null],[13,"ApNortheast1","","",11,null],[13,"ApNortheast2","","",11,null],[13,"ApSouth1","","",11,null],[13,"ApSoutheast1","","",11,null],[13,"ApSoutheast2","","",11,null],[13,"EuCentral1","","",11,null],[13,"EuWest1","","",11,null],[13,"SaEast1","","",11,null],[13,"UsEast1","","",11,null],[13,"UsWest1","","",11,null],[13,"UsWest2","","",11,null],[13,"CnNorth1","","",11,null],[11,"eq","","",11,null],[11,"fmt","","",11,null],[11,"clone","","",11,null],[11,"eq","","",12,null],[11,"ne","","",12,null],[11,"fmt","","",12,null],[11,"fmt","","",11,null],[11,"from_str","","",11,{"inputs":[{"name":"str"}],"output":{"name":"result"}}],[11,"new","","",12,{"inputs":[{"name":"str"}],"output":{"name":"self"}}],[11,"description","","",12,null],[11,"fmt","","",12,null],[0,"xmlutil","aws_sdk_rust::aws::common","Tools for handling XML from AWS with helper functions for testing.",null,null],[3,"XmlParseError","aws_sdk_rust::aws::common::xmlutil","generic Error for XML parsing",null,null],[12,"0","","",13,null],[3,"XmlResponse","","Wraps the Hyper Response type",null,null],[5,"optional_string_field","","parse Some(String) if the next tag has the right name, otherwise None",null,{"inputs":[{"name":"str"},{"name":"t"}],"output":{"name":"result"}}],[5,"string_field","","return a string field with the right name or throw a parse error",null,{"inputs":[{"name":"str"},{"name":"t"}],"output":{"name":"result"}}],[5,"characters","","return some XML Characters",null,{"inputs":[{"name":"t"}],"output":{"name":"result"}}],[5,"peek_at_name","","get the name of the current element in the stack. throw a parse error if it's not a `StartElement`",null,{"inputs":[{"name":"t"}],"output":{"name":"result"}}],[5,"start_element","","consume a `StartElement` with a specific name or throw an `XmlParseError`",null,{"inputs":[{"name":"str"},{"name":"t"}],"output":{"name":"result"}}],[5,"end_element","","consume an `EndElement` with a specific name or throw an `XmlParseError`",null,{"inputs":[{"name":"str"},{"name":"t"}],"output":{"name":"result"}}],[5,"skip_tree","","skip a tag and all its children",null,{"inputs":[{"name":"t"}],"output":null}],[6,"XmlStack","","syntactic sugar for the XML event stack we pass around",null,null],[8,"Peek","","Peek at next items in the XML stack",null,null],[10,"peek","","",14,null],[8,"Next","","Move to the next part of the XML stack",null,null],[10,"next","","",15,null],[11,"fmt","","",13,null],[11,"new","","",13,{"inputs":[{"name":"str"}],"output":{"name":"xmlparseerror"}}],[11,"new","","",16,{"inputs":[{"name":"peekable"}],"output":{"name":"xmlresponse"}}],[11,"peek","","",16,null],[11,"next","","",16,null],[11,"from","","",13,{"inputs":[{"name":"parseinterror"}],"output":{"name":"xmlparseerror"}}],[0,"signature","aws_sdk_rust::aws::common","AWS API request signatures.",null,null],[3,"SignedRequest","aws_sdk_rust::aws::common::signature","A data structure for all the elements of an HTTP request that are involved in\nthe Amazon Signature Version 4 signing process",null,null],[5,"string_to_sign","","Mark string as AWS4-HMAC-SHA256 hashed",null,{"inputs":[{"name":"tm"},{"name":"str"},{"name":"str"}],"output":{"name":"string"}}],[11,"fmt","","",17,null],[11,"new","","Default constructor",17,{"inputs":[{"name":"str"},{"name":"str"},{"name":"region"},{"name":"str"}],"output":{"name":"signedrequest"}}],[11,"set_content_type","","",17,null],[11,"set_hostname","","",17,null],[11,"set_endpoint_prefix","","",17,null],[11,"set_payload","","",17,null],[11,"method","","",17,null],[11,"path","","",17,null],[11,"canonical_uri","","",17,null],[11,"canonical_query_string","","",17,null],[11,"payload","","",17,null],[11,"headers","","",17,null],[11,"hostname","","",17,null],[11,"remove_header","","",17,null],[11,"add_header","","Add a value to the array of headers for the specified key.\nHeaders are kept sorted by key name for use at signing (BTreeMap)",17,null],[11,"add_param","","",17,null],[11,"set_params","","",17,null],[11,"sign","","",17,null],[0,"params","aws_sdk_rust::aws::common","Parameters for talking to query-based AWS services.",null,null],[6,"Params","aws_sdk_rust::aws::common::params","",null,null],[8,"ServiceParams","","Key:value pair for an service parameter.",null,null],[10,"put","","",18,null],[11,"put","","",19,null],[0,"request","aws_sdk_rust::aws::common","AWS API requests.",null,null],[3,"HttpResponse","aws_sdk_rust::aws::common::request","",null,null],[12,"status","","",20,null],[12,"body","","",20,null],[12,"headers","","",20,null],[3,"HttpDispatchError","","",null,null],[8,"DispatchSignedRequest","","",null,null],[10,"dispatch","","",21,null],[11,"eq","","",22,null],[11,"ne","","",22,null],[11,"fmt","","",22,null],[11,"description","","",22,null],[11,"fmt","","",22,null],[11,"from","","",22,{"inputs":[{"name":"hypererror"}],"output":{"name":"httpdispatcherror"}}],[11,"from","","",22,{"inputs":[{"name":"ioerror"}],"output":{"name":"httpdispatcherror"}}],[0,"errors","aws_sdk_rust::aws","",null,null],[0,"s3_error","aws_sdk_rust::aws::errors","",null,null],[3,"S3Error","aws_sdk_rust::aws::errors::s3_error","",null,null],[12,"message","","",23,null],[11,"fmt","","",23,null],[11,"new","","",23,{"inputs":[{"name":"s"}],"output":{"name":"s3error"}}],[11,"fmt","","",23,null],[11,"description","","",23,null],[11,"from","","",23,{"inputs":[{"name":"credentialserror"}],"output":{"name":"s3error"}}],[11,"from","","",23,{"inputs":[{"name":"parseinterror"}],"output":{"name":"s3error"}}],[11,"from","","",23,{"inputs":[{"name":"parseboolerror"}],"output":{"name":"s3error"}}],[11,"from","","",23,{"inputs":[{"name":"xmlparseerror"}],"output":{"name":"s3error"}}],[0,"s3_client_error","aws_sdk_rust::aws::errors","",null,null],[3,"S3ClientError","aws_sdk_rust::aws::errors::s3_client_error","",null,null],[12,"version_id","","",24,null],[12,"code","","",24,null],[12,"message","","",24,null],[12,"key","","",24,null],[11,"default","","",24,{"inputs":[],"output":{"name":"s3clienterror"}}],[11,"fmt","","",24,null],[0,"credentials_error","aws_sdk_rust::aws::errors","",null,null],[3,"CredentialsError","aws_sdk_rust::aws::errors::credentials_error","",null,null],[12,"message","","",25,null],[11,"eq","","",25,null],[11,"ne","","",25,null],[11,"fmt","","",25,null],[11,"new","","",25,{"inputs":[{"name":"str"}],"output":{"name":"credentialserror"}}],[11,"fmt","","",25,null],[11,"description","","",25,null],[11,"from","","",25,{"inputs":[{"name":"parseerror"}],"output":{"name":"credentialserror"}}],[11,"from","","",25,{"inputs":[{"name":"ioerror"}],"output":{"name":"credentialserror"}}],[0,"xml_error","aws_sdk_rust::aws::errors","",null,null],[3,"XmlError","aws_sdk_rust::aws::errors::xml_error","",null,null],[12,"error_type","","",26,null],[12,"code","","",26,null],[12,"message","","",26,null],[12,"detail","","",26,null],[3,"XmlErrorDeserializer","","",null,null],[6,"Errors","","",null,null],[11,"fmt","","",26,null],[11,"default","","",26,{"inputs":[],"output":{"name":"xmlerror"}}],[11,"deserialize","","",27,{"inputs":[{"name":"str"},{"name":"t"}],"output":{"name":"result"}}],[0,"s3","aws_sdk_rust::aws","",null,null],[0,"s3client","aws_sdk_rust::aws::s3","",null,null],[3,"CreateBucketOutput","aws_sdk_rust::aws::s3::s3client","",null,null],[12,"location","","",28,null],[3,"S3ClientMessageParser","","Parse `S`3ClientMessage from XML",null,null],[3,"S3ClientMessageWriter","","Write `S3ClientMessage` contents to a `SignedRequest`",null,null],[3,"ListBucketsOutput","","",null,null],[12,"owner","","",29,null],[12,"buckets","","",29,null],[3,"S3Client","","",null,null],[3,"CreateBucketRequest","","",null,null],[12,"grant_full_control","","Allows grantee the read, write, read ACP, and write ACP permissions on the\nbucket.",30,null],[12,"create_bucket_configuration","","",30,null],[12,"grant_write_acp","","Allows grantee to write the ACL for the applicable bucket.",30,null],[12,"bucket","","",30,null],[12,"acl","","The canned ACL to apply to the bucket.",30,null],[12,"grant_write","","Allows grantee to create, overwrite, and delete any object in the bucket.",30,null],[12,"grant_read","","Allows grantee to list the objects in the bucket.",30,null],[12,"grant_read_acp","","Allows grantee to read the bucket ACL.",30,null],[3,"Bucket","","",null,null],[12,"creation_date","","Date the bucket was created.",31,null],[12,"name","","The name of the bucket.",31,null],[3,"Grant","","",null,null],[12,"grantee","","",32,null],[12,"permission","","Specifies the permission given to the grantee.",32,null],[3,"Grantee","","",null,null],[12,"email_address","","Email address of the grantee.",33,null],[12,"foo_type","","Type of grantee",33,null],[12,"display_name","","Screen name of the grantee.",33,null],[12,"id","","The canonical user ID of the grantee.",33,null],[12,"uri","","URI of the grantee group.",33,null],[3,"CreateBucketConfiguration","","",null,null],[12,"location_constraint","","Specifies the region where the bucket will be created. If you don't specify a\nregion, the bucket will be created in US Standard.",34,null],[3,"BucketAlreadyExists","","The requested bucket name is not available. The bucket namespace is shared by\nall users of the system. Please select a different name and try again.",null,null],[3,"Owner","","",null,null],[12,"display_name","","",35,null],[12,"id","","",35,null],[3,"CodeParser","","Parse `Code` from XML",null,null],[3,"CodeWriter","","Write `Code` contents to a `SignedRequest`",null,null],[3,"ObjectVersion","","",null,null],[12,"last_modified","","Date and time the object was last modified.",36,null],[12,"version_id","","Version ID of an object.",36,null],[12,"e_tag","","",36,null],[12,"storage_class","","The class of storage used to store the object.",36,null],[12,"key","","The object key.",36,null],[12,"owner","","",36,null],[12,"is_latest","","Specifies whether the object is (true) or is not (false) the latest version of\nan object.",36,null],[12,"size","","Size in bytes of the object.",36,null],[3,"ObjectVersionParser","","Parse `ObjectVersion` from XML",null,null],[3,"ObjectVersionWriter","","Write `ObjectVersion` contents to a `SignedRequest`",null,null],[3,"ObjectKeyParser","","Parse `ObjectKey` from XML",null,null],[3,"ObjectKeyWriter","","Write `ObjectKey` contents to a `SignedRequest`",null,null],[3,"ObjectVersionStorageClassParser","","Parse `ObjectVersionStorageClass` from XML",null,null],[3,"ObjectVersionStorageClassWriter","","Write `ObjectVersionStorageClass` contents to a `SignedRequest`",null,null],[3,"SizeParser","","Parse `Size` from XML",null,null],[3,"SizeWriter","","Write `Size` contents to a `SignedRequest`",null,null],[3,"IsLatestParser","","Parse `IsLatest` from XML",null,null],[3,"IsLatestWriter","","Write `IsLatest` contents to a `SignedRequest`",null,null],[3,"ETagParser","","Parse `ETag` from XML",null,null],[3,"ETagWriter","","Write `ETag` contents to a `SignedRequest`",null,null],[3,"ObjectVersionIdParser","","Parse `ObjectVersionId` from XML",null,null],[3,"ObjectVersionIdWriter","","Write `ObjectVersionId` contents to a `SignedRequest`",null,null],[3,"LastModifiedParser","","Parse `LastModified` from XML",null,null],[3,"LastModifiedWriter","","Write `LastModified` contents to a `SignedRequest`",null,null],[4,"CannedAcl","","Canned ACL for S3",null,null],[13,"Private","","",37,null],[13,"PublicRead","","",37,null],[13,"PublicReadWrite","","",37,null],[13,"AuthenticatedRead","","",37,null],[13,"BucketOwnerRead","","",37,null],[13,"BucketOwnerFullControl","","",37,null],[5,"needs_create_bucket_config","","Helper function to determine if a create config is needed.",null,{"inputs":[{"name":"region"}],"output":{"name":"bool"}}],[5,"create_bucket_config_xml","","Manually writes out bucket configuration (location constraint) in XML.",null,{"inputs":[{"name":"region"}],"output":{"name":"vec"}}],[5,"canned_acl_in_aws_format","","Maps canned acl to AWS format. EG public-read.",null,{"inputs":[{"name":"cannedacl"}],"output":{"name":"string"}}],[6,"Location","","",null,null],[6,"S3ClientMessage","","",null,null],[6,"ObjectCannedACL","","",null,null],[6,"BucketName","","",null,null],[6,"GrantReadACP","","",null,null],[6,"Permission","","",null,null],[6,"URI","","",null,null],[6,"ID","","",null,null],[6,"ContentType","","",null,null],[6,"Type","","",null,null],[6,"Buckets","","",null,null],[6,"EmailAddress","","",null,null],[6,"DisplayName","","",null,null],[6,"GrantRead","","",null,null],[6,"CreationDate","","",null,null],[6,"GrantWriteACP","","",null,null],[6,"GrantWrite","","",null,null],[6,"GrantFullControl","","",null,null],[6,"BucketLocationConstraint","","",null,null],[6,"Code","","",null,null],[6,"ObjectKey","","",null,null],[6,"ObjectVersionStorageClass","","",null,null],[6,"Size","","",null,null],[6,"IsLatest","","",null,null],[6,"ETag","","",null,null],[6,"ObjectVersionId","","",null,null],[6,"LastModified","","",null,null],[11,"default","","",28,{"inputs":[],"output":{"name":"createbucketoutput"}}],[11,"fmt","","",28,null],[11,"parse_xml","","",38,{"inputs":[{"name":"str"},{"name":"t"}],"output":{"name":"result"}}],[11,"write_params","","",39,{"inputs":[{"name":"params"},{"name":"str"},{"name":"s3clientmessage"}],"output":null}],[11,"default","","",29,{"inputs":[],"output":{"name":"listbucketsoutput"}}],[11,"fmt","","",29,null],[11,"fmt","","",40,null],[11,"new","","",40,{"inputs":[{"name":"p"},{"name":"region"}],"output":{"name":"self"}}],[11,"with_request_dispatcher","","",40,{"inputs":[{"name":"d"},{"name":"p"},{"name":"region"}],"output":{"name":"self"}}],[11,"create_bucket","","Creates a new bucket.\nAll requests go to the us-east-1/us-standard endpoint, but can create buckets anywhere.",40,null],[11,"list_buckets","","Returns a list of all buckets owned by the authenticated sender of the\nrequest.",40,null],[11,"fmt","","",37,null],[11,"default","","",30,{"inputs":[],"output":{"name":"createbucketrequest"}}],[11,"fmt","","",30,null],[11,"default","","",31,{"inputs":[],"output":{"name":"bucket"}}],[11,"fmt","","",31,null],[11,"default","","",32,{"inputs":[],"output":{"name":"grant"}}],[11,"fmt","","",32,null],[11,"default","","",33,{"inputs":[],"output":{"name":"grantee"}}],[11,"fmt","","",33,null],[11,"default","","",34,{"inputs":[],"output":{"name":"createbucketconfiguration"}}],[11,"fmt","","",34,null],[11,"default","","",41,{"inputs":[],"output":{"name":"bucketalreadyexists"}}],[11,"fmt","","",41,null],[11,"default","","",35,{"inputs":[],"output":{"name":"owner"}}],[11,"fmt","","",35,null],[11,"parse_xml","","",42,{"inputs":[{"name":"str"},{"name":"t"}],"output":{"name":"result"}}],[11,"write_params","","",43,{"inputs":[{"name":"params"},{"name":"str"},{"name":"code"}],"output":null}],[11,"default","","",36,{"inputs":[],"output":{"name":"objectversion"}}],[11,"fmt","","",36,null],[11,"parse_xml","","",44,{"inputs":[{"name":"str"},{"name":"t"}],"output":{"name":"result"}}],[11,"write_params","","",45,{"inputs":[{"name":"params"},{"name":"str"},{"name":"objectversion"}],"output":null}],[11,"parse_xml","","",46,{"inputs":[{"name":"str"},{"name":"t"}],"output":{"name":"result"}}],[11,"write_params","","",47,{"inputs":[{"name":"params"},{"name":"str"},{"name":"objectkey"}],"output":null}],[11,"parse_xml","","",48,{"inputs":[{"name":"str"},{"name":"t"}],"output":{"name":"result"}}],[11,"write_params","","",49,{"inputs":[{"name":"params"},{"name":"str"},{"name":"objectversionstorageclass"}],"output":null}],[11,"parse_xml","","",50,{"inputs":[{"name":"str"},{"name":"t"}],"output":{"name":"result"}}],[11,"write_params","","",51,{"inputs":[{"name":"params"},{"name":"str"},{"name":"size"}],"output":null}],[11,"parse_xml","","",52,{"inputs":[{"name":"str"},{"name":"t"}],"output":{"name":"result"}}],[11,"write_params","","",53,{"inputs":[{"name":"params"},{"name":"str"},{"name":"islatest"}],"output":null}],[11,"parse_xml","","",54,{"inputs":[{"name":"str"},{"name":"t"}],"output":{"name":"result"}}],[11,"write_params","","",55,{"inputs":[{"name":"params"},{"name":"str"},{"name":"etag"}],"output":null}],[11,"parse_xml","","",56,{"inputs":[{"name":"str"},{"name":"t"}],"output":{"name":"result"}}],[11,"write_params","","",57,{"inputs":[{"name":"params"},{"name":"str"},{"name":"objectversionid"}],"output":null}],[11,"parse_xml","","",58,{"inputs":[{"name":"str"},{"name":"t"}],"output":{"name":"result"}}],[11,"write_params","","",59,{"inputs":[{"name":"params"},{"name":"str"},{"name":"lastmodified"}],"output":null}]],"paths":[[8,"AwsCredentialsProvider"],[3,"AwsCredentials"],[3,"EnvironmentProvider"],[3,"ProfileProvider"],[3,"IamProvider"],[6,"AutoRefreshingProviderSync"],[3,"BaseAutoRefreshingProvider"],[6,"AutoRefreshingProvider"],[6,"DefaultCredentialsProvider"],[6,"DefaultCredentialsProviderSync"],[3,"ChainProvider"],[4,"Region"],[3,"ParseRegionError"],[3,"XmlParseError"],[8,"Peek"],[8,"Next"],[3,"XmlResponse"],[3,"SignedRequest"],[8,"ServiceParams"],[6,"Params"],[3,"HttpResponse"],[8,"DispatchSignedRequest"],[3,"HttpDispatchError"],[3,"S3Error"],[3,"S3ClientError"],[3,"CredentialsError"],[3,"XmlError"],[3,"XmlErrorDeserializer"],[3,"CreateBucketOutput"],[3,"ListBucketsOutput"],[3,"CreateBucketRequest"],[3,"Bucket"],[3,"Grant"],[3,"Grantee"],[3,"CreateBucketConfiguration"],[3,"Owner"],[3,"ObjectVersion"],[4,"CannedAcl"],[3,"S3ClientMessageParser"],[3,"S3ClientMessageWriter"],[3,"S3Client"],[3,"BucketAlreadyExists"],[3,"CodeParser"],[3,"CodeWriter"],[3,"ObjectVersionParser"],[3,"ObjectVersionWriter"],[3,"ObjectKeyParser"],[3,"ObjectKeyWriter"],[3,"ObjectVersionStorageClassParser"],[3,"ObjectVersionStorageClassWriter"],[3,"SizeParser"],[3,"SizeWriter"],[3,"IsLatestParser"],[3,"IsLatestWriter"],[3,"ETagParser"],[3,"ETagWriter"],[3,"ObjectVersionIdParser"],[3,"ObjectVersionIdWriter"],[3,"LastModifiedParser"],[3,"LastModifiedWriter"]]}; initSearch(searchIndex);