type github.com/aws/aws-sdk-go-v2/service/s3/types.CommonPrefix

16 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		types.go#L262: type CommonPrefix struct {

	github.com/aws/aws-sdk-go-v2/service/s3
		api_op_ListMultipartUploads.go#L152: 	CommonPrefixes []types.CommonPrefix
		api_op_ListObjectVersions.go#L108: 	CommonPrefixes []types.CommonPrefix
		api_op_ListObjects.go#L129: 	CommonPrefixes []types.CommonPrefix
		api_op_ListObjectsV2.go#L138: 	CommonPrefixes []types.CommonPrefix
		deserializers.go#L13619: func awsRestxml_deserializeDocumentCommonPrefix(v **types.CommonPrefix, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L13623: 	var sv *types.CommonPrefix
		deserializers.go#L13625: 		sv = &types.CommonPrefix{}
		deserializers.go#L13668: func awsRestxml_deserializeDocumentCommonPrefixList(v *[]types.CommonPrefix, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L13672: 	var sv []types.CommonPrefix
		deserializers.go#L13674: 		sv = make([]types.CommonPrefix, 0)
		deserializers.go#L13690: 			var col types.CommonPrefix
		deserializers.go#L13712: func awsRestxml_deserializeDocumentCommonPrefixListUnwrapped(v *[]types.CommonPrefix, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L13713: 	var sv []types.CommonPrefix
		deserializers.go#L13715: 		sv = make([]types.CommonPrefix, 0)
		deserializers.go#L13722: 		var mv types.CommonPrefix